Advertisement
Guest User

Untitled

a guest
Aug 16th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. <PickUp QuestName="Crossroads Caravan Pickup" QuestId="13949" GiverName="Halga Bloodeye" GiverId="34258" />
  2. <If Condition="!IsQuestCompleted(13949) && HasQuest(13949)">
  3. <CustomBehavior File="InteractWith" MobId="34258" GossipOptions="1" X="325.4038" Y="-3680.932" Z="27.18751" />
  4. <CustomBehavior File="WaitTimer" WaitTime="12000" />
  5. <CustomBehavior File="InteractWith" MobId="34430" X="324.018" Y="-3673.757" Z="27.18492" />
  6. <CustomBehavior File="WaitTimer" WaitTime="1000"/>
  7. </If>
  8. <While Condition="!IsQuestCompleted(13949) && HasQuest(13949)">
  9. <CustomBehavior File="RunMacro" Macro="/targetenemy\n/click VehicleMenuBarActionButton1" NumOfTimes="10" WaitTime="1000" />
  10. </While>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement