Why does PQR usage is always at 50~60% even when no rotations are loaded?
Why does PQR usage is always at 50~60% even when no rotations are loaded?
Last edited by Rubim; 12-13-2012 at 10:34 AM.
https://www.ownedcore.com/forums/world-of-warcraft/world-of-warcraft-bots-programs/wow-bot-maps-profiles/385569-pqr-death-knight-monk-tank-dps-profiles.html#post2582063
Is there any current 5.1 warrior dps profiles out there, other than failroad's profile. I've looked but didn't really see anything other that per-mop profiles.
if not UnitsClose then
function UnitsClose(t)
local n = -1
for i=1,#members do
if PQR_UnitDistance(t,members[i].Unit) < 12.5 and members[i].HP < 95 then n = n + 1 end
end
return n
end
end
if members[1].HP < 95
and UnitsClose(members[1].Unit) > 1
then
PQR_CustomTarget = members[1].Unit
return true
end
this piece of sheurons code for resto shaman pve chain heal ability seems to be giving me errors and stopping the rotation. anyone lend a helping word?
happy to give + rep for quick responses
thanks in advance!
Update for my profile
http://www.ownedcore.com/forums/worl...t-profile.html (Avery Ret Profile)
Added prot profile
Double jeopardy works now, thanks valma!
bunch of tweaks for ret
https://dl.dropbox.com/u/44039495/PALADIN.rar
edit:
How can I check my passive talents?
Do I just check for the passive buff? in this case 53376 for sanctified wrath.
Prot and ret both need a small change for judgment, if I have this talent.
Also, does anyone know how to implement mass exorcism; since range checks are broken, and you have to be in melee range for it to work, it will just hang up the rotation if out of melee range.
Unless someone has another way to do it? Will IsUsableSpell work?
Last edited by averykey; 12-13-2012 at 12:26 PM.
My Svn - https://subversion.assembla.com/svn/averykeys-svn/
Hey, kink in your frost DK for PVE, 2H mean dual wield or one weapon using 2 hands?
thanks
So if i wanted to check the time left on a debuff... and then if it has less than "X" amount of time left It would return true. How would i go about doing that.
Averykey u could do something like i do with my farming profile, and only perform the range check if the target does not == Elegon or Garalon
something like this
this way if you are fighting Elegon or Garalon it will not preform the range check but otherwise it will. srry if my coding is a little off, just started to learn LUA a week ago =DPHP Code:
if UnitName("target") == ("Elegon") or UnitName("target") == ("Garalon") then
return true
elseif IsSpellInRange() then
return true
else
return false
end
Get more names and I will add it in, I don't want the profile to break for people because I didn't add an old boss/etc..
Looking for people for progression, post on my thread; will be a really awesome guild. Can write rotations for whatever class, so we can progress fast.
My Svn - https://subversion.assembla.com/svn/averykeys-svn/
IsSpellInRange, working.
CheckInteractDistance, not working
PQR_UnitDistance will cause lag spikes.
https://www.ownedcore.com/forums/world-of-warcraft/world-of-warcraft-bots-programs/wow-bot-maps-profiles/385569-pqr-death-knight-monk-tank-dps-profiles.html#post2582063