[A - Quest] EK 12-58 [Kick] Changes: Only 1 HotSpot for waiting for NPC (run between 2 looks very bot like) Replace: Code: <Quest Id="27619" Name="The Commander"> <Objective Type="KillMob" MobId="46092" MobName="Scarlet Commander Marjhan" KillCount="1"> <Hotspots> <Hotspot X="1603.333" Y="-5306.983" Z="91.10453" /> <Hotspot X="1600.29" Y="-5306.22" Z="91.10429" /> </Hotspots> </Objective> </Quest> With: Code: <Quest Id="27619" Name="The Commander"> <Objective Type="KillMob" MobId="46092" MobName="Scarlet Commander Marjhan" KillCount="1"> <Hotspots> <Hotspot X="1603.333" Y="-5306.983" Z="91.10453" /> </Hotspots> </Objective> </Quest>
View attachment 24372 2014-04-21 18.51.txt addon from the holiday folder and the profile from kick. you start the bot. the toon runs 1 metre and then crash wow
Hey! Awesome work with this profiles. Just wrote it Cava's thread 2 about this aswell. Started a thread in the support section, logs attached over there: http://www.thebuddyforum.com/honorb...ng-problem-collectthings-quest-behaviour.html
During the Outland Nessingwary quest chain (this quest specifically) it will look for the item that Gutripper drops, not Gutripper himself. Obviously it should search for the mob since it needs to kill and loot it for the item.
Thats normal because he use the CollectItem Behavior: Code: <Objective Nav="Fly" QuestName="Windroc Mastery" QuestId="9856" Type="CollectItem" ItemId="24513" CollectCount="1" /> So he looks for Gutripper who dropes the Item. The only little Problem is with Aggro the Mob and Kill him, because he is flying. Maybe i find a better solution for this Quest in the future.
help plz impossible to play with kick profil plz help impossible to play kick profil [Compiler Error]: c:\bud3\Quest Behaviors\Development\InteractWithV2.cs(785,34) : error CS1593: Le délégué 'System.Func<object,Buddy.Coroutines.Coroutine>' ne prend pas les arguments 0 Warning: Errors in quest behaviors! i tested on new repertory with new install honorbuddy but is exactely the same error
Ah right, so I just misunderstood the reason for my bot flying over Gutripper a few times without aggroing. Thanks for clarifying, and thanks for the great work.
I'm a noob >_< re read the directions and trying to start Kicks profile pack on a new toon on friends server so I don't have to handlevel, Draenei Shammy, load the profile pack and it doesn't do anything just hit start and doesn't take any action, im in start zone and I have correct .xml file selected im using the classic 1-12 Auto Loader. Only thing I havn' done is a full restart of the PC but i've restarted WoW and HB. Am I derpp'n out on something or missing something stupid :\ I use this bot on other toons for farming and have no issues normally. Its in quest mode not getting any errors either... Hrmmmm Edit: First time trying to quest with this bot have always farmed with this bot for years and never any issues so maybe I missed something. I followed vids and got SVN uploaded good so... EDIT: Re-Installed HB and started working, hrmp who knows. Had to do that when I was using Glider back in the day sometimes a fresh install is a cure for it all Oh well solved it myself
[Fly][H - Quest] LK 68-80 [Kick] Changes: Better Quest Handling Replace: Code: <If Condition="HasQuest(11301) && !IsQuestCompleted(11301)"> <CustomBehavior File="InteractWith" QuestId="11301" MobId="23967" InteractByUsingItemId="33554" NumOfTimes="100" WaitTime="3000" Range="5" CollectionDistance="1000" X="1627.857" Y="-3414.821" Z="77.46423" /> <MoveTo X="1781.515" Y="-3442.542" Z="128.0019" /> </If> With: Code: <If Condition="HasQuest(11301) && !IsQuestCompleted(11301)"> <While Condition="HasQuest(11301) && !IsQuestCompleted(11301)"> <CustomBehavior File="InteractWith" QuestId="11301" MobId="23967" InteractByUsingItemId="33554" MobState="Dead" NumOfTimes="12" Range="5" CollectionDistance="1000" X="1627.857" Y="-3414.821" Z="77.46423" /> </While> <MoveTo X="1781.515" Y="-3442.542" Z="128.0019" /> </If>
[Fly][H - Quest] LK 68-80 [Kick] Changes: Added PreInteractMountStrategy="Dismount" because in Drud Flight Form we can't use the Item Replace: Code: <CustomBehavior File="InteractWith" QuestId="11279" MobId="23777" InteractByUsingItemId="33418" Range="5" NumOfTimes="100" MobState="Alive" WaitTime="4000" CollectionDistance="1000" X="1129.116" Y="-3858.639" Z="150.1639" /> With: Code: <CustomBehavior File="InteractWith" QuestId="11279" MobId="23777" InteractByUsingItemId="33418" Range="5" NumOfTimes="100" MobState="Alive" WaitTime="4000" CollectionDistance="1000" PreInteractMountStrategy="Dismount" X="1129.116" Y="-3858.639" Z="150.1639" />
Lk h 68-80 quest error Cultivating an Image - Quest - World of Warcraft dont capture the image of the dwarfs only take 1 image, and after try to turning the quest.... [Ref: "[Fly][H - Quest] 68-80 [Kick] ($Rev: 3197 $)" @line 8858] I complete the quest manually
Hi again, Twisty, Honorbuddy itself takes care of quest reward selection, not the profile. Honorbuddy's heuristics for quest reward selection boil down to this: Pick the best weapon/armor offered, if there is an upgrade If none of the rewards are an upgrade, pick the one that vendors for the highest value cheers, chinajade
Hi, Paranoid, and thanks for the log! It looks like you are suffering from either cache corruption, or an Honorbuddy bug in repeatable quests. Let's start by clearing the caches please. You can find the instructions here: HelpDesk: Cache corruption problems cheers, chinajade [size=-2]Ref: Paranoid's original post w/log[/size]
Hi, Discec, FPS issues have absolutely nothing to do with the profile. Please open a new thread in the Support forum to have your issue examined. Over there, as here, they require your full log attached to provide support. Ref: [Guide] How to attach your log cheers, chinajade
Thanks, MaxMuster! Your recommended change has been folded into v3199. cheers, chinajade [size=-2]Ref: MaxMuster's problem report w/recommended repair[/size]
Hi again, MaxMuster, Your recommendations have been folded into v3200. Thanks so much for these corrections! cheers, chinajade [size=-2]Ref: MaxMuster's problem report w/recommended repair[/size]
Many thanks for the refinements, MaxMuster! Your changes have been folded into v3201. cheers, chinajade [size=-2]Ref: MaxMuster's problem report w/refinements[/size]
Thanks once again, MaxMuster! The changes have been folded into v3202. cheers, chinajade [size=-2]Ref: MaxMuster's profile refinements[/size]