Hey all I'm having trouble with PQR with a couple of profiles, when not using PQR it doesn't happen EVER. My game abilities lock up and I can't press any of them :/ It shows that I'm pressing the key because it highlights on the actionbar but doesn't actually use the bar it's like I've been silenced but not really?
Tried deleting and disable addons, tried even new keyboard.. same problem but only PQR
If anyone can test this code on Amber-Shaper Unsok that would be great...It will interrupt the ability you need to interrupt when you are reshaped. It will also exit the form if <8 wisdom.
Ability: Boss Special
Spell ID: 0
Specifically if: "player" works even though the player is in a vehicle.Code:--Amber Shaper if UnitExists("boss1") then local npcID = tonumber(UnitGUID("boss1"):sub(6,10), 16) if npcID == 62511 then --Amber Shaper local reshapeLife = UnitDebuffID("player", 122370) if reshapeLife then --Player is mind controlled. local playerCasting = UnitCastingInfo("player") local amberExplosion = GetSpellInfo(122402) local struggleForControl = GetSpellInfo(122395) local amberStrike = GetSpellInfo(122389) local breakFree = GetSpellInfo(123060) local playerWisdom = UnitPower("player", 10) --"Wisdom" power. if playerWisdom <= 8 then RunMacroText("/cast "..breakFree) end if UnitExists("boss2") then --62711 local npcID = tonumber(UnitGUID("boss2"):sub(6,10), 16) if npcID == 62711 then local bossCasting = UnitCastingInfo("boss2") if bossCasting == amberExplosion then --boss is casting. RunMacroText("/cast "..amberStrike) else if playerCasting == amberExplosion then RunMacroText("/cast "..struggleForControl) end end end else if playerCasting == amberExplosion then RunMacroText("/cast "..struggleForControl) end end end end end
Does RunMacroText /cast work on the abilities.
Can RunMacroText() be replaced with CastSpellByName
We might need to change the "player" UnitId to "vehicle"
Last edited by Xelper; 11-06-2012 at 01:15 AM.
Xelper if anyone knows the answer my problem, it would have to be you since your a Dev :P
Looking at the code off the bat, I see "boss2" being a problem, I know he spawns another add but are we certain that the constructs themselves don't count as bosses? since they are hostile to both the boss and players. Also, break free can only be casted when your construct is bellow 20% health, didn't see anything about wisdom having to be 8 or bellow, not sure for certain though.
Last edited by Kinkeh; 11-06-2012 at 05:01 AM.
@lantus Thanks for clearing that up for me mate![]()
Quick question, does PQR work fine with Windows 8? I can't see why it wouldn't, but thought it would be prudent to ask before I install it.
Does anyone know or have a link to any MOP frost dk 2h pvp? Very new to this but can't seem to find an up-to-date version![]()
Is anyone working on a fully-featured Mistweaver profile? I know a basic one exists already but I'm looking for a more raid-ready profile that utilizes all healing spells properly. Current one OOMs itself quickly by not utilizing the smartcast of Surging Mists correctly and not using Enveloping Mist at all.
Even if there was a work-in-progress profile, I wouldn't mind testing for someone and providing feedback.. and of course throwing in a donation for your efforts.
I've got a 90 Monk but sadly no coding experience of my own.
looking for the same thing , a raid ready Mistweaver profile , will donate for sure
profile hunter bm does not work on ru realm live for me.
<PQR Debug> --Pause-- (Nova [Beast Mastery]) returned true. Executing ability.
my fail. sorry. used some broken profile. downloaded from svn solved problem. sorry
Last edited by zcooler; 11-06-2012 at 02:11 PM.