Hi, Can someone help, None of my fire mage profiles will work unless i engage with a spell attack ie fireball. .
regards
Hi, Can someone help, None of my fire mage profiles will work unless i engage with a spell attack ie fireball. .
regards
It's because the profile checks to see if you are in combat first.
You can change this in the Rotation Editor by unchecking Require Combat to Execute Rotation
Usually this is left checked so that you don't prematurely get agro when in a party/raid, or when you are low on HP.
Last edited by Arria88; 09-04-2012 at 02:14 PM.
Shadow Priest PvE Profile (w/mouseover) - https://www.mediafire.com/?w1m5u0ma93ws2nc
Shadow Priest PvP Profile (w/mouseover) - https://www.mediafire.com/?trbmgx591ygg7gg
hey hey hey ^_^
dude still geting the the error tryed a few thing a few changes in your rotation but still not geting thunderstruck working and lua erros
Code:Message: [string "local FS,_,_,_,_,_,exptime = UnitDebuffID("..."]:13: attempt to perform arithmetic on local 'exptime' (a nil value) Time: 09/04/12 20:42:49 Count: 4 Stack: [C]: ? [string "local FS,_,_,_,_,_,exptime = UnitDebuffID("..."]:13: in function `?' [string "if PQR_Addon_Loaded == nil then..."]:737: in function `PQR_NextAbility' [string "if PQR_Addon_Loaded == nil then..."]:533: in function `PQR_ExecuteRotation' [string "if PQR_Addon_Loaded == nil then..."]:289: in function <[string "if PQR_Addon_Loaded == nil then..."]:214>
Any ARMS warrior profiles avabilable?
Hi guys i was wondering if you guys could help me with PQR, I used it prior to wow patch 5.0.4 and loved it but now that the patch came out i updated everything i could and im using PQR version 2.1.9 and i've tried using it but none of the profiles that i ahve for my toons seem to work when i try to enable pqr it doesn't tell me that it's enabled it just stops respondind is there something im missing? also im using team nova's profiles that i update using SVN
Anyone try this from firepong for the PQR_UnitDistance issues ..
http://www.ownedcore.com/forums/worl...ml#post2459183 (PQR - Rotation Bot)
When I get a chance I will see if it still lowers FPS when this function is used.
List of Profiles ([PQR] List of Community Rotations - Updated 09012012)
On second thought, If he updated from svn he should have updated profiles. Make sure you running wow in 32bit; you can do this using the launcher > preferences for wow.
Run PQR as admin, and check to make sure your svn checkout is correct if you still have problems post back.
Last edited by Camaris; 09-04-2012 at 03:35 PM.
Depends, not everyone uses SVN for their profiles.
Bot detected and banned my account immediately. Looks like it's broken this patch.
I want my healing rain to be buffed by unleash elements all the time, so i make this
But it bugs as helllocal huinya = UnitBuffID("player", 73685)
if IsLeftControlKeyDown()
and not GetCurrentKeyBoardFocus()
and not UnitChannelInfo("player")
and IsSpellKnown(73680)
and IsSpellKnown(73920)
and select(2,GetSpellCooldown(73920)) < 2
then
CastSpellByName(tostring(GetSpellInfo(73680)))
return true
end
if huinya then CastSpellByName(tostring(GetSpellInfo(73920)))
if SpellIsTargeting() then CameraOrSelectOrMoveStart() CameraOrSelectOrMoveStop() end
return true
end
Maybe you can do something better ( i/m pretty sure you can ) with healing rain+unleash elements
Last edited by leetspeaker; 09-04-2012 at 03:51 PM.