I made a modification to the quest "Unsolid Ground". The bot is out of position to lure the rock worm.
This works for me:
This works for me:
Code:
<If Condition="((HasQuest(26377)) && (!IsQuestCompleted(26377)))" >
<CustomBehavior File="FlyTo" X="1415.069" Y="38.7332" Z="-88.2849" />
<If Condition="(!HasItem(58783))" >
<Objective QuestName="Unsolid Ground" QuestId="26377" Type="CollectItem" ItemId="58500" CollectCount="6" />
<CustomBehavior File="Misc\RunLua" Lua="UseItemByName(58500)" WaitTime="1000" />
</If>
<While Condition="(HasItem(58783))" >
<RunTo X="1446.199" Y="105.6118" Z="-82.49785" />
<CustomBehavior File="WaitTimer" WaitTime="2000" />
<UseItem QuestName="Unsolid Ground" QuestId="26377" ItemId="58783" X="1446.199" Y="105.6118" Z="-82.49785" />
<CustomBehavior File="WaitTimer" WaitTime="2000"/>
<RunTo X="1496.167" Y="163.5057" Z="-76.67078" />
</While>
</If>
Last edited: