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

Issue with "use this object" quests

Quake

New Member
Joined
Jan 15, 2010
Messages
47
Reaction score
0
Im having an issue with a quest profile - whenever he comes to a quest that requires him to go somewhere and "use an item in inventory". this works with "instacast" items, but those that require him to stand still for a few seconds and cast something... those dont work. he starts to cast, but then immediatelly walks away, and the objective is not accomplished. Im thinking that something in the /Quest Behaviors folder is to blame. is there something i can change in that folder to FORCE the bot to stand still for a few seconds just after using an item? or perhaps somethinng i add to that folder, or maybee delete?
 
use this construct

PHP:
<If Condition="!IsQuestCompleted(905) &amp;&amp; HasQuest(905)">
<UseItem ItemId="5165" QuestName="Into the Raptor's Den" QuestId="905" 
X="-1056.406" Y="-2588.077" Z="92.17627"/>
<CustomBehavior File="WaitTimer" WaitTime="2000" />
</If>
 
Back
Top