Yeah i have to admit that this profile does pretty well in pvp, sure it doesn't have the tweaks that cokx's has but it's pretty nice right out the box.![]()
Yeah i have to admit that this profile does pretty well in pvp, sure it doesn't have the tweaks that cokx's has but it's pretty nice right out the box.![]()
The buff is called Stampede
The ability is called Ravage!
The item set bonus is here
Is this the spell id for the Stampede buff? 131537
BadRotationsDeveloper
That or 81022
I think thats the old buff anyways try this,
add that to Ravage, it may also work usingCode:if ubid(p,131537) and (pow>=45 or ubid(p,cc)) and sir(gsi(mgl),t)==1 then cast(gsi(rvg)) end
Just incase it wont cast with rvgCode:cast(gsi(rvf))
BadRotationsDeveloper
Dosent seem to be working. Tried it using 81022 as the spell ID as well. Still testing
I would suggest getting idTip - Tooltip - World of Warcraft Addons - Curse it will help to identify the spell id of the buff
BadRotationsDeveloper
Addon shows 81022 to be the buff.
Still no luck. This is what I have.
I think I will just have to resort to spamming it myself, not too big of an issue.Code:if ubid(p,81022) and (pow>=45 or ubid(p,cc)) and sir(gsi(mgl),t)==1 then cast(gsi(rvg)) end if ubid(p,sr) and (pow>=45 or ubid(p,cc)) and behind and check(rvg) and plvl>=54 then cast(gsi(rvg)) end if ((ubid(p,sr) and check(sr)) or plvl < 54 or srg==false) and (not behind or plvl < 54) and check(mgl) then cast(gsi(mgl)) end if ubid(p,81022) and (pow>=45 or ubid(p,cc)) and sir(gsi(mgl),t)==1 then cast(gsi(rvf))
maybe it was a copy/paste error but you are missing an "end"
I can also confirm 81022 as the 4pc buff and it uses Ravage! (102545) ability, so it should work if it's properly coded.
Last edited by ph34rt3hcute1; 07-12-2013 at 09:00 PM.
BadRotationsDeveloper
I was missing the end, made the change but still no go. =(
you can also try changing this line under Shred...
...to read....Code:if ubid(p,inb) then cast(gsi(rvf))
Code:if ubid(p,inb) or ubid(p,81022) then cast(gsi(rvf))
BadRotationsDeveloper
If the pvp ravage id is different from the normal ravage id don't forget to add it to the spell list. If it's the same then ignore this whole post lol.
Sent from my Galaxy S4 using Tapatalk 2
Tried this and it broke the profile.
I don't want to take up anymore of your time. I made a Ravage/Shred macro I can spam anytime I see the buff. It will do for now.
Double checked that.If the pvp ravage id is different from the normal ravage id don't forget to add it to the spell list. If it's the same then ignore this whole post lol.