1. Rare Rogue Macros + LoseControl bonus

    Hello! I decided to share rare macros for rogues, I hope they will help many people improve their skills. I'll start from basic macros to the rarest ones. My pleasure!

    Code:
    #showtooltip Stealth
    /stopattack
    /cast !Stealth
    Code:
    #showtooltip Sap
    /cleartarget
    /targetenemyplayer
    /cast Sap
    Code:
    #showtooltip Deadly Throw
    /cast Deadly Throw
    /cast Throw
    Code:
    #showtooltip Tricks of the Trade
    /cast [target=party1] Tricks of the Trade
    Code:
    #showtooltip Distract
    /cast !distract
    Code:
    #showtooltip Blind
    /cast [nomod,target=target] Blind; [mod:shift,target=focus] Blind
    /stopattack
    Code:
    #showtooltip Gouge
    /cast [nomod,target=target] Gouge; [mod:shift,target=focus] Gouge
    /stopattack
    Code:
    #showtooltip Dismantle
    /cast [nomod,target=target] Dismantle; [mod:shift,target=focus] Dismantle
    Code:
    #showtooltip Sap
    /cast [nomod,target=target] Sap; [mod:shift,target=focus] Sap
    Code:
    #showtooltip Hemorrhage
    /cast Hemorrhage
    /startattack
    /use Wrathful Gladiator's Leather Gloves
    Code:
    #showtooltip Backstab
    /cast Backstab
    /startattack
    /use Wrathful Gladiator's Leather Gloves
    Code:
    #showtooltip Mutilate
    /cast Mutilate
    /startattack
    /use Wrathful Gladiator's Leather Gloves
    Code:
    #showtooltip Shiv
    /cast Shiv
    /startattack
    Code:
    #showtooltip Kick
    /cast [nomod,target=target] Kick
    /cast [mod:shift,target=focus] Kick
    /cast [mod:ctrl,target=focus] Shadowstep
    /cast [mod:ctrl,target=focus] Kick
    Code:
    #showtooltip Cheap Shot
    /cast Premeditation
    /cast Cheap Shot
    Code:
    #showtooltip Garrote
    /cast Premeditation
    /cast Garrote
    Code:
    #showtooltip Ambush
    /cast Premeditation
    /cast Ambush
    /cast [nostealth] Wrathful Gladiator's Leather Gloves
    Code:
    #showtooltip Fel Healthstone
    /use Fel Healthstone
    /use Bauble of True Blood
    /use Corroded Skeleton Key
    /use Sindragosa's Flawless Fang
    Code:
    #showtooltip Preparation
    /cast [nostealth] Evasion
    /cast Vanish
    /cast Sprint
    /cast Preparation
    Code:
    #showtooltip Shiv
    /equip 17 Wrathful Gladiator's Shiv
    /cast Shiv
    /startattack
    Code:
    #showtooltip Lungbreaker
    /equipslot 17 Lungbreaker
    Code:
    #showtooltip Shadowmeld
    /cast Shadowmeld
    /cast !Stealth
    Code:
    #showtooltip Wound Poison VII
    /use [button:1] Deadly Poison IX; [button:2] Wound Poison VII
    /use [button:1] 16; [button:2] 17;
    /click StaticPopup1Button1
    Code:
    #showtooltip Mind-numbing Poison
    /use [button:1] Deadly Poison IX; [button:2] Mind-numbing Poison
    /use [button:1] 16; [button:2] 17;
    /click StaticPopup1Button1
    LoseControl.lua:
    Code:
    	-- Immunities
    	[46924] = "Immune",	-- Bladestorm
    	[20230] = "Immune",	-- Retaliation
    	[642]   = "Immune",	-- Divine Shield
    	[45438] = "Immune",	-- Ice Block
    	[34692] = "Immune",	-- The Beast Within
            [65871] = "Immune",	-- Deterrence
    	[48792] = "Immune",	-- Icebound Fortitude
    	[63148] = "Immune",	-- Divine Shield
    	[10278] = "Immune",	-- Hand of Protection
    	[6940]  = "Immune",	-- Hand of Sacrifice
    	[65961] = "Immune",	-- Cloak of Shadows
    	[26669] = "Immune",	-- Evasion
    	[51713] = "Immune",	-- Shadow Dance
    	[18499] = "Immune",	-- Berserker Rage
    	[47585] = "Immune",	-- Dispersion
    	[69910] = "Immune",	-- Pain Suppression
    	[31821] = "Immune",	-- Aura Mastery
    	[64205] = "Immune",	-- Divine Sacrifice
    	[3411]  = "Immune",	-- Intervene
    	[871]   = "Immune",	-- Shield Wall
    	[31230] = "Immune",	-- Cheat Death
    	[22812] = "Immune",	-- Barkskin
    	[51690] = "Immune",	-- Killing Spree
    auralist.lua: [Gladius]
    Code:
    		-- Buffs
    		[GetSpellInfo(1022)] 	= 1,	-- Blessing of Protection
    		[GetSpellInfo(10278)] 	= 1,	-- Hand of Protection
    		[GetSpellInfo(1044)] 	= 1, 	-- Blessing of Freedom
    		[GetSpellInfo(2825)] 	= 1, 	-- Bloodlust
    		[GetSpellInfo(32182)] 	= 1, 	-- Heroism
    		[GetSpellInfo(33206)] 	= 1, 	-- Pain Suppression
    		[GetSpellInfo(29166)] 	= 1,	-- Innervate
    		[GetSpellInfo(18708)]  	= 1,	-- Fel Domination
    		[GetSpellInfo(54428)]	= 1,	-- Divine Plea
    		[GetSpellInfo(31821)]	= 1,	-- Aura mastery
    		[GetSpellInfo(6940)] 	= 2, 	-- Hand of Sacrifice
    		
    		-- Turtling abilities
    		[GetSpellInfo(871)]	= 1,	-- Shield Wall
    		[GetSpellInfo(48707)]	= 1,	-- Anti-Magic Shell
    		[GetSpellInfo(31224)]	= 1,	-- Cloak of Shadows
    		[GetSpellInfo(19263)]	= 1,	-- Deterrence
    		
    		-- Immunities
    		[GetSpellInfo(34692)] 	= 2, 	-- The Beast Within
    		[GetSpellInfo(45438)] 	= 2, 	-- Ice Block
    		[GetSpellInfo(642)] 	= 2,	-- Divine Shield
    		[GetSpellInfo(48792)] 	= 2,	-- Icebound Fortitude
    		[GetSpellInfo(46924)] 	= 2,	-- Bladestorm
    Edited: August 17, 2022 Reason: + Weapon Poison macro

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •