PQR - Rotation Bot menu

Shout-Out

User Tag List

Page 572 of 779 FirstFirst ... 72472522568569570571572573574575576622672 ... LastLast
Results 8,566 to 8,580 of 11681
  1. #8566
    Naptownz's Avatar Member
    Reputation
    2
    Join Date
    Dec 2012
    Posts
    21
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    off sets :C

    PQR - Rotation Bot
  2. #8567
    darkkinght's Avatar Active Member
    Reputation
    19
    Join Date
    Apr 2011
    Posts
    178
    Thanks G/R
    8/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    the legend tells of the offset leaveing us and with the power, but one day it will come back... just to be hit by a new patch.

  3. #8568
    Naptownz's Avatar Member
    Reputation
    2
    Join Date
    Dec 2012
    Posts
    21
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    if i knew how to creat one then i would have posted asap sad we all have to wait for someoen who knows what theyre doing :/

  4. #8569
    Moonst's Avatar Member
    Reputation
    4
    Join Date
    Apr 2012
    Posts
    34
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    aint that the truth lol i wish i knew how to fix it lol

  5. #8570
    donut87's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    29
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Kaylo View Post
    Here is a pretty standard pause ability(copied that from one of Sheurons profiles back in Cataclysm):
    PHP Code:
    if IsLeftAltKeyDown() 
    or 
    IsMounted()
    or 
    SpellIsTargeting()
    or 
    UnitBuffID("player",80169)
    or 
    UnitBuffID("player",87959)
    or 
    UnitChannelInfo("player"
    or 
    UnitIsDeadOrGhost("player"
    or 
    UnitIsDeadOrGhost("target"
    then return true end 
    Make a new ability and paste that. Dont add anything to the ability like spell id's etc on the right box where you type the name of the ability. Could just make a new ability named Pause and then paste the above and save and then edit the rotation and put it where you want it. Prefferably at the top.
    If you only want left alt key to pause then remove all the lines with "or". The other stuff in there is usually good. Example it wont do anything if you are mounted. Good if you have something targetted and dont want it to cast and fall to your death. It wont do anything while you eat. Its up to you what you want in there.
    Hey thanks man much appreciated will give it a go when the offsets are up.

  6. #8571
    nospoone's Avatar Private
    Reputation
    4
    Join Date
    Dec 2012
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Code:
    <CurrentWoWVersion>16709</CurrentWoWVersion>
    <Lua_DoStringAddress>0x75DC0</Lua_DoStringAddress>
    <Lua_GetLocalizedTextAddress>0x4E4B20</Lua_GetLocalizedTextAddress>
    Here.

  7. #8572
    monopoly8's Avatar Member
    Reputation
    2
    Join Date
    Nov 2012
    Posts
    98
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thank you good sir

  8. #8573
    nemhain's Avatar Member
    Reputation
    1
    Join Date
    Mar 2008
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by nospoone View Post
    Code:
    <CurrentWoWVersion>16709</CurrentWoWVersion>
    <Lua_DoStringAddress>0x75DC0</Lua_DoStringAddress>
    <Lua_GetLocalizedTextAddress>0x4E4B20</Lua_GetLocalizedTextAddress>
    Here.
    You rock!! +rep

  9. #8574
    Guinness's Avatar Member
    Reputation
    5
    Join Date
    Apr 2012
    Posts
    75
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by nospoone View Post
    Code:
    <CurrentWoWVersion>16709</CurrentWoWVersion>
    <Lua_DoStringAddress>0x75DC0</Lua_DoStringAddress>
    <Lua_GetLocalizedTextAddress>0x4E4B20</Lua_GetLocalizedTextAddress>
    Here.
    Thank you.

  10. #8575
    nemhain's Avatar Member
    Reputation
    1
    Join Date
    Mar 2008
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    On second thought those offsets detect the client, but I crit error when I load a rotation. Still thanks for that much

  11. #8576
    C1utch's Avatar Member
    Reputation
    1
    Join Date
    Mar 2013
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by nospoone View Post
    Code:
    <CurrentWoWVersion>16709</CurrentWoWVersion>
    <Lua_DoStringAddress>0x75DC0</Lua_DoStringAddress>
    <Lua_GetLocalizedTextAddress>0x4E4B20</Lua_GetLocalizedTextAddress>
    Here.
    Do I just replace the lines from the previous offset with these ones and change the title to Offsets_16709? If so, it didn't work for me :/

  12. #8577
    nospoone's Avatar Private
    Reputation
    4
    Join Date
    Dec 2012
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm playing with them currently. =\

  13. #8578
    Stryker81's Avatar Corporal
    Reputation
    8
    Join Date
    Mar 2013
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by C1utch View Post
    Do I just replace the lines from the previous offset with these ones and change the title to Offsets_16709? If so, it didn't work for me :/
    didnt work for me either

  14. #8579
    oswalt0's Avatar Corporal
    Reputation
    12
    Join Date
    Nov 2009
    Posts
    33
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Code:
    <?xml version="1.0" encoding="UTF-8"?>
    <Offsets>
    	<CurrentWoWVersion>16709</CurrentWoWVersion>
    	<WoWVersionOffset>0xC70E8F</WoWVersionOffset>
    	<PlayerName>0xEAEAA8</PlayerName>
    	<PlayerClass>0xEAEC25</PlayerClass>
    	<GetCurrentKeyBoardFocus>0xB9CEB4</GetCurrentKeyBoardFocus>
    	<GameState>0xD50F26</GameState>
    	<Lua_DoStringAddress>0x75dc0</Lua_DoStringAddress>
    	<Lua_GetLocalizedTextAddress>0x004E4B20</Lua_GetLocalizedTextAddress>
    	<CVarBaseMgr>0xAD9BF0</CVarBaseMgr>
    	<CVarArraySize>0x400</CVarArraySize>
    	<ObjMgr>0xEAEA68</ObjMgr>
    	<CurMgr>0x462C</CurMgr>
    	<LocalGUID>0xD0</LocalGUID>
    	<FirstObject>0xCC</FirstObject>
    	<NextObject>0x3C</NextObject>
    	<Descriptors>0x8</Descriptors>
    	<Obj_TypeOffset>0x10</Obj_TypeOffset>
    	<Obj_X>0x800</Obj_X>
    	<Obj_TargetGUID>0x13</Obj_TargetGUID>
    	<ClickTerrain>0</ClickTerrain>
    </Offsets>
    Copy paste, name file Offsets_16709.xml

    Just played a game of BfG and worked perfect.

  15. #8580
    Stryker81's Avatar Corporal
    Reputation
    8
    Join Date
    Mar 2013
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    how do we figure it out by ourselves? and that worked!

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