Hey was wondering if you could make the cds assignable. I currently don't have a multi button mouse. just the 3![]()
Resto Shammy Profile - https://goo.gl/nm5Nc
If you're going to use the profile for raiding and want min/max, then go with Soapbox. As a paid user you get all of the updates and support for the profile. I own the profile and am glad that I purchased it. As for PVP, the work done by many has been compiled into this Beast 2.0 and you'll not find a better PVP profile on here as of right now. I have tried them all and am very satisfied with the PVP aspects of this profile, with a few personal modifications of course. Lastly, remember that Soapbox streamlines its code for PVE use. Moreover, it is used by many, if not all, of the top raiding guilds and such. We would all have arthritis by now if we spammed a top dps rotation week in and week out.
Last edited by ectl2k; 05-03-2013 at 05:55 PM.
I haven't tried out the pve, because I raid on a warlock...but the pvp is beast! Thank you for the great work!
Make sure Soap is still around, I purchased his warrior profile (it works very well) but I have never heard back from the messages I sent him. Not saying anything negative just make sure he is still doing them.![]()
This profile any better or worse than kicks? All about the same?
Hey. This profile is awesome. (better than kick)
But now, realased new Blink Strike talent (passive now) the rotation is bugged. Only with this talent. Murder and Lynx works great.
Anyone with a hunter care to test this out? EnragerxHUNTER.rar - Speedy Share - upload your files here
Sweet, thank you for testing. let me know if there is some problem. im fixing it for a friend :P
EDIT
Tweaked the Abilities and uploaded to help out so you guys wouldn't have to do it yourself
*Routine/Abilities edited and working for 5.3
-Blink Strike Working
-Range Check on Kill Command(Will use other abilities if pet is out of range, instead of just spamming KC)
Download:
Beast2.rar
ENJOY!
Best BM PvP routine around.
To fix blink strike you need to do some editing to most of the Shots (Arcane/Cobra/Kill Command/Glaive Toss/Serpent Sting) and remove all lines pertaining to Blink Strike, because mostly all of them will do a check to see if blinkstrike is on cooldown, and if it's not It will not use said shot. Doing so allows for the use of the Blink Strike Passive with this routine.
For example, in ability editor, go to "Shot - Kill Command"
Make it look like the above by removing the lines pertaining to blink strike, do this with all other Shots that may have blink strike in it.--Code 16
if IsPlayerSpell(120679)
and PQR_SpellAvailable(120679) --Dire beast
then
return false
elseif IsPlayerSpell(117050)
and PQR_SpellAvailable(117050) --Glaive toss
then
return false
elseif IsPlayerSpell(109259)
and PQR_SpellAvailable(109259) --Power shot
and BurstSwap == "on"
-- and not UnitBuffID("player", PQ_Beastin)
and not PQR_IsMoving(0.3)
then
return false
elseif IsPlayerSpell(120360)
and PQR_SpellAvailable(120360) --Barrage
-- and not UnitBuffID("player", PQ_Beastin)
then
return false
elseif IsPlayerSpell(131894)
and BurstSwap == "on"
and not UnitDebuffID("target", 131894, "PLAYER")
and PQR_SpellAvailable(131894) --A murder of crows
then
return false
elseif IsPlayerSpell(120697) --Lynx Rush
and not UnitDebuffID("target", 120699, "PLAYER")
and PQR_SpellAvailable(PQ_Lynx)
then
return false
elseif unitCheck("pet",CC) or unitCheck("pet",Root)
then
return false
elseif TargetValidation("target", PQ_KillCom) --Kill Command
and UnitExists("pet")
and IsSpellInRange(tostring(GetSpellInfo(2649)), "pettarget") == 1
and not UnitIsDead("pet")
and PQR_IsOutOfSight("pettarget") == false
then
return true
end
Also, I addedto Kill Command so the routine dosn't spam the hell out of it if your pet is not within 25 yards.and IsSpellInRange(tostring(GetSpellInfo(2649)), "pettarget") == 1
Hope that helps.
Very nice routine.
Last edited by weedb0x; 05-24-2013 at 01:43 AM.