Hope you guys enjoy the updated guide! Here's a couple timestamps if you're looking for specifics - 0:45 - UI 3:12 - AddOns 13:48 - Macros Edit: Here is my Gladius export ^1^T^Smodules^T^SAnnouncements^b^t^ScastBarHeight^N30^SdrTrackerOffsetX^N-50^SaurasBuffsPerColumn^N1^StrinketFaction^b^SdispellAdjustSize^b^SpowerBarHeight^N19^SdrTrackerAdjustSize^b^StagsVersion^N4^ScastBarWidth^N211^Slocked^B^StrinketSize^N65^Sx^T^Sarena1^F8481775443593216^f-43^t^SbottomMargin^N13^StrinketAdjustSize^b^ScastBarAdjustWidth^b^ShealthBarHeight^N30^ScastBarOffsetY^N-3^SglobalFontSize^N12^Sdirection^N2^ScastBarAttachTo^SDRTracker^SdispellOffsetX^N-1^Sannouncements^T^Shealth^b^Strinket^B^Sspec^b^Sdrinks^b^Senemies^b^t^SframeScale^N0.8^SdrTrackerOffsetY^N0^SdrTrackerAttachTo^SFrame^SdispellSize^N45^SRacialAdjustSize^b^SdrFontSize^N20^SRacialOffsetY^N-45^ScastBarOffsetX^N-60^SauraVersion^N1^SRacialOffsetX^N67^SclassIconSize^N46^SdrTrackerSize^N48^SRacialSize^N42^SdispellAttachTo^STrinket^ScastTextSize^N12^Stags^T^Smaxhealth^T^Sfunc^Sfunction(unit)~Jreturn~`not~`Gladius.test~`and~`UnitHealthMax(unit)~`or~`Gladius.testing[unit].maxHealth~Jend^Sevents^SUNIT_HEALTH~`UNIT_MAXHEALTH~`UNIT_NAME_UPDATE^t^Sclass:short^T^Spreparation^B^Sfunc^Sfunction(unit)~Jreturn~`not~`Gladius.test~`and~`Gladius.L[LOCALIZED_CLASS_NAMES_MALE[Gladius.buttons[unit].class]..":short"]~`or~`Gladius.L[LOCALIZED_CLASS_NAMES_MALE[Gladius.testing[unit].unitClass]..":short"]~Jend^Sevents^SUNIT_NAME_UPDATE^t^Shealth:short^T^Sfunc^Sfunction(unit)~Jlocal~`health~`=~`not~`Gladius.test~`and~`UnitHealth(unit)~`or~`Gladius.testing[unit].health~Jif~`(health~`>~`999)~`then~Jreturn~`strformat("%.1fk",~`(health~`/~`1000))~Jelse~Jreturn~`health~Jend~Jend^Sevents^SUNIT_HEALTH~`UNIT_MAXHEALTH~`UNIT_NAME_UPDATE^t^Sclass^T^Spreparation^B^Sfunc^Sfunction(unit)~Jreturn~`not~`Gladius.test~`and~`LOCALIZED_CLASS_NAMES_MALE[Gladius.buttons[unit].class]~`or~`LOCALIZED_CLASS_NAMES_MALE[Gladius.testing[unit].unitClass]~Jend^Sevents^SUNIT_NAME_UPDATE^t^Spower:short^T^Sfunc^Sfunction(unit)~Jlocal~`power~`=~`not~`Gladius.test~`and~`UnitPower(unit)~`or~`Gladius.testing[unit].power~Jif~`(power~`>~`999)~`then~Jreturn~`strformat("%.1fk",~`(power~`/~`1000))~Jelse~Jreturn~`power~Jend~Jend^Sevents^SUNIT_POWER_UPDATE~`UNIT_DISPLAYPOWER~`UNIT_NAME_UPDATE^t^Srace^T^Sfunc^Sfunction(unit)~Jreturn~`not~`Gladius.test~`and~`UnitRace(unit)~`or~`Gladius.testing[unit].unitRace~Jend^Sevents^SUNIT_NAME_UPDATE^t^Smaxpower:short^T^Sfunc^Sfunction(unit)~Jlocal~`power~`=~`not~`Gladius.test~`and~`UnitPowerMax(unit)~`or~`Gladius.testing[unit].maxPower~Jif~`(power~`>~`999)~`then~Jreturn~`strformat("%.1fk",~`(power~`/~`1000))~Jelse~Jreturn~`power~Jend~Jend^Sevents^SUNIT_MAXPOWER~`UNIT_DISPLAYPOWER~`UNIT_NAME_UPDATE^t^Spower^T^Sfunc^Sfunction(unit)~Jreturn~`not~`Gladius.test~`and~`UnitPower(unit)~`or~`Gladius.testing[unit].power~Jend^Sevents^SUNIT_POWER_UPDATE~`UNIT_DISPLAYPOWER~`UNIT_NAME_UPDATE^t^Sname:status^T^Sfunc^Sfunction(unit)~Jreturn~`UnitIsDeadOrGhost(unit)~`and~`Gladius.L["DEAD"]~`or~`(UnitName(unit)~`or~`unit)~Jend^Sevents^SUNIT_NAME_UPDATE~`UNIT_HEALTH^t^Sspec^T^Spreparation^B^Sfunc^Sfunction(unit)~Jreturn~`Gladius.test~`and~`Gladius.testing[unit].unitSpec~`or~`Gladius.buttons[unit].spec~Jend^Sevents^SUNIT_NAME_UPDATE~`GLADIUS_SPEC_UPDATE^t^Spower:percentage^T^Sfunc^Sfunction(unit)~Jlocal~`power~`=~`not~`Gladius.test~`and~`UnitPower(unit)~`or~`Gladius.testing[unit].power~Jlocal~`maxPower~`=~`not~`Gladius.test~`and~`UnitPowerMax(unit)~`or~`Gladius.testing[unit].maxPower~Jreturn~`strformat("%.1f%%",~`(power~`/~`maxPower~`*~`100))~Jend^Sevents^SUNIT_POWER_UPDATE~`UNIT_MAXPOWER~`UNIT_DISPLAYPOWER~`UNIT_NAME_UPDATE^t^Shealth^T^Sfunc^Sfunction(unit)~Jreturn~`not~`Gladius.test~`and~`UnitHealth(unit)~`or~`Gladius.testing[unit].health~Jend^Sevents^SUNIT_HEALTH~`UNIT_MAXHEALTH~`UNIT_NAME_UPDATE^t^Sspec:short^T^Spreparation^B^Sfunc^Sfunction(unit)~Jlocal~`spec~`=~`Gladius.test~`and~`Gladius.testing[unit].unitSpec~`or~`Gladius.buttons[unit].spec~Jif~`(spec~`==~`nil~`or~`spec~`==~`"")~`then~Jreturn~`""~Jend~Jreturn~`Gladius.L[spec..":short"]~Jend^Sevents^SUNIT_NAME_UPDATE~`GLADIUS_SPEC_UPDATE^t^Shealth:percentage^T^Sfunc^Sfunction(unit)~Jlocal~`health~`=~`not~`Gladius.test~`and~`UnitHealth(unit)~`or~`Gladius.testing[unit].health~Jlocal~`maxHealth~`=~`not~`Gladius.test~`and~`UnitHealthMax(unit)~`or~`Gladius.testing[unit].maxHealth~Jreturn~`strformat("%.1f%%",~`(health~`/~`maxHealth~`*~`100))~Jend^Sevents^SUNIT_HEALTH~`UNIT_MAXHEALTH~`UNIT_NAME_UPDATE^t^Smaxpower^T^Sfunc^Sfunction(unit)~Jreturn~`not~`Gladius.test~`and~`UnitPowerMax(unit)~`or~`Gladius.testing[unit].maxPower~Jend^Sevents^SUNIT_MAXPOWER~`UNIT_DISPLAYPOWER~`UNIT_NAME_UPDATE^t^Smaxhealth:short^T^Sfunc^Sfunction(unit)~Jlocal~`health~`=~`not~`Gladius.test~`and~`UnitHealthMax(unit)~`or~`Gladius.testing[unit].maxHealth~Jif~`(health~`>~`999)~`then~Jreturn~`strformat("%.1fk",~`(health~`/~`1000))~Jelse~Jreturn~`health~Jend~Jend^Sevents^SUNIT_HEALTH~`UNIT_MAXHEALTH~`UNIT_NAME_UPDATE^t^Sname^T^Sfunc^Sfunction(unit)~Jreturn~`UnitName(unit)~`or~`unit~Jend^Sevents^SUNIT_NAME_UPDATE^t^t^SbarWidth^N194^SbackgroundPadding^N0^Sy^T^Sarena1^F4681867122505152^f-43^t^t^^
Yo, was wondering if you have a cast sequence macro for assassin openers. Can ya leave a comment about it pretty please, I figure the opener is pretty much the same every time so im hoping I can just setup a macro for it so I don't mess it up as much.
For the target sap macro, /targetenemyplayer may be more preferable to some people than /targetenemy. As you can see, /targetenemy was targeting non-players (the target dummies) and it can do that for any NPC, meaning it might catch a pet, minion, etc. instead of a player. /targetenemyplayer fixes this.
Great video, I especially loved the part where you explained your addons, and UI, and the fact that you're a panda! On your main! A panda ! As a rogue! In 2022! Panda! Main!
At this point it's possible to have; target arena1,2,3... focusarena 1,2,3 binded with the ingame keybindings menu, this saves up extra bars and makes ui cleaner.
Just a tip for Weak Aura. You can easily track all abilities, debuffs and buffs by simply clicking "Create new => from template => icon => big icon => choose spell/buff/debuff".
For the shadowdance, I play around the bars 1 and 7 that switches each other when in stealth or not. For example, on the stealth bar put a simple macro Cheap Shot on a slot (remove space after #) : # showtooltip Cheap Shot /cast Cheap Shot Then go out of stealth and put a macro like this in the exact same slot : # showtooltip Shadow Dance /cast Shadow Dance /cast Cheap Shot And select manually the icon of Cheap Shot in the icon list. So the macro has the icon of Cheap Shot but the showtooltip on shadow dances allows to check the charges and cooldown of shadow dance instead. And I do that for every stealthed spells. This way I don't need a button for shadow dance alone, a charge is automatically used when I use a spell that needs it and only when it is needed, there is no risk of spamming the shadow dance button twice in a row. Also feel free to add modifiers to the macros.
😃 I was here! Great video! I apologize if you have already done it but I haven't found one from you, can you do a video about the Sub ties sets sometime soon? You always make good easy to understand videos bro!! Btw .... Go Novus FTW!!!!!
I use Cold Blood, Symbols of Death, and Shadow Strike but somehow I see that it’s randomly out of order. Like the Shadow Strike can cast before the two buffs CB and SoD. Any advice?
Same Addons that I use. But I also recommend Bartender for action bars. And also I use TWN to provide much more interface info, like combo points, hit points, buffs/debuffs, important cd, enemies saves and bursts, and so on.
Regarding a burst macro, what are your thoughts on dog-piling these abilities? I keep them separate as well, but when I just want to mash into a kill target... this will shadowstrike if I'm in stealth, but if I open with a kidney or a cheap shot from stealth first, the shadowstrike will be ignored. once I'm out of stealth, it will activate shadowdance and symbols, along with on-use trinket and orc racial for dmg boost, and echoing reprimand all in one global. I figure, I always want to dance and symbols when I echoing reprimand. #showtooltip Echoing Reprimand /cast [stance:1]Shadowstrike /cast [stance:0,combat]Shadow Dance /cast [nostealth]Symbols of Death /cast [nostealth]Blood fury /use [nostealth]13 /cast Echoing Reprimand
question! When im facing a team in arena with another rogue, how do they keep finding and sapping me when we both are in stealth and how can i do that? sometimes i dont even see them like when you walk next to a stealthed player.
For everyone watching this and wondering why the poisons macro doesn't work for you as he says? this is why. It has to be a cast sequence. /castsequence Wound Poison, Crippling Poison and for PVE I do the same but change wound to Instant. Exact same with comma and space and capitals must be right. Not actually sure why that works for him because it most certainly shouldn't
Pretty sure he has brought up a macro he tried to make that didn't work, since fixed it and didn't realise that is why it's working! We all make mistakes
All in all though great video, The Sap macro was a new one for me, I use arena focus saps and been trying to find one for seeking out other stealths for sometime now. Here is a macro I have been using for sometime in Rated BG's, can also be used in arena if playing with a mage if they focus your mage and you need a top up I dissapear and have a feast while she gets pounded into ice block I regain energy and health run back in stealth MFD kidney the focus and destroy my target while the mage picks up the poly on the focus once she has regained. Remember though, this will only ever be needed in a very long match which is super rare and it took me so many chances at it to finally remember to use it. #showtooltip /cast Conjured Mana Bun /cast Stealth In Battlegrounds it's very strong. Just remember that you can change the food in their to anything you like
Oh and the kidney tricks is a beauty! I also took your advice and made seperate dance which has helped heaps. I was running this #showtooltip backstab /cast Shadow Blades /cast Shadow Dance /cast Symbols of Death /cast Marked for Death /use [nostance]backstab;[bonusbar:1]Shadowstrike;[stance:2]Shadowstrike But it was taking away tto much power at start of fight and if i got stunned on burst it was all for nothing, this helps heaps thx. I started using your macro with this instead #showtooltip backstab /cast Marked for Death /cast [@arena1]Marked for Death /cast [@arena2]Marked for Death /cast [@arena3]Marked for Death /use [nostance]backstab;[bonusbar:1]Shadowstrike;[stance:2]Shadowstrike This way I can make sure I can attack with my burst and also get my 5 point kidney on the focus if need be
I will say one thing about everyone going on about freeing up more space on action bars for more macros, people are using too many macros these days that it effects their gameplay, too many buttons to remember, as a rogue you should never run out of action bar space! EVER, PERIOD! But if you play a heap of alts I can understand using the in game keybinds for targeting so that all characters are the same without hassle
@@Palumor I see. I was right all along then 😂. I’m really enjoying finality. Makes me feel like a convoke feral with the big bites lol. Been able to get a combined total of 40k eviscerates (no one dance/night stalker). Feels super solid for sure
also heres my sap macro... prob irrelevant but puts you in stealth also if you arent in stealth already for the cheeky saps on a pillar or something #showtooltip Sap /cleartarget /targetenemyplayer /cast [harm, nodead] sap /stopattack /cast [nostealth] Stealth
Curious of your thoughts about Pikaboo saying combat addons should be removed for tournaments. I think it would help separate those that know the game and those that know their UI.
Every good Rogue is extremely aware of combat timers honestly, I just got a combat addon a few months back to help not get screwed over by buggy combat issues like kevins ozzeling or other covenant procs
Thanks for this video! Would you mind talking us through your keybinds? I know its whatever you get comfortable with, but as a new pvp player I'm struggling with finding buttons for everything!
Start with just binding a few key moves. For me, i bound my shadow dance to R, and tied in a macro with it so that it pops my trinket when I enter dance as well. That way I can go R for dance, F for Symbols, and then go into my normal dance rotation.
I’m pretty sure I suck at retail. Possibly. I played pvp recently. Last time I played was on shadowlands release. And it felt like I was hitting my enemy with a wet noodle.
Hope you guys enjoy the updated guide! Here's a couple timestamps if you're looking for specifics -
0:45 - UI
3:12 - AddOns
13:48 - Macros
Edit: Here is my Gladius export
^1^T^Smodules^T^SAnnouncements^b^t^ScastBarHeight^N30^SdrTrackerOffsetX^N-50^SaurasBuffsPerColumn^N1^StrinketFaction^b^SdispellAdjustSize^b^SpowerBarHeight^N19^SdrTrackerAdjustSize^b^StagsVersion^N4^ScastBarWidth^N211^Slocked^B^StrinketSize^N65^Sx^T^Sarena1^F8481775443593216^f-43^t^SbottomMargin^N13^StrinketAdjustSize^b^ScastBarAdjustWidth^b^ShealthBarHeight^N30^ScastBarOffsetY^N-3^SglobalFontSize^N12^Sdirection^N2^ScastBarAttachTo^SDRTracker^SdispellOffsetX^N-1^Sannouncements^T^Shealth^b^Strinket^B^Sspec^b^Sdrinks^b^Senemies^b^t^SframeScale^N0.8^SdrTrackerOffsetY^N0^SdrTrackerAttachTo^SFrame^SdispellSize^N45^SRacialAdjustSize^b^SdrFontSize^N20^SRacialOffsetY^N-45^ScastBarOffsetX^N-60^SauraVersion^N1^SRacialOffsetX^N67^SclassIconSize^N46^SdrTrackerSize^N48^SRacialSize^N42^SdispellAttachTo^STrinket^ScastTextSize^N12^Stags^T^Smaxhealth^T^Sfunc^Sfunction(unit)~Jreturn~`not~`Gladius.test~`and~`UnitHealthMax(unit)~`or~`Gladius.testing[unit].maxHealth~Jend^Sevents^SUNIT_HEALTH~`UNIT_MAXHEALTH~`UNIT_NAME_UPDATE^t^Sclass:short^T^Spreparation^B^Sfunc^Sfunction(unit)~Jreturn~`not~`Gladius.test~`and~`Gladius.L[LOCALIZED_CLASS_NAMES_MALE[Gladius.buttons[unit].class]..":short"]~`or~`Gladius.L[LOCALIZED_CLASS_NAMES_MALE[Gladius.testing[unit].unitClass]..":short"]~Jend^Sevents^SUNIT_NAME_UPDATE^t^Shealth:short^T^Sfunc^Sfunction(unit)~Jlocal~`health~`=~`not~`Gladius.test~`and~`UnitHealth(unit)~`or~`Gladius.testing[unit].health~Jif~`(health~`>~`999)~`then~Jreturn~`strformat("%.1fk",~`(health~`/~`1000))~Jelse~Jreturn~`health~Jend~Jend^Sevents^SUNIT_HEALTH~`UNIT_MAXHEALTH~`UNIT_NAME_UPDATE^t^Sclass^T^Spreparation^B^Sfunc^Sfunction(unit)~Jreturn~`not~`Gladius.test~`and~`LOCALIZED_CLASS_NAMES_MALE[Gladius.buttons[unit].class]~`or~`LOCALIZED_CLASS_NAMES_MALE[Gladius.testing[unit].unitClass]~Jend^Sevents^SUNIT_NAME_UPDATE^t^Spower:short^T^Sfunc^Sfunction(unit)~Jlocal~`power~`=~`not~`Gladius.test~`and~`UnitPower(unit)~`or~`Gladius.testing[unit].power~Jif~`(power~`>~`999)~`then~Jreturn~`strformat("%.1fk",~`(power~`/~`1000))~Jelse~Jreturn~`power~Jend~Jend^Sevents^SUNIT_POWER_UPDATE~`UNIT_DISPLAYPOWER~`UNIT_NAME_UPDATE^t^Srace^T^Sfunc^Sfunction(unit)~Jreturn~`not~`Gladius.test~`and~`UnitRace(unit)~`or~`Gladius.testing[unit].unitRace~Jend^Sevents^SUNIT_NAME_UPDATE^t^Smaxpower:short^T^Sfunc^Sfunction(unit)~Jlocal~`power~`=~`not~`Gladius.test~`and~`UnitPowerMax(unit)~`or~`Gladius.testing[unit].maxPower~Jif~`(power~`>~`999)~`then~Jreturn~`strformat("%.1fk",~`(power~`/~`1000))~Jelse~Jreturn~`power~Jend~Jend^Sevents^SUNIT_MAXPOWER~`UNIT_DISPLAYPOWER~`UNIT_NAME_UPDATE^t^Spower^T^Sfunc^Sfunction(unit)~Jreturn~`not~`Gladius.test~`and~`UnitPower(unit)~`or~`Gladius.testing[unit].power~Jend^Sevents^SUNIT_POWER_UPDATE~`UNIT_DISPLAYPOWER~`UNIT_NAME_UPDATE^t^Sname:status^T^Sfunc^Sfunction(unit)~Jreturn~`UnitIsDeadOrGhost(unit)~`and~`Gladius.L["DEAD"]~`or~`(UnitName(unit)~`or~`unit)~Jend^Sevents^SUNIT_NAME_UPDATE~`UNIT_HEALTH^t^Sspec^T^Spreparation^B^Sfunc^Sfunction(unit)~Jreturn~`Gladius.test~`and~`Gladius.testing[unit].unitSpec~`or~`Gladius.buttons[unit].spec~Jend^Sevents^SUNIT_NAME_UPDATE~`GLADIUS_SPEC_UPDATE^t^Spower:percentage^T^Sfunc^Sfunction(unit)~Jlocal~`power~`=~`not~`Gladius.test~`and~`UnitPower(unit)~`or~`Gladius.testing[unit].power~Jlocal~`maxPower~`=~`not~`Gladius.test~`and~`UnitPowerMax(unit)~`or~`Gladius.testing[unit].maxPower~Jreturn~`strformat("%.1f%%",~`(power~`/~`maxPower~`*~`100))~Jend^Sevents^SUNIT_POWER_UPDATE~`UNIT_MAXPOWER~`UNIT_DISPLAYPOWER~`UNIT_NAME_UPDATE^t^Shealth^T^Sfunc^Sfunction(unit)~Jreturn~`not~`Gladius.test~`and~`UnitHealth(unit)~`or~`Gladius.testing[unit].health~Jend^Sevents^SUNIT_HEALTH~`UNIT_MAXHEALTH~`UNIT_NAME_UPDATE^t^Sspec:short^T^Spreparation^B^Sfunc^Sfunction(unit)~Jlocal~`spec~`=~`Gladius.test~`and~`Gladius.testing[unit].unitSpec~`or~`Gladius.buttons[unit].spec~Jif~`(spec~`==~`nil~`or~`spec~`==~`"")~`then~Jreturn~`""~Jend~Jreturn~`Gladius.L[spec..":short"]~Jend^Sevents^SUNIT_NAME_UPDATE~`GLADIUS_SPEC_UPDATE^t^Shealth:percentage^T^Sfunc^Sfunction(unit)~Jlocal~`health~`=~`not~`Gladius.test~`and~`UnitHealth(unit)~`or~`Gladius.testing[unit].health~Jlocal~`maxHealth~`=~`not~`Gladius.test~`and~`UnitHealthMax(unit)~`or~`Gladius.testing[unit].maxHealth~Jreturn~`strformat("%.1f%%",~`(health~`/~`maxHealth~`*~`100))~Jend^Sevents^SUNIT_HEALTH~`UNIT_MAXHEALTH~`UNIT_NAME_UPDATE^t^Smaxpower^T^Sfunc^Sfunction(unit)~Jreturn~`not~`Gladius.test~`and~`UnitPowerMax(unit)~`or~`Gladius.testing[unit].maxPower~Jend^Sevents^SUNIT_MAXPOWER~`UNIT_DISPLAYPOWER~`UNIT_NAME_UPDATE^t^Smaxhealth:short^T^Sfunc^Sfunction(unit)~Jlocal~`health~`=~`not~`Gladius.test~`and~`UnitHealthMax(unit)~`or~`Gladius.testing[unit].maxHealth~Jif~`(health~`>~`999)~`then~Jreturn~`strformat("%.1fk",~`(health~`/~`1000))~Jelse~Jreturn~`health~Jend~Jend^Sevents^SUNIT_HEALTH~`UNIT_MAXHEALTH~`UNIT_NAME_UPDATE^t^Sname^T^Sfunc^Sfunction(unit)~Jreturn~`UnitName(unit)~`or~`unit~Jend^Sevents^SUNIT_NAME_UPDATE^t^t^SbarWidth^N194^SbackgroundPadding^N0^Sy^T^Sarena1^F4681867122505152^f-43^t^t^^
i can use the export gladius to get yours right? if so how do i import it
@@Kudakto Yep! Just copy and paste that massive blob of text into your Gladius import section, I think it's under "layout"
@@Palumorit worked thanks brudda
Hey Palumor, great video as always !
By any chance can you link your profile for tellmewhen ?
Yo, was wondering if you have a cast sequence macro for assassin openers. Can ya leave a comment about it pretty please, I figure the opener is pretty much the same every time so im hoping I can just setup a macro for it so I don't mess it up as much.
For the target sap macro, /targetenemyplayer may be more preferable to some people than /targetenemy. As you can see, /targetenemy was targeting non-players (the target dummies) and it can do that for any NPC, meaning it might catch a pet, minion, etc. instead of a player. /targetenemyplayer fixes this.
Great video, I especially loved the part where you explained your addons, and UI, and the fact that you're a panda! On your main! A panda ! As a rogue! In 2022! Panda! Main!
I think he went panda after he got drunk on stream lol 😂. It’s cool for sure tho, like a gouge for sub/sin
The video bugged out the first time i watched it and i thought it was a joke
At this point it's possible to have; target arena1,2,3... focusarena 1,2,3 binded with the ingame keybindings menu, this saves up extra bars and makes ui cleaner.
So true
Bro, Legit, this guy is very much underrated big big big big time. The amount of information he puts out there is really top.
Dude I was here, awesome vid I'm coming back to wow, haven't play since cataclysm so really usefull stuff in your vid man thanks
Sick video man, thanks for the addons, will really help, quick question, i cant find REFlex on curse? Any ideas, thanks
guy, i love you, you're amazing. thank you for your efforts
Im coming back to WoW because of you, this video helped a lot
Great Video, I love that you said pound sign instead of Hashtag lol. Started my rogue 2 days ago and believe this will help.
Exactly what i needed Thank you Palu Man ! POGGERS
(Nice set on your Panda btw KEKW)
Just a tip for Weak Aura. You can easily track all abilities, debuffs and buffs by simply clicking "Create new => from template => icon => big icon => choose spell/buff/debuff".
Awesome vid bro. Thanks so much for helping us mortals get better. Much respect
For the shadowdance, I play around the bars 1 and 7 that switches each other when in stealth or not.
For example, on the stealth bar put a simple macro Cheap Shot on a slot (remove space after #) :
# showtooltip Cheap Shot
/cast Cheap Shot
Then go out of stealth and put a macro like this in the exact same slot :
# showtooltip Shadow Dance
/cast Shadow Dance
/cast Cheap Shot
And select manually the icon of Cheap Shot in the icon list. So the macro has the icon of Cheap Shot but the showtooltip on shadow dances allows to check the charges and cooldown of shadow dance instead.
And I do that for every stealthed spells. This way I don't need a button for shadow dance alone, a charge is automatically used when I use a spell that needs it and only when it is needed, there is no risk of spamming the shadow dance button twice in a row.
Also feel free to add modifiers to the macros.
Hey just want to say thank you for putting this out I am still learning 20 years later just casual but want to kick some horde ass lol
I was here 😀. Thanks a lot brand new to Sub Rogue and looking into getting pve/pvp.
ty for this video, best for not only rogues but all classes, +1
Never Boring bro, thx a lot 😘😘
😃 I was here!
Great video! I apologize if you have already done it but I haven't found one from you, can you do a video about the Sub ties sets sometime soon? You always make good easy to understand videos bro!! Btw .... Go Novus FTW!!!!!
I was here :). Thanks for the vid palu, helped alot.
:) I was here. Rogue is watching.
I use Cold Blood, Symbols of Death, and Shadow Strike but somehow I see that it’s randomly out of order. Like the Shadow Strike can cast before the two buffs CB and SoD. Any advice?
:) I was definitely here.
Only the real ones know what I'm talking about.
I was here!. Thanks for the video.
Thanks for the video mate! it does help a lot :D
Sup Palumor awesome guide bro. Would you have any idea why your assign focus macros would not work when I hit the keybind for them?
Same Addons that I use. But I also recommend Bartender for action bars. And also I use TWN to provide much more interface info, like combo points, hit points, buffs/debuffs, important cd, enemies saves and bursts, and so on.
THIS guy fcks our brains just.. please link ur addons download link
Thanks a lot! Will be waiting for guide part 2 for legendaries covenants and conduits😅
Great video! Keep going with the excellent job
Hi palumor or guys, how can I show the duration of the debuff with the addon BigDebuff?, I already installed it but it does not show the duration :/
So I macro dance sap dance cheap shot in my bar. That over kill? I always thought the animation of my bars changing to dance bars took too long?
why would you put the tooltip for shadowblades on your focus arena macros i dont get it
Would love to see smth like this for Assassination, your swifty video dps was insane - I wanna do this myself in solo Shuffle :D
Regarding a burst macro, what are your thoughts on dog-piling these abilities? I keep them separate as well, but when I just want to mash into a kill target... this will shadowstrike if I'm in stealth, but if I open with a kidney or a cheap shot from stealth first, the shadowstrike will be ignored. once I'm out of stealth, it will activate shadowdance and symbols, along with on-use trinket and orc racial for dmg boost, and echoing reprimand all in one global. I figure, I always want to dance and symbols when I echoing reprimand.
#showtooltip Echoing Reprimand
/cast [stance:1]Shadowstrike
/cast [stance:0,combat]Shadow Dance
/cast [nostealth]Symbols of Death
/cast [nostealth]Blood fury
/use [nostealth]13
/cast Echoing Reprimand
legend palumor i look up to you
Why you doing sub instead of sin when sin is better atm?
question! When im facing a team in arena with another rogue, how do they keep finding and sapping me when we both are in stealth and how can i do that? sometimes i dont even see them like when you walk next to a stealthed player.
#showtooltip sap
/cleartarget
/targetenemyplayer
/cast Sap
Thank you.
😁
I was here thank you very much!!!
Hey Palumor I don’t really PVP can you show the macros you have for Mythic + and other PVE situations please?
thankyou my dude
Bro why for the love of God can I not figured out how to disable the blizzard ui health bar and combo point bars at your feet? How do i disable them?
Interface > Names > uncheck "Personal Resource Display"
For everyone watching this and wondering why the poisons macro doesn't work for you as he says? this is why. It has to be a cast sequence. /castsequence Wound Poison, Crippling Poison and for PVE I do the same but change wound to Instant. Exact same with comma and space and capitals must be right. Not actually sure why that works for him because it most certainly shouldn't
Pretty sure he has brought up a macro he tried to make that didn't work, since fixed it and didn't realise that is why it's working! We all make mistakes
All in all though great video, The Sap macro was a new one for me, I use arena focus saps and been trying to find one for seeking out other stealths for sometime now.
Here is a macro I have been using for sometime in Rated BG's, can also be used in arena if playing with a mage if they focus your mage and you need a top up I dissapear and have a feast while she gets pounded into ice block I regain energy and health run back in stealth MFD kidney the focus and destroy my target while the mage picks up the poly on the focus once she has regained. Remember though, this will only ever be needed in a very long match which is super rare and it took me so many chances at it to finally remember to use it. #showtooltip
/cast Conjured Mana Bun
/cast Stealth
In Battlegrounds it's very strong. Just remember that you can change the food in their to anything you like
Oh and the kidney tricks is a beauty! I also took your advice and made seperate dance which has helped heaps. I was running this #showtooltip backstab
/cast Shadow Blades
/cast Shadow Dance
/cast Symbols of Death
/cast Marked for Death
/use [nostance]backstab;[bonusbar:1]Shadowstrike;[stance:2]Shadowstrike But it was taking away tto much power at start of fight and if i got stunned on burst it was all for nothing, this helps heaps thx. I started using your macro with this instead
#showtooltip backstab
/cast Marked for Death
/cast [@arena1]Marked for Death
/cast [@arena2]Marked for Death
/cast [@arena3]Marked for Death
/use [nostance]backstab;[bonusbar:1]Shadowstrike;[stance:2]Shadowstrike
This way I can make sure I can attack with my burst and also get my 5 point kidney on the focus if need be
I will say one thing about everyone going on about freeing up more space on action bars for more macros, people are using too many macros these days that it effects their gameplay, too many buttons to remember, as a rogue you should never run out of action bar space! EVER, PERIOD! But if you play a heap of alts I can understand using the in game keybinds for targeting so that all characters are the same without hassle
The poison macro works! Just have to spam press it
I was here... lol Thanks for tips!
do you still use rupture?
hell yeah
Yo good morning Palumor! I’m wondering why you are now running finality? Thanks 🙏
Seems like Finality/Sephuz are just way more valuable than shadowdust!
@@Palumor I see. I was right all along then 😂. I’m really enjoying finality. Makes me feel like a convoke feral with the big bites lol. Been able to get a combined total of 40k eviscerates (no one dance/night stalker). Feels super solid for sure
How to get that backpack skin ? Tell me pls
i was here :) thanks for carrying me to another glad lol
also heres my sap macro... prob irrelevant but puts you in stealth also if you arent in stealth already for the cheeky saps on a pillar or something
#showtooltip Sap
/cleartarget
/targetenemyplayer
/cast [harm, nodead] sap
/stopattack
/cast [nostealth] Stealth
Is it possible to share ur omnibar setup?
solid video learn a few trick that will be useful thx again!
Curious of your thoughts about Pikaboo saying combat addons should be removed for tournaments. I think it would help separate those that know the game and those that know their UI.
Every good Rogue is extremely aware of combat timers honestly, I just got a combat addon a few months back to help not get screwed over by buggy combat issues like kevins ozzeling or other covenant procs
theres an option to bind focus arena 1-3 in settings, why not use that instead of making more buttons? I assume there must be a reason I'm overlooking
I'm still here, hope that counts :)
Thanks for this video! Would you mind talking us through your keybinds? I know its whatever you get comfortable with, but as a new pvp player I'm struggling with finding buttons for everything!
F, T, R, with shift variations. Then shift-C, D, F, T, R as well.
Start with just binding a few key moves. For me, i bound my shadow dance to R, and tied in a macro with it so that it pops my trinket when I enter dance as well. That way I can go R for dance, F for Symbols, and then go into my normal dance rotation.
I was here 😀. Ty much as always!
dont play now really, but great job, will be waiting something similar on next exp)
I was here, ofc, ty for the guide. What is sin btw? Lot of people commenting go sin go sub...what is sin?
Just referring to Assassination!
Target arena1-2-3 and focus 1-2-3 has their own keybind in keybind settings. So you don't have to put them in macro slot as well as your action bar
Agreed, BUT I do like to see them on my bars for some reason.
How?
@@a.a.6464 Check targeting section on keybind settings
So i can just push alt + keybind for focus target
@@a.a.6464 Yes, there're keybinds for focusing arena1-2-3 as well
You don't need macros to target or focus arena. You can bind that directly
Correct! Either way works
I WAS HERE
Without addons u would hardstuck on 1.4, like all bfa and sl glads
yes
seems like a lot to just avoid using ElvUI + weakauras that could do everything in this video, but better. PvPers are a different breed.
I was here palu
I be here
I’m pretty sure I suck at retail. Possibly. I played pvp recently. Last time I played was on shadowlands release. And it felt like I was hitting my enemy with a wet noodle.
Hyeah bwoi.
Gj
i was here
I was here!
ahh Peasamor, will you ever learn ?
Just use arena 1 2 3 focus macros are just slower and /cast [@party1] instead of putting names
:) I was here.
Thanks for the macros helped a lot but also can i get those cool transmogs saved please i beg you
😁
:) I was here... i guess
Calls thugonomics warlock to 1 shot pal lmao
I was here
o_O
i was not here :(
🦉
i wasnt here
yoyo supsup l was here boy
👻
i was here)
😀
I was here lmao
=) I was here
I was here! xD
:) i was here
I was here 😊
I was here 😄
:)
i was here (:
I was here ;-)
I was here 🙃
😀 I was here !
:) I was here lol
:} I was here
i was here :D