PQR - Rotation Bot menu

Shout-Out

User Tag List

Page 349 of 779 FirstFirst ... 249299345346347348349350351352353399449 ... LastLast
Results 5,221 to 5,235 of 11681
  1. #5221
    ironclock's Avatar Private
    Reputation
    1
    Join Date
    Apr 2012
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Does anyone knows about a balance druid profile that i can download from URL? and not a profile with .rar

    PQR - Rotation Bot
  2. #5222
    failroad's Avatar Banned
    Reputation
    76
    Join Date
    Oct 2012
    Posts
    74
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Jw why you people who write profiles write

    If something ~= nil

    If something == nil

    When

    If something

    If not something


    Does the same thing?

  3. #5223
    yaparadox's Avatar Member
    Reputation
    1
    Join Date
    Mar 2012
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    PQR dont work on Elegon
    Last edited by yaparadox; 10-21-2012 at 02:01 PM. Reason: dont work

  4. #5224
    Mpzor's Avatar Member
    Reputation
    6
    Join Date
    Feb 2012
    Posts
    71
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Xelper View Post
    Funny you mention this... I made code to handle these 3 abilities last night.
    Ability: -Special: Do Not Attack-
    NOTE: Place above all attacks in your rotation.
    Spell ID: 0
    Lua:
    Code:
    for i=1,4 do
        local bossTest = "boss"..i
        if UnitExists(bossTest) then
            local spellCheck = { 117961, 117697, 118162 }
            for _,v in ipairs(spellCheck) do
                local spellName = GetSpellInfo(v)
                local bossCasting = UnitCastingInfo(bossTest)
                local buffCheck = UnitBuffID(bossTest, v)
                
                if buffCheck then
                    RunMacroText("/stopattack")
                    RunMacroText("/stopcasting")
                    return true
                end
    
    
                if spellName == bossCasting then
                    RunMacroText("/stopattack")
                    RunMacroText("/stopcasting")
                    PQR_DelayRotation(0.5)
                    return true
                end
                
            end
        end
    end
    The PQR_DelayRotation is to ensure PQR doesn't start attacking in the VERY brief moment between when the spell goes up and when he finishes casting.
    Is it possible to add a check to see if he is stunned? Like if he is affected by a stun, then you can dps during the "Sleight of Hand" spell Would be awesome!

  5. #5225
    kickmydog's Avatar Contributor
    Reputation
    257
    Join Date
    Jul 2011
    Posts
    635
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by yaparadox View Post
    PQR dont work on Elegon?
    Funny, worked when I've killed the boss on normal and in LFR.

    Now the profile you are using may not work on Elegon, but that is something totally different.
    https://www.ownedcore.com/forums/world-of-warcraft/world-of-warcraft-bots-programs/wow-bot-maps-profiles/422388-kickmydog-bm-mm-sv-hunter-profiles.html#post2793017

  6. #5226
    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 failroad View Post
    Jw why you people who write profiles write

    If something ~= nil

    If something == nil

    When

    If something

    If not something


    Does the same thing?
    Sometimes it doesn't work. There's a few instances where you absolutely have to use "~= nill" or "== nil."

  7. #5227
    failroad's Avatar Banned
    Reputation
    76
    Join Date
    Oct 2012
    Posts
    74
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    In what instances wouldn't it work

  8. #5228
    brokeuh's Avatar Member
    Reputation
    14
    Join Date
    Mar 2007
    Posts
    45
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    is there any update for shadow priest pve profiles, cant find any working one, the one from mentally that i used all thee way in cata worked perfect <3 but the ones she made now for mop arent starting, and only version i find is last updated 6th if september

    thnx in advance
    6):

  9. #5229
    barandeniz's Avatar Member
    Reputation
    4
    Join Date
    Nov 2006
    Posts
    133
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

  10. #5230
    kingdps's Avatar Member
    Reputation
    1
    Join Date
    Dec 2011
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hey

    i am look for a code to check if one of my Raidmembers got the Maddening Shout Debuff (id 11770 from Meng the Demented (Spirit Kings) to avoid Debuffing my Raid ;D

  11. #5231
    aLorzy91's Avatar Sergeant
    Reputation
    5
    Join Date
    Jul 2012
    Posts
    35
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone know how to do Cyclone on focus?

  12. #5232
    Bottter's Avatar Sergeant
    Reputation
    1
    Join Date
    Jan 2012
    Posts
    54
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by aLorzy91 View Post
    Anyone know how to do Cyclone on focus?

    try this one

    /cast [target=focus] Cyclone

  13. #5233
    osbornx22's Avatar Sergeant
    Reputation
    14
    Join Date
    Nov 2009
    Posts
    69
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kingdps View Post
    hey

    i am look for a code to check if one of my Raidmembers got the Maddening Shout Debuff (id 11770 from Meng the Demented (Spirit Kings) to avoid Debuffing my Raid ;D
    Code:
    for i = 1, GetNumGroupMembers() do
      if UnitDebuffID("raid"..i, 117708) then
         return true
       end
    end

  14. #5234
    Jamsx1's Avatar Corporal
    Reputation
    7
    Join Date
    Oct 2011
    Posts
    27
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone have a working Moonkin profile? I searched and could not locate one

  15. #5235
    osbornx22's Avatar Sergeant
    Reputation
    14
    Join Date
    Nov 2009
    Posts
    69
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by failroad View Post
    Jw why you people who write profiles write

    If something ~= nil

    If something == nil

    When

    If something

    If not something


    Does the same thing?
    no, not the same, if something is false, but in most cases i think youre right, but for me its better to read

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 03:55 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