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

[N - Quest] Deepholm 82-84 [Kick]

Status
Not open for further replies.

joe3563

Member
Joined
Jul 27, 2011
Messages
213
Reaction score
1
I made a modification to the quest "Unsolid Ground". The bot is out of position to lure the rock worm.

This works for me:

Code:
<If Condition="((HasQuest(26377)) &amp;&amp; (!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:
Status
Not open for further replies.
Back
Top