Inferno
New Member
- Joined
- May 10, 2010
- Messages
- 8
- Reaction score
- 0
When trying to create a behaviour that would allow the completion of
War is Hell - Quest - World of Warcraft
Where you have to use a torch to burn either alliance or forsaken corpses, the custom behaviour
Travels to the XYZ coordinates, finds a nearby alliance corpse, runs to it, and then tries to run back to the xyz coords, gets about half way, then runs back to the corpse, loops a few times then decides it's spent too long in one place and logs out.
Any idea what would be causing it to run back to the xyz coords after finding a valid target?
Cheers
War is Hell - Quest - World of Warcraft
Where you have to use a torch to burn either alliance or forsaken corpses, the custom behaviour
Code:
CustomBehavior File="UseItemOn" QuestId="11270" MobId="24009" ItemId="12886" NumOfTimes="1" WaitTime="4000" Range="5" CollectionDistance="100" X="1764.727" Y="-5913.021" Z="7.546279"
Travels to the XYZ coordinates, finds a nearby alliance corpse, runs to it, and then tries to run back to the xyz coords, gets about half way, then runs back to the corpse, loops a few times then decides it's spent too long in one place and logs out.
Any idea what would be causing it to run back to the xyz coords after finding a valid target?
Cheers
Last edited: