[BETA] PQRotation - an automated ability priority queue. menu

User Tag List

Page 700 of 731 FirstFirst ... 200600650696697698699700701702703704 ... LastLast
Results 10,486 to 10,500 of 10955
  1. #10486
    Techz's Avatar Member
    Reputation
    2
    Join Date
    Aug 2009
    Posts
    160
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ninjaderp View Post
    Hi! Yes there is such a program that allows you to do that, its called Honorbuddy and with the botbase called Lazyraider it allows you to do exactly that.

    WOW Bots Gatherbuddy & Honorbuddy
    Thanks for the quick reply i will have a look

    [BETA] PQRotation - an automated ability priority queue.
  2. #10487
    Xelper's Avatar ★ Elder ★
    Reputation
    1024
    Join Date
    Mar 2007
    Posts
    860
    Thanks G/R
    0/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by sheuron View Post
    Behind always rturn false, Facing always return false and distance always return nil.

    Tried deleting cache, wtf and intterface, on 2 characters (warrior & priest), and using PQR 2.1.3 beta on separated folder with empty profile. Same results.
    Can you target something then click the Rotation 1 label? Tell me what it says


    Sent from my iPad using Tapatalk HD

  3. #10488
    kayonekayone's Avatar Member
    Reputation
    1
    Join Date
    Jan 2012
    Posts
    22
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hey xelper ...you got so much donating for a new ipad ?

  4. #10489
    sheuron's Avatar Knight-Champion
    Reputation
    319
    Join Date
    Aug 2011
    Posts
    504
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Xelper View Post
    Can you target something then click the Rotation 1 label? Tell me what it says


    Sent from my iPad using Tapatalk HD
    Clicking on label gives a number, seem to be distance between me and target

    PQR_BehindTarget() always return false
    PQR_BehindTarget(true) always return 0

    PQR_FacingTarget() always return false
    PQR_FacingTarget(true) always return 0

    PQR_DistanceTarget() always return nil, or 0 if none target is selectted
    [ Sheuron PQR Profiles Pack ] https://goo.gl/lfAMC
    If you like this piece of code feel free to invite me a beer making a donation.
    My paypal account: [email protected]

  5. #10490
    Xelper's Avatar ★ Elder ★
    Reputation
    1024
    Join Date
    Mar 2007
    Posts
    860
    Thanks G/R
    0/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by sheuron View Post
    Clicking on label gives a number, seem to be distance between me and target

    PQR_BehindTarget() always return false
    PQR_BehindTarget(true) always return 0

    PQR_FacingTarget() always return false
    PQR_FacingTarget(true) always return 0

    PQR_DistanceTarget() always return nil, or 0 if none target is selectted
    Do you have the CVarBaseMgr offset in Offsets_15595?

    Only way I can replicate this is if you had hit Download Offsets

    I'm going to post the full offsets on the updater now to avoid this... you can hit download again to fix them
    Last edited by Xelper; 04-29-2012 at 08:32 AM.

  6. #10491
    sheuron's Avatar Knight-Champion
    Reputation
    319
    Join Date
    Aug 2011
    Posts
    504
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by hbkx1 View Post
    Sheuron and Crystal_tech how's your guys Demo profile coming, anxious to try it out!! <3
    Im not working on any warlock profile. That code you see on the profile package is random things i play around while leveling a warlock.
    [ Sheuron PQR Profiles Pack ] https://goo.gl/lfAMC
    If you like this piece of code feel free to invite me a beer making a donation.
    My paypal account: [email protected]

  7. #10492
    sheuron's Avatar Knight-Champion
    Reputation
    319
    Join Date
    Aug 2011
    Posts
    504
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Xelper View Post
    Do you have the CVarBaseMgr offset in Offsets_15595?

    Only way I can replicate this is if you had hit Download Offsets

    I'm going to post the full offsets on the updater now to avoid this
    Yes have the offset, im using PQR213_BETAb.zip, none modifications

    Code:
    <CurrentWoWVersion>15595</CurrentWoWVersion> <WoWVersionOffset>0x99B1CF</WoWVersionOffset> <PlayerName>0x9BE820</PlayerName> <PlayerClass>0x9BE99D</PlayerClass> <GetCurrentKeyBoardFocus>0x9D39FC</GetCurrentKeyBoardFocus> <GameState>0xAD7426</GameState> <Lua_DoStringAddress>0x43C230</Lua_DoStringAddress> <Lua_GetLocalizedTextAddress>0x1BBBF0</Lua_GetLocalizedTextAddress> <CVarBaseMgr>0xA4D3A8</CVarBaseMgr> <ObjMgr>0x9BE7E0</ObjMgr> <CurMgr>0x463C</CurMgr> <LocalGUID>0xC8</LocalGUID> <FirstObject>0xC0</FirstObject> <NextObject>0x3C</NextObject>
    EDIT: Dont seem to be about offsets, first beta facing and behind was working using same offsets.
    Last edited by sheuron; 04-29-2012 at 08:42 AM.
    [ Sheuron PQR Profiles Pack ] https://goo.gl/lfAMC
    If you like this piece of code feel free to invite me a beer making a donation.
    My paypal account: [email protected]

  8. #10493
    Xelper's Avatar ★ Elder ★
    Reputation
    1024
    Join Date
    Mar 2007
    Posts
    860
    Thanks G/R
    0/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by sheuron View Post
    Yes have the offset, im using PQR213_BETAb.zip, none modifications

    Code:
    <CurrentWoWVersion>15595</CurrentWoWVersion> <WoWVersionOffset>0x99B1CF</WoWVersionOffset> <PlayerName>0x9BE820</PlayerName> <PlayerClass>0x9BE99D</PlayerClass> <GetCurrentKeyBoardFocus>0x9D39FC</GetCurrentKeyBoardFocus> <GameState>0xAD7426</GameState> <Lua_DoStringAddress>0x43C230</Lua_DoStringAddress> <Lua_GetLocalizedTextAddress>0x1BBBF0</Lua_GetLocalizedTextAddress> <CVarBaseMgr>0xA4D3A8</CVarBaseMgr> <ObjMgr>0x9BE7E0</ObjMgr> <CurMgr>0x463C</CurMgr> <LocalGUID>0xC8</LocalGUID> <FirstObject>0xC0</FirstObject> <NextObject>0x3C</NextObject>

    Mmm okay, I'll add some more debug info and upload a new build in a few

  9. #10494
    peopleliketofart's Avatar Member
    Reputation
    1
    Join Date
    Aug 2011
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey guys, having an issue with PQR 2.0. It attaches to wow just fine, but when i hit the hotkeys to begin the rotation, nothing happens. i get the chat message saying rotation enabled, but nothing actually happens. Im using xrnSub profile, havent changed anything in the rotation, ive got sheuron's data file in the proper folder, no idea why this is happening. Also wondering at a bug from the older version of pqr where it says that the config cant be accessed. Help appreciated, any response at all is 110% appreciated. Thx Guys

  10. #10495
    Xelper's Avatar ★ Elder ★
    Reputation
    1024
    Join Date
    Mar 2007
    Posts
    860
    Thanks G/R
    0/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @sheuron:
    Okay, try this one..
    http://dl.dropbox.com/u/39925787/PQR/Beta/PQR213_BETAd.zip

    Do this:
    Close WoW + all PQRs
    Enable Interrupt Mode (just need to inject the PQR code into WOW)
    Target something which has a target of target (someone attacking a target dummy maybe)
    click the Rotation 1 label and copy and paste the results here, should be able to use CTRL+C

    Should get something like this:


    WoW Base: 4063232


    CVarBaseMgr: 10802088


    CVarBaseMgrArray: 10802116


    CVarArrayResult: 2344836443


    BehindTarget: 145.891


    FacingTarget: 341.106


    DistanceTarget: 8.62783119008687


    TargetGUID: 432345564329000595


    TargetOfTargetGUID: 432345564227850562
    Last edited by Xelper; 04-29-2012 at 09:10 AM.

  11. #10496
    sheuron's Avatar Knight-Champion
    Reputation
    319
    Join Date
    Aug 2011
    Posts
    504
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by peopleli****fart View Post
    Hey guys, having an issue with PQR 2.0. It attaches to wow just fine, but when i hit the hotkeys to begin the rotation, nothing happens. i get the chat message saying rotation enabled, but nothing actually happens. Im using xrnSub profile, havent changed anything in the rotation, ive got sheuron's data file in the proper folder, no idea why this is happening. Also wondering at a bug from the older version of pqr where it says that the config cant be accessed. Help appreciated, any response at all is 110% appreciated. Thx Guys
    Standard thing to try before ask for help.

    1. Download and use PQR Updater on new folder: http://dl.dropbox.com/u/39925787/PQR.zip
    2. Download latest version of profiles you are using
    3. Delete or rename WoW folders: Cache, Interface, WTF
    4. Make sure you are using 32 bits game client and playing on official servers.
    [ Sheuron PQR Profiles Pack ] https://goo.gl/lfAMC
    If you like this piece of code feel free to invite me a beer making a donation.
    My paypal account: [email protected]

  12. #10497
    peopleliketofart's Avatar Member
    Reputation
    1
    Join Date
    Aug 2011
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    done all of the above, prior to my first post. Any other ideas?
    Also, as it just popped into my head, is there any program or magic button that converts older pqr profiles into new pqr profiles?

  13. #10498
    sheuron's Avatar Knight-Champion
    Reputation
    319
    Join Date
    Aug 2011
    Posts
    504
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Code:
    ---------------------------
    
    ---------------------------
    WoW Base: 14417920
    
    CVarBaseMgr: 10802088
    
    CVarBaseMgrArray: 10802116
    
    CVarArrayResult: 6881380
    
    BehindTarget: 96,7638
    
    FacingTarget: 355,2066
    
    DistanceTarget: 13,3862108652778
    
    TargetGUID: 17379405118235000999
    
    TargetOfTarget: null
    
    
    ---------------------------
    Aceptar   
    ---------------------------
    [ Sheuron PQR Profiles Pack ] https://goo.gl/lfAMC
    If you like this piece of code feel free to invite me a beer making a donation.
    My paypal account: [email protected]

  14. #10499
    Xelper's Avatar ★ Elder ★
    Reputation
    1024
    Join Date
    Mar 2007
    Posts
    860
    Thanks G/R
    0/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @sheuron make sure you are using the "d" build and not the "c" build.. I just edited the download link. Do a restart of WoW after this as well

    Also see what happens when you type

    /dump PQR_GetCVar("FacingTarget")

  15. #10500
    sheuron's Avatar Knight-Champion
    Reputation
    319
    Join Date
    Aug 2011
    Posts
    504
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by peopleli****fart View Post
    done all of the above, prior to my first post. Any other ideas?
    Also, as it just popped into my head, is there any program or magic button that converts older pqr profiles into new pqr profiles?
    Got to rotation editor and remove everything but Hemorhage. You should have now a rotation spamming hemorhage only. Once oyu check that works, continue adding abilities and you ll find with abiliy stop your rotation
    [ Sheuron PQR Profiles Pack ] https://goo.gl/lfAMC
    If you like this piece of code feel free to invite me a beer making a donation.
    My paypal account: [email protected]

Similar Threads

  1. [Buying] Planetside 2 Priority Beta Key
    By isit123 in forum General MMO Buy Sell Trade
    Replies: 0
    Last Post: 07-21-2012, 06:34 AM
  2. [Selling] PLANETSIDE 2 Priority/Early Access Beta Account
    By Kabraxiss in forum General MMO Buy Sell Trade
    Replies: 0
    Last Post: 07-18-2012, 10:20 AM
  3. [Selling] Planetside 2 Priority/Early access Beta Keys
    By mrsluf in forum General MMO Buy Sell Trade
    Replies: 3
    Last Post: 07-17-2012, 04:45 AM
  4. [Selling] Planetside 2 Priority Access beta key codes
    By fatalefout in forum General MMO Buy Sell Trade
    Replies: 1
    Last Post: 06-26-2012, 04:08 PM
  5. [Bot] Automated dungeon queue / Justice Point leecher(Auto-it source)
    By s_e_a_n_66 in forum World of Warcraft Bots and Programs
    Replies: 36
    Last Post: 01-17-2011, 11:50 AM
All times are GMT -5. The time now is 02:46 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