PQR - Rotation Bot menu

Shout-Out

User Tag List

Page 563 of 779 FirstFirst ... 63463513559560561562563564565566567613663 ... LastLast
Results 8,431 to 8,445 of 11681
  1. #8431
    saga3180's Avatar Knight-Lieutenant
    Reputation
    6
    Join Date
    Sep 2011
    Posts
    240
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by averykey View Post
    If you don't log out you're fine, still playing with it on .

    edit:

    Here is paladin holy, you need to move cleanse in to the rotation to use it, hasn't been tested but should work. Kind of ready for raiding without all the special boss code.

    Download PALADIN.rar @ UppIT

    Update for ret/prot coming out soon also releasing arms/fury soon as well, ;D.

    See any problems with holy, please let me know. First healing profile, bound to have a problem.

    focus will get beaconed+SS.
    All it does is use holy light eternal flame and holy shock..

    PQR - Rotation Bot
  2. #8432
    manw's Avatar Banned
    Reputation
    8
    Join Date
    Nov 2008
    Posts
    130
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thank you, great

  3. #8433
    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)
    working for me, just tested =D

    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

  4. #8434
    Nixo's Avatar Sergeant OldSchool CoreCoins Purchaser
    Reputation
    11
    Join Date
    Mar 2013
    Posts
    65
    Thanks G/R
    0/0
    Trade Feedback
    11 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    does wow get patched just now ? i cant get PQR to work "No Bot Functionally

  5. #8435
    hbkx1's Avatar Member CoreCoins Purchaser
    Reputation
    2
    Join Date
    Dec 2008
    Posts
    131
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    go back a page, an awesome and I mean awesome member of the forums has a working offset.......THX BRO!!!!

  6. #8436
    Timekill's Avatar Master Sergeant
    Reputation
    54
    Join Date
    Dec 2012
    Posts
    78
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    new offset info

    Originally Posted by Timekill View Post
    pqr no worky went into offsets and changed the following


    CurrentWoWVersion - 16683
    GetLocalizedText = 0x4E4E70

    and pqr works yay

    btw i have no programming exp so if somethin bad happens its ur fault for listening to me
    Originally Posted by chumii View Post
    thanks for the fix!
    here is a working offset file, put it in the offsets folder

    File-Upload.net - Offsets_16683.xml

  7. #8437
    Cyxi's Avatar Member
    Reputation
    4
    Join Date
    Mar 2012
    Posts
    44
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thxs for the file

  8. #8438
    Stikz's Avatar Corporal
    Reputation
    1
    Join Date
    Apr 2012
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    That did it, thank you.

  9. #8439
    CaptnHaddock's Avatar Member
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    26
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm looking for a guy who can make me PQR profiles which works for patch 3.3.5a ( it's for private servers ofc..)
    If you can come up with any profiles which works very well am i'm going to to pay for it, and I can go up to around 100$.

  10. #8440
    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)
    Update for Hpal, added divine plea, will not waste dp procs anymore, will use ef/wog on focus, the tank, if raid is above a certain level and dp proc is almost over.
    Few health tweaks to stuff, added boss stuff, added in cleanse(wip). I need ids for stuff that shouldn't be cleansed and stuff that should be cleansed instantly, regardless of raid health.

    Uploading in a bit, going to try and get it up on my new svn. Will also release new ret and prot.

    PHP Code:
    local HoT,_,_,_,_,timer UnitCastingInfo("boss1")
    if 
    HoT == GetSpellInfo(103327) and IsLeftShiftKeyDown() == nil then
        
    if timer/1000 GetTime() < 1.3 then
            RunMacroText
    ("/click ExtraActionButton1")
        
    end    
    end

    if HaveDebuff("player",{116808,116809,106791,105925,116161}, 1.5then
        RunMacroText
    ("/click ExtraActionButton1")
    end

    if HaveBuff("player",102116,1.07then 
        CancelUnitBuff
    ("player","Magic Wings"
    end

    local objects 
    = { "Alliance Flag""Horde Flag""Netherstorm Flag""Amber Prison""Fizzy Bubble" }
    for 
    i=1,#objects do InteractUnit(objects[i]) end

    if UnitAffectingCombat("player"then
        
    if UnitAura("player""Parachute"then
            RunMacroText
    ("/cancelaura Parachute")
        
    end
    end 
    Wanted to share.

    Below is not mine

    PHP Code:
    function HaveBuff(UnitID,SpellID,TimeLeft,Filter
      if 
    not TimeLeft then TimeLeft 0 end
      
    if type(SpellID) == "number" then SpellID = { SpellID end 
      
    for i=1,#SpellID do 
        
    local spellrank GetSpellInfo(SpellID[i])
        if 
    spell then
          local buff 
    select(7,UnitBuff(UnitID,spell,rank,Filter)) 
          if 
    buff and ( buff == or buff GetTime() > TimeLeft then return true end
        end
      end
    end

    function HaveDebuff(UnitID,SpellID,TimeLeft,Filter
      if 
    not TimeLeft then TimeLeft 0 end
      
    if type(SpellID) == "number" then SpellID = { SpellID end 
      
    for i=1,#SpellID do 
        
    local spellrank GetSpellInfo(SpellID[i])
        if 
    spell then
          local debuff 
    select(7,UnitDebuff(UnitID,spell,rank,Filter)) 
          if 
    debuff and ( debuff == or debuff GetTime() > TimeLeft then return true end
        end
      end
    end 
    edit: Just a question for people who want to use the hprofile, should I add hand of purity placed on focus(tank) every time it's up?
    Last edited by averykey; 03-11-2013 at 06:00 PM.
    My Svn - https://subversion.assembla.com/svn/averykeys-svn/

  11. #8441
    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)
    Blizzard pushing patches when I am at work! Working on the offsets now.

  12. #8442
    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 Xelper View Post
    Blizzard pushing patches when I am at work! Working on the offsets now.
    PQR will not attach itself to wow now. This because of the patch? And your offsets will fix this I am hoping?

  13. #8443
    tbjornh13's Avatar Member
    Reputation
    4
    Join Date
    Jan 2013
    Posts
    19
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks Xelper!!! Quick on those offsets, that's awesome. You are really good to your community and followers!!! Keep it up!!

  14. #8444
    expunge's Avatar Knight-Lieutenant
    Reputation
    17
    Join Date
    Nov 2011
    Posts
    226
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    IF you need it now you can just read up a few posts and change the one line to make it work

  15. #8445
    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)
    Fixed wrong ids, lmao.
    My Svn - https://subversion.assembla.com/svn/averykeys-svn/

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 10:18 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