PQR - Rotation Bot menu

Shout-Out

User Tag List

Page 613 of 779 FirstFirst ... 113513563609610611612613614615616617663713 ... LastLast
Results 9,181 to 9,195 of 11681
  1. #9181
    qzt's Avatar Member
    Reputation
    1
    Join Date
    Mar 2013
    Posts
    63
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Understand Thanks for the help on this Firepong +rep

    PQR - Rotation Bot
  2. #9182
    qzt's Avatar Member
    Reputation
    1
    Join Date
    Mar 2013
    Posts
    63
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Firepong just tryed the last PHP you posted and it still use both....i just copy and paste it, might the if mfCD < 1 then be on the wrong position?

  3. #9183
    Nerder's Avatar Contributor
    Reputation
    117
    Join Date
    Aug 2012
    Posts
    263
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by qzt View Post
    Firepong just tryed the last PHP you posted and it still use both....i just copy and paste it, might the if mfCD < 1 then be on the wrong position?
    try
    PHP Code:
    if xelperInterruptInit == nil then
        
    --TestComment
        xelperInterruptInit 
    true
        
    function PQR_InterruptSpell()
            
    local _playerClass UnitClass("player")
            
            if 
    playerClass == "DEATHKNIGHT" then
                local mfStart
    mfDuration GetSpellCooldown(47528)
                
    local sStartsDuration GetSpellCooldown(47476)

                if ( 
    GetSpellCooldown(47528) == and GetSpellCooldown(47476) == then --If both arent on CD then choose mind freeze
                    
    return 47528
                
    elseif ( sStart and sDuration 1.5 then --if Strangulate is on CD then choose mind freeze
                    
    return 47528
                
    elseif ( mfStart and mfDuration 1.5 then -- if mindfreeze is on cd then choose strangulate
                    
    return 47476
                end
            
    elseif playerClass == "DRUID" then
                local catForm 
    UnitBuffID("player"768)
                if 
    catForm ~= nil then
                    
    return 80965
                
    else
                    return 
    80964
                end
            
    elseif playerClass == "HUNTER" then
                
    return 34490
            
    elseif playerClass == "MAGE" then
                
    return 2139
            
    elseif playerClass == "PALADIN" then
                
    return 96231
            
    elseif playerClass == "PRIEST" then
                
    return 15487
            
    elseif playerClass == "ROGUE" then
                
    return 1766
            
    elseif playerClass == "SHAMAN" then
                
    return 57994
            
    elseif playerClass == "WARLOCK" then
                
    return 19647
            
    elseif playerClass == "WARRIOR" then
                
    return 6552
            
    else
                return 
    0
            end
        end
    end 

  4. #9184
    qzt's Avatar Member
    Reputation
    1
    Join Date
    Mar 2013
    Posts
    63
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i tryed it now, same problem. at the beginn he uses both interrupts

  5. #9185
    Nerder's Avatar Contributor
    Reputation
    117
    Join Date
    Aug 2012
    Posts
    263
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by qzt View Post
    i tryed it now, same problem. at the beginn he uses both interrupts
    Odd, I guess you could try something else.. if you really want it to not cast both.

  6. #9186
    qzt's Avatar Member
    Reputation
    1
    Join Date
    Mar 2013
    Posts
    63
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    its only at the beginn, its not that bad at all, thanks anyway

  7. #9187
    qzt's Avatar Member
    Reputation
    1
    Join Date
    Mar 2013
    Posts
    63
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nerder is possible to add into the code Blood Tap so that if Strangulate is on CD it uses blood tap to activate a death rune and use Strangulate? In my Rotation i have always 5 of 12 charges.

  8. #9188
    Nerder's Avatar Contributor
    Reputation
    117
    Join Date
    Aug 2012
    Posts
    263
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by qzt View Post
    Nerder is possible to add into the code Blood Tap so that if Strangulate is on CD it uses blood tap to activate a death rune and use Strangulate? In my Rotation i have always 5 of 12 charges.
    I got something going, let me test it out first then I'll send it to ya

    Try this out:
    Code:
    http://nerder-pqr-profiles.googlecode.com/svn/PQRotation/Profiles/INTERRUPT/DKModded_INTERRUPT_Abilities.xml
    Last edited by Nerder; 04-06-2013 at 03:13 PM.

  9. #9189
    qzt's Avatar Member
    Reputation
    1
    Join Date
    Mar 2013
    Posts
    63
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    where do i have to put this code?

  10. #9190
    Nerder's Avatar Contributor
    Reputation
    117
    Join Date
    Aug 2012
    Posts
    263
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by qzt View Post
    where do i have to put this code?
    Open "Rotation Editor",
    click "Download Profile from URL..."
    then paste that in there and click download

  11. #9191
    qzt's Avatar Member
    Reputation
    1
    Join Date
    Mar 2013
    Posts
    63
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    gonna test it now, excited like a little child lol

  12. #9192
    qzt's Avatar Member
    Reputation
    1
    Join Date
    Mar 2013
    Posts
    63
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    LOL DUDE what you just did is irreproachable,unobjectionable,perfect!! i set percentuage to interrupt at 60% and it first uses mindfreeze and then Strangulate. SO f****** awsome all i can do is going to rep ya, cheers

  13. #9193
    kutz's Avatar Member
    Reputation
    1
    Join Date
    Apr 2013
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello, first of all , very nice bot ... now I have a problem when running PQR, when i start the bot all is ok he dose dps, after 10-20 sec or so he starts running to the right side ... pretty wired , can someone tell me how to make him stop doing that? Thanks

  14. #9194
    imdasandman's Avatar Contributor
    Reputation
    206
    Join Date
    Feb 2011
    Posts
    965
    Thanks G/R
    9/4
    Trade Feedback
    7 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kutz View Post
    Hello, first of all , very nice bot ... now I have a problem when running PQR, when i start the bot all is ok he dose dps, after 10-20 sec or so he starts running to the right side ... pretty wired , can someone tell me how to make him stop doing that? Thanks
    Quickly alt tab out of the game then back in. Or if you play windowed mode click on something out side of wow than back to wow

    Sent from my SAMSUNG-SGH-I717 using Tapatalk 2
    My Frost/Unholy DK WoL ranking edits(4.3) and crystals Hunter Beta profiles-
    https://imdasandmandeathknight.googl...com/svn/trunk/
    Originally Posted by Valma View Post
    Oh sure. (: Plz,lord,rewrite my profile without "re-inventing a wheel".I'm really interested how would you do so.I even ready to eat my pants if yours will perform better in raids than mine

  15. #9195
    LazyRaider's Avatar Master Sergeant
    Reputation
    6
    Join Date
    Feb 2013
    Posts
    139
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm wondering why key presses don't come up on acton bars when pqr is being used.

    or is there a way to disable the keypress animation in wow so key presses dont show up?

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