it's possible but not sure how I would go about doing it without it being a one off change.
it's possible but not sure how I would go about doing it without it being a one off change.
BadRotationsDeveloper
Mentallys added this kind of thing into her Demo profile. not at my laptop atm so can't check but I think she added a 4th rotation that covers push and hold for aoe/cleave.
Sent from my ST21i using Tapatalk 4 Beta
I think its fine as it is, holding down a button for AOE would be a pain in the ass IMO.
Press shift to go hybrid/cleave, press again for full out aoe, again for back to single. And it switches between the modes so quick as well.
My raidleader praised my DPS when I Off-DPS since I mainly tank and have the wrong stats for Feral, that says something about this profile! ^^
I get errors when using feral, the profile does nothing.
Date: 2013-07-28 10:38:36
ID: 1
Error occured in: Global
Count: 1
Message: [string " ..."] line 3:
attempt to call global 'ubid' (a nil value)
Debug:
[string " ..."]:3: ?()
[string "if PQR_Addon_Loaded == nil then..."]:765: PQR_NextAbility()
[string "if PQR_Addon_Loaded == nil then..."]:534: PQR_ExecuteRotation()
[string "if PQR_Addon_Loaded == nil then..."]:287:
[string "if PQR_Addon_Loaded == nil then..."]:214
Locals:
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = "attempt to call global 'ubid' (a nil value)"
Just did something, don't know what but its working and its amazing GJ
Last edited by Jysticim; 07-28-2013 at 03:57 AM.
How to make so that Touch of Death worked in pvp?
It is necessary that with a glyph of Glyph of Touch of Death for 10% of hp worked.
Been using the feral druid profile for quite a while now, its awesome to top the meters ^^
But, i have never seen this profile use Mighty Bash, its like its not in the rotation, even tho i see it listed on the first page. I even tried to use PQInterface to see if it actually used the spell, but it never uses it, even tho i have to interrupt a mob and Skull bash is on CD.
Skull Bash is off GCD so you can interrupt every encounter eazy-mode using hands.
Touch of Death does not work on players period. *EDIT* As Kinkeh pointed out I am completely wrong on this as the 4pc set bonus to the pvp gear allows for the use of Touch of Death against players. As for making it work I would need to determine if you have 4pc of the gear which i could do like i have on the feral profile but I would need a item id list of the pvp pieces.
Yea I have been messing around with it trying to get it to work (it's under interrupts), ideally I would want to use this in the scenario where a target is casting/channeling but can't be interrupted but again is stunable.
Last edited by ph34rt3hcute1; 07-28-2013 at 03:51 PM.
BadRotationsDeveloper
And how to make that in case of Paralysis it was put on a pause?
doesn't work ((Code:or UnitDeBuffID("target",115078)
Understood, the decision is lower a post)
Last edited by BoostON; 07-28-2013 at 04:25 PM.
Not sure I understand your question there. =(
BadRotationsDeveloper
DOH I so forgot about that T_T silly pvp gear.
BadRotationsDeveloper
Here I modified a condition of stay of rotation of monk, now PQR stops if the target is immune as if the target is paralyzed!
Code:if IsLeftAltKeyDown() or IsMounted() or SpellIsTargeting() or not UnitExists("Target") or UnitBuffID("Player",80169) or UnitBuffID("Player",87959) or UnitChannelInfo("Player") or UnitIsDeadOrGhost("Player") or UnitIsDeadOrGhost("Target") or UnitBuffID("target",117961) or UnitBuffID("target",642) or UnitBuffID("target",45438) or UnitBuffID("target",1022) or UnitBuffID("target",19263) or UnitBuffID("target",110700) or UnitBuffID("target",110696) or UnitBuffID("target",110617) or UnitDebuffID("target",115078) or not UnitAffectingCombat("Player") then return true end
any way to make monk profile not auto select targets? like ill fight a mob then it auto targets mobs i didnt want to pull