PQR - Rotation Bot menu

Shout-Out

User Tag List

Page 225 of 779 FirstFirst ... 125175221222223224225226227228229275325725 ... LastLast
Results 3,361 to 3,375 of 11681
  1. #3361
    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)
    Watch it on Holy Pally's. talk is already going around on the forums that their DMG output is getting nerfed.

    PQR - Rotation Bot
  2. #3362
    kuukuu's Avatar Contributor
    Reputation
    269
    Join Date
    Jul 2012
    Posts
    619
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by firepong View Post
    Watch it on Holy Pally's. talk is already going around on the forums that their DMG output is getting nerfed.
    Of course.... why would Blizz let us have Shockadins again. They're only loads of fun to play and all.... /grumble.

  3. #3363
    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)
    Originally Posted by kuukuu View Post
    Of course.... why would Blizz let us have Shockadins again. They're only loads of fun to play and all.... /grumble.
    I'm glad. I hate getting hit with 50k fuggin holy shocks and them not dying because they have every fuggin thing else to keep them alive

  4. #3364
    OnionsTich's Avatar Banned
    Reputation
    0
    Join Date
    Jul 2012
    Posts
    137
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Looking for a Resto shammy that uses PQR. Trying to recruit to our core 10 man! Inbox me with contact info. (Not in game info) Prefer Skype.

  5. #3365
    js1974's Avatar Member
    Reputation
    27
    Join Date
    Jan 2008
    Posts
    199
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by vorn10 View Post
    UPDATED Elemental Shaman
    changes:
    - left ALT pause
    - not canceling Fire Elemental Totem
    - added Thunderstorm (will be used only if glyphed)
    Info:
    Left Shift - light AoE (FS, magma totem(if in range <8y), ES(7 stacks),chain lightning
    Left Control - heavy AoE (FS, magma totem, earthquake, ES(7stacks), thunderstorm(glyphed), chain lightinig

    Please post what to add/change.
    I cant check how much can push, dont have elemental gear.
    Check if Thunderstorm working cuz glyph is expensive ;p (i was checking with inscribed "deluge" and was working for its IDs so should work if u got correct glyph).
    Thunderstorm shouldn't be used in a rotation depends on the fight of course but can't think of anytime I would use it in a rotation always used it for something.

  6. #3366
    js1974's Avatar Member
    Reputation
    27
    Join Date
    Jan 2008
    Posts
    199
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by cukiemunster View Post
    Before updating my profiles, I had a code to only use my engineer trinkets if i was in melee range of whatever I am currently targeting, and apparently I lost it during the updates. Does anyone have any idea how I could do this again? I currently have this code, but it uses it willy nilly, regardless of where I am, and wastes the CD most of the time. Thanks in advance =]

    Code:
    local _,trinketcd,trinkethasuse = GetInventoryItemCooldown("player",10)
    
    if trinketcd == 0 and trinkethasuse == 1 and not UnitChannelInfo("player") 
    then UseInventoryItem(10) return true end
    I use
    Code:
    -- Check Trinket Cooldown info
    local _, Cooldown, Ready = GetInventoryItemCooldown("player",10)
    
    
    -- Check Cooldown and Combat status
    if Cooldown == 0 and
       Ready == 1 and
       UnitChannelInfo("player") == nil and
       UnitAffectingCombat("player") ~= nil
    then
    
    
      UseInventoryItem(10) 
      return true
    
    
    end

  7. #3367
    cukiemunster's Avatar Contributor
    Reputation
    132
    Join Date
    Dec 2009
    Posts
    1,129
    Thanks G/R
    1/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by js1974 View Post
    I use
    Code:
    -- Check Trinket Cooldown info
    local _, Cooldown, Ready = GetInventoryItemCooldown("player",10)
    
    
    -- Check Cooldown and Combat status
    if Cooldown == 0 and
       Ready == 1 and
       UnitChannelInfo("player") == nil and
       UnitAffectingCombat("player") ~= nil
    then
    
    
      UseInventoryItem(10) 
      return true
    
    
    end
    This has a melee distance check in it? I am still very much a novice when it comes to coding, but I don't see it. I will give this a whirl though =]

  8. #3368
    Kathern457's Avatar Private
    Reputation
    1
    Join Date
    Sep 2012
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I guessed that, but wonder if have something to do wth people getting execution errors with some addons or error comes from another source.
    Last edited by Kathern457; 09-03-2012 at 02:09 AM.

  9. #3369
    endersblade's Avatar Member
    Reputation
    1
    Join Date
    May 2009
    Posts
    52
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Having an issue with the Nova Holy profile. It spams my chat window with:

    <PQR ALERT> Custom Table is empty! Loading Paladin Tables ....

    And doesn't stop. This is the only profile it does this with. I've updated the .lua file, as well as the profiles, I've restarted PQR as well as WoW AND Windows. All my other profiles work so far. Does it have to do with the fact I'm using this on a mid-70s pally?

  10. #3370
    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 endersblade View Post
    Having an issue with the Nova Holy profile. It spams my chat window with:

    <PQR ALERT> Custom Table is empty! Loading Paladin Tables ....

    And doesn't stop. This is the only profile it does this with. I've updated the .lua file, as well as the profiles, I've restarted PQR as well as WoW AND Windows. All my other profiles work so far. Does it have to do with the fact I'm using this on a mid-70s pally?
    Just redownload the profile and Data file again. He updated alot over the weekend. I was having the same problem, all fixed now.

  11. #3371
    endersblade's Avatar Member
    Reputation
    1
    Join Date
    May 2009
    Posts
    52
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by FrostDKsFTW View Post
    Just redownload the profile and Data file again. He updated alot over the weekend. I was having the same problem, all fixed now.
    As I said in the post, I've already done that. I used both the link here as well as downloading it through PQR.

  12. #3372
    OnionsTich's Avatar Banned
    Reputation
    0
    Join Date
    Jul 2012
    Posts
    137
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Looking for a Resto shammy that uses PQR. Trying to recruit to our core 10 man! Inbox me with contact info. (Not in game info) Prefer Skype.

  13. #3373
    OnionsTich's Avatar Banned
    Reputation
    0
    Join Date
    Jul 2012
    Posts
    137
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    omg valmas on?!?! when id your lock profiles gonna work?! they was amazzzing

  14. #3374
    paveley's Avatar Member
    Reputation
    4
    Join Date
    May 2010
    Posts
    85
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by PureLife View Post
    Hey vorn, your shaman resto profile still locks up sometimes, I'm not sure what caused it, but usually when the whole grp is taking huge dmg, it locks up
    Try and delete healing stream totem from the rotation, that fixed it for me.

  15. #3375
    MEGADRON's Avatar Private
    Reputation
    1
    Join Date
    Feb 2012
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Firepong you couldn't help me? any body?
    It is necessary to alter FireKittehDRUID22 under PVP!
    Namely: it is necessary that (Faerie Fire ID:770) used after (Rip ID:1079)
    not yet debuff or Rip, dont use Faerie Fire.

    And use (Healing Touch ID:5185) if hp is lower 40% if is buff (Predatory Swiftness ID:69369)
    Thanks!

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