
This Rotation is meant for Pve Sword Rogues who got improved SnD you also need SuperMacro because it exceeds the 255 char limit If 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. if Rupture and SnD are up and you reach 5 Cp he does Eviscerate. if the Target has 5 combo points and SnD is up, he uses eviscerate only pressing one button, a simple beginning, but more is following ! This Rotation is meant for Pve Sword Rogues who got improved SnD you also need SuperMacro because it exceeds the 255 char limit Improved 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Īlmost 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. Enjoy the list, and remember if you come across a function that is not documented, please. Below is an almost complete list of every function provided by Blizzard that you can use in the creation of your addon or macro. It Checks if Slice and Dice is up, if not he casts slice and dice. The World of Warcraft API is a set of functions, provided by Blizzard, that allow you to interact and modify the World of Warcraft game through the use of addons and macros. however if the idea is to swap after the attack during the gcd of ambush it would be possible in the same macro. You may have to register before you can post: click the register link above to proceed.
#Supermacro download vanilla wow full
So i don't think you can swap your weapon first & use the ability in the same macro but will need to do it separately due to the gcd. Downloads WoW Full Clients (Vanilla, TBC, WOTLK, Cata etc.) +MAC Clients If this is your first visit, be sure to check out the FAQ by clicking the link above.
#Supermacro download vanilla wow professional
Keep on returning for more professional reviews we add on a daily basis. Here are some nice macros for the newbsters A 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 remember switching weapons causes global cooldown although for rogues it is only half the global that warriors would get from the swap. The SB Community Join the community for the Wow Vanilla Best In Slot Hunter chance to learn all interesting news around top bookmakers that also offer the best bonuses for Wow Vanilla Best In Slot Hunter new and existing players.
