Last active
April 1, 2019 21:22
-
-
Save gourytch/ae9ae5d2e26cfa2dccfa841bb3d3945d to your computer and use it in GitHub Desktop.
My WotLK macroses
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
# | |
# Druid | |
#################################################################### | |
# shift shape to bear and start attack | |
#showtooltip | |
/cast [nostance:1] !Облик медведя | |
/stopmacro [noexists][noharm][dead] | |
/cast Рык | |
/startattack | |
# | |
# Hunter | |
#################################################################### | |
#showtooltip | |
/stopmacro [noexists][noharm][dead] | |
/dismount [mounted] | |
/cast Метка охотника | |
/stopmacro [nopet][noexists][noharm][dead] | |
/petattack | |
# pet care | |
#showtooltip | |
/cast [target=pet, dead] Воскрешение питомца; [nopet] Призыв питомца; Лечение питомца | |
# MISDIRECT | |
#showtooltip Перенаправление | |
/cast [target=focus,exists,nodead,noharm] Перенаправление; [target=pet,exists,nodead] Перенаправление | |
#or | |
/cast [@focus,exists,nodead,noharm] [@pet,exists,nodead] Перенаправление | |
# | |
# Common | |
#################################################################### | |
# look for target and mark it | |
/cleartarget | |
/target <mobname> | |
/cleartarget [dead] | |
/stopmacro [noexists] | |
/script SetRaidTargetIcon("target",0) | |
/script SetRaidTargetIcon("target",7) | |
/script PlaySound("RaidWarning") | |
/focus |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment