PQR - Rotation Bot menu

User Tag List

Page 724 of 779 FirstFirst ... 224624674720721722723724725726727728774 ... LastLast
Results 10,846 to 10,860 of 11681
  1. #10846
    cpowroks's Avatar Contributor
    Reputation
    180
    Join Date
    Oct 2007
    Posts
    623
    Thanks G/R
    1/9
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    WoW LUA Script Developer
    Need Something Custom? WarmaneScripts.com
    Skype - grapejuice111

    PQR - Rotation Bot
  2. #10847
    asaphelps's Avatar Contributor
    Reputation
    238
    Join Date
    Oct 2008
    Posts
    174
    Thanks G/R
    16/10
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by cpowroks View Post
    Here is the copy and paste
    <?xml version="1.0" encoding="UTF-8"?>
    <Offsets>
    <CurrentWoWVersion>17205</CurrentWoWVersion>
    <WoWVersionOffset>0xD9BDD5</WoWVersionOffset>
    <PlayerName>0xFE1CA0</PlayerName>
    <PlayerClass>0xFE1E1D</PlayerClass>
    <GetCurrentKeyBoardFocus>0xCC3658</GetCurrentKeyBoardFocus>
    <GameState>0xE831E6</GameState>
    <Lua_DoStringAddress>0x5A74F</Lua_DoStringAddress>
    <Lua_GetLocalizedTextAddress>0x487D8C</Lua_GetLocalizedTextAddress>
    <CVarBaseMgr>0xCA4110</CVarBaseMgr>
    <CVarArraySize>0x400</CVarArraySize>
    <ObjMgr>0xDD62FC</ObjMgr>
    <CurMgr>0x462C</CurMgr>
    <LocalGUID>0xF0</LocalGUID>
    <FirstObject>0xCC</FirstObject>
    <NextObject>0x34</NextObject>
    <Descriptors>0x4</Descriptors>
    <Obj_TypeOffset>0xC</Obj_TypeOffset>
    <Obj_X>0x830</Obj_X>
    <Obj_TargetGUID>0x28</Obj_TargetGUID>
    <ClickTerrain>0</ClickTerrain>
    </Offsets>

  3. #10848
    imdasandman's Avatar Contributor
    Reputation
    206
    Join Date
    Feb 2011
    Posts
    965
    Thanks G/R
    9/4
    Trade Feedback
    7 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by cpowroks View Post
    Ty sir. I will try to work on some dk things here in a bit. Most notably the unholy 4pc that increases the duration of super Timmy per death coil casted.

    Sent from my GT-N7105 using Tapatalk 4 Beta
    My Frost/Unholy DK WoL ranking edits(4.3) and crystals Hunter Beta profiles-
    https://imdasandmandeathknight.googl...com/svn/trunk/
    Originally Posted by Valma View Post
    Oh sure. (: Plz,lord,rewrite my profile without "re-inventing a wheel".I'm really interested how would you do so.I even ready to eat my pants if yours will perform better in raids than mine

  4. #10849
    Nov17's Avatar Sergeant Major CoreCoins Purchaser
    Reputation
    9
    Join Date
    Aug 2011
    Posts
    161
    Thanks G/R
    6/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This is the old interrupt code from failroad:

    Code:
    --Pum--
    	if cdRemains(6552) == 0
    		and rangeCheck(6552,castingTarget) == true
    		and ( PQR_IsOnInterruptList(cName) ~= nil or PQR_IsInterruptAll() ~= nil )
    		and currentPercent &amp;gt;= intPctDelay
    			then
    			_castSpell(6552,castingTarget)
    			PQR_DelayRotation(.5)
    		end
    I am modifying the interrupt list all the time. For example I want to interrupt dominate mind manually so I deleted it from the interrupt list.
    Yet the profile interrupts dominate mind the whole efing time :S

    Interrupt all box is not checked. And I never load xelper's or anyone elses interrupt rotation.

    What could possibly be the reason it interrupts dominate mind?

  5. #10850
    cassrgs's Avatar Master Sergeant Authenticator enabled
    Reputation
    9
    Join Date
    Oct 2011
    Posts
    90
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Xelper View Post
    You may be setting a variable/function name that is being used by an addon or protected Blizzard code. If you do this you taint the execution path of the PQR code and it will not run. Check variable names and make sure they are unique.

    EDIT: Also, don't try to set any variable values from the chat.
    Is there a way to dump or list the variables used by an addon to check if im not using the same variable names? or to use their values on pqr?

  6. #10851
    map1000's Avatar Private
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    My PQR just crashed. I ran the PQR updater, and got a new login box, one that offers the opportunity to donate money, via Paypal, for the great work on PQR. However, as soon as I tried to enable PQR in the game using Alt-X, PQR crashed again.


    Edit: I just relaunched the game using the new PQR launch box, and can enable PQR now.
    Last edited by map1000; 07-20-2013 at 10:46 AM.

  7. #10852
    Ballerstatus121's Avatar Member
    Reputation
    1
    Join Date
    Sep 2012
    Posts
    64
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is anyone having problems with PQR randomly making the game freeze on the release?

  8. #10853
    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)
    I still have failroad and bggree profiles, I was wondering why these two profiles stopped working,any insight of warriors changes? I am trying to revive them for a friend who purchased them. Where are u Failorad? Come on dude and start a new page plz...

  9. #10854
    CodeMyLife's Avatar Contributor
    Reputation
    272
    Join Date
    Mar 2013
    Posts
    707
    Thanks G/R
    24/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by solva View Post
    This is the old interrupt code from failroad:

    Code:
    --Pum--
    	if cdRemains(6552) == 0
    		and rangeCheck(6552,castingTarget) == true
    		and ( PQR_IsOnInterruptList(cName) ~= nil or PQR_IsInterruptAll() ~= nil )
    		and currentPercent >= intPctDelay
    			then
    			_castSpell(6552,castingTarget)
    			PQR_DelayRotation(.5)
    		end
    I am modifying the interrupt list all the time. For example I want to interrupt dominate mind manually so I deleted it from the interrupt list.
    Yet the profile interrupts dominate mind the whole efing time :S

    Interrupt all box is not checked. And I never load xelper's or anyone elses interrupt rotation.

    What could possibly be the reason it interrupts dominate mind?
    Try it with the less codes you need. Something like this.

    Code:
    --Pum--
    	if cdRemains(6552) == 0
    		and rangeCheck(6552,castingTarget)
    		and PQR_IsOnInterruptList(cName) ~= nil 
    		and currentPercent >= intPctDelay
    			then
    			_castSpell(6552,castingTarget)
    		end
    If you do not use interruptall dont keep it.
    Also make sure your returns are correct values. When targetting someone casting type in chat
    /run print(castingTarget)
    Test your values and make sure you are looking for correct values. ~= nil will not detect any difference between 0 and 1 and such.
    Do that everytime you want to make sure your vars are returned correctly.

    Hope this helps. Btw didnt test code, am on my iPhone in vacations!! Good luck
    Last edited by CodeMyLife; 07-20-2013 at 02:42 PM.
    Soapbox Rotations Developer

  10. #10855
    manymaxx's Avatar Member
    Reputation
    1
    Join Date
    Jun 2010
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yes Ballers I have this problem with the cute rogue profile, and Vinshom rogue pvp profile;but all the other profiles work well

  11. #10856
    kuukuu's Avatar Contributor
    Reputation
    269
    Join Date
    Jul 2012
    Posts
    619
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Vinshom View Post
    I still have failroad and bggree profiles, I was wondering why these two profiles stopped working,any insight of warriors changes? I am trying to revive them for a friend who purchased them. Where are u Failorad? Come on dude and start a new page plz...
    Failroad/Bgreen was banned from OC for being a giant douche multiple times, he's not going to be updating those profiles. At least not anywhere on OC.
    Former PQR Developer

  12. #10857
    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)
    Originally Posted by kuukuu View Post
    Failroad/Bgreen was banned from OC for being a giant douche multiple times, he's not going to be updating those profiles. At least not anywhere on OC.
    Yeah I saw that, I am asking Failroad to start new life here in OC, I am sure things will work out for him. I hope he reads this.

  13. #10858
    kuukuu's Avatar Contributor
    Reputation
    269
    Join Date
    Jul 2012
    Posts
    619
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Vinshom View Post
    Yeah I saw that, I am asking Failroad to start new life here in OC, I am sure things will work out for him. I hope he reads this.
    I hope not....took forever to get rid of the little troll and OC is a much better place with him not being here. And it's not like his profiles were anything special, anybody that knows lua could make the same thing.
    Former PQR Developer

  14. #10859
    CodeMyLife's Avatar Contributor
    Reputation
    272
    Join Date
    Mar 2013
    Posts
    707
    Thanks G/R
    24/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kuukuu View Post
    I hope not....took forever to get rid of the little troll and OC is a much better place with him not being here. And it's not like his profiles were anything special, anybody that knows lua could make the same thing.
    If it can be of any interest to anyone i am gonna post a warrior protection rotation soon and I will make it work for Fury also. I should have the prot released by the end of next week have already a couple testers using it. Fury, i'd say 2-3 weeks. Keep in touch

    I will need someone that know the ins and outs of fury to help me fine tuning this. PM me if you want to contribute!!

    Edit : Well I'm gonna ask Ghostcore actually but if you have suggestions of secific things for fury, if you ask it you probably will get it!
    Last edited by CodeMyLife; 07-20-2013 at 10:34 PM.
    Soapbox Rotations Developer

  15. #10860
    lukec2000's Avatar Member
    Reputation
    4
    Join Date
    May 2012
    Posts
    89
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    update the bot + my offsets been off wow for around a month but it cannot seem to find the game to load to ? Any ideas please thanks!

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 09:16 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