Advertisement
Tcip

Wykmans wow-macro

Apr 16th, 2015
384
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. [2015-04-17 @ 05:47
  2. WYKMAN'S WORLD OF WARCRAFT MACRO.]
  3.  
  4.  
  5. MACRO NAME:
  6. [A] Mounts
  7. MACRO COMMANDS:
  8. #showtooltip
  9. /cast [nomod] Snowy Gryphon; [mod:shift] Golden King; [mod:ctrl] Traveler's Tundra Mammoth; [mod:alt] Vashj'ir Seahorse;
  10.  
  11.  
  12. MACRO NAME:
  13. [H] Mounts
  14. MACRO COMMANDS:
  15. #showtooltip
  16. /cast [nomod] Tawny Wind Rider; [mod:shift] Warlord's Deathwheel; [mod:ctrl] Traveler's Tundra Mammoth; [mod:alt] Vashj'ir Seahorse;
  17.  
  18.  
  19. MACRO NAME:
  20. Perks
  21. MACRO COMMANDS:
  22. #showtooltip
  23. /cast [nomod] Mass Resurrection(Guild Perk); [mod:shift] Mobile Banking(Guild Perk); [mod:ctrl] Mass Resurrection(Guild Perk); [mod:alt] Mobile Banking(Guild Perk);
  24.  
  25.  
  26. MACRO NAME:
  27. [A] Professions
  28. MACRO COMMANDS:
  29. #showtooltip
  30. /cast [nomod] Fishing; [mod:shift] Blacksmithing; [mod:ctrl] Smelting; [mod:alt] First Aid;
  31.  
  32.  
  33. MACRO NAME:
  34. Del Gray
  35. MACRO COMMANDS:
  36. /run for bag = 0, 4 do for slot = 1, GetContainerNumSlots(bag) do local name = GetContainerItemLink(bag,slot) if name and string.find(name,"ff9d9d9d") then PickupContainerItem(bag,slot) DeleteCursorItem() end end end
  37.  
  38.  
  39. MACRO NAME:
  40. Del Green
  41. MACRO COMMANDS:
  42. /run for bag = 0,4,1 do for slot = 1, 32, 1 do local name = GetContainerItemLink(bag,slot); if name and string.find(name,"ff1eff00") then PickupContainerItem(bag,slot); DeleteCursorItem(); end; end; end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement