PQR - Rotation Bot menu

User Tag List

Page 453 of 779 FirstFirst ... 353403449450451452453454455456457503553 ... LastLast
Results 6,781 to 6,795 of 11681
  1. #6781
    Arria88's Avatar Active Member
    Reputation
    15
    Join Date
    Jan 2011
    Posts
    48
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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

    PQR - Rotation Bot
  2. #6782
    Logandros's Avatar Member
    Reputation
    8
    Join Date
    Apr 2009
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You know what would be cool ... PQR Profiles for the Brawler's Guild ranks ;P

  3. #6783
    aghost917's Avatar Corporal
    Reputation
    2
    Join Date
    Nov 2012
    Posts
    28
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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 1membersdo
      
    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(member53563) ~= nil then memberhp memberhp 7 end
        
    if UnitBuffID(member23333) ~= nil then if memberhp <= 90 and memberhp >= 80 then memberhp memberhp 10 end end
        
    if UnitBuffID(member23333) ~= nil then if memberhp <=79 and memberhp >= 60 then memberhp memberhp 20 end end
        
    if UnitBuffID(member23333) ~= nil then if memberhp <= 59 and memberhp >= 40 then memberhp memberhp 30 end end
        
    if UnitBuffID(member23335) ~= nil then if memberhp <= 90 and memberhp >= 80 then memberhp memberhp 10 end end
        
    if UnitBuffID(member23335) ~= nil then if memberhp <=79 and memberhp >= 60 then memberhp memberhp 20 end end
        
    if UnitBuffID(member23335) ~= 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 

  4. #6784
    ktsiak's Avatar Member
    Reputation
    1
    Join Date
    Dec 2011
    Posts
    27
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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?

  5. #6785
    lolomo2003's Avatar Active Member
    Reputation
    49
    Join Date
    Apr 2012
    Posts
    102
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ktsiak View Post
    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?
    Well its possible that other addons interact with PQR somehow and causes crashes. In my case was Roll Monitor that why was crashed only in LFR. In other cases can be other addons.

  6. #6786
    blacknightlll's Avatar Member
    Reputation
    4
    Join Date
    Mar 2009
    Posts
    154
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ktsiak View Post
    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?
    Yea a lot of addons cause ACCESS_VIOLATION_ERROR best bet is to disable everything and reenable one by one after doing w/e most causes the crash. For me it was zygor guide auto roll

  7. #6787
    Ebah's Avatar Active Member
    Reputation
    17
    Join Date
    Jan 2007
    Posts
    91
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by lolomo2003 View Post
    You should launch in 32B mode

    First open WoW 32B login with a character and open PQR.exe / It should work
    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."

  8. #6788
    Waddagundar's Avatar Member
    Reputation
    7
    Join Date
    Aug 2012
    Posts
    38
    Thanks G/R
    0/1
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Smart Mount and PQR don't mix.

  9. #6789
    aghost917's Avatar Corporal
    Reputation
    2
    Join Date
    Nov 2012
    Posts
    28
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by aghost917 View Post
    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 1membersdo
      
    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(member53563) ~= nil then memberhp memberhp 7 end
        
    if UnitBuffID(member23333) ~= nil then if memberhp <= 90 and memberhp >= 80 then memberhp memberhp 10 end end
        
    if UnitBuffID(member23333) ~= nil then if memberhp <=79 and memberhp >= 60 then memberhp memberhp 20 end end
        
    if UnitBuffID(member23333) ~= nil then if memberhp <= 59 and memberhp >= 40 then memberhp memberhp 30 end end
        
    if UnitBuffID(member23335) ~= nil then if memberhp <= 90 and memberhp >= 80 then memberhp memberhp 10 end end
        
    if UnitBuffID(member23335) ~= nil then if memberhp <=79 and memberhp >= 60 then memberhp memberhp 20 end end
        
    if UnitBuffID(member23335) ~= 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 
    can anyone change it?

  10. #6790
    crystal_tech's Avatar Elite User
    Reputation
    468
    Join Date
    Feb 2008
    Posts
    1,033
    Thanks G/R
    1/6
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ebah View Post
    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."
    did you rename pqr.exe to something else? if so rename the .config file too.
    and you need the .config file to run pqr as well

    Please if someone helped you donate rep to them.

  11. #6791
    bu_ba_911's Avatar Elite User
    Reputation
    552
    Join Date
    May 2006
    Posts
    1,638
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by aghost917 View Post
    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:
    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 1membersdo
      
    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(member53563) ~= nil then memberhp memberhp 7 end
        
    if UnitBuffID(member23333) ~= nil then if memberhp <= 90 and memberhp >= 80 then memberhp memberhp 10 end end
        
    if UnitBuffID(member23333) ~= nil then if memberhp <=79 and memberhp >= 60 then memberhp memberhp 20 end end
        
    if UnitBuffID(member23333) ~= nil then if memberhp <= 59 and memberhp >= 40 then memberhp memberhp 30 end end
        
    if UnitBuffID(member23335) ~= nil then if memberhp <= 90 and memberhp >= 80 then memberhp memberhp 10 end end
        
    if UnitBuffID(member23335) ~= nil then if memberhp <=79 and memberhp >= 60 then memberhp memberhp 20 end end
        
    if UnitBuffID(member23335) ~= 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

    PQ_StopDispelHP 
    PQR_CustomTargetHP 
    maybe something like this
    ^0^Team Nova's PQR NCC ^0^

    If you think someone did something good, take the time to show your appreciation!

  12. #6792
    travis2861's Avatar Contributor
    Reputation
    99
    Join Date
    Aug 2007
    Posts
    227
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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.

  13. #6793
    bu_ba_911's Avatar Elite User
    Reputation
    552
    Join Date
    May 2006
    Posts
    1,638
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by travis2861 View Post
    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 :-/
    ^0^Team Nova's PQR NCC ^0^

    If you think someone did something good, take the time to show your appreciation!

  14. #6794
    Ebah's Avatar Active Member
    Reputation
    17
    Join Date
    Jan 2007
    Posts
    91
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by crystal_tech View Post
    and you need the .config file to run pqr as well
    Ah, that'd do it. I don't have this. Where can I download it? The OP's link is broken

  15. #6795
    Bendecks's Avatar Sergeant CoreCoins Purchaser
    Reputation
    5
    Join Date
    Aug 2011
    Posts
    66
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by paintpauller View Post
    Just made my 1st profile, its has prospect, Disenchant, Mill, and auto turn in Bundle of Groceries for Ironpaw Token’s. let me know what you guys thing!

    Alpha Utilities - Prospecting, Disenchanting, Milling, and More:
    Alpha Utilities.rar

    I will make it so you can download and update it through PQR but 1st I will need some1 to let me know how to make that work =D.

    If you have any questions, bugs, or suggestions let me know. =D
    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.

Similar Threads

  1. [Bot] PQR PE Next Steps / Future of Rotation Botting
    By Chevrolet1 in forum World of Warcraft Bots and Programs
    Replies: 120
    Last Post: 10-21-2014, 11:47 AM
  2. [Bot] PQR - Rotation Bot
    By Xelper in forum World of Warcraft Bots and Programs
    Replies: 1738
    Last Post: 10-15-2014, 11:00 AM
  3. [Selling] 3 Lifetime Session Keys For Sale, Great for the PQR user looking for a rotation bot
    By cukiemunster in forum World of Warcraft Buy Sell Trade
    Replies: 13
    Last Post: 03-11-2014, 07:18 AM
  4. rotation bot leveling (PQR)
    By classdog in forum WoW Bots Questions & Requests
    Replies: 3
    Last Post: 09-17-2013, 06:13 PM
  5. [HELP] PQR Rotation Bot Profile Making
    By Missu in forum Programming
    Replies: 0
    Last Post: 10-22-2012, 06:27 AM
All times are GMT -5. The time now is 12:57 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search