Hybrid does single rotation but uses swipe as cp generator, multi is just thrash, swipe, and fb.
Sent from my Nexus 4 using Tapatalk 2
Hybrid does single rotation but uses swipe as cp generator, multi is just thrash, swipe, and fb.
Sent from my Nexus 4 using Tapatalk 2
BadRotationsDeveloper
Just changed some things around on my character, and everything is working like a charm.
I'm mowing down mobs now!!!
(so basically had nothing to do with the profile, and was my error)
Tested your feral profile and its really good any chance for a boomkin profile.
Not an overgrown chicken, sorry
Sent from my Nexus 4 using Tapatalk 2
BadRotationsDeveloper
kek
@spawn check out http://www.ownedcore.com/forums/worl...1252013-a.html ([PQR] List of Community Rotations - Updated 01252013) for a list of good profiles for lazerchicken. Nerder has a great boomkin profile, I would suggest that one.![]()
How would I go about removing either the hybrid or multi rotations from the Right Shift toggle? During H Horridon progression, it would make it EXTREMELY easier to use if there were only 2 toggles, single and either hybrid or multi. I am not asking you to modify your profile, but just curious what I need to change on my end.
There were quite a few times over the last week that one of my RShift toggles didn't register, and either single targeting when I should be AOEing, or vice versa.
The toggle has a 1sec delay between them.
Sent from my Nexus 4 using Tapatalk 2
BadRotationsDeveloper
If I want to remove the Hybrid, would I simply removefromCode:elseif AOEMode==0 then PQ_AOE = false AOEMode = 1 PQ_Rot = "Hybrid" PQR_WriteToChat("|cff347C2CAOE Mode: |cff79BAECHybrid|cffffffff", "Notice")
from the Initial ability?Code:if IsRightShiftKeyDown() and not GetCurrentKeyBoardFocus() and GetTime() - PQ_AOETimer > 1 then PQ_AOETimer = GetTime() if PQ_AOE then PQ_AOE = false AOEMode = 0 PQ_Rot = "Single" PQR_SwapRotation("Kitty-Single (CuteOne)") PQR_WriteToChat("|cff347C2CCooldown Mode: |cffDC143CSingle|cffffffff", "Notice") elseif AOEMode==0 then PQ_AOE = false AOEMode = 1 PQ_Rot = "Hybrid" PQR_WriteToChat("|cff347C2CAOE Mode: |cff79BAECHybrid|cffffffff", "Notice") elseif AOEMode==1 then PQ_AOE = true AOEMode = 2 PQ_Rot = "Multi" PQR_WriteToChat("|cff347C2CCooldown Mode: |cff006400Multi|cffffffff", "Notice") PQR_SwapRotation("Kitty-Multi (CuteOne)") end end
It's a little more complicated, I'll post what you need to do when I get home.
Sent from my Nexus 4 using Tapatalk 2
BadRotationsDeveloper
Sweet! U DA (WO)MAN!!!
Woman
Sent from my Nexus 4 using Tapatalk 2
BadRotationsDeveloper
I would do this....
Code:if IsRightShiftKeyDown() and not GetCurrentKeyBoardFocus() and GetTime() - PQ_AOETimer > 1 then PQ_AOETimer = GetTime() if PQ_AOE then PQ_AOE = false AOEMode = 0 PQ_Rot = "Single" PQR_SwapRotation("Kitty-Single (CuteOne)") PQR_WriteToChat("|cff347C2CCooldown Mode: |cffDC143CSingle|cffffffff", "Notice") --elseif AOEMode==0 then -- PQ_AOE = false -- AOEMode = 1 -- PQ_Rot = "Hybrid" -- PQR_WriteToChat("|cff347C2CAOE Mode: |cff79BAECHybrid|cffffffff", "Notice") elseif AOEMode==1 then PQ_AOE = true AOEMode = 1 --2 PQ_Rot = "Multi" PQR_WriteToChat("|cff347C2CCooldown Mode: |cff006400Multi|cffffffff", "Notice") PQR_SwapRotation("Kitty-Multi (CuteOne)") end end
BadRotationsDeveloper
Yah I knew you were of the female persuasion lol. What exactly does that code do? I see there are still 3 modes.
Sent from my Galaxy S3 using Tapatalk 2