redzeus 0 Report post Posted November 29, 2016 here are some nice macros for the newbstersA simple Rotation/run SnD=false for i=1,16,1 do db=UnitBuff("player",i) if(db~=nil and string.find(db,"SliceDice"))then SnD=true end end/run if GetComboPoints("target")==5 then CastSpellByName("Eviscerate()");elseif SnD then CastSpellByName("Sinister Strike()");elseif GetComboPoints("target")==0 then CastSpellByName("Sinister Strike()"); else CastSpellByName("Slice and Dice()"); end it Checks if Slice and Dice is up, if not he casts slice and dice.if the Target has 5 combo points and SnD is up, he uses eviscerateonly pressing one button, a simple beginning, but more is following !This Rotation is meant for Pve Sword Rogues who got improved SnDyou also need SuperMacro because it exceeds the 255 char limitImproved Rotation/run RuP=false for r=1,16,1 do db=UnitDebuff("target",r) if(db~=nil and string.find(db,"Rupture")) then RuP=true end end/run SnD=false for i=1,16,1 do db=UnitBuff("player",i) if(db~=nil and string.find(db,"SliceDice")) then SnD=true end end/run if GetComboPoints("target")==5 then CastSpellByName("Eviscerate()"); end/run if GetComboPoints("target")==0 then CastSpellByName("Sinister Strike()"); end/run if SnD then CastSpellByName("Sinister Strike()"); else CastSpellByName("Slice and Dice()"); end/run if RuP then CastSpellByName("Sinister Strike()"); else CastSpellByName("Rupture()"); end Almost the same as above, but in this case it Checks if you have SnD up, if you dont he recasts it, but also checks if you have Rupture on the Enemy if not he recasts it if he has the Combopoints for it. if Rupture and SnD are up and you reach 5 Cp he does Eviscerate. This Rotation is meant for Pve Sword Rogues who got improved SnDyou also need SuperMacro because it exceeds the 255 char limitIf you actually combine this macro with "IsUsableSpell" and insert a spellreaction like Bladefury or Adrenaline Rush, you would have a complete rotation where you dont have to watch for CD's or keeping up your at all. just concentrate on movement and do the best of dps while u move, BUT this is just a theory! (alot of things would still be missing like Autoattack for switching targets and a macro if the current target is not a Boss to use something else, in order to do also MAX dps @trash) 0 Share this post Link to post Share on other sites
slippery 4 Report post Posted November 29, 2016 you found this on google and it's dog фекал if you're using this kys 0 Share this post Link to post Share on other sites
Shino 27 Report post Posted November 29, 2016 Perfect rogue rotation? Does it take thistle tea, AR, BF, D2 Proc, procs, HP of the boss, Crusader etc also into account? This macro is far away from executing the rotation perfectly. I suggest to just execute it yourself. (Not to mention that a rogue can't use Rupture for various reasons at most bosses). 0 Share this post Link to post Share on other sites
Aslan 0 Report post Posted November 30, 2016 (edited) Top macro to do dps like every other bad rogue and even cap yourself on it because a macro doesnt magically improve itself. Even if you take all the factors into account manually that are listed by shino, you would still suck. Edited November 30, 2016 by Aslan 0 Share this post Link to post Share on other sites
Res 0 Report post Posted November 30, 2016 I suggest to just execute it yourself. There's the problem, he's a rogue. it's a joke about warriors. 0 Share this post Link to post Share on other sites
fructi 0 Report post Posted November 30, 2016 Well the topic title is on point, this is the perfect macro for a rouge. But not for a rogue. Rogues don't use rotation macros. 0 Share this post Link to post Share on other sites