PQR - Rotation Bot menu

Shout-Out

User Tag List

Page 620 of 779 FirstFirst ... 120520570616617618619620621622623624670720 ... LastLast
Results 9,286 to 9,300 of 11681
  1. #9286
    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 Pille0214 View Post
    new offsets, which are posted here are, crashes wow
    Test this

    PHP Code:
    <?xml version="1.0" encoding="UTF-8"?> 
    <Offsets> 
        <CurrentWoWVersion>16826</CurrentWoWVersion> 
        <WoWVersionOffset>0xC70E8F</WoWVersionOffset> 
        <PlayerName>0xEAEAA8</PlayerName> 
        <PlayerClass>0xEAEC25</PlayerClass> 
        <GetCurrentKeyBoardFocus>0xB9CEB4</GetCurrentKeyBoardFocus> 
        <GameState>0xD50F26</GameState> 
        <Lua_DoStringAddress>0x75b00</Lua_DoStringAddress> 
        <Lua_GetLocalizedTextAddress>0x4e4be0</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>
    Looking for exploiters and botters to Elder Scrolls Online.

    PQR - Rotation Bot
  2. #9287
    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 Gabbz, you're a life-saver!

  3. #9288
    Pille0214's Avatar Member
    Reputation
    1
    Join Date
    Jul 2010
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks Gabbz! this works perfect for me!

  4. #9289
    Guvnor's Avatar Master Sergeant
    Reputation
    7
    Join Date
    Feb 2013
    Posts
    94
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi All

    For people that are having trouble with the offsets this one seems to work fine on mine so i thought i would help out and post a link to it

    http://www32.zippyshare.com/v/66493645/file.html

    Enjoy All

    Guv
    Last edited by Guvnor; 04-10-2013 at 02:43 PM.

  5. #9290
    shodnorse's Avatar Private
    Reputation
    1
    Join Date
    Nov 2012
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Guvnor View Post
    Hi All

    For people that are having trouble with the offsets this one seems to work fine on mine so i thought i would help out and post a link to it

    Zippyshare.com - Offsets_16826.rar

    Enjoy All

    Guv
    Hi Guv! thx a lot! it works

  6. #9291
    CardiacCarpet's Avatar Member
    Reputation
    1
    Join Date
    Apr 2013
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How do I stop this login shit from coming up?

    Attachment 13453
    Then goes to
    Attachment 13454

  7. #9292
    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)
    Arms rotation - https://subversion.assembla.com/svn/averykeys-svn/

    Follows simcraft, not everything is done. Bloodbath, heroic leap, storm bolt, charge, skull banner not in. Will be in when I reach 90, 85 atm.
    Switches to berserker at <75 health change it in Initialize

    ctrl for single
    shift for aoe

    PHP Code:
    actions=auto_attack
    actions
    +=/blood_fury
    actions
    +=/recklessness,if=target.time_to_die<=18|((target.time_to_die>=186|(target.health.pct<20&(debuff.colossus_smash.remains>=5|cooldown.colossus_smash.remains<=1.5)))&(!talent.bloodbath.enabled|!cooldown.bloodbath.remains))
    actions+=/bloodbath,if=talent.bloodbath.enabled&(target.time_to_die<=18|buff.recklessness.up|target.time_to_die>=75)
    actions+=/avatar,if=talent.avatar.enabled&(buff.recklessness.up|target.time_to_die<=25)
    actions+=/skull_banner,if=buff.recklessness.up
    actions
    +=/berserker_rage,if=buff.enrage.down&rage<=rage.max-10
    actions
    +=/heroic_leap,if=debuff.colossus_smash.up
    actions
    +=/run_action_list,name=aoe,if=active_enemies>=2
    actions
    +=/run_action_list,name=single_target,if=active_enemies<2

    actions
    .single_target=heroic_strike,if=(debuff.colossus_smash.up&rage>=rage.max-40&target.health.pct>=20)|rage>=rage.max-15
    actions
    .single_target+=/mortal_strike
    actions
    .single_target+=/dragon_roar,if=talent.dragon_roar.enabled&talent.bloodbath.enabled&buff.bloodbath.up&debuff.colossus_smash.down&target.health.pct>=20
    actions
    .single_target+=/storm_bolt,if=talent.storm_bolt.enabled&debuff.colossus_smash.up
    actions
    .single_target+=/colossus_smash,if=debuff.colossus_smash.remains<1
    actions
    .single_target+=/execute,if=debuff.colossus_smash.up|buff.recklessness.up|rage>=rage.max-25
    actions
    .single_target+=/dragon_roar,if=talent.dragon_roar.enabled&((talent.bloodbath.enabled&buff.bloodbath.up&target.health.pct>=20)|(debuff.colossus_smash.down&target.health.pct<20))
    actions.single_target+=/slam,if=debuff.colossus_smash.up&(debuff.colossus_smash.remains<1|buff.recklessness.up)&target.health.pct>=20
    actions
    .single_target+=/overpower,if=buff.taste_for_blood.stack>=3&target.health.pct>=20
    actions
    .single_target+=/slam,if=debuff.colossus_smash.up&debuff.colossus_smash.remains<2.5&target.health.pct>=20
    actions
    .single_target+=/execute,if=buff.sudden_execute.down
    actions
    .single_target+=/overpower,if=target.health.pct>=20|buff.sudden_execute.up
    actions
    .single_target+=/slam,if=rage>=40&target.health.pct>=20
    actions
    .single_target+=/battle_shout
    actions
    .single_target+=/heroic_throw

    actions
    .aoe=sweeping_strikes
    actions
    .aoe+=/cleave,if=rage>110
    actions
    .aoe+=/mortal_strike
    actions
    .aoe+=/dragon_roar,if=talent.dragon_roar.enabled&buff.bloodbath.up
    actions
    .aoe+=/thunder_clap
    actions
    .aoe+=/colossus_smash,if=debuff.colossus_smash.remains<1
    actions
    .aoe+=/overpower
    actions
    .aoe+=/whirlwind
    actions
    .aoe+=/battle_shout,if=rage<70 
    I will make a noxxic/icy-veins rotation to. Fury will come when I reach 500 ilvl. Already working on tank.

    edit: ret 2piece is broken just to let people know. It resets your swing timer so go back to 4 piece t14 unless you have 4p t15 already.

    what features should be in the warrior profile? which rotation is the best? noxxic/simcraft/icy?

    PHP Code:
            elseif playerClass == "WARRIOR" then
                
    if PQR_SpellAvailable(6552then
                    
    return 6552
                
    elseif PQR_SpellAvailable(102060) and PQR_SpellAvailable(6552) == false then
                    
    return 102060
                
    elseif PQR_SpellAvailable(57755) and PQR_SpellAvailable(102060) == false and PQR_SpellAvailable(6552) == false then
                    
    return 57755
                end
            
    else
                return 
    0
            end 
    edit2: small update fixed freeze, forgot to check if skill was ready :P

    edit3: small update to slam, also moved stances and stuff into a new skill called -utility-, wasn't getting checked for some reason.
    was only casting when colossus was <1 or < 2.5. Thought that was silly so I changed it to, if colossus is up or <1 or 2.5
    Last edited by averykey; 04-10-2013 at 05:44 PM.
    My Svn - https://subversion.assembla.com/svn/averykeys-svn/

  8. #9293
    alexjmurphy's Avatar Member
    Reputation
    14
    Join Date
    Jun 2012
    Posts
    56
    Thanks G/R
    0/0
    Trade Feedback
    7 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ok, such a noob question...

    I downloaded a profile pack and copied each class file (both of them) into the class folder for pqr. I load up pqr and select my current toon and click on the drop down box to select that rotation i just downloaded but its blank. How do I get them to show up to use them? I copied both abilities and rotation files for each class into the pqr class folders....there were no other files besides a read me which didn't contain any info on how to actually get them to show up in the pqr.

    Any help would be much appreciated.

  9. #9294
    travis2861's Avatar Contributor
    Reputation
    99
    Join Date
    Aug 2007
    Posts
    227
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @averykey

    I'd say the simcraft rotations for the warrior profiles and the only features I think it needs would be a heroic leap key and a demo banner key, and rude interruption support <3

    Edit: Personally the keys I'd like for those abilities are middle mouse button for heroic leap and right control for demo banner, not sure how other people would feel about that though
    Last edited by travis2861; 04-10-2013 at 06:12 PM.

  10. #9295
    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)
    Thanks Avery for your contributions! +3rep

  11. #9296
    Amazoheals's Avatar Private
    Reputation
    1
    Join Date
    Dec 2012
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ok which offsets are there supposed to be to run pqr? and which specific folders, etc? i think i may be missing a key part i used zippy's link got it on there and still getting the EDIT MODE only

  12. #9297
    snopoke's Avatar Member
    Reputation
    1
    Join Date
    Nov 2011
    Posts
    22
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Does anyone know if anyone is working on a profile for PQInterface for Ele Shamans?

  13. #9298
    imdasandman's Avatar Contributor
    Reputation
    206
    Join Date
    Feb 2011
    Posts
    965
    Thanks G/R
    9/4
    Trade Feedback
    7 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Amazoheals View Post
    ok which offsets are there supposed to be to run pqr? and which specific folders, etc? i think i may be missing a key part i used zippy's link got it on there and still getting the EDIT MODE only
    Place the offset.xml in your offsets folder

    Sent from my SAMSUNG-SGH-I717 using Tapatalk 2
    My Frost/Unholy DK WoL ranking edits(4.3) and crystals Hunter Beta profiles-
    https://imdasandmandeathknight.googl...com/svn/trunk/
    Originally Posted by Valma View Post
    Oh sure. (: Plz,lord,rewrite my profile without "re-inventing a wheel".I'm really interested how would you do so.I even ready to eat my pants if yours will perform better in raids than mine

  14. #9299
    imdasandman's Avatar Contributor
    Reputation
    206
    Join Date
    Feb 2011
    Posts
    965
    Thanks G/R
    9/4
    Trade Feedback
    7 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by alexjmurphy View Post
    Ok, such a noob question...

    I downloaded a profile pack and copied each class file (both of them) into the class folder for pqr. I load up pqr and select my current toon and click on the drop down box to select that rotation i just downloaded but its blank. How do I get them to show up to use them? I copied both abilities and rotation files for each class into the pqr class folders....there were no other files besides a read me which didn't contain any info on how to actually get them to show up in the pqr.

    Any help would be much appreciated.
    Make sure the files are not compressed.
    Also some rotations require a data file which you would place in the data folder.

    Sent from my SAMSUNG-SGH-I717 using Tapatalk 2
    My Frost/Unholy DK WoL ranking edits(4.3) and crystals Hunter Beta profiles-
    https://imdasandmandeathknight.googl...com/svn/trunk/
    Originally Posted by Valma View Post
    Oh sure. (: Plz,lord,rewrite my profile without "re-inventing a wheel".I'm really interested how would you do so.I even ready to eat my pants if yours will perform better in raids than mine

  15. #9300
    dklcfr's Avatar Master Sergeant
    Reputation
    26
    Join Date
    Aug 2010
    Posts
    127
    Thanks G/R
    3/4
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by cukiemunster View Post
    Can Xelper's Interrupt rotation be used to interrupt for PVE? Horridon's adds to be specific. I have tried using it, and can't for the life of me get it to work. I have heard ppl say you need to set it to interrupt all, but idk where that option is, or if it even applies to PVE.
    Yes it can be, the interrupt all setting can be found on the settings page for PQR itself.

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