Megser
Well-Known Member
- Joined
- Apr 17, 2010
- Messages
- 1,389
- Reaction score
- 73
This is what my code looks like:
It doesn't let the InteractWithExisting behavior kick-in... It just uses UseItemTargetLocation over and over again...
PHP:
<While Condition="HasQuest(14124) && !IsQuestCompleted(14124)">
<CustomBehavior File="UseItemTargetLocation" QuestId="14124" ItemId="48768" UseType="ToObject" WaitTime="3000" ObjectId="195488" Range="4" X="-8441.404" Y="1226.053" Z="50.54727" />
<CustomBehavior File="InteractWithExisting" QuestId="14124" ObjectType="GameObject" MobId="195492" NumOfTimes="3" />
</While>
It doesn't let the InteractWithExisting behavior kick-in... It just uses UseItemTargetLocation over and over again...