PQR - Rotation Bot menu

User Tag List

Page 355 of 779 FirstFirst ... 255305351352353354355356357358359405455 ... LastLast
Results 5,311 to 5,325 of 11681
  1. #5311
    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 Tabeas View Post
    With your windwalker pve rotation, sometimes when I switch target, it just stops working all together. I can't attack anything at all even manually. Tried turning on and off and even /reload. Only starts to work again when I reset combat.

    Not sure how to fix?

    EDIT: Not even switching target. Was just in a fight and suddenly it just stopped working.

    2nd EDIT: Seems it is only on boss fights?
    The profile lock because a known bug caused when function CastSpellByID is used on some spells.

    Sorry, but the profile was made on a premade level 85 monk and cant test it anymore, didnt level up any monk. You can find other monk profiles on this thread.

    BTW: If you run the script you see on that post the spell you see on green is the one who locks your interface.
    Last edited by sheuron; 10-24-2012 at 06:01 PM.
    [ 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]

    PQR - Rotation Bot
  2. #5312
    Ronnotter's Avatar Sergeant
    Reputation
    5
    Join Date
    Aug 2012
    Posts
    39
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can Anyone help me code in soul reaper in nova's blood dk profile?

  3. #5313
    Sovietbobcat's Avatar Corporal
    Reputation
    1
    Join Date
    May 2012
    Posts
    29
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kickmydog View Post
    update to the latest version, this should have been fixed about 13 revisions ago
    You are right I should of put on more details..

    I was using v15 and changed it to v16 and it is still there.

    Also that is with Mods and with no Mods enabled.
    Switches to Fox for Cobra shot, but goes back to Hawk for Arcane it seems at a guess.
    Last edited by Sovietbobcat; 10-24-2012 at 07:54 PM. Reason: Mod test.

  4. #5314
    sgdevoid's Avatar Sergeant
    Reputation
    2
    Join Date
    Jan 2012
    Posts
    34
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This may have been answered, but can you use PQR on the public test realm? Tried to "download offsets" but had no luck. Tried searching too, didn't find anything.

  5. #5315
    Phishstick's Avatar Member
    Reputation
    1
    Join Date
    Dec 2011
    Posts
    96
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can anyone help me to add Evocation to the SM rotation to keep up invorkers energy kinda poked around and picked up a piece of code from last page but all it does is cast evo and stand there

    if UnitAffectingCombat("player") then

    if not UnitBuffID("player", "116257") then return true end


    if select(7,UnitBuffID("player",12051)) < 6 then return true end


    end


    Edit* i am a total noob

  6. #5316
    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)
    How do I get the time of trinket13 or trinket14? I tried using getTime but I must be doing it wrong.
    My double jeopardy code is below, can someone tell me why it only attacks focus even though I have the glyph?
    Am I checking glyph's wrong?

    edit2:
    This is what I have now.

    PHP Code:
    local doubleJeopardy = { 410925703054922121027 }
    for 
    i=1,#doubleJeopardy do
        
    if HaveGlyph(ithen 
    It doesn't seem to work so I tried to change it to this

    PHP Code:
    local doubleJeopardy = { 410925703054922121027 }
    for 
    i=1,#doubleJeopardy do
        
    if HaveGlyph(doubleJeopardy[i]) then 
    Still doesn't work but my flag pickup works this way?

    PHP Code:
    -- Pvp Flag
    local flag 
    = { "Alliance Flag""Horde Flag""Netherstorm Flag" }
    for 
    i=1,#flag do InteractUnit(flag[i]) end 
    edit:

    Some updates for people.

    PHP Code:
    -- Exorcism
    local massExorcism 
    = { 8310712203012202885703 }
    if 
    UnitBuffID("player"87138) and UnitPower("player"9) < or UnitPower("player"9) < 5 then
        
    for i=1,#massExorcism do
            
    if HaveGlyph(ithen
                
    if RangeCheck(85256"target"then
                    CastSpellByName
    (GetSpellInfo(122028), "target")
                
    end
            
    elseif not HaveGlyph(ithen
                
    if RangeCheck(879"target"then
                    CastSpellByName
    (GetSpellInfo(879), "target")
                
    end
            end
        end
    end 

    PHP Code:
    -- Double Jeporady
    if switchedTargets == nil then switchedTargets false end

    -- Judgment
    local doubleJeopardy 
    = { 410925703054922121027 }
    for 
    i=1,#doubleJeopardy do
        
    if HaveGlyph(ithen
            
    if UnitExists("focus") and RangeCheck(20271"focus") and switchedTargets == false then
                CastSpellByName
    (GetSpellInfo(20271), "focus")
                
    switchedTargets true
            
    elseif UnitExists("target") and RangeCheck(20271"target") and switchedTargets == true then
                CastSpellByName
    (GetSpellInfo(20271), "target")      
                
    switchedTargets false
            end
        
    elseif not HaveGlyph(ithen
            
    if UnitExists("focus") and RangeCheck(20271"focus"then
                CastSpellByName
    (GetSpellInfo(20271), "focus")
            elseif 
    UnitExists("target") and RangeCheck(20271"target"then
                CastSpellByName
    (GetSpellInfo(20271), "target")      
            
    end
        end
    end 
    PHP Code:
    if IsPlayerSpell(20925then

    local csSTART
    csDURATION GetSpellCooldown(35395)
    local jSTARTjDURATION GetSpellCooldown(20271)
    local exoSTARTexoDURATION GetSpellCooldown(879)
    local howSTARThowDURATION GetSpellCooldown(24275)
    local esSTARTesDURATION GetSpellCooldown(114157)
    local lhSTARTlhDURATION GetSpellCooldown(114158)
    local hpSTARThpDURATION GetSpellCooldown(114165)

    -- 
    GCD Check
    if csSTART GetTime() + csDURATION and csSTART GetTime() + csDURATION 
    or jSTART GetTime() + jDURATION and jSTART GetTime() + jDURATION 
    or exoSTART GetTime() + exoDURATION and exoSTART GetTime() + exoDURATION 
    or howSTART GetTime() + howDURATION and howSTART GetTime() + howDURATION 
    or esSTART GetTime() + esDURATION and esSTART GetTime() + esDURATION 
    or lhSTART GetTime() + lhDURATION and lhSTART GetTime() + lhDURATION 
    or hpSTART GetTime() + hpDURATION and hpSTART GetTime() + hpDURATION 
    or UnitBuffID("player"87138
    or 
    UnitPower("player"9) >= 3
    or PQR_SpellAvailable(35395)
    or 
    PQR_SpellAvailable(20271)
    or 
    PQR_SpellAvailable(879)
    or 
    PQR_SpellAvailable(24275)
    or 
    PQR_SpellAvailable(114157)
    or 
    PQR_SpellAvailable(114165)
    or 
    PQR_SpellAvailable(114158)
    then return false else CastSpellByName(GetSpellInfo(20925), "player"end end 
    PHP Code:
    local PlayerHP 100 UnitHealth("player") / UnitHealthMax("player")
    local selflessHealer select(4UnitAura("player""Selfless Healer"))

    -- 
    Lay on Hands
    if PlayerHP <= 20 and PQR_SpellAvailable(633then
        CastSpellByName
    (GetSpellInfo(633), "player")
    -- 
    Healthstone
    elseif PlayerHP <= 20 and not PQR_SpellAvailable(633) and select(3,GetItemCooldown(5512)) == 1 then 
        UseItemByName
    (5512)
    elseif 
    not IsInInstance() or IsInInstance() and select(2GetInstanceInfo()) ~= "party" and select(2GetInstanceInfo()) ~= "raid" then
    -- Flash of Light
        
    if PlayerHP <= 50 and selflessHealer == 3 then
            CastSpellByName
    (GetSpellInfo(19750), "player")
    -- 
    Word of Glory 
        
    elseif PlayerHP <= 65 and ( UnitPower("player"9) >= or UnitBuffID("player"90174) ) then
            CastSpellByName
    (GetSpellInfo(85673), "player")
        
    end
    end 
    PHP Code:
    --No Seal 
    if singleMode == nil and aoeMode == nil and GetShapeshiftForm("player") == 0 then CastShapeshiftForm(1end

    --Seal Switching
    local PlayerHP 
    100 UnitHealth("player") / UnitHealthMax("player")
    if 
    not UnitIsDeadOrGhost("player"then
        
    if IsInInstance() and (select(2GetInstanceInfo()) == "party" or select(2GetInstanceInfo()) == "raid"then
            
    if (singleMode == false or singleMode == true or aoeMode == true) and GetShapeshiftForm("player") ~= 1 then 
                CastShapeshiftForm
    (1)
            elseif 
    aoeMode == false and GetShapeshiftForm("player") ~= 2 then 
                CastShapeshiftForm
    (2)
            
    end        
        
    elseif not IsInInstance() or IsInInstance() and (select(2GetInstanceInfo()) == "pvp" or select(2GetInstanceInfo()) == "arena"then
            
    if PlayerHP <= 40 and GetShapeshiftForm("player") ~= 4 then
                CastShapeShiftForm
    (4)
            elseif (
    singleMode == false or singleMode == true or aoeMode == true) and GetShapeshiftForm("player") ~= and PlayerHP 40 then 
                CastShapeshiftForm
    (1)
            elseif 
    aoeMode == false and GetShapeshiftForm("player") ~= and PlayerHP 40 then 
                CastShapeshiftForm
    (2)
            
    end        
        end
    end 
    PHP Code:
    function RangeCheck(spellidt)
        if 
    IsSpellInRange(GetSpellInfo(spellid), t) == 1 then
            
    return true
        end  
        
    return false
    end

    function HaveGlyph(id)
        for 
    1GetNumGlyphSockets() do
            if 
    select(4GetGlyphSocketInfo(i)) == id then return true end
        end
        
    return false
    end 
    Last edited by averykey; 10-25-2012 at 01:55 AM.
    My Svn - https://subversion.assembla.com/svn/averykeys-svn/

  7. #5317
    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)
    Originally Posted by Sovietbobcat View Post
    You are right I should of put on more details..

    I was using v15 and changed it to v16 and it is still there.

    Also that is with Mods and with no Mods enabled.
    Switches to Fox for Cobra shot, but goes back to Hawk for Arcane it seems at a guess.
    It will be gone soon enough

  8. #5318
    chumii's Avatar Master Sergeant
    Reputation
    7
    Join Date
    Aug 2011
    Posts
    104
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Has there been any major update which makes some profiles doesnt work anymore? a few of my profiles like prot warrior still work, but then beastmaster or failroads warrior profile dont.. pqr loads like always, it says "...profile loaded" ingame when i hit my hotkeys, but all my toon does is autoattacking...

  9. #5319
    Edsaxe's Avatar Member
    Reputation
    2
    Join Date
    Sep 2011
    Posts
    91
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone got a holy prism code for holy I can add to Sheepmoon or Bubba's?

  10. #5320
    baynhamk's Avatar Private
    Reputation
    1
    Join Date
    Oct 2012
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Could someone recommend a really good holy paladin PVP profile.

  11. #5321
    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)
    avery you could use dominiums ret pvp profile for flag return code..

  12. #5322
    lolomo2003's Avatar Active Member
    Reputation
    49
    Join Date
    Apr 2012
    Posts
    102
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @Sheuron

    Hello m8,
    Do you plan to upgrade your old 4.3 profiles for 5.0.5 (Raid) ? All your profiles were great in 4.3 (thx a lot for this) but now I think they are optimized for levling. I know you have a lot of profiles, and no time and also a real life but just let us know for a potential upgrade.

    Thx in advance.

  13. #5323
    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 lolomo2003 View Post
    @Sheuron

    Hello m8,
    Do you plan to upgrade your old 4.3 profiles for 5.0.5 (Raid) ? All your profiles were great in 4.3 (thx a lot for this) but now I think they are optimized for levling. I know you have a lot of profiles, and no time and also a real life but just let us know for a potential upgrade.

    Thx in advance.
    No, im playing only as warrior and few times a week. All those daily quest ruined my gameplay, im losing interest in the game.
    [ 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]

  14. #5324
    lolomo2003's Avatar Active Member
    Reputation
    49
    Join Date
    Apr 2012
    Posts
    102
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ahh I understand you very well about daily's . Thx anyway for all great work so far.. so I will start to be more friendly with my Prot War (I ignored him since Cata come out ) just leveled at 90 and stop there.

  15. #5325
    TheBolivianGuy's Avatar Corporal
    Reputation
    17
    Join Date
    Apr 2012
    Posts
    33
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Edsaxe View Post
    Anyone got a holy prism code for holy I can add to Sheepmoon or Bubba's?
    I used the Word of Glory from SM's holy profile to add Holy Prism in and it seems to work. (with SM's Holy Profile that is dunno about others)
    In the Ability Editor just Copy Word of Glory, rename it to Holy Prism and Replace the Spell ID from 85673 to 114165
    PHP Code:
    if members[1].HP 90
    then
      PQR_CustomTarget 
    members[1].Unit
      
    return true
    end 
    Hopefully it'll work for you guys as well!
    Last edited by TheBolivianGuy; 10-25-2012 at 10:26 AM.

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:24 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