ReplyBy ollyff on 12/24/2010 (Patch 4.0.3) Doesn't seem to be a vendor anymore. gay I'll recheck all of the vendors later xD
Unliving Choker - Item - World of Warcraft it has to grind for the drop quest i believe ... and the tags that I use are either making it not grind, or continuing to grind go kill some ghouls nearby and start the bot
Thanks for the profile ! When killing Water Binders, Bot runs around in a circle, jumping up and down occasionally, and nothing else (not even targeting Water Binders that are in range). I repositioned, and it's doing the same thing. Killed mobs manually, and all was good.
Kick, thanks for these profiles. They're genius and are really making my life easy. Anyway, came on here because I had a thought about this quest and happened to see this post. Hadn't actually looked at the code yet, since I am at work, but I digress. I was going to ask if it was possible to use the !Me.HasAura to double check that it had it before trying to purchase, and I see now it's commented out. Since Me.HasAura is "fixed" in the latest release, should this work? Sometimes I get attacked by a blightguard then end up fighting roaches over and over here. Also, I'd like to suggest putting in a second check for the aura after purchasing, and if you still have it, copy the exact same useitem tag again so it turns the buff back off and can mount again. Tends to just hang every few meters trying to mount, but can't with the buff. Last thing, if the Me.HasAura works, would it be possible to use the Scourge Disguise aura during the previous quest's objective of collecting Gooey Ghoul Drool? It would only avoid a couple fights, but should also lower chance of error in collecting. Thanks again.
Hi Kick, I think you have to update your custom behaviors. I get the Following Error: Looting Bluttrinker von Drakuru Guid:0xF13073D600178F32 [Behavior: UseItemOn(error)]: The 'NpcId' attribute is required, but missing. (Attribute names are case-sensitive.) Parsing NpcId in UseItemOn behavior failed! please check your profile! I think it was quest: <PickUp QuestName="Trolls Is Gone Crazy!" QuestId="12861" GiverName="Chief Rageclaw" GiverId="29690" /> The one where you have to use this 8 hammer's
I get [09:46:26:172] System.NullReferenceException: Object reference not set to an instance of an object. at Styx.Bot.Quest_Behaviors.InteractWith.<CreateBehavior>b__7(Object ) in c:\Users\Simon\Desktop\HonorBuddy\Quest Behaviors\InteractWith.cs:line 77 at TreeSharp.Action.RunAction(Object context) at TreeSharp.Action..MoveNext() at TreeSharp.Composite.Tick(Object context) at TreeSharp.PrioritySelector..MoveNext() at TreeSharp.Composite.Tick(Object context) at TreeSharp.PrioritySelector..MoveNext() at TreeSharp.Composite.Tick(Object context) at QuestBot.Actions.ForcedBehaviorExecutor..MoveNext() at TreeSharp.Composite.Tick(Object context) at QuestBot.Actions.ForcedBehaviorExecutor..MoveNext() at TreeSharp.Composite.Tick(Object context) at TreeSharp.PrioritySelector..MoveNext() at TreeSharp.Composite.Tick(Object context) at TreeSharp.PrioritySelector..MoveNext() at TreeSharp.Composite.Tick(Object context) at Styx.Logic.BehaviorTree.TreeRoot.() [09:46:26:172] Cleared POI at the quest : <PickUp QuestName="You Can Run, But You Can't Hide" QuestId="12629" GiverName="Stefan Vadu" GiverId="28518" />
Level: 76 Quest: Trolls is gone crazy Objective: Use Drakuru Lock Openers on Drakuru Shackles Error: [Behavior: UseItemOn(error)]: The 'NpcId' attribute is required, but missing. (Attribute names are case-sensitive.) Parsing NpcId in UseItemOn behavior failed! please check your profile! What do?
i updated the post just above urs, download that UseItemOn and replace your current one. I don't know what the devs messed with in the CB's... but whatever it was, they broke them
refresh and download it again, i uploaded the "new" one on accident I haven't gotten the chance to use the UseItemOn just yet to verify it works or not
That works, cheers I'll be doing the entire profile so I'll post any bugs I walk into Let me know what else is "broken" -- for this one, you may get into a "grinding loop" for the choker, if that happens, just delete the whole grind area that's in the middle / top of the profile, press save and click start again. I'm waiting for correct code for that issue
Level: 76 Error: Char doesn't get past picking up 'You can run but you can't hide', it takes the quest and just stands there, like a stupid worgen.
I need more information please Code: <PickUp QuestName="You Can Run, But You Can't Hide" QuestId="12629" GiverName="Stefan Vadu" GiverId="28518" /> <!-- <Objective QuestName="You Can Run, But You Can't Hide" QuestId="12629" Type="CollectItem" ItemId="38687" CollectCount="5" /> --> <If Condition="((HasQuest(12629)) && (!IsQuestCompleted(12629)))" > <CustomBehavior File="InteractWith" QuestId="12629" ObjectType="NPC" MobId="29856" NumOfTimes="10" CollectionDistance="1000" X="4999.129" Y="-1540.317" Z="239.3657" /> </If> <Objective QuestName="You Can Run, But You Can't Hide" QuestId="12629" Type="CollectItem" ItemId="38686" CollectCount="5" /> <TurnIn QuestName="You Can Run, But You Can't Hide" QuestId="12629" TurnInName="Stefan Vadu" TurnInId="28518" /> ... you downloaded the interactwith in the above post, yes?