53328 is Land Flying Machine Credit - Spell - World of Warcraft
Is that.. helpful?
53328 is Land Flying Machine Credit - Spell - World of Warcraft
Is that.. helpful?
Who have good xml to paladin holy and retri? pvp.. pve.. both.. tks a lot..
Wondering if someone could help me out, trying to add Shadowburn (17877) to my rotation if the target is a boss and under 20% HP and i have 3 or more burning embers.
This is my first time trying to write something so go easy on me!
PHP Code:
local TargetHealth = UnitHealth("target") / UnitHealthMax("target") * 100 -- "Function" to check the targets health.
local Embers = UnitPower(PQ_player, 14) -- "Function" to check how many embers we have.
if TargetHealth <= 20 and Embers >= 3 then
CastSpellByName(GetSpellInfo(17877),"target")
return true
end
Hey xelper... Just wondering. I've noticed a lot of posts and personal experience on abilities trying to cast before they are off cd causing the profiles to pause until they come off cd. did you change anything with PQR_SpellAvailable or change the default on PQR_SpellAvailableTime?
Resto Shammy Profile - https://goo.gl/nm5Nc
It is possible that the spell ID that I had chosen for each class to measure GCD (typically: a spell with no cooldown besides GCD) might have changed for some classes. These IDs haven't been changed in a long while:
If you see any that aren't correct, or are outdated, let me know:
Code:function PQR_GCDSpellID() local _, playerClass = UnitClass("player") if playerClass == "DEATHKNIGHT" then return 52375 elseif playerClass == "DRUID" then return 774 elseif playerClass == "HUNTER" then return 56641 elseif playerClass == "MAGE" then return 1459 elseif playerClass == "PALADIN" then return 85256 elseif playerClass == "PRIEST" then return 2050 elseif playerClass == "ROGUE" then return 1752 elseif playerClass == "SHAMAN" then return 45284 elseif playerClass == "WARLOCK" then return 980 elseif playerClass == "WARRIOR" then return 1715 elseif playerClass == "MONK" then return 100780 else return 0 end end
Last edited by Aleksonfire; 03-14-2013 at 10:43 AM.
Resto Shammy Profile - https://goo.gl/nm5Nc
The DK one is outdated. It is a very old version of death coil, the newer one seems to be 47541.
Xelper :
i'm experiencing an issue with the auto interrupt as a warlock.
I'm using the kick from my pet. My interrupt percent is set to "15" and the range kick of my pet is "40" yards.
Alright, if my pet is in range for the kick, it will interrupt perfectly.
Now imagine i'm in arena and there is a shaman casting a heal at 100 yards, as soon as he will start casting, my pet will go for him but he wouldn't have time to kick the shaman on cast, that's logic because the shaman was too far and the kick range is only 40 yards. The problem is that the pet will kick the shaman after he did the cast anyway ...
Is it possible to configure the interrupt hack to make it kick ONLY AND ONLY if there is a cast available to avoid those kind of problems ?
Will really appreciate if someone can help me there !
Hay Xelper I was running pqr on 64bit but there was some down time today on the realms after that I can only run it in 32 bit. I did not get any updates for wow so it was not a patch. Do you know what is up with pqr and why it would be doing this?
PQR does not work on 64 bit, never has.![]()
cancel this
Last edited by Budoy; 03-14-2013 at 12:41 PM.
Leave it to Blizzard to patch everybody's game dead. Anyone else getting the 112 error after the patch?
New Patch released.
New Version: 16701
Gonna need a new offesets update!