Skip to content

Instantly share code, notes, and snippets.

@gourytch
Last active April 1, 2019 21:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gourytch/ae9ae5d2e26cfa2dccfa841bb3d3945d to your computer and use it in GitHub Desktop.
Save gourytch/ae9ae5d2e26cfa2dccfa841bb3d3945d to your computer and use it in GitHub Desktop.
My WotLK macroses
#
# 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