check the svn link in my sig, uploaded a bunch of 4.3 there just look at the old profiles folder.
check the svn link in my sig, uploaded a bunch of 4.3 there just look at the old profiles folder.
Please if someone helped you donate rep to them.
Hi there! Just to let you know I fixed up some stuff including Divine Purpose and overall outpouts in my Protection Paladin profile. I'd be glad if your friend could test out the new CodeMyTest 1.18 version and even happier if he could post feedback regarding it. Light's hammer is on a Keybind that can be set trought PQI. Regarding placing Light's Hammer automatically, it is actually impossible with the current PQR version as far as I know. Execution Sentence is fully automated but no vengeance treshold atm, will implement it in next updates tought.
You can find my profile on my svn or you can update trough the Rotation Editor if you already have it!
CodeMyLife's SVN
CodeMyLife
Just released my Disc PvP profile. Check it out.
http://www.ownedcore.com/forums/worl...c-edition.html ([PQR] Disc Priest PvP Public Edition)
WoW LUA Script Developer
Need Something Custom? WarmaneScripts.com
Skype - grapejuice111
Hello all! I gotta say ive really been enjoying PQR its freaking awesome. Light weight and just amazing. The only thing is, it doesn't self heal. Anyone know if there's a way to make my ret paladin self heal? I have to either spam the flash of light button when it procs or stop PQR, heal, then start PQR.
Alpha Profiles: - All profiles with PQInterface support!
Alpha Interrupt: https://goo.gl/OLhGi - Ignore List, Random Percentage, Time Delays, & much More!
Alpha Utilities: https://goo.gl/rt7WA - Farming, Prospecting, Disenchanting, Milling, & Questing
Alpha Moonkin: https://goo.gl/gjxw0 - Optimized DPS Rotation for PvE, Mashup of 3 Profiles
Avery's Ret: https://goo.gl/GhurM - My take on Avery's outstanding Ret profile with PQI
odd i'll look at it again.
update:
under Talent - Tier 5 change it to this and try it
PHP Code:
local PlayerCombat = UnitAffectingCombat("player")
local TargetValidation, PQ_ActiveTierFive = TargetValidation, 0
local TierFiveIDs = { PQ_Lynx, PQ_AMOC }
local nMod_ForceCD, AutoCooldowns = nMod_ForceCD, AutoCooldowns
if UnitLevel("player") >= 75 then
for i= 1, #TierFiveIDs do
if IsPlayerSpell(TierFiveIDs[i]) == true then
PQ_ActiveTierFive = TierFiveIDs[i]
else
PQ_ActiveTierFive = 0
end
end
if PQ_ActiveTierFive ~= 0 then
if Nova_Mod() == nMod_ForceCD
or ( AutoCooldowns == 1 and SpecialUnit() )
then
if TargetValidation("target", PQ_ActiveTierFive)
and PlayerCombat
and not UnitDebuffID("target", PQ_AMOC, "PLAYER")
and not UnitDebuffID("target", PQ_Lynx, "PLAYER")
then
CastSpellByName(GetSpellInfo(PQ_ActiveTierFive),"target")
return true
end
end
end
else
return false
end
Last edited by crystal_tech; 05-26-2013 at 10:44 AM.
Please if someone helped you donate rep to them.
mk, retesting.
UPDATE:
if in manual mode you need to hold the key down until it casts it a second time, but i did add another line of code.
replace Talent - Tier 5 with this code
PHP Code:
local PlayerCombat = UnitAffectingCombat("player")
local TargetValidation, PQ_ActiveTierFive = TargetValidation, 0
local TierFiveIDs = { PQ_Lynx, PQ_AMOC }
local nMod_ForceCD, AutoCooldowns = nMod_ForceCD, AutoCooldowns
if UnitLevel("player") >= 75 then
for i= 1, #TierFiveIDs do
if IsPlayerSpell(TierFiveIDs[i]) == true then
PQ_ActiveTierFive = TierFiveIDs[i]
end
end
if PQ_ActiveTierFive ~= 0 then
if Nova_Mod() == nMod_ForceCD
or ( AutoCooldowns == 1 and SpecialUnit() )
then
if TargetValidation("target", PQ_ActiveTierFive)
and PlayerCombat
and not UnitDebuffID("target", PQ_AMOC, "PLAYER")
and not UnitDebuffID("target", PQ_Lynx, "PLAYER")
then
CastSpellByName(GetSpellInfo(PQ_ActiveTierFive),"target")
return true
end
end
elseif PQ_ActiveTierFive == 0 then
return false
end
else
return false
end
Last edited by crystal_tech; 05-26-2013 at 01:40 PM.
Please if someone helped you donate rep to them.
Why is it so hard to find a working QUESTING Arms Warrior profile these days? Also PvP profiles? And why do these people try to sell profiles? Isnt that kind of low?
Has anyone Figured out how to make xhelper interrupter use warriors pummel and disrupting shout ? if so can you post or tell me how to get it working so it pummels and then when its on Cooldown it will use disrupting shout next ? please any help would be great thanks