PQR - Rotation Bot menu

User Tag List

Page 770 of 779 FirstFirst ... 270670720766767768769770771772773774 ... LastLast
Results 11,536 to 11,550 of 11681
  1. #11536
    daveyboyuk's Avatar Active Member
    Reputation
    31
    Join Date
    May 2009
    Posts
    201
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    is the battle.net new launcher in effect as of 5.4 or am i misunderstanding launcher issues with 32/64 etc

    PQR - Rotation Bot
  2. #11537
    Owneth's Avatar Active Member
    Reputation
    56
    Join Date
    Feb 2011
    Posts
    362
    Thanks G/R
    6/22
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone got solid links to working Brewmaster Monk and Demonology Warlocks? (Only two I play). I havent used pqr in a bit...

  3. #11538
    WWF's Avatar Active Member
    Reputation
    31
    Join Date
    Jul 2010
    Posts
    215
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Owneth View Post
    Anyone got solid links to working Brewmaster Monk and Demonology Warlocks? (Only two I play). I havent used pqr in a bit...
    links to most profiles here ([PQR] List of Community Rotations - Updated 01252013), download, test, and use what you like more.
    Last edited by WWF; 09-10-2013 at 08:02 PM.

  4. #11539
    jlewis30's Avatar Private
    Reputation
    1
    Join Date
    Mar 2013
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Glove/trinket

    Originally Posted by Sister View Post
    How can I make it use a trinket basically on cooldown? I am using the following code but sometimes it fails and starts spamming it when the trinket is not ready yet
    Code:
    if UnitAffectingCombat("player")~=1 then return end
    if GetInventoryItemCooldown(14)==0 and UnitHealthMax("target") > UnitHealthMax("player")*10 then UseInventoryItem(14) 
    end
    I use this little bit for my gloves, will work for trinkets and such as well I assume

    Code:
    local _,cd,havecd = GetInventoryItemCooldown("player",10)
    
    if cd == 0 and havecd == 1
    and UnitChannelInfo("player") == nil 
    then 
      UseInventoryItem(10) 
      return true
    end

  5. #11540
    altron5150's Avatar Private
    Reputation
    1
    Join Date
    Sep 2013
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Could someone help me out?

    I had PQR working with PQI, I updated my addons and now PQI is saying PQR isnt loaded when it is.

    I have tried removing all other addons and deleting my wtf folder and reinstalling PQI and PQR.

    But everytime I launch PQR in game PQI just says PQR not loaded.

    The game is running x86 and not x64
    Last edited by altron5150; 09-10-2013 at 09:58 PM.

  6. #11541
    Vinshom's Avatar Contributor
    Reputation
    86
    Join Date
    Apr 2012
    Posts
    428
    Thanks G/R
    11/21
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This is wat I did to make it work.

    I have deleted Wow-64 folder out of wow folder and launched using launcher, if that did not work for you then re install wow again and do that process, you might messed up some shoot there.

  7. #11542
    healzzz's Avatar Knight
    Reputation
    5
    Join Date
    Apr 2013
    Posts
    222
    Thanks G/R
    0/0
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    getting the following error
    27x <string>:"if IsInRaid() then ...":15: attempt to compare nil with number
    <string>:"if IsInRaid() then ...":15: in function "?"
    <string>:"if PQR_Addon_Loaded == nil then...":765: in function "PQR_NextAbility"
    <string>:"if PQR_Addon_Loaded == nil then...":534: in function "PQR_ExecuteRotation"
    <string>:"if PQR_Addon_Loaded == nil then...":287: in function <string>:"if PQR_Addon_Loaded == nil then...":214

    Locals:
    rotationNumber = 0
    nextAbility = -1
    playerChanneling = false
    (for index) = 5
    (for limit) = 1023
    (for step) = 1
    i = 5
    spellID = 0
    skipUnknown = true

  8. #11543
    WWF's Avatar Active Member
    Reputation
    31
    Join Date
    Jul 2010
    Posts
    215
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by healzzz View Post
    getting the following error
    "attempt to compare nil with number" - This means that one of the variables not defined or has no values at the moment.
    Depending on the code, there are several ways to solve the problem.

  9. #11544
    Ninjaderp's Avatar Banned
    Reputation
    199
    Join Date
    Dec 2010
    Posts
    1,847
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    What profile are you getting that error with? The code itself doesnt say much about that to me at least.

  10. #11545
    firepong's Avatar Elite User
    Reputation
    384
    Join Date
    Jan 2008
    Posts
    955
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Vinshom View Post
    This is wat I did to make it work.

    I have deleted Wow-64 folder out of wow folder and launched using launcher, if that did not work for you then re install wow again and do that process, you might messed up some shoot there.
    Or just rename Wow-64.exe --------> Wow-64.exe.bak

    It's what we did during the beta and is what will save you the most trouble. Or just move the exe to a different folder and put it back when an update comes out or the update will not complete because of an error and will have to do a integrity check on the whole WoW folder.

  11. #11546
    Ninjaderp's Avatar Banned
    Reputation
    199
    Join Date
    Dec 2010
    Posts
    1,847
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Xelpers in-built sollution in PQR was enough to make it work for me ^^

  12. #11547
    dre79's Avatar Private
    Reputation
    6
    Join Date
    Sep 2013
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi all,

    Ive tried to use PQR but I get an Unhandled Exception error everytime. If I launch PQR before launching wow its fine, but as soon as I click launch wow, or if wow is already launched, the error comes up as follows:


    See the end of this message for details on invoking
    just-in-time (JIT) debugging instead of this dialog box.

    ************** Exception Text **************
    System.ComponentModel.Win32Exception (0x80004005): Not all privileges or groups referenced are assigned to the caller
    at System.Diagnostics.Process.SetPrivilege(String privilegeName, Int32 attrib)
    at System.Diagnostics.Process.EnterDebugMode()
    at Magic.BlackMagic.Open(Int32 )
    at Magic.BlackMagic.OpenProcessAndThread(Int32 )
    at ...ctor(Int32 )
    at ..()
    at ..()
    at ..(Object , EventArgs )
    at System.Windows.Forms.Timer.OnTick(EventArgs e)
    at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
    at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


    ************** Loaded Assemblies **************
    mscorlib
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
    ----------------------------------------
    PQR
    Assembly Version: 2.2.4.0
    Win32 Version: 2.2.4
    CodeBase: file:///C:/Users/NETCOM-G6/Downloads/PQR.exe
    ----------------------------------------
    System.Windows.Forms
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    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.1 built by: RTMRel
    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.1 built by: RTMRel
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
    ----------------------------------------
    fasmdll_managed
    Assembly Version: 1.0.3262.20709
    Win32 Version:
    CodeBase: file:///C:/Users/NETCOM-G6/AppData/Local/Temp/%7B4f1155fd-5df4-484f-a6cc-842079855c27%7D/fasmdll_managed.dll
    ----------------------------------------
    System.Xml
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    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.1 built by: RTMRel
    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.1 built by: RTMRel
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
    ----------------------------------------
    {2c374f33-1fdd-4811-bf32-e68eb2a37860}
    Assembly Version: 0.0.0.0
    Win32 Version: 2.2.4
    CodeBase: file:///C:/Users/NETCOM-G6/Downloads/PQR.exe
    ----------------------------------------
    msvcm90
    Assembly Version: 9.0.30729.4926
    Win32 Version: 9.00.30729.4926
    CodeBase: file:///C:/Windows/WinSxS/x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.4926_none_508ed732bcbc0e5a/msvcm90.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.

  13. #11548
    Ninjaderp's Avatar Banned
    Reputation
    199
    Join Date
    Dec 2010
    Posts
    1,847
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Update to NET.framework 4.5.

    Follow this guide if you still have issues: http://www.ownedcore.com/forums/worl...ml#post2840566 ([GUIDE] How to Setup and Use PQR)

  14. #11549
    Cikapaja's Avatar Member
    Reputation
    4
    Join Date
    Oct 2012
    Posts
    34
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there any way I can add a mob/target to the "kill list"? For instance on ptr the bot was not working on the mentioned below mobs and I'd like to add those to "kill list":

    Galakras encounter
    - Kor'kron Demolisher

    and

    Spoils of pandaria encounter
    - Burial Urn

    Edit: Or is this a profile related issue?
    Last edited by Cikapaja; 09-11-2013 at 08:46 AM.

  15. #11550
    Geekingitout's Avatar Member
    Reputation
    1
    Join Date
    Sep 2013
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ebouster View Post
    Ok which file EXACTLY am I renaming and what am I renaming it to? Because I have to do this manually because for some reason when I click the button to do it it FAILS. Am I renaming the "Wow" Application file 12,738 KB to "Wow-64"? But there's already a file there named "Wow-64" Application file 20,234 KB and "Wow-64.exe.bak"... help! need specifics. Thanks.
    If it says that it already exists, then it is launching in 32 bit and PQR will work. Just launch your WoW and load up PQR and you are good as golden. AT least this works for me.

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 06:23 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