thx now it works
thx now it works
And I don't know when I'll be able to fix, just lost my hard drive.
Sent from my Nexus 4 using Tapatalk 2
BadRotationsDeveloper
Ouch!! Good luck with it!!
Computer is back up and running, now too see what all i lost T_T
Ok it wasn't too bad, the interrupts should now work but will require a re-download of the profiles, be sure to snag the data one also.
Seems the interrupt functions is still not working for Shaman, at this time I am not sure as to why... T_T
Posted in another thread but i figure c/p it here would be better.
I use your profile and i have found it to be the best for single target arms. I only wish it was like shuerons and using a hotkey to switch from single to aoe besides switching the whole rotation. I havnt found another rotation that does it this way. Def keep up the good work thou.
Also i had to change impending victory to be for victory rush instead. Makes this a much nicer profile for world content and self heals in raids as well.
I'll see what I can do about adding those options.
Sent from my Nexus 4 using Tapatalk 2
BadRotationsDeveloper
Im trying to figure out a Shattering Throw command but nothing Ive come up with is working... ph34rt3hcute1 take a look at it =)
Added to initial
Shattering ThrowCode:hop = 1022 --Hand of Protection aw = 31884 --Avenging Wrath div = 642 --Divine Shield ps = 33206 --Pain Suppression ib = 45438 --Ice Block
Code:if incom and check(st) and ubid(t,ib) or ubid(t,ps) or ubid(t,div) or ubid(t,hop) or ubid(t,aw) then cast(gsi(st)) end
Just at glance, as I'm still at work, the code looks fine. I give a better look when I get home.
Sent from my Nexus 4 using Tapatalk 2
BadRotationsDeveloper
Try this...
Shattering Throw
Code:if incom and check(st) and (ubid(t,ib) or ubid(t,ps) or ubid(t,div) or ubid(t,hop) or ubid(t,aw)) then cast(gsi(st)) end
Druid profile updated to 1.2.3
===Changelog===
Adjusted logics on Rip, Rake, Thrash, and Ferocious Bite to help improve DPS output
Fixed issue with Interrupt function not working
Added Single/AOE toggle - Right Shift
Warrior profile updated to 1.1.2
===Changelog===
Added support for Impending Victory
Fixed issue with Interrupt function not working
Added Single/AOE toggle - Right Shift
Shaman profile updated to 1.0.1
===Changelog===
Fixed issue with Interrupt function not working
Added Single/AOE toggle - Right Shift
Im going to test out the new changes and also your shattering throw code fix right now, thanks!
I added this to "Defensive" so it will use my bottom health trinket, ei: Malevolent Gladiator's Emblem of Cruelty
works well =)Code:if php<=15 and GetInventoryItemCooldown(14)==0 then UseInventoryItem(14) end
does the right shift to switch profiles only apply while in combat?
also the shattering throw macro does not work, did blizzard disable target buff fetching through lua?