Spec:
51/18/2
http://www.wowhead.com/?talent#f0ec0egoVboIuVo0xV0xcZ0b:IpT0cm
Gems:
red/blue: 20AP/10 haste in most slots.
yellow: 20 haste
JC gems: 34 haste
+10 all stats to activate meta
You need 2 offhands. You put deadly poison on one and insta on the other.
Weapon swap macros:
hit this one when you log on (initialization macro)
/run ws=CreateFrame("FRAME","WS")u=UseEquipmentSet function g()d=nil for i=1,40 do n,_,_,s,_,_,x,c=UnitDebuff("target",i)if n=="Deadly Poison IX" and c=="player" then d=(x-GetTime()>5 and s==5) end end if d then u("IP") else u("DP") end end
this turns weapon swapping on/off
/run if not aso then ws:RegisterEvent("UNIT_COMBAT")ws:SetScript("OnEvent",g)DEFAULT_CHAT_FRAME:AddMessage ("Autoswap On")aso=true else ws:UnregisterEvent("UNIT_COMBAT")DEFAULT_CHAT_FRAME:AddMessage("Autoswap Off")aso=nil end
you'll need 2 item sets in the blizzard itemrack, one named IP and one named DP
For anyone that can't read the code, here is what it does:
- You target something that is in combat that doesn't have a 5 stack of your deadly poison, it swaps to the DP set
- When you hit 5 stacks of deadly poison, it'll swap to the IP set
- When DP has 5 seconds remaining, it'll swap back to the DP set
- When DP is refreshed, it'll swap back to the IP set
You have to do nothing. The only thing on your end is the annoying GCD's caused by the swaps.
The sexy rogue,
Markrid
