Cicrocoft
New Member
- Joined
- Aug 15, 2010
- Messages
- 468
- Reaction score
- 12
So, im stuck at this quest where you have to place a totem and protect it for 60sec.
What i tried:
The totem atcutally have an NPC ID acording to the profilehelper plugin, but the bot just stands there watching the mobs nuking the totem, even after the totem is gone.
AND:
Now the bot just stands there in 60sec and then leaves... But, guess thats what this QB does
Any ideas?
What i tried:
PHP:
<PickUp QuestName="Soothing the Elements" QuestId="13580" GiverName="Elder Brownpaw" GiverId="33117" />
<UseItem ItemId="46546" QuestName="Soothing the Elements" QuestId="13580" X="5539.249" Y="453.6834" Z="31.05616" />
<CustomBehavior File="Escort" MobId="34367" QuestId="0" X="5539.249" Y="453.6834" Z="31.05616" />
<TurnIn QuestName="Soothing the Elements" QuestId="13580" TurnInName="Elder Brownpaw" TurnInId="33117" />
The totem atcutally have an NPC ID acording to the profilehelper plugin, but the bot just stands there watching the mobs nuking the totem, even after the totem is gone.
AND:
PHP:
<PickUp QuestName="Soothing the Elements" QuestId="13580" GiverName="Elder Brownpaw" GiverId="33117" />
<UseItem ItemId="46546" QuestName="Soothing the Elements" QuestId="13580" X="5539.249" Y="453.6834" Z="31.05616" />
<If Condition="HasQuest(13580)">
<CustomBehavior File="WaitTimer" WaitTime="60000" />
</If>
<TurnIn QuestName="Soothing the Elements" QuestId="13580" TurnInName="Elder Brownpaw" TurnInId="33117" />
Now the bot just stands there in 60sec and then leaves... But, guess thats what this QB does

Any ideas?