please fix PQR_IsOutOfSight
please fix PQR_IsOutOfSight
Can anyone explain to me how tanking using PQR works?
Will the profile know when to taunt?
Will it taunt even if MT has threat?
why not?
if your target or focus == boss(or Massive Anima Golem, you may check id) and targettarget not you and targettarget has debuff(or too many stacks) or targettarget not a tank then cast taunt your target or focus end -- something like this
you also can check threatsituation, i saw it in healers profiles.
its much easier for tank profiles to let the player choose when to taunt and what target to taunt as threat is ever changing.
Please if someone helped you donate rep to them.
any clue why PQI is broken on PTR?
Most likely API changes.
WoW LUA Script Developer
Need Something Custom? WarmaneScripts.com
Skype - grapejuice111
Why not?
This is some of my ancient code for tanking Ultraxion, set the other tank to focus and you can AFK the whole fight.
Code:local twilight = UnitDebuff("player", "Twilight Shift") local faded = UnitDebuff("player", "Faded Into Twilight") if twilight ~= nil and faded == nil then local twilight = UnitDebuff("focus", "Twilight Shift") if twilight == nil then local my_threat = UnitThreatSituation("player", "target") if my_threat ~= 3 then return true end end end
Last edited by deadpanstiffy; 06-24-2013 at 03:34 PM.
Do or Die
[PQR] Monk Mistweaver
Can we get some info if PQR_IsOutOfSight is being looked at or not? its nearly impossible to make arena profiles without it working
Do or Die
[PQR] Monk Mistweaver
Do or Die
[PQR] Monk Mistweaver
Anyone using PQR on the PTR? The client lags so bad when it's on..anyone else seeing this?