This is a static render of the Sixohthree Wiki

Macros

4th December 2023 at 1:52pm

Announce target in chat, usually used for rares. Drops a map pin and shares it in General chat.

/run local c,p,t,m=C_Map,"player","target"m=c.GetBestMapForUnit(p)c.SetUserWaypoint{uiMapID=m,position=c.GetPlayerMapPosition(m,p)}SendChatMessage(format("%%t (%d%%)%s",UnitHealth(t)/UnitHealthMax(t)*100,c.GetUserWaypointHyperlink()),"CHANNEL",nil,1)

Druid macros

Battle Rez (click casting: shift-left click)

#showtooltip
/cast [@combat] Rebirth ; Revive

Crowd Control (R):

#showtooltip
/cast [mod:shift] Typhoon ; [mod:alt,@cursor] Ursol's Vortex ; [mod:ctrl] Solar Beam ; Entangling Roots

Mount (middle mouse). MultiBarLeftButton2 is "Summon Random Favorite Mount" which summons a location-appropriate mount.

#showtooltip
/cast [combat,noform:4] Moonkin Form
/click [mod:ctrl] MultiBarLeftButton2
/cast [mod:shift,nomounted] Prowl ; [nomod,nomounted] Travel Form
/dismount [mounted]

The next 4 macros ensure I'm in Moonkin form before I start casting damage spells. (The last one also combos Starsurge and Wrath on the same button, with a modifier.)

Moonfire:

#showtooltip Moonfire
/targetenemy [noharm]
/cast [noform:4] Moonkin Form
/cast Moonfire

Sunfire:

#showtooltip Sunfire
/targetenemy [noharm]
/cast [noform:4] Moonkin Form
/cast Sunfire

Starfire:

#showtooltip Starfire
/targetenemy [noharm]
/cast [noform:4] Moonkin Form
/cast Starfire

Wrath/Starsurge:

#showtooltip
/targetenemy [noharm]
/cast [noform:4] Moonkin Form
/cast [mod:ctrl] Starsurge ; Wrath