PQR - Rotation Bot menu

User Tag List

Page 578 of 779 FirstFirst ... 78478528574575576577578579580581582628678 ... LastLast
Results 8,656 to 8,670 of 11681
  1. #8656
    billybuffalo's Avatar Knight-Lieutenant
    Reputation
    4
    Join Date
    Jan 2013
    Posts
    360
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by paintpauller View Post
    Guys just make your own Offsets file! I did way back when this was posted and it has been working flawlessly since!

    BTW +rep to oswalt0 for fast offset fix!
    What changes are being made each time an update comes out? i would love to be able to do this myself.


    I see the following changesin the old offsets, from the new:

    Code:
    <CurrentWoWVersion>16685</CurrentWoWVersion> 
    
    <Lua_DoStringAddress>0x75910</Lua_DoStringAddress> 
      <Lua_GetLocalizedTextAddress>0x4E3E00</Lua_GetLocalizedTextAddress>
    Are these the only 3 lines that get updated, and how do you know what the new info is?
    Last edited by billybuffalo; 03-15-2013 at 01:14 PM.

    PQR - Rotation Bot
  2. #8657
    bestdamnwarrior's Avatar Master Sergeant
    Reputation
    20
    Join Date
    Nov 2011
    Posts
    110
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    For anyone having trouble updating or downloading the latest offsets for PQR, I've created an account on MediaFire for those to download a zip file of the latest offsets. Just download and unzip the file to your PQR/Offsets folder and you'll be good to go.

    Offsets_16709.zip

  3. #8658
    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)
    Just hit the download offsets button on the startup screen.

  4. #8659
    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)
    Thank you Xelper <3

  5. #8660
    Trekku's Avatar Member
    Reputation
    1
    Join Date
    Apr 2012
    Posts
    24
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just out of curiosity, what are offsets, and what does it do?
    I know they are required for PQR to function.

  6. #8661
    gensmeta's Avatar Corporal CoreCoins Purchaser
    Reputation
    7
    Join Date
    Feb 2013
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Trekku View Post
    Just out of curiosity, what are offsets, and what does it do?
    I know they are required for PQR to function.
    A short (although maybe a bit inaccurate) answer is:
    offsets are locations in a programs (in this case wow:s) memory allocations. PQR and other bots must know where in the file different calls to functions and objects are made in order to intercept these calls and add their own code before sending the original request to where it was supposed to go.
    When the executable (wow.exe/wow-64.exe) is updated, the offsets for the calls that is needed changes, and so the developer for the bot/program has to find new offsets.
    I'm not sure as to how this works, exactly, but it's a relatively delicate science.

    I'm not very educated in this area though, so some of this may be slightly inaccurate. Feel free to correct me if that be the case.





    On another subject, for some reason I can't get PQR to work. I think it attaches alright, because when I press the hotkey for a rotation, the status text is added to my chat box that PQR is enabled/disabled.
    Are there any guidelines as how to troubleshoot PQR?


    EDIT: added a few rows to offsets explanation
    Last edited by gensmeta; 03-15-2013 at 02:53 PM.

  7. #8662
    werewolfspb's Avatar Private
    Reputation
    1
    Join Date
    Aug 2012
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i saw here, but can't find it now :confused:
    i want use cc spells while kick on cd

  8. #8663
    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 Trekku View Post
    Just out of curiosity, what are offsets, and what does it do?
    I know they are required for PQR to function.
    Offsets are the internal locations of functions or other variables inside of the WoW client. The offset 0x4213DA simply corresponds to the base memory address of WoW + the offset... meaning the piece of information located there will always be located there. If you are completely unaware of how a program functions, I guess an analogy would be that you can think of them like addresses on streets. You can use the address "32 West Street" to find a very specific house or place. Except, when a new WoW build gets pushed the addresses usually change.

    And to answer a question I get a lot: No, I cannot simply explain how offsets are found. I can usually update all of the offsets for PQR in under 15 minutes, but that is only because I understand ASM. There is no easy way to explain 'finding offsets' to someone who doesn't know ASM at all. A lot of the offsets are posted in the Memory Editing section of this website, but not all of them... there are still 4 or 5 that aren't posted by other people. (And before anyone does it, do not go posting there... they will not help you.)
    Last edited by Xelper; 03-15-2013 at 03:01 PM.

  9. #8664
    SeveredShadow's Avatar Member
    Reputation
    3
    Join Date
    Aug 2011
    Posts
    43
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Trying to make code that will automatically switch between single-target and AoE modes based on how many targets I am in combat with. Is there a function that will keep count of how many enemies I am currently engaged in combat with?
    I'd like to be able to avoid creating a 'Hold CTRL for AoE' toggle.

  10. #8665
    averykey's Avatar Contributor
    Reputation
    158
    Join Date
    Dec 2011
    Posts
    448
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by SeveredShadow View Post
    Trying to make code that will automatically switch between single-target and AoE modes based on how many targets I am in combat with. Is there a function that will keep count of how many enemies I am currently engaged in combat with?
    I'd like to be able to avoid creating a 'Hold CTRL for AoE' toggle.
    No, but I don't think we should have one either, think of all the situations where aoe could wipe your raid ,party or break cc.
    It's better to do it manually, it would take a very long time for profile developers to code all of the situations, and keep it updated for every patch.
    Hitting one or two buttons isn't that bad.
    My Svn - https://subversion.assembla.com/svn/averykeys-svn/

  11. #8666
    DarkMassacre's Avatar Contributor
    Reputation
    87
    Join Date
    Apr 2009
    Posts
    141
    Thanks G/R
    9/21
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Does anyone have a profile updated not since 5.2 but since the last patch (there's a diff) all of the current warrior PVE ones i found in the searches that say 5.2 arent functioning since the last patch. Some of them will work for 5-10 seconds then do nothing.

  12. #8667
    Aleksonfire's Avatar Master Sergeant
    Reputation
    25
    Join Date
    Nov 2012
    Posts
    132
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by averykey View Post
    No, but I don't think we should have one either, think of all the situations where aoe could wipe your raid ,party or break cc.
    It's better to do it manually, it would take a very long time for profile developers to code all of the situations, and keep it updated for every patch.
    Hitting one or two buttons isn't that bad.
    There is in fact a way to do this. Check out the aoe healing codes in most of the healer profiles and you should be able to figure it out from there. As far as the situation it could wipe your raid lets assume you are a survival hunter. Its quite possible on spirit kings you might end up serpent stinging the raid to death. If you look at my profile for chain heal you could easily apply the same logic with chain lightning,
    Resto Shammy Profile - https://goo.gl/nm5Nc

  13. #8668
    Aleksonfire's Avatar Master Sergeant
    Reputation
    25
    Join Date
    Nov 2012
    Posts
    132
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Xelper View Post
    Offsets are the internal locations of functions or other variables inside of the WoW client. The offset 0x4213DA simply corresponds to the base memory address of WoW + the offset... meaning the piece of information located there will always be located there. If you are completely unaware of how a program functions, I guess an analogy would be that you can think of them like addresses on streets. You can use the address "32 West Street" to find a very specific house or place. Except, when a new WoW build gets pushed the addresses usually change.

    And to answer a question I get a lot: No, I cannot simply explain how offsets are found. I can usually update all of the offsets for PQR in under 15 minutes, but that is only because I understand ASM. There is no easy way to explain 'finding offsets' to someone who doesn't know ASM at all. A lot of the offsets are posted in the Memory Editing section of this website, but not all of them... there are still 4 or 5 that aren't posted by other people. (And before anyone does it, do not go posting there... they will not help you.)

    If anyone really wants to learn how to find the offsets then you can spend some time and familiarize yourself with any memory editor like cheat engine or ollydbg etc....
    Resto Shammy Profile - https://goo.gl/nm5Nc

  14. #8669
    SeveredShadow's Avatar Member
    Reputation
    3
    Join Date
    Aug 2011
    Posts
    43
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Aleksonfire View Post
    There is in fact a way to do this. Check out the aoe healing codes in most of the healer profiles and you should be able to figure it out from there. As far as the situation it could wipe your raid lets assume you are a survival hunter. Its quite possible on spirit kings you might end up serpent stinging the raid to death. If you look at my profile for chain heal you could easily apply the same logic with chain lightning,
    Specifically I am building and Enhancement profile. I was trying to make something that could decide when to swap Searing Totem for Magma Totem and swap Lightning Bolt for Chain Lightning. I don't think either of those spells are potentially as dangerous as spreading Serpent Sting or something.
    I'll take a look at your Chain Heal code and see if I can utilize a bit of it for my needs.

    Thanks

  15. #8670
    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)

    [PQR] Alpha Moonkin - Public Release!

    Public Release for Alpha Moonkin is finally here!
    Alpha Moonkin
    is a mashup of three profiles, I took the best of every profile and added PQI along with some new stuff into the mix.

    Notice: If a profile author objects to this profile mashup I will remove it out of respect for their work.
    Credit for the bulk of the code goes to:
    Sheepmoon, Nerder, and Soapbox


    Alpha Moonkin has support for the new PQI.
    If you have any questions, bugs, or suggestions let me know.
    -- -- Version 2.1.2 -- --

    Please submit bugs to me on my thread!
    http://goo.gl/gjxw0
    -- -- Beta Build -- --

    Features in this release of Alpha Moonkin include:
    • Full support for PQI and its new UI
    • Burst rotation for start of fight to optimize starting DPS
    • Optimized Solar and Luner rotations
    • Optimized Solar and Luner Eclipse rotations
    • Optimized movement rotation
    • Full CD Support
    • Trinket Support
    • Berserking and Lifeblood Support
    • Starfall toggle
    • Moonfire/Sunfire Focus and Mouseover
    • Auto HealthStone and Lightwell
    • Rebirth Mouseover
    • Renewal
    • Barkskin
    • Anti Root
    • Astral Communion
    • Tranquillity
    • Wild Mushroom
    • Hurricane
    • Solar Beam
    • All abilities can be toggled and have tooltips
    • Most abilities have the option to KeyBind through PQI



    Last edited by paintpauller; 03-15-2013 at 05:40 PM.

    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

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:51 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