PQR - Rotation Bot menu

Shout-Out

User Tag List

Page 137 of 779 FirstFirst ... 3787133134135136137138139140141187237637 ... LastLast
Results 2,041 to 2,055 of 11681
  1. #2041
    maleth's Avatar Banned
    Reputation
    8
    Join Date
    Feb 2012
    Posts
    131
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You can't grant levels to a Monk or a Pandaren on release. Blizzard statement was published on mmo-champion the other day. Sorry.

    PQR - Rotation Bot
  2. #2042
    FrostDKsFTW's Avatar Sergeant Major
    Reputation
    20
    Join Date
    Nov 2011
    Posts
    169
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by maleth View Post
    You can't grant levels to a Monk or a Pandaren on release. Blizzard statement was published on mmo-champion the other day. Sorry.
    As far as I know you won't be able to use a Scroll of Resurrection to jump them straight to 80 but Recruit-a-Friend will still work.

  3. #2043
    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)
    Mists of Pandaria beta offsets are now up. You must run PQRUpdater.exe to update to the latest version of PQR or the PQR UnitInfo (Behind target, etc) functions will not work.

    You should be on PQR v2.1.7.

  4. #2044
    yourson's Avatar Member
    Reputation
    4
    Join Date
    Feb 2012
    Posts
    149
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Xelper View Post
    Mists of Pandaria beta offsets are now up. You must run PQRUpdater.exe to update to the latest version of PQR or the PQR UnitInfo (Behind target, etc) functions will not work.

    You should be on PQR v2.1.7.
    Thanks for update.

  5. #2045
    sheuron's Avatar Knight-Champion
    Reputation
    319
    Join Date
    Aug 2011
    Posts
    504
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by frii View Post
    sheuron
    how can i do the same file and what should i do with it?i mena where to put and etc.
    data -> data
    profiles -> profiles
    [ Sheuron PQR Profiles Pack ] https://goo.gl/lfAMC
    If you like this piece of code feel free to invite me a beer making a donation.
    My paypal account: [email protected]

  6. #2046
    buntcake72's Avatar Banned
    Reputation
    1
    Join Date
    Feb 2010
    Posts
    57
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    FYI current speculation is the pre-release patch is hitting in about two weeks so at least that gives the profile developers time to rework the profiles on the live servers. Good luck everyone! Especially to my hunter/DK writers!

  7. #2047
    apkada's Avatar Member
    Reputation
    1
    Join Date
    Feb 2008
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    local levelCheck = UnitLevel("target")

    if levelCheck == -1 then
    --boss level is -1... do not cast this on a boss.
    return false
    end

    if UnitName("target") ~= nil then
    bHoF = UnitBuffID("target", 1044) --Hand of Freedom
    if bHoF == nil then
    bHoF = UnitBuffID("target", 53271) --Master's Call
    end
    bSlow = UnitDebuffID("target", 1715) --Hamstring
    if bSlow == nil then
    bSlow = UnitDebuffID("target", 45524) --Chains of Ice
    end
    if bSlow == nil then
    bSlow = UnitDebuffID("target", 16979) --Feral Charge
    end
    if bSlow == nil then
    bSlow = UnitDebuffID("target", 2974) --Wing Clip
    end
    if bSlow == nil then
    bSlow = UnitDebuffID("target", 13809) --Frost Trap...
    end
    if bSlow == nil then
    bSlow = UnitDebuffID("target", 5116) --Conc Shot
    end
    if bSlow == nil then
    bSlow = UnitDebuffID("target", 116) --Frostbolt
    end
    if bSlow == nil then
    bSlow = UnitDebuffID("target", 120) --Cone of Cold
    end
    if bSlow == nil then
    bSlow = UnitDebuffID("target", 11113) --Blast Wave
    end
    if bSlow == nil then
    bSlow = UnitDebuffID("target", 31589) --Slow
    end
    if bSlow == nil then
    bSlow = UnitDebuffID("target", 15407) --Mind Flay
    end
    if bSlow == nil then
    bSlow = UnitDebuffID("target", 340 --Crippling Poison
    end
    if bSlow == nil then
    bSlow = UnitDebuffID("target", 26679) --Deadly Throw
    end
    if bSlow == nil then
    bSlow = UnitDebuffID("target", 8056) --Frost Shock
    end
    if bSlow == nil then
    bSlow = UnitDebuffID("target", 3600) --Earthbind
    end
    if bSlow == nil then
    bSlow = UnitDebuffID("target", 18223) --Curse of Exhaustion
    end
    if bSlow == nil then
    bSlow = UnitDebuffID("target", 12323) --Piercing Howl
    end
    if bSlow == nil then
    bSlow = UnitDebuffID("target", 45524) --Chains of Ice
    end
    if bSlow == nil then
    bSlow = UnitDebuffID("target", 68766) --Desecration
    end
    if bSlow == nil then
    bSlow = UnitDebuffID("target", 50435) --Chilblains
    end
    if bHoF == nil and bSlow == nil then
    return true
    end
    end
    Hello help please: I add this script to Concussive Shot (id 5116) can be used for the nearest to my goal of 5-40 meters, taking into account the distance is not well done it is not in focus and not in the target when clicking leftcontrol (eg / console targetNearestDistance ?? range??
    / targetenemy
    / cast Concussive Shot
    / targetlasttarget), if it does not happen then a mouseover for earlier Thank you!
    Last edited by apkada; 08-11-2012 at 10:12 AM.

  8. #2048
    apkada's Avatar Member
    Reputation
    1
    Join Date
    Feb 2008
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    oh yeah I almost forgot + to that more can be done Wing Clip if distance is 5 meters + more checks that you're not standing behind

  9. #2049
    garoboldy's Avatar Contributor
    Reputation
    123
    Join Date
    Aug 2007
    Posts
    407
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This REALLY needs a central Repo for profiles. accessible from the program directly. Would make this much smoother when dealing with multiple profiles and updates to them.

    The wiki is a waste currently as its not updated properly, and having an svn for each developer is too much trouble to keep up with especially with new profiles being created.

    This could just be my issue and needing to have everything I do neatly organized lol.

  10. #2050
    sheuron's Avatar Knight-Champion
    Reputation
    319
    Join Date
    Aug 2011
    Posts
    504
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Updated WARRIOR PROTECTION profile for mist of pandaria, download at first post on this thread.

    Also done a function that allow to use keys as switches
    Code:
    function ModSwitch(key,var,op1,op2)
      if key and not GetCurrentKeyBoardFocus() and ( not _G[var.."k"] or GetTime() - _G[var.."k"] > 0.3 ) then
        _G[var.."k"] = GetTime()
        if _G[var] then _G[var] = false print(op1) else _G[var] = true print(op2) end
      end
    end
    Example: (this switch can be used inside some AOE spells to use only when variable is set)
    ModSwitch(IsRightControlKeyDown(),"canAOE","Single target","Area of Effect")
    if canAOE then return true end

    Example: (this switch can be use on specific spell you want to disable)
    ModSwitch(IsRightShiftKeyDown(),"dontUseThis","Use this spell","Dont use this spell")
    if not dontUseThis then return true end
    [ Sheuron PQR Profiles Pack ] https://goo.gl/lfAMC
    If you like this piece of code feel free to invite me a beer making a donation.
    My paypal account: [email protected]

  11. #2051
    passionford's Avatar Member
    Reputation
    5
    Join Date
    Apr 2009
    Posts
    51
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Dominium View Post
    @Passionford

    Just start up as many PQRs as you need. If you have a healer character remember not to target your characters on him cause he will end up healing only the target
    Originally Posted by Omaha303 View Post
    The way I do it, suggested by iliekcoffee (who dualbox) is to have as many PQR instances as toons you are using. The most I've done is multibox three toons, and works perfectly.
    Thank you both, I didn't think of just starting another PQR :P

  12. #2052
    sheuron's Avatar Knight-Champion
    Reputation
    319
    Join Date
    Aug 2011
    Posts
    504
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    [ Sheuron PQR Profiles Pack ] https://goo.gl/lfAMC
    If you like this piece of code feel free to invite me a beer making a donation.
    My paypal account: [email protected]

  13. #2053
    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)
    Sheuron is keeping busy, I like! Give the man some +rep!

  14. #2054
    firepong's Avatar Elite User
    Reputation
    384
    Join Date
    Jan 2008
    Posts
    955
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    HonorBuddy + PQRotation Warrior Leveling Profile updated to 0.2.2. Minor fix for charge problem as well as maybe a few more errors. Still haven't ironed out the error from my UnitFlying Code as of yet. It still works, but still shits out a error nil when both target and player math == 0.

    P.S. The charge problem was when it was still trying to charge after the CD fell off. When you charge, it charges to right at the edge of melee range, which is usually somewhere around 5 yards. If your anywhere within that range, it still wanted to use charge, which was freezing the rotation with Unit To Close error. This is mainly what was fixed.

  15. #2055
    buntcake72's Avatar Banned
    Reputation
    1
    Join Date
    Feb 2010
    Posts
    57
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by garoboldy View Post
    This REALLY needs a central Repo for profiles. accessible from the program directly. Would make this much smoother when dealing with multiple profiles and updates to them.

    The wiki is a waste currently as its not updated properly, and having an svn for each developer is too much trouble to keep up with especially with new profiles being created.

    This could just be my issue and needing to have everything I do neatly organized lol.
    Completely agree, the search function on this site isn't very good and when people ask for profiles who have tried to find them get blasted it helps no one.

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 11:12 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