PQR - Rotation Bot menu

User Tag List

Page 632 of 779 FirstFirst ... 132532582628629630631632633634635636682732 ... LastLast
Results 9,466 to 9,480 of 11681
  1. #9466
    saga3180's Avatar Knight-Lieutenant
    Reputation
    6
    Join Date
    Sep 2011
    Posts
    240
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by averykey View Post
    Hey guys, not sure why I am getting an error on horridon. The whole profile seems to stop on him, but works on his adds. Can someone take a look?

    https://dl.dropboxusercontent.com/u/...etsimcraft.rar

    mage - frost/fire/arcane
    warrior - fury/arms/prot
    paladin - prot/ret/holy
    monk wind/brew
    all coming out soon, sorry it took so long, lots of real life stuff and I also put a ton of work into them, went to simcraft and copied the rotations then went to all the theory crafting forums and adjusted the rotations.
    Im so excited these are coming out soon!

    PQR - Rotation Bot
  2. #9467
    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)
    Updated my Fury warrior profile again link in my sig or here for the lazy =P

    Code:
    v1.2.0
    -Added Synapse Springs
    -Added Herbalism: Lifeblood
    -Added Racials
    -Added new toggle "CD usage on Right shift"

  3. #9468
    paintpauller's Avatar Contributor
    Reputation
    128
    Join Date
    Jan 2012
    Posts
    265
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by WWF View Post
    thanks, it works, but returns values like 0.011567849418864 ~ max heal range ~ 40 yards? so one yard is equal 0.0003?
    last i used it it worked just the same as PQR_UnitDistance as far as what it returns. based on the #'s you are getting i suspect that you are trying to use it to check some one thats not in your raid/party. unit1 and unit2 MUST be "player", "party1", "party2", "party3", "party4", "party5", "raid1", "raid2", "raid3", so on up to "raid40".
    any other unit you pass to CheckDistance(unit1,unit2) will return strange #'s like you are getting.
    the reason for this is GetPlayerMapPosition()will only work for those unites and will return 0,0 for any thing else like "target" or "someUnitName" even if the "someUnitName" is in your party/raid.

    i was getting the same #'s back when i tried to use it to check the distance to a Quest NPC, it had my cords but not the NPC because it was getting 0,0 from GetPlayerMapPosition("random_NPC_name")

    hope this helps and fixes your problem. =D
    -Paint

    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

  4. #9469
    paintpauller's Avatar Contributor
    Reputation
    128
    Join Date
    Jan 2012
    Posts
    265
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by averykey View Post
    Hey guys, not sure why I am getting an error on horridon. The whole profile seems to stop on him, but works on his adds. Can someone take a look?

    https://dl.dropboxusercontent.com/u/...etsimcraft.rar

    mage - frost/fire/arcane
    warrior - fury/arms/prot
    paladin - prot/ret/holy
    monk wind/brew
    all coming out soon, sorry it took so long, lots of real life stuff and I also put a ton of work into them, went to simcraft and copied the rotations then went to all the theory crafting forums and adjusted the rotations.
    Very excited to see what you have for your new Ret profile, went back to using it not to long ago and have been very pleased with its results and was going to try to improve some things ES to be specific to work with our 2 BIS trinkets (spark, feather) but seeing this i think i will wait to see what you come up with =D.

    already ported my double jeopardy code into your priority logic so let me know if you want it to save some time.

    wish i could help but im still new to coding and PQR that being said i will give it a look and see if i cant find out what's causing it to spit out errors on him... the joy of LFR Q's just to leave after the second boss and re Q =/

    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

  5. #9470
    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 paintpauller View Post
    you are trying to use it to check some one thats not in your raid/party.
    no, it's always returns 0,0 out of raid\group.
    my final version is
    PHP Code:
    function RangeCheck()
        
    group "raid" 
        
    yard 0.0003 
        d 

        p 

        
    for 1GetNumGroupMembers() do
            
    local x1,y1 GetPlayerMapPosition("player")
            
    local x2,y2 GetPlayerMapPosition(group..i)
            
    sqrt( (x1-x2)^+ (y1-y2)^)/yard
            
    if <= 6 then p 1 end
        end
        
    if ~= 0 then
            
    return true
        
    else
            return 
    false
        end
    end

    if UnitDebuffID("player"138733) ~= nil and UnitDebuffID("player"138002) == nil and RangeCheck() == false and not isMoving then
            
    if PQR_SpellAvailable(122783) and IsSpellKnown(122783then
                CastSpellByName
    (GetSpellInfo(122783), "player")
            
    end
    end 

  6. #9471
    megabbyte's Avatar Member CoreCoins Purchaser
    Reputation
    4
    Join Date
    Mar 2008
    Posts
    154
    Thanks G/R
    0/2
    Trade Feedback
    10 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone good XML for pvp hunter bm?

  7. #9472
    Budoy's Avatar Sergeant
    Reputation
    13
    Join Date
    Dec 2011
    Posts
    67
    Thanks G/R
    0/2
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hey guys sorry for a noob question BUT what's the difference between this two not PQR_IsMoving(3) and not PQR_IsMoving(1).

  8. #9473
    crystal_tech's Avatar Elite User
    Reputation
    468
    Join Date
    Feb 2008
    Posts
    1,036
    Thanks G/R
    1/6
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Budoy View Post
    hey guys sorry for a noob question BUT what's the difference between this two not PQR_IsMoving(3) and not PQR_IsMoving(1).
    nothing really as you should set the PQR_ResetMovement api to the delay your looking for and have it set back in the next line, this is just for the not part, as for PQR_IsMoving(secs), secs = how long of a wait before it flags you as moving.

    Please if someone helped you donate rep to them.

  9. #9474
    Budoy's Avatar Sergeant
    Reputation
    13
    Join Date
    Dec 2011
    Posts
    67
    Thanks G/R
    0/2
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yay thanks for a quick reply Crystal.

  10. #9475
    Whatsmyname's Avatar Master Sergeant
    Reputation
    7
    Join Date
    Apr 2012
    Posts
    76
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Does anyone have a working leveling rotation for a shaman? Prefer elemental, but enhancement is also ok.
    Edit: I could also use a shadow priest leveling rotation.
    Last edited by Whatsmyname; 04-28-2013 at 07:11 AM.

  11. #9476
    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)
    Originally Posted by Whatsmyname View Post
    Does anyone have a working leveling rotation for a shaman? Prefer elemental, but enhancement is also ok.
    Edit: I could also use a shadow priest leveling rotation.
    Most profiles if coded with isspellknown-thingy or what its called, should work with levelling as well. If not you can just remove the spells you dont have yet in rotation-editor.

  12. #9477
    kasse2012's Avatar Member
    Reputation
    1
    Join Date
    Dec 2012
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    PQR dont work 28/4/13 Microsoft.NET framework error

    16826 offset pqr vercion 2.2.0

    Code:
    Consulte el final de este mensaje para obtener más detalles sobre cómo invocar a la depuración 
    Just-In-Time (JIT) en lugar de a este cuadro de diálogo.
    
    ************** Texto de la excepción **************
    System.ComponentModel.Win32Exception (0x80004005): Controlador no válido
       en System.Diagnostics.NtProcessManager.GetModuleInfos(Int32 processId, Boolean firstModuleOnly)
       en System.Diagnostics.ProcessManager.GetModuleInfos(Int32 processId)
       en System.Diagnostics.Process.get_Modules()
       en Magic.BlackMagic.Open(Int32 )
       en Magic.BlackMagic.OpenProcessAndThread(Int32 )
       en ...ctor(Int32 )
       en ..()
       en ..()
       en ..(Object , EventArgs )
       en System.Windows.Forms.Timer.OnTick(EventArgs e)
       en System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
       en System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
    
    
    ************** Ensamblados cargados **************
    mscorlib
        Versión del ensamblado: 4.0.0.0
        Versión Win32: 4.0.30319.544 (RTMLDR.030319-5400)
        Código base: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
    ----------------------------------------
    PQR
        Versión del ensamblado: 2.2.0.0
        Versión Win32: 2.2.0
        Código base: file:///C:/Users/Nestor/Downloads/WOW%20UTILIDADES/PPPQQQRRR/PQR.exe
    ----------------------------------------
    System.Windows.Forms
        Versión del ensamblado: 4.0.0.0
        Versión Win32: 4.0.30319.560 built by: RTMLDR
        Código base: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
    ----------------------------------------
    System.Drawing
        Versión del ensamblado: 4.0.0.0
        Versión Win32: 4.0.30319.568 built by: RTMLDR
        Código base: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
    ----------------------------------------
    System
        Versión del ensamblado: 4.0.0.0
        Versión Win32: 4.0.30319.544 built by: RTMLDR
        Código base: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
    ----------------------------------------
    mscorlib.resources
        Versión del ensamblado: 4.0.0.0
        Versión Win32: 4.0.30319.1 (RTMRel.030319-0100)
        Código base: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/mscorlib.resources/v4.0_4.0.0.0_es_b77a5c561934e089/mscorlib.resources.dll
    ----------------------------------------
    fasmdll_managed
        Versión del ensamblado: 1.0.3262.20709
        Versión Win32: 
        Código base: file:///C:/Users/Nestor/AppData/Local/Temp/%7B1c177e07-56d7-4b16-94fd-f44a570a1472%7D/fasmdll_managed.dll
    ----------------------------------------
    System.Xml
        Versión del ensamblado: 4.0.0.0
        Versión Win32: 4.0.30319.450 built by: RTMLDR
        Código base: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
    ----------------------------------------
    System.Web
        Versión del ensamblado: 4.0.0.0
        Versión Win32: 4.0.30319.1 built by: RTMRel
        Código base: file:///C:/Windows/Microsoft.Net/assembly/GAC_32/System.Web/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Web.dll
    ----------------------------------------
    System.Core
        Versión del ensamblado: 4.0.0.0
        Versión Win32: 4.0.30319.450 built by: RTMLDR
        Código base: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
    ----------------------------------------
    msvcm90
        Versión del ensamblado: 9.0.30729.6161
        Versión Win32: 9.00.30729.6161
        Código base: file:///C:/Windows/WinSxS/x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_50934f2ebcb7eb57/msvcm90.dll
    ----------------------------------------
    System.Windows.Forms.resources
        Versión del ensamblado: 4.0.0.0
        Versión Win32: 4.0.30319.1 built by: RTMRel
        Código base: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms.resources/v4.0_4.0.0.0_es_b77a5c561934e089/System.Windows.Forms.resources.dll
    ----------------------------------------
    
    ************** Depuración JIT **************
    Para habilitar la depuración Just In Time (JIT), el archivo de configuración de esta
    aplicación o equipo (machine.config) debe tener el
    valor jitDebugging establecido en la sección system.windows.forms.
    La aplicación también se debe compilar con la depuración
    habilitada
    
    Por ejemplo:
    
    <configuration>
        <system.windows.forms jitDebugging="true" />
    </configuration>
    
    Cuando esté habilitada la depuración JIT, cualquier excepción no controlada
    se enviará al depurador JIT registrado en el equipo
    en lugar de controlarlo mediante el cuadro de diálogo.
    Last edited by kasse2012; 04-28-2013 at 01:27 PM.

  13. #9478
    crystal_tech's Avatar Elite User
    Reputation
    468
    Join Date
    Feb 2008
    Posts
    1,036
    Thanks G/R
    1/6
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kasse2012 View Post
    PQR dont work 28/4/13 Microsoft.NET framework error

    16826 offset pqr vercion 2.2.0

    Code:
    Consulte el final de este mensaje para obtener más detalles sobre cómo invocar a la depuración 
    Just-In-Time (JIT) en lugar de a este cuadro de diálogo.
    
    ************** Texto de la excepción **************
    System.ComponentModel.Win32Exception (0x80004005): Controlador no válido
       en System.Diagnostics.NtProcessManager.GetModuleInfos(Int32 processId, Boolean firstModuleOnly)
       en System.Diagnostics.ProcessManager.GetModuleInfos(Int32 processId)
       en System.Diagnostics.Process.get_Modules()
       en Magic.BlackMagic.Open(Int32 )
       en Magic.BlackMagic.OpenProcessAndThread(Int32 )
       en ...ctor(Int32 )
       en ..()
       en ..()
       en ..(Object , EventArgs )
       en System.Windows.Forms.Timer.OnTick(EventArgs e)
       en System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
       en System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
    
    
    ************** Ensamblados cargados **************
    mscorlib
        Versión del ensamblado: 4.0.0.0
        Versión Win32: 4.0.30319.544 (RTMLDR.030319-5400)
        Código base: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
    ----------------------------------------
    PQR
        Versión del ensamblado: 2.2.0.0
        Versión Win32: 2.2.0
        Código base: file:///C:/Users/Nestor/Downloads/WOW%20UTILIDADES/PPPQQQRRR/PQR.exe
    ----------------------------------------
    System.Windows.Forms
        Versión del ensamblado: 4.0.0.0
        Versión Win32: 4.0.30319.560 built by: RTMLDR
        Código base: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
    ----------------------------------------
    System.Drawing
        Versión del ensamblado: 4.0.0.0
        Versión Win32: 4.0.30319.568 built by: RTMLDR
        Código base: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
    ----------------------------------------
    System
        Versión del ensamblado: 4.0.0.0
        Versión Win32: 4.0.30319.544 built by: RTMLDR
        Código base: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
    ----------------------------------------
    mscorlib.resources
        Versión del ensamblado: 4.0.0.0
        Versión Win32: 4.0.30319.1 (RTMRel.030319-0100)
        Código base: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/mscorlib.resources/v4.0_4.0.0.0_es_b77a5c561934e089/mscorlib.resources.dll
    ----------------------------------------
    fasmdll_managed
        Versión del ensamblado: 1.0.3262.20709
        Versión Win32: 
        Código base: file:///C:/Users/Nestor/AppData/Local/Temp/%7B1c177e07-56d7-4b16-94fd-f44a570a1472%7D/fasmdll_managed.dll
    ----------------------------------------
    System.Xml
        Versión del ensamblado: 4.0.0.0
        Versión Win32: 4.0.30319.450 built by: RTMLDR
        Código base: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
    ----------------------------------------
    System.Web
        Versión del ensamblado: 4.0.0.0
        Versión Win32: 4.0.30319.1 built by: RTMRel
        Código base: file:///C:/Windows/Microsoft.Net/assembly/GAC_32/System.Web/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Web.dll
    ----------------------------------------
    System.Core
        Versión del ensamblado: 4.0.0.0
        Versión Win32: 4.0.30319.450 built by: RTMLDR
        Código base: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
    ----------------------------------------
    msvcm90
        Versión del ensamblado: 9.0.30729.6161
        Versión Win32: 9.00.30729.6161
        Código base: file:///C:/Windows/WinSxS/x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_50934f2ebcb7eb57/msvcm90.dll
    ----------------------------------------
    System.Windows.Forms.resources
        Versión del ensamblado: 4.0.0.0
        Versión Win32: 4.0.30319.1 built by: RTMRel
        Código base: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms.resources/v4.0_4.0.0.0_es_b77a5c561934e089/System.Windows.Forms.resources.dll
    ----------------------------------------
    
    ************** Depuración JIT **************
    Para habilitar la depuración Just In Time (JIT), el archivo de configuración de esta
    aplicación o equipo (machine.config) debe tener el
    valor jitDebugging establecido en la sección system.windows.forms.
    La aplicación también se debe compilar con la depuración
    habilitada
    
    Por ejemplo:
    
    <configuration>
        <system.windows.forms jitDebugging="true" />
    </configuration>
    
    Cuando esté habilitada la depuración JIT, cualquier excepción no controlada
    se enviará al depurador JIT registrado en el equipo
    en lugar de controlarlo mediante el cuadro de diálogo.
    google "dotnet cleanup tool" and run it for dotnet version 4
    reinstall .net version 4

    make sure you have PQR.exe and PQR.exe.config in the folder you run it in, they also have to be the same name.

    hope this helps ya.

    Note:
    heres a link that has installers for most things windows. And they are not a warez site nor to they tolerate it. (if link needs to be removed please let me know.)

    http://www.wincert.net/forum/forum/1...aller-repacks/

    also for the cleanup tool:

    http://cid-27e6a35d1a492af7.skydrive...eanup_tool.zip
    Last edited by crystal_tech; 04-28-2013 at 08:12 PM.

    Please if someone helped you donate rep to them.

  14. #9479
    kasse2012's Avatar Member
    Reputation
    1
    Join Date
    Dec 2012
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i installed Fmewrk 4.5 (before 4.0) and restart, and work! Thx!

  15. #9480
    apkada's Avatar Member
    Reputation
    1
    Join Date
    Feb 2008
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello, why stop spread pqr offsets for the PTR, if anyone can help please: do to 16896.

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 04:16 PM. 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