PQR - Rotation Bot menu

User Tag List

Page 721 of 779 FirstFirst ... 221621671717718719720721722723724725771 ... LastLast
Results 10,801 to 10,815 of 11681
  1. #10801
    tuwhittuwoo's Avatar Private
    Reputation
    1
    Join Date
    Jun 2013
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    it would be so good if we could make rotations for PQR the way we can make rotations in RotationBuilder :-<

    PQR - Rotation Bot
  2. #10802
    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)
    On Thursday, July 11, we will continue testing raid encounters in the Siege of Orgrimmar raid.
    Build 17169 will be deployed to the PTR realms soon.
    I hope to see the new offsets at the right time. ^^
    need to test new ww monk mastery.

  3. #10803
    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 tuwhittuwoo View Post
    it would be so good if we could make rotations for PQR the way we can make rotations in RotationBuilder :-<
    and limit what pqr can do?

    Please if someone helped you donate rep to them.

  4. #10804
    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)
    Not that hard to learn Lua.. Theres so many guides and informations all over the place.. Coding PQR is fun like is right now Imho. I agree with crystal_tech the possibilities within PQR right now are endless...
    Soapbox Rotations Developer

  5. #10805
    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 Xarathes View Post
    Hello, im having a problem with my destruction warlock. Everytime I click alt x to enable the single target rotation it says that it has been enabled but nothing seems to happen. Can i get any help with this please?
    To start with it would help if you mentioned which profile you were using, by whom and so on. Also, most profiles need you to enter combat before executing rotation.

  6. #10806
    Sacred's Avatar Contributor
    Reputation
    207
    Join Date
    Dec 2007
    Posts
    152
    Thanks G/R
    3/9
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Offsets for 5.4.0.17169 PTR.
    https://www.dropbox.com/s/lr6ijehspw...sets_17169.xml
    Code:
    <?xml version="1.0" encoding="UTF-8"?> 
    <Offsets> 
        <CurrentWoWVersion>17169</CurrentWoWVersion>   
        <WoWVersionOffset>0xD93F25</WoWVersionOffset> 
        <PlayerName>0xFD9768</PlayerName> 
        <PlayerClass>0xFD98E5</PlayerClass> 
        <GetCurrentKeyBoardFocus>0xCBB7F8</GetCurrentKeyBoardFocus> 
        <GameState>0xE7ACC6</GameState> 
        <Lua_DoStringAddress>0x5AD45</Lua_DoStringAddress> 
        <Lua_GetLocalizedTextAddress>0x485326</Lua_GetLocalizedTextAddress> 
        <CVarBaseMgr>0xCAED18</CVarBaseMgr> 
        <CVarArraySize>0x400</CVarArraySize> 
        <ObjMgr>0xFD9728</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>

  7. #10807
    tuwhittuwoo's Avatar Private
    Reputation
    1
    Join Date
    Jun 2013
    Posts
    4
    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 limit what pqr can do?
    perhaps i should have been clearer. just saying that a rotation-making gui would make pqr a lot more accessible to the whole host of people who know rotations and how classes work, but dont have the time to learn lua. the people who know lua would still be able to code the more complicated/cool stuff in lua, therefore not limiting what pqr can do.

  8. #10808
    Xarathes's Avatar Private
    Reputation
    1
    Join Date
    Jul 2013
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Using a profile made by Xelper. In combat and out of combat, it won't work.

  9. #10809
    Gabbz's Avatar Contributor
    Reputation
    184
    Join Date
    Dec 2011
    Posts
    451
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Xarathes View Post
    Using a profile made by Xelper. In combat and out of combat, it won't work.
    Xelpers profiles have not been updated for some time. If its RET you want then CodeMyLife is the one i am using.
    Looking for exploiters and botters to Elder Scrolls Online.

  10. #10810
    Nixo's Avatar Sergeant OldSchool CoreCoins Purchaser
    Reputation
    11
    Join Date
    Mar 2013
    Posts
    65
    Thanks G/R
    0/0
    Trade Feedback
    11 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Sacred View Post
    Offsets for 5.4.0.17169 PTR.
    https://www.dropbox.com/s/lr6ijehspw...sets_17169.xml
    Code:
    <?xml version="1.0" encoding="UTF-8"?> 
    <Offsets> 
        <CurrentWoWVersion>17169</CurrentWoWVersion>   
        <WoWVersionOffset>0xD93F25</WoWVersionOffset> 
        <PlayerName>0xFD9768</PlayerName> 
        <PlayerClass>0xFD98E5</PlayerClass> 
        <GetCurrentKeyBoardFocus>0xCBB7F8</GetCurrentKeyBoardFocus> 
        <GameState>0xE7ACC6</GameState> 
        <Lua_DoStringAddress>0x5AD45</Lua_DoStringAddress> 
        <Lua_GetLocalizedTextAddress>0x485326</Lua_GetLocalizedTextAddress> 
        <CVarBaseMgr>0xCAED18</CVarBaseMgr> 
        <CVarArraySize>0x400</CVarArraySize> 
        <ObjMgr>0xFD9728</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>
    Great Job , Thanx

  11. #10811
    lostinthewoodslol's Avatar Active Member The Coinmaster CoreCoins Purchaser
    Reputation
    73
    Join Date
    Aug 2011
    Posts
    216
    Thanks G/R
    12/5
    Trade Feedback
    15 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    no matter what i do i cannot get ptr to launch in 32bit, i have tried everything. has a 64bit version of pqr been released as yet? and would anyone know why my ptr client wont launch as 32bit? i have restored all defaults, i have ticked the 32bit option on the laucher. extremely puzzled.

    thanks in advance

  12. #10812
    n1ce0n3's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    26
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hey guys, i need some help from an experienced pqr user (decently experienced, cuz im not).
    it won't take longer than 5 minutes.
    please add me on skype n1ce0n3 to talk. thanks

  13. #10813
    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 lostinthewoodslol View Post
    no matter what i do i cannot get ptr to launch in 32bit, i have tried everything. has a 64bit version of pqr been released as yet? and would anyone know why my ptr client wont launch as 32bit? i have restored all defaults, i have ticked the 32bit option on the laucher. extremely puzzled.

    thanks in advance
    Did you delete the 64 bit version? Otherwise it will only load in 64bit and nope, no 64 bit pqr is likely ever going to be created as Xelper has said a few times now.
    Former PQR Developer

  14. #10814
    Dimonoff's Avatar Master Sergeant
    Reputation
    12
    Join Date
    May 2012
    Posts
    96
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    how to make PQI work for PTR ?

  15. #10815
    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)
    Wait for an update or fix the, Im guessing, API changes that happened in 5.4
    WoW LUA Script Developer
    Need Something Custom? WarmaneScripts.com
    Skype - grapejuice111

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:23 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search