Last active
July 21, 2021 23:50
-
-
Save cowboy/6f5537281a463c9cdc82118349fbc767 to your computer and use it in GitHub Desktop.
wow macros
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
VER 3 0000000001000006 "#Arcane Shot" "INV_MISC_QUESTIONMARK" | |
#showtooltip | |
/cast [@mouseover,harm,nodead][@target,harm,nodead][@pettarget] Arcane Shot | |
/cast [@pettarget][@target] !Auto Shot | |
END | |
VER 3 0000000001000004 "#Concussive Shot" "INV_MISC_QUESTIONMARK" | |
#showtooltip | |
/cast [@mouseover,harm,nodead][@target,harm,nodead][@pettarget] Concussive Shot | |
/cast [@pettarget][@target] !Auto Shot | |
END | |
VER 3 000000000100000B "#Multi-Shot" "INV_MISC_QUESTIONMARK" | |
#showtooltip | |
/cast [@mouseover,harm,nodead][@target,harm,nodead][@pettarget] Multi-Shot | |
/cast [@pettarget][@target] !Auto Shot | |
END | |
VER 3 0000000001000005 "#Sting" "INV_MISC_QUESTIONMARK" | |
#showtooltip | |
/cast [mod:shift,@mouseover,harm,nodead][mod:shift,@target,harm,nodead][mod:shift,@pettarget] Scorpid Sting; [@mouseover,harm,nodead][@target,harm,nodead][@pettarget] Serpent Sting | |
/cast [@pettarget][@target] !Auto Shot | |
END | |
VER 3 000000000100000D "Feign + Trap" "INV_MISC_QUESTIONMARK" | |
#show | |
/petstay [mod] | |
/petpassive [nomod] | |
/cast [combat] Feign Death | |
/cast Freezing Trap | |
END | |
VER 3 0000000001000002 "Initiate" "INV_MISC_QUESTIONMARK" | |
#showtooltip | |
--/assist [noharm][dead] polbert | |
/target [@mouseover,harm,nodead][@target,harm,nodead][@pettarget] | |
/stopmacro [noharm][dead] | |
/cast !Auto Shot | |
/stopmacro [mod] | |
/cast Hunter's Mark | |
/petfollow | |
/petattack | |
END | |
VER 3 0000000001000003 "Melee" "INV_MISC_QUESTIONMARK" | |
#showtooltip | |
/cancelaura Aspect of the Cheetah | |
/targetenemy [noharm][dead] | |
/startattack | |
/cast Raptor Strike | |
/cast Mongoose Bite | |
END | |
VER 3 000000000100000A "Toggle Fishing" "INV_MISC_QUESTIONMARK" | |
#show | |
/equipslot [worn:Fishing Pole] 16 Wingblade; 16 Strong Fishing Pole | |
/equipslot [worn:Fishing Pole] 17 Outlaw Sabre | |
/run local e=IsEquippedItem("Strong Fishing Pole");SetCVar("Sound_EnableAmbience",e);SetCVar("Sound_EnableMusic",e) | |
END | |
VER 3 000000000100000C "Wheel Down" "135744" | |
/castsequence [mod:shift] !Aspect of the Hawk; [mod:ctrl] !Aspect of the Monkey | |
/stopmacro [mod] | |
--/target Khan | |
/targetenemy | |
END | |
VER 3 0000000001000009 "Wheel Up" "135741" | |
/click [mod:ctrl,mod:shift] BT4Button52 | |
/stopmacro [mod:ctrl,mod:shift] | |
/castsequence [mod:shift] !Aspect of the Cheetah; [nomod,worn:Fishing Pole] Fishing; Track Humanoids, Find Minerals | |
END | |
VER 3 0000000001000008 "Wing Clip" "INV_MISC_QUESTIONMARK" | |
#showtooltip | |
/cancelaura Aspect of the Cheetah | |
/targetenemy [noharm][dead] | |
/cast !Wing Clip | |
/petattack | |
END |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
VER 3 0000000000000001 "` (Clear Target)" "INV_MISC_QUESTIONMARK" | |
/cleartarget | |
END | |
VER 3 0000000000000002 "Feed Pet" "INV_MISC_QUESTIONMARK" | |
#show | |
/cast Feed Pet | |
/click BT4Button75 | |
END | |
VER 3 0000000000000003 "Get Naked!" "135898" | |
/cast [combat] Feign Death | |
/script local t={16,17,18,1,3,5,6,7,8,9,10}; for k,v in pairs(t) do PickupInventoryItem(v); PutItemInBackpack(); end | |
END |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment