Ok, just annoying having it pop up, as it is quite often lol. I will just turn off LUA errors while raiding and hope nothing else happens lol.
Ok, just annoying having it pop up, as it is quite often lol. I will just turn off LUA errors while raiding and hope nothing else happens lol.
Yes it is not sure how to fix atm.
Sent from my Nexus 4 using Tapatalk 2
BadRotationsDeveloper
Death cat! haha! Nice!
Took a few days break from my Druid to play some other characters, but I'm back to the Druid and so happy that I have your profile to level/quest/dungeon grind with.
Thank you so much for all of your hard work!
I understand the need for a break, there's still lots I need to do on druid.
Fix interrupt not working on channeled spells.
Finish Symbiosis support for rogue and warlock.
Fix auto decurse / cure poison on Horridon.
Fix the new bug with the manual profile switch.
And that's not counting the others, plus I'm also working on my personal assassination profile. (Auto and toggleable pick pocket is awesome)
I would also like to implement PQI to ally profiles so players can have more control over how the profile works for them.
It gets overwhelming sometimes lol
Sent from my Nexus 4 using Tapatalk 2
BadRotationsDeveloper
Horridon dispelling is borked? Haven't had a chance to test it yet, since I am done for the week, will be tomorrow night before I can get back into ToT. Raid leader called me out this past week for not dispelling the shaman hex, so I was looking forward to your newest update lol. I have just been doing it manually when I can, keybound it to alt modifier, so it pauses the rotation at the same time![]()
Yea mine is set to C, anyways I'll try to fix it tonight but its hard to test outside of horridon. Quick question is the dispelled wanted for self only or anyone in raid?
Sent from my Nexus 4 using Tapatalk 2
BadRotationsDeveloper
I just use a mouseover macro to go with my frames for that fight. It works fine, plus it helps the healers, and it might be easier for you guys instead of trying to code it back in. If you want I will be glad to link it when I get home to my game pc?
Hmm I might do auto on self and mouse over for raid.
Sent from my Nexus 4 using Tapatalk 2
BadRotationsDeveloper
Well for Heroic Horridon specifically, the entire raid would be best, since the debuff needs to be dispelled ASAP in Heroic. Anyone that has a dispell for Hex should be using it on CD
Last edited by cukiemunster; 05-13-2013 at 12:43 PM.
#showtooltip
/cast [target=mouseover,help] Remove Corruption; [help] Remove Corruption; Remove Corruption
That is what I use for the mouseover, what I have found is that by the time I get around to hitting someone in the raid with it, I have it, which is why the multiples are in there. lol it helps a ton though!
It's not as cool as what you guys are building, but I hope it helps someone out.![]()
Last edited by Drinksbeer; 05-13-2013 at 12:53 PM. Reason: added space in macro
Druid profile updated to 1.3.6
===Changelog===
Moar! bug fixes!
Added Redirect - Rogue Symbiosis usage, still need to figure out Warlock
Fixed issue with Remove Corruption - Currently using ValidDispel function from Vachiusa's (also found in Nova's) Resto Druid profile so it will dispel any poison or curse debuff applied to you or mouseover if it is valid to that function.
Fixed Interrupt not working for Channeled Spells
Fixed New bug when switching profiles using PQR Hotkeys instead of toggle key.
BadRotationsDeveloper
If I wanted to dispel everyone, is it as simple as removing the "p" tag, so it looks for the entire raid?
Code:if ValidDispel(p) and cd(rc)==0 then cast(gsi(rc),p) end
I believe I uploaded a version that also did for mouseover. If not, just change or copy and change p to "mouseover"
Sent from my Nexus 4 using Tapatalk 2
BadRotationsDeveloper
Ok, but if I wanted it completely automated, would removing the "p" cover the whole raid? In my raid group we are short dispellers, so I need to dispell everything that I can as kitty, and want to find a way to do it without mouseover if at all possible. Mouseover would be great for most of ToT, but H Horridon specifically it really should dispel anyone that has Hex of Confusion - Spell - World of Warcraft ASAP automatically. The whole 50% chance to deal 120k damage to anyone that casts anything tends to DESTROY people that aren't paying attention.
That is doable but I can't explain how from phone.
Sent from my Nexus 4 using Tapatalk 2
BadRotationsDeveloper