What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

UseItemTargetLocation, endless loop.

Megser

Well-Known Member
Joined
Apr 17, 2010
Messages
1,389
Reaction score
73
This is what my code looks like:


PHP:
	<While Condition="HasQuest(14124) &amp;&amp; !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...
 
bump, got to be someone who can shed some light
 
Have you tried with InteractWith instead of InteractWithExisting, also can you try and upload a log of it?
 
Where are you getting this use interactwithexisitng from, you should use the default behaviors wherever possible
 
Back
Top