Advertisement
Guest User

Untitled

a guest
Sep 19th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. <If Condition="Me.Class == WoWClass.Warrior">
  2. <PickUp QuestName="Getting Battle-Ready" QuestId="24531" GiverName="Thran Khorman" GiverId="912" />
  3. <If Condition="HasSpell(100)">
  4. <If Condition="HasQuest(24531) && !IsQuestCompleted(24531)">
  5. <moveto X="-6173.183" Y="383.4347" Z="397.8951" />
  6. <moveto X="-6165.128" Y="383.6783" Z="399.1543" />
  7. <CustomBehavior File="RunMacro" Macro="/target Training Dummy" NumOfTimes="1" WaitTime="500" />
  8. <CustomBehavior File="RunMacro" Macro="/Cast Charge" NumOfTimes="1" WaitTime="500" />
  9. <TurnIn QuestName="Getting Battle-Ready" QuestId="24531" TurnInName="Thran Khorman" TurnInId="912" />
  10. </If>
  11.  
  12.  
  13. </If>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement