PQR - Rotation Bot menu

User Tag List

Page 743 of 779 FirstFirst ... 243643693739740741742743744745746747 ... LastLast
Results 11,131 to 11,145 of 11681
  1. #11131
    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)
    Having an issue, living bomb is not applying at all.

    if UnitDebuffID("target", 44457,"PLAYER") == nil then
    return true
    end

    spell id 44457

    anyone know why? I have added checks to all the other spells, removed all the other spells, but it still won't apply to my target.
    My Svn - https://subversion.assembla.com/svn/averykeys-svn/

    PQR - Rotation Bot
  2. #11132
    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 averykey View Post
    Having an issue, living bomb is not applying at all.

    if UnitDebuffID("target", 44457,"PLAYER") == nil then
    return true
    end

    spell id 44457

    anyone know why? I have added checks to all the other spells, removed all the other spells, but it still won't apply to my target.
    I did not verify/test but I suggest because it's a Morphed spell bro!

    PHP Code:
    if UnitDebuffID("target"44457,"PLAYER") == nil then
    CastSpellByName
    (GetSpellInfo(44457)) return true
    end 
    Don't forget to set ability to the left to 0!
    Last edited by CodeMyLife; 08-12-2013 at 10:23 PM.
    Soapbox Rotations Developer

  3. #11133
    Cikapaja's Avatar Member
    Reputation
    4
    Join Date
    Oct 2012
    Posts
    34
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone have working offsets for 17299 ? Much <3

  4. #11134
    leetspeaker's Avatar Member
    Reputation
    3
    Join Date
    Feb 2009
    Posts
    70
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    <?xml version="1.0" encoding="UTF-8"?>
    <Offsets>
    <CurrentWoWVersion>17299</CurrentWoWVersion>
    <WoWVersionOffset>0xDB7195</WoWVersionOffset>
    <PlayerName>0xFFE1C8</PlayerName>
    <PlayerClass>0xFFE345</PlayerClass>
    <GetCurrentKeyBoardFocus>0xCDEA18</GetCurrentKeyBoardFocus>
    <GameState>0xE9F6D6</GameState>
    <Lua_DoStringAddress>0x5CB85</Lua_DoStringAddress>
    <Lua_GetLocalizedTextAddress>0x4A10E2</Lua_GetLocalizedTextAddress>
    <CVarBaseMgr>0xCBF4D0</CVarBaseMgr>
    <CVarArraySize>0x400</CVarArraySize>
    <ObjMgr>0xDF16FC</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>
    working for me, at least

  5. #11135
    JUANNY's Avatar Master Sergeant
    Reputation
    21
    Join Date
    May 2013
    Posts
    136
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by leetspeaker View Post
    working for me, at least
    just tried them and it doesnt work fo me
    im using the x86 version of the ptr

  6. #11136
    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 JUANNY View Post
    just tried them and it doesnt work fo me
    im using the x86 version of the ptr
    make sure you delete wow 64bit folder out of ur wow folder

  7. #11137
    Cikapaja's Avatar Member
    Reputation
    4
    Join Date
    Oct 2012
    Posts
    34
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @leetspeaker the offset works. Thanks a lot.

  8. #11138
    vitalic's Avatar Contributor CoreCoins Purchaser
    Reputation
    182
    Join Date
    Jun 2010
    Posts
    3,527
    Thanks G/R
    8/3
    Trade Feedback
    10 (100%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by crystal_tech View Post
    Well todays my birthday and i thought i'll give you guys a little gift,

    its my prot warrior work in progress : https://github.com/crystaltech/-PQR-...ive/master.zip

    -snip-

    also created a frame that shows what mode your in (pause, aoe on or off) thats movable if you don't want it on type /pqd

    I welcome feedback and helpful suggestions.
    Happy Birthday for yesterday! Also the draggable frame is cool, I might have to have a play with that.

  9. #11139
    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)
    Guys, PQI does not work load in PTR with me, can anyone share a working PQI please?

  10. #11140
    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 crystal_tech View Post
    Well todays my birthday and i thought i'll give you guys a little gift,

    its my prot warrior work in progress : https://github.com/crystaltech/-PQR-...ive/master.zip

    some notes on it:
    its up to you to use shield barrier/block and banners

    left shift: CDs (bloodbath\dragon roar\shockwave) (it will use them on special units without holding the key down)
    left ctrl: taunt mouseover
    left alt: quick pause
    right alt: (if your in a raid instance, eg LFR, it will mark you with a star, the other tank with a circle and make him your focus) --I use a safeguard macro to provide extra damage reduction on bigger hits
    right ctrl: heroic leap
    right shift: AoE toggle
    left and right Alt: Pause toggle

    also created a frame that shows what mode your in (pause, aoe on or off) thats movable if you don't want it on type /pqd

    in order to change Modkeys at this time you'll need to change the number in the spell table.

    it will use execute if your at or above 90% hp and 50% rage but you can turn it off or change values in the table.

    I welcome feedback and helpful suggestions.
    Well mate, this is an amazing gift. I tested the rotation with my prot warrior off-tank, he will use this from now on, we both are amazed by this, the precision and feeling of this rotation is really exceptional.

    Additionally I took a look to your code and I had a serious blast. These codes are.... amazingly beautiful.

    This rotation rocks, it feels like a framelock HonorBuddy rotation. Quick, precise, spam free, simply sublime.

    I already said it I know but, crystal, you are my hero!

    Thanks again for the gift and cheers!!
    Soapbox Rotations Developer

  11. #11141
    iceymot's Avatar Member
    Reputation
    1
    Join Date
    Mar 2012
    Posts
    32
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by crystal_tech View Post
    Well todays my birthday and i thought i'll give you guys a little gift,

    its my prot warrior work in progress : https://github.com/crystaltech/-PQR-...ive/master.zip


    I welcome feedback and helpful suggestions.
    thanks for sharing.

    RunMacroText("/click "..GetMouseFocus():GetName())

    will the above line pickup any spell you have on your bar?

  12. #11142
    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 CodeMyLife View Post
    Well mate, this is an amazing gift. I tested the rotation with my prot warrior off-tank, he will use this from now on, we both are amazed by this, the precision and feeling of this rotation is really exceptional.

    Additionally I took a look to your code and I had a serious blast. These codes are.... amazingly beautiful.

    This rotation rocks, it feels like a framelock HonorBuddy rotation. Quick, precise, spam free, simply sublime.

    I already said it I know but, crystal, you are my hero!

    Thanks again for the gift and cheers!!
    Thanks glad your liking it!
    Originally Posted by iceymot View Post
    thanks for sharing.

    RunMacroText("/click "..GetMouseFocus():GetName())

    will the above line pickup any spell you have on your bar?
    yep and then some lol, anything thats clickable bag item even.

    Please if someone helped you donate rep to them.

  13. #11143
    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 Vinshom View Post
    Guys, PQI does not work load in PTR with me, can anyone share a working PQI please?
    I got it working

  14. #11144
    Sevve3's Avatar Member
    Reputation
    3
    Join Date
    Dec 2012
    Posts
    51
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Vinshom View Post
    I got it working

    Could you explain how ?

    Been getting various errors including this:

    Code:
    Message: Interface\AddOns\PQInterface\Core.lua:179: attempt to index field 'interface' (a nil value)
    Time: 08/14/13 18:34:55
    Count: 1197
    Stack: [C]: ?
    Interface\AddOns\PQInterface\Core.lua:179: in function `PQR_BotLoaded'
    [string "if PQR_BotLoaded then PQR_BotLoaded(nil, ni..."]:1: in main chunk
    [string "if PQR_Addon_Loaded == nil then..."]:1413: in function `PQR_SendEvents'
    [string "if PQR_Addon_Loaded == nil then..."]:103: in function <[string "if PQR_Addon_Loaded == nil then..."]:97>
    
    Locals:
    Left it for 2 mins and have about 12k of these. Any help at all would be appreciated.

  15. #11145
    cokx's Avatar Banned
    Reputation
    92
    Join Date
    Dec 2008
    Posts
    896
    Thanks G/R
    0/0
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    you need the
    PQR_PQI.lua
    in your data folder

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 05:17 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