Still have yet to get the interrupt to work. Made sure it was enabled and tried modifying the interrupt profile with different warlock spell ids and no luck so far.
Still have yet to get the interrupt to work. Made sure it was enabled and tried modifying the interrupt profile with different warlock spell ids and no luck so far.
Shadow Priest PvE Profile (w/mouseover) - https://www.mediafire.com/?w1m5u0ma93ws2nc
Shadow Priest PvP Profile (w/mouseover) - https://www.mediafire.com/?trbmgx591ygg7gg
You know what would be cool ... PQR Profiles for the Brawler's Guild ranks ;P
Can anyone change this code (it changes lowest hp to PQR_CustomTarget) to where it doesnt matter if i have a firendly targeted or have mouseover, it will still heal the lowest target.
PHP Code:
if UnitExists("target")
and UnitIsDead("target") == nil
and UnitIsFriend("player", "target")
and UnitCanCooperate("player","target")
then PQR_CustomTarget = "target"
PQR_CustomTargetHP = 100 * UnitHealth("target") / UnitHealthMax("target")
elseif UnitExists("mouseover")
and UnitIsDead("mouseover") == nil
and UnitIsFriend("player", "mouseover")
and UnitCanCooperate("player","mouseover")
and GetMouseFocus() ~= WorldFrame
then PQR_CustomTarget = "mouseover"
PQR_CustomTargetHP = 100 * UnitHealth("mouseover") / UnitHealthMax("mouseover")
else
PQR_CustomTarget = "player"
PQR_CustomTargetHP = 100 * UnitHealth("player") / UnitHealthMax("player")
local group = "party"
local members = GetNumSubgroupMembers()
lowhpmembers = 0
local lowest = 100
if IsInRaid() then
group = "raid"
members = GetNumGroupMembers()
end
for i = 1, members, 1 do
local member = group..tostring(i)
local memberhp = 100 * UnitHealth(member) / UnitHealthMax(member)
if UnitInRange(member)
and UnitIsFriend("player", member)
and UnitIsDeadOrGhost(member) == nil
and UnitDebuffID(member,33786) == nil then
if UnitGroupRolesAssigned(member) == "TANK" then memberhp = memberhp - 1 end
if UnitThreatSituation(member) == 3 then memberhp = memberhp - 3 end
if UnitBuffID(member, 53563) ~= nil then memberhp = memberhp + 7 end
if UnitBuffID(member, 23333) ~= nil then if memberhp <= 90 and memberhp >= 80 then memberhp = memberhp - 10 end end
if UnitBuffID(member, 23333) ~= nil then if memberhp <=79 and memberhp >= 60 then memberhp = memberhp - 20 end end
if UnitBuffID(member, 23333) ~= nil then if memberhp <= 59 and memberhp >= 40 then memberhp = memberhp - 30 end end
if UnitBuffID(member, 23335) ~= nil then if memberhp <= 90 and memberhp >= 80 then memberhp = memberhp - 10 end end
if UnitBuffID(member, 23335) ~= nil then if memberhp <=79 and memberhp >= 60 then memberhp = memberhp - 20 end end
if UnitBuffID(member, 23335) ~= nil then if memberhp <= 59 and memberhp >= 40 then memberhp = memberhp - 30 end end
if memberhp < 85 then lowhpmembers = lowhpmembers +1 end
if memberhp < lowest then
PQR_CustomTarget = member
lowest = memberhp
PQR_CustomTargetHP = 100 * UnitHealth(PQR_CustomTarget) / UnitHealthMax(PQR_CustomTarget)
end
end
end
end
PQ_StopDispelHP = PQR_CustomTargetHP
i also noticed (cause i read it before ) that after 5.1 i get frequent wow craashes-critical errors.anyone else doing so? could this be a malfunction in pqr?
Still getting the same crash with the PQR.exe
"See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.IO.FileNotFoundException: Could not load file or assembly 'fasmdll_managed, Version=1.0.3262.20709, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
File name: 'fasmdll_managed, Version=1.0.3262.20709, Culture=neutral, PublicKeyToken=null'
at Magic.BlackMagic..ctor()
at ...ctor(Int32 )
at ..()
at ..()
at ..(Object , EventArgs )
at System.Windows.Forms.Form.OnLoad(EventArgs e)
at System.Windows.Forms.Form.OnCreateControl()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at System.Windows.Forms.Control.WmShowWindow(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.Form.WmShowWindow(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
************** Loaded Assemblies **************
mscorlib
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.296 (RTMGDR.030319-2900)
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
----------------------------------------
PQR
Assembly Version: 2.1.9.0
Win32 Version: 2.1.9
CodeBase: file:///C:/Users/Admin/Desktop/PQR/PQR%20(1).exe
----------------------------------------
System.Windows.Forms
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.278 built by: RTMGDR
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.282 built by: RTMGDR
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.296 built by: RTMGDR
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Xml
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.233 built by: RTMGDR
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Web
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.272 built by: RTMGDR
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_32/System.Web/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Web.dll
----------------------------------------
System.Core
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.233 built by: RTMGDR
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.
For example:
<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>
When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box."
Smart Mount and PQR don't mix.
is it possible for an addon like weakauras to read variables that it's getting from pqr rotations such as if cds are enabled or disabled? so i can record a raid with out my chat being spammed but i'll still know if the rotation is on and using cooldowns.
for addons such as my own...... maybe
I use CVars which can be read and edited while inside wow....
i also coded in a recording CVar that can turn most of the PQR alerts that my profiles have off....
i have yet to find a way to hide the PQR spam when enabling and disabling Profiles tho :-/
This is build of awesomeness!!! Only tested with milling so far, and it works amazingly and in the background!
Been using a few scripts with Autohotkey, but it was SO clunky!!!
Any way to make the profile withdraw and deposit to a guild bank?
Maybe some coding inspiration could be found in the way Tradeskillmaster_Warehousing handles this?
Last edited by Bendecks; 12-09-2012 at 02:49 AM.