PQR - Rotation Bot menu

Shout-Out

User Tag List

Page 475 of 779 FirstFirst ... 375425471472473474475476477478479525575 ... LastLast
Results 7,111 to 7,125 of 11681
  1. #7111
    Dimonoff's Avatar Master Sergeant
    Reputation
    12
    Join Date
    May 2012
    Posts
    96
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    PHP Code:
    local SPELL 119582
    local Shuffle
    ,_,_,_,_,_,ShuffleTime UnitBuffID("player"115307)
    local HStagger UnitDebuffID("player"124273)
    local MStagger UnitDebuffID("player"124274)
    local LStagger UnitDebuffID("player"124275)

        if 
    PQR_SpellAvailable(SPELL)and PlayerCombat then
            
    if HStagger then
                CastSpellByName
    (GetSpellInfo(SPELL))
            return 
    true
        
    elseif MStagger and ShuffleTime GetTime() > 2 then
                CastSpellByName
    (GetSpellInfo(SPELL))
            return 
    true
        
    elseif  LStagger and ShuffleTime GetTime() > 8 then
                CastSpellByName
    (GetSpellInfo(SPELL))
            return 
    true
            
                end
            end 
    Why it does not work?

    If only HStagger on me it works perfectly but if MStagger or LStagger not working until manually use Blackout Kick
    Last edited by Dimonoff; 12-21-2012 at 04:15 AM.

    PQR - Rotation Bot
  2. #7112
    Valma's Avatar Contributor
    Reputation
    152
    Join Date
    Nov 2011
    Posts
    209
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by daveyboyuk View Post
    @valma nice to see you back on here , any profiles in the making
    As always - it's my ultimate warlock profile. Still have some issues with this or that boss around. And its hard for me to fix them due to lack of time for testing(very busy on work ATM).

    If you want guys - I can update svn with latest profile,but beware it may break rotation on some bosses,besides of this it works perfectly.

    Oh,and forgot to say that in this version there are no "affdots like" dot clipping.
    MEDVED+VODKA+BALALAYKA

  3. #7113
    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)
    Nice to hear from you again Valma, you were the main reason I leveled a Warlock back then ^^ What bosses are there issues with?

  4. #7114
    Valma's Avatar Contributor
    Reputation
    152
    Join Date
    Nov 2011
    Posts
    209
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ninjaderp View Post
    Nice to hear from you again Valma, you were the main reason I leveled a Warlock back then ^^ What bosses are there issues with?
    Actually something strange going on with my custom soulswap after soulburn code.For standart rotation it works perfectly no matter on what target rotation tryes to sbss(mouseover,focus,target) but when it comes to rotations where I use boss1-5 it starts to sbss constantly while I will not run out of soulshards and after soulburn is cast rotation will follow it with soulswap directly to "target" and not on unit which is triggered soulburn to be cast.(I wrote this assuming that you know philosophy of how I handle units on multidot fights)

    Actually I've seen this only on Will of the Emperor,dunno why.Because I use boss1-5 on other fights too.Maybe the problem is directly in WotE encounter.
    MEDVED+VODKA+BALALAYKA

  5. #7115
    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)
    That sucks, maybe you could ask Nilrem about it since he's pretty into affliction-profiles.

  6. #7116
    Valma's Avatar Contributor
    Reputation
    152
    Join Date
    Nov 2011
    Posts
    209
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You know that the hight benefits are only possible if you do some hard work(hard code in our example). So what I am talking about is - my MOP code became much more complicated in comparission to Cata one,so sometimes even I have problems in finding "where the **** in this 3,5k strokes of code I've implimented <paste a word> and how the **** I've named it".

    I'm not saying something offencive about anyone,but seems like I will fix it faster by myself.
    MEDVED+VODKA+BALALAYKA

  7. #7117
    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)
    I have no doubts in you mate, hope you find that. 3.5k is a lot of code to skim through...

  8. #7118
    ktsiak's Avatar Member
    Reputation
    1
    Join Date
    Dec 2011
    Posts
    27
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    does anyone happen to know any warrior pvp profile?i used pvp nova arms but yesterday for a non apparent to me reason the specific profile doesn work on targets!

  9. #7119
    deadpanstiffy's Avatar Knight-Lieutenant
    Reputation
    158
    Join Date
    Mar 2012
    Posts
    240
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have updated my Monk Mistweaver profile to support all locales (hopefully).
    Still works perfectly on enUS.

    Always looking for more feedback, so I went global.

    See signature for link to profile post.

  10. #7120
    daveyboyuk's Avatar Active Member
    Reputation
    31
    Join Date
    May 2009
    Posts
    201
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Valma View Post
    As always - it's my ultimate warlock profile. Still have some issues with this or that boss around. And its hard for me to fix them due to lack of time for testing(very busy on work ATM).

    If you want guys - I can update svn with latest profile,but beware it may break rotation on some bosses,besides of this it works perfectly.

    Oh,and forgot to say that in this version there are no "affdots like" dot clipping.
    id be happy give it a bash lock is my alt fun char so not too fussy if 1 or 2 bosses aint workin atm rep'ed allrdy cos loved cata 1 so much

  11. #7121
    Vengfull's Avatar War is Coming - Warmonger VPS & Hosting Services
    CoreCoins Purchaser
    Reputation
    782
    Join Date
    Jan 2012
    Posts
    664
    Thanks G/R
    166/80
    Trade Feedback
    8 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just thought i'd drop in and say i've been using this for about 4 months now, Will never go back to HB's CR's. This thing is insane and the community that helps drive it is amazing.

    Thanks to Xelper and all of the profile writers!

  12. #7122
    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)
    Hey Veng yeah PQR is fantastic, sometimes I do like to use HB for example healing since they also got some amazing CR's for that (tuanha, holypala. m.a.d, restodruid) but for pure dps and tanking I allways use PQR. ^^

  13. #7123
    travis2861's Avatar Contributor
    Reputation
    99
    Join Date
    Aug 2007
    Posts
    227
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I've been using PQR for over a year now almost every single day, and had the thread open in at least one tab for that entire duration seeing this program grow and flourish into what it is today is absolutely amazing, I hope that both Xelper and all the profile devs have a happy holiday season!
    Last edited by travis2861; 12-21-2012 at 10:04 PM.

  14. #7124
    joneskull's Avatar Member
    Reputation
    1
    Join Date
    Jun 2007
    Posts
    25
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Does the "Actions" part of the ability editor actually work, it does not seem as tho it uses the commands. I am using /equipslot 16 (weapon name) and it does nothing, even though the macro in game works. Anyone know why this is, or how to swap weapons using PQR? thanks!

  15. #7125
    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)
    Update for ret/prot

    https://dl.dropbox.com/u/44039495/PALADIN.rar

    double jeopardy isn't working anymore valma =/ , not sure why. Haven't changed any of the code.
    mentally, my private messaging is broken if you are trying to reach me that way, please post the code here.

    bunch of fixes to prot
    fixed a weird bug on bosses where the profile would freeze up
    added hammer of wrath to prot
    changed manual to check if in combat, face pulled a few bosses using alt. Lol
    changed execution sentence for ret, checks for ha/aw cd so you don't waste es

    edit: added xelper's amber shaper code
    Last edited by averykey; 12-22-2012 at 03:05 AM.
    My Svn - https://subversion.assembla.com/svn/averykeys-svn/

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