Excellent Blood DK profile. + rep, keep up the great work!
Excellent Blood DK profile. + rep, keep up the great work!
FIXED : I HAD TO Run it as Administrator
i updated PQR ... updated profiles from http://bubba-pqr-profiles.googlecode.com/svn/trunk/5.0.4%20Patch/Data/Nova_Profiles.txt
for BLOOD DK
and i get this lua error nonstop
Message: [string "if PQR_RotationStarted then ..."]:231: attempt to call global 'Nova_Pause' (a nil value)
Time: 09/21/12 15:35:34
Count: 2232
Stack: [string "if PQR_RotationStarted then ..."]:231: in function `?'
[string "if PQR_Addon_Loaded == nil then..."]:760: 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>
Locals: (*temporary) = nil
(*temporary) = 5
(*temporary) = "attempt to call global 'Nova_Pause' (a nil value)"
Last edited by heosphoros; 09-21-2012 at 07:58 AM.
Good to see you still rolling out the hotness![]()
I apologize; I haven't seen my desktop in months and I've been buried under IT certifications. The scripts will be useless by the time I can retrieve them, but I'm still hoping to grab my computer in the next couple weeks and see what I can do. If I come back to WoW for MoP, it would solely be for playing around with PQR. I need to see if my hours settle down first.
Also <3
I have updated my SVN to include the Holy Paladin Test that I have let a select number of users try out
I have heard many good reports about mana issues being better with this as well
It is currently in my SVN's WIP folder, so grab the Data File and the profiles from there if you want to try it out
Please report back to me if you are more mana efficient, and if you are a better healer with it
Summary of what i've done -
Made all my Healing Spells Smarter.
Healing Based off Healing Amount not % (Level 85 only and No Mouseover Only[For Testing Purposes])
WoG is now a smart lil mofo with how it uses it's Holy Power if you have Divine Purpose (more Divine Purpose procs now)
Rewrote the Stop Casting ability.... (Still testing this one.... may need to improve it some more)
AND completely butchered Sheuron's Tabled healing even more XD
Apparently most people don't know about the Slash Commands inside of my HPaladin Profile....
So here there all are, code and all
PHP Code:
--------------------
-- Slash Commands
--------------------
SLASH_WIPETABLE1 = "/wipetable"
SLASH_WIPETABLE2 = "/wipecustomtable"
SLASH_WIPETABLE3 = "/wt"
function SlashCmdList.WIPETABLE(msg, editbox)
Nova_CustomT = { }
if GetCVarBool("PQ_UseCustomT") then
SetCVar("PQ_UseCustomT", 0)
if not GetCVarBool("Nova_Recording") then
PQR_WriteToChat("Wiped Custom Table clean, and reverting to Normal Table.")
end
else
if not GetCVarBool("Nova_Recording") then
PQR_WriteToChat("Wiped Custom Table clean.")
end
end
end
SLASH_USECUSTOMT1 = "/usecustomt"
SLASH_USECUSTOMT2 = "/uct"
SLASH_USECUSTOMT3 = "/usecustomtable"
function SlashCmdList.USECUSTOMT(msg, editbox)
if not GetCVarBool("PQ_UseCustomT") and #Nova_CustomT > 0 then
if not GetCVarBool("Nova_Recording") then
PQR_WriteToChat("Enabling Custom Table")
end
SetCVar("PQ_UseCustomT", 1)
else
if not GetCVarBool("Nova_Recording") then
PQR_WriteToChat("Enabling Normal Table")
end
SetCVar("PQ_UseCustomT", 0)
end
end
SLASH_RECORDING1 = "/recording"
SLASH_RECORDING2 = "/recraid"
SLASH_RECORDING3 = "/recordingraid"
function SlashCmdList.RECORDING(msg, editbox)
if not GetCVarBool("Nova_Recording") then
SetCVar("Nova_Recording", 1)
for i=1, 20 do ChatFrame1:AddMessage(" ") end
else
PQR_WriteToChat("Silent Mode Disabled")
SetCVar("Nova_Recording", 0)
end
end
SLASH_DISABLECD1 = "/disablecd"
function SlashCmdList.DISABLECD(msg, editbox)
if not GetCVarBool("Nova_DisableCD") then
if not GetCVarBool("Nova_Recording") then
PQR_WriteToChat("Disabling your Automatic Cooldown Usage")
end
SetCVar("Nova_DisableCD", 1)
else
if not GetCVarBool("Nova_Recording") then
PQR_WriteToChat("Enabling your Automatic Cooldown Usage")
end
SetCVar("Nova_DisableCD", 0)
end
end
SLASH_CLEARCHAT1 = "/clearchat"
function SlashCmdList.CLEARCHAT(msg, editbox)
for i=1, 20 do
ChatFrame1:AddMessage(" ")
end
end
SLASH_DISABLECLEANSE1 = "/disablecleanse"
function SlashCmdList.DISABLECLEANSE(msg, editbox)
if not GetCVarBool("Nova_DisableCleanse") then
if not GetCVarBool("Nova_Recording") then
PQR_WriteToChat("Disabled Cleanse.")
end
SetCVar("Nova_DisableCleanse", 1)
else
if not GetCVarBool("Nova_Recording") then
PQR_WriteToChat("Enabled Cleanse.")
end
SetCVar("Nova_DisableCleanse", 0)
end
end
How you add people to the custom table.....
Hover over someone in your party, currently in range (this is to assist with the checks that they are a valid heal target) and then Press Right Control to add them...
After you have some people in your custom table, all you need to do it type /UseCustomTable or /uct or ever /usecustomt and it will switch from the default healing table, to the custom table
I will probably add more functionality to the Custom Table if people start using it more
Last edited by Zyraxian; 09-23-2012 at 02:17 PM.
You can direct heal certain people(and turn it off by going to the default healing table), by the use of commands through a function he added to his profile. The custom table is basically a temporary list that you can add people to if you're assigned to directly heal say the tank and melee DPS only. You add them by right controlling on them, then type or use a macro "/uct" to enable the custom table, and "/wt" to go back to the default table.
Last edited by Kinkeh; 09-23-2012 at 02:19 PM.
As of right now, I don't think there is a "perfect" healing rotation for PQR, just because things are so fresh in terms of healing and making healing rotations has to be one of the hardest and most time consuming profiles to make for PQR, so it's going to take time before everything is worked out and steady like with how long 4.3 was out, most profiles were preforming at their best to match the content.
Ya, I just thought some healers mechanics might lend themselves to easier automation than others.
Each has their own hurdle.... The biggest one for HPally is Mana Conservation...
Shamans have their Lightning Bolt Spam inbetween Casts + Mana Tide
Paladins have to stay in melee range just to get Seal of Insight procs to keep up our mana as much as we can... They nerfed the Divine Plea glyph and gave us limited mana to work with (I was an Int stacked over Spirit, so i got raped in the butt)
In terms of easiest.... Either shaman or druid imho
Amazing, thanks mate.. this is what I've been looking for in raids (Tank healer mainly)