Misteweaver! Make one!![]()
Misteweaver! Make one!![]()
mistweaver: roll face on KB. win.
(don't post things I post to Patreon.)
If I make a mistweaver profile it will not be for a very long time. Atm, my monk was made to give me and a someone to do something together when we have time and she heals while I tank. Due to this I do not have any experience with mistweaver rotations or abilities and it is way down on my priority list. Team Nova is working on a mistweaver profile I believe if you want one.![]()
Former PQR Developer
I add these spells to the rotation. If there is any way you can inprove on them that would be great. I am very limited in writing this code.
This is for Invoke Xuen, the White Tiger. I would love for a hotkey for this skill so that it does not auto proc.
This is for Dampen HarmCode:<Ability><Name>Invoke Xuen, the White Tiger</Name><Default>false</Default><SpellID>123904</SpellID><Actions></Actions><Lua>if PQR_SpellAvailable(123904) then return true end</Lua><RecastDelay>18000</RecastDelay><Target>Target</Target><CancelChannel>False</CancelChannel><SkipUnknown>True</SkipUnknown></Ability>
This is for Leg SweepCode:<Ability><Name>Dampen Harm</Name><Default>false</Default><SpellID>122278</SpellID><Actions></Actions><Lua>if PQR_SpellAvailable(122278) then return true end</Lua><RecastDelay>9000</RecastDelay><Target>Target</Target><CancelChannel>False</CancelChannel><SkipUnknown>True</SkipUnknown></Ability>
Code:<Ability><Name>Leg Sweep</Name><Default>false</Default><SpellID>119381</SpellID><Actions></Actions><Lua>if PQR_SpellAvailable(119381) then return true end</Lua><RecastDelay>4500</RecastDelay><Target>Target</Target><CancelChannel>False</CancelChannel><SkipUnknown>True</SkipUnknown></Ability>
First thanks for the profile Kuukuu, it is running quite well for me on my 41 Monk.
1 issue I have noticed is when trying to use Dizzy Haze
I see you have it set for
Hold down Left Shift to use Dizzy Haze.
But when I do this, I see the marker come up like it wants to use it (See the Green Area on the ground) But it doesnt seem to go off, and cant click ground self to make it go off. Almost seems like other abilities are firing off and not letting that one go.
Maybe something I am doing wrong but I am curious
Thanks
I have seen that before myself every once in a while but I've never been able to figure out why it does that. Happens with DnD profiles too for DKs so I believe it has to do with how we are currently using PQR to cast target-able spells. Not sure how else to implement it though
Also @jpoplive: I'm planning on adding more to the profile once I have a chance again. Currently I'm in midterms and getting slammed with hours from work so my time is very limited.
EDIT: Should have a bit of time tonight to code a few things in, priority is going to be the aoe/single target swap key so it's all one profile. If I have more time I'll try throwing in some of the things you listed.
Last edited by kuukuu; 10-24-2012 at 06:25 PM.
Former PQR Developer
I fixed the Dizzying Haze code so it should work even while running.
PHP Code:
if IsLeftShiftKeyDown() and not GetCurrentKeyBoardFocus()
and not UnitChannelInfo("player")
and IsSpellKnown(115180)
then
SpellCancelQueuedSpell()
CastSpellByName(GetSpellInfo(115180),nil)
if SpellIsTargeting() then CameraOrSelectOrMoveStart() CameraOrSelectOrMoveStop() end
return true
end
Version 2.0 has been released with the following (untested at this time) changes. Please back up your old profiles as I have not had time to test this code yet due to time constraints.
Fixed Dizzying Haze hopefully so it always fires.
Added AoE/Single Target Swap key. (Left Control)
Added basic support for Invoke Xuen, Dampen Harm and Leg Sweep.
Former PQR Developer
You are making calls to PQR_SpellAvailable and that is a function in Nova_Data.lua. Do we need to have Team Nova's Data file in our folders for your script to work? I don't see where you actually call the Data file, just call functions that don't exist. I see that a lot of your code uses it.
Umm, PQR_SpellAvailable is a custom function of PQR....not Nova_Data....
PQR Custom Functions - PQRotation Wiki
Former PQR Developer
AOE/ST toggle?
Oh. sexy.
have my internets-bbehs.
more ppl need to code that into profiles.. its just to damn convieient for end users to not use it
(don't post things I post to Patreon.)
The 2.0 alpha version doesn't seem to work properly unless you have 3 stacks of Tiger's Palm.