WTB A Kuukuu Windwalker Profile
WTB A Kuukuu Windwalker Profile
Good work on the profile kuukuu. I have encounter the same problem as domestecus. The new profile only spam Jabs.![]()
Next patch:
Tiger Palm no longer stacks the armor ignore buff, just applies 30% initially.
So one Tiger Palm apply the old 3 stacks!! woot
How would you suggest editing the priority in regards to spinning crane?
(don't post things I post to Patreon.)
At this point I honestly am not sure but I'm thinking it's going to be fairly low. At least below Keg Smash I would think since that's also AoE and generates chi. I'm currently in training for my job so I have 40 hour work week on top of class for this week so haven't had much time to test different priorities for it. Feel free to move it around in the rotation and see if you can get better chi generation in AoE. Hopefully I'll have time to muck with it this weekend.
Former PQR Developer
Thnx for the great profile, one suggestion from me is that maybe you should include a pause at the top or say in the opening post that we should check the "Require combat to execute rotation" mark in rotation editor. Becuase otherwise it keeps spamming the abilities even when doing nothing. Although this shouldn't matter to much i like to look as playerlike as possible for blizzard and spamming all my abilities all the time seems abit weird. If you have error texts turned off it seems like its doing nothing but with error texts you will see its spamming.
If you to add a pause into any profile just create a new ability in the ability editor called Pause or something like that and put this code in it and save it. Then go into the rotation editor and add it in to your rotations.
Should let it pause while out of combatPHP Code:
if IsLeftAltKeyDown() --Change to key you want to use to pause
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 not UnitAffectingCombat("Player")
then return true end
There is a combat check to prevent spamming if you're not in combat so neither of the things you said should even be necessary. Mine doesn't spam if I'm not in combat so might want to check that you have the combat check in place.
Former PQR Developer
Hows the classes going Ku? for the moment I've taken Spinning Crane kick completely out of the rotation, and moved the Fire Breathing ability up one above blackout kick and im holding threat fine, and not taking much in the way of damage.
(don't post things I post to Patreon.)
Classes have settled again for the most part so I have some time again. Hopefully getting my work hours temporarily reduced too so that'll help as well. From what I've been reading, you only use Crane Kick if you have 10+ mobs or else the chi gain isn't enough. Pretty sure I can't code based on amount of adds though? Not sure...might just remove it altogether if it works with BoF for holding multiple adds.
Former PQR Developer
im 70 and it worked allright. would need more testing from a higher level character to see if BoF would be enough
Perhaps put it on a button like Left Alt, or Any of the Right modifiers?
(don't post things I post to Patreon.)