PQR - Rotation Bot menu

Shout-Out

User Tag List

Page 46 of 779 FirstFirst ... 42434445464748495096146546 ... LastLast
Results 676 to 690 of 11681
  1. #676
    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 mentally View Post
    Indeed it's going to be lots of fun.
    For some reason, I still can't get Mind Flay to cast on the beta through conventional means. I used to before, but, I forgot what did it. RunMacroText("/cast !Mind Flay") doesn't seem to work.

    Hmm..

    [Edit:]
    Nevermind. I made it work somehow.
    Ye, the "!" isn't needed on beta anymore. That was fixed quite a bit of patches ago.

    PQR - Rotation Bot
  2. #677
    Pumpurum's Avatar Private
    Reputation
    1
    Join Date
    Sep 2011
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @Mentally Thanks for the update. Finally it works advansed rotation (all bosses except Ultraxion).
    On Ultraxion: Begins to cast DoTs and removes their mind spike. But it was in all previous versions.
    Came the question: how to make a cast mind sear if the target "Congealing Blood" and "Regenerative Blood" (Deathwing hm)

  3. #678
    Kinky's Avatar Banned CoreCoins Purchaser
    Reputation
    481
    Join Date
    Nov 2008
    Posts
    500
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @firepong: Yeah, I figured.
    @Pumpurum: That is indeed strange. Ultraxion works fine for me? I'll look into it nontheless. What behavior are you experiencing on Ultraxion? And to answer your question, I never added Mind Sear because it's very situational, what I usualy do is to target a meele DPS/Tank/Rogue and start spamming it right away. The profile will halt trying to cast anything when you're targeting friendlies.
    Last edited by Kinky; 05-31-2012 at 06:55 PM.

  4. #679
    lawlmoto's Avatar Active Member
    Reputation
    20
    Join Date
    Feb 2008
    Posts
    122
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Finally done in Japan, attempting to catch up on what I've missed while waiting for the flight.

    Sent from my Galaxy Nexus using Tapatalk 2

  5. #680
    hbkx1's Avatar Member CoreCoins Purchaser
    Reputation
    2
    Join Date
    Dec 2008
    Posts
    131
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    With the death of the Cata expansion everyone needs to sit back and calm urselves almost all profiles are about tweaked as far as you can get them, Im excited for the work and development that will come with MoP, hopefully Im not 4 months behind in raiding in that one lol. Love all your guys work and thank you so much for making WoW fun.

  6. #681
    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)
    I know this was asked few times but till now no one gave a straight answer about a good working Rogue Sub PVP profile for BG & Arenas. I tried a lot of priority configuration on Sheuron profile (thx a lot for your great profiles) but they are not what suppose to be a good SubPVP profile. Tried also Blinded profile. The most common problem (imo) with SubPVP profiles is that they are not priorised for Recuperate, Stun and Blind. I think a lot of rogues will worship a good SubPVP profile maker.

  7. #682
    InfamousDK's Avatar Private
    Reputation
    1
    Join Date
    May 2012
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ok, so I wrote an ability that could prove very handy for Death Knights on Morchok (LFR, Norm, and Heroic). I didn't see anything like this in all the profiles I've checked out so I figured I'd share it.

    Essentially, this checks your stack count of Black Blood during the Vortex phase and pops AMS for you so you can stay on the boss.
    Tested on LFR, Norm and Heroic and using this gained me a boost of 3.2k+ Dps over running out in all 3. I might also add, that I did not receive any additional healing to survive, AMS did all the work for me.

    Code:
    local _,_,_,stackCt = UnitDebuffID("player",108570)
    
    if stackCt >= 2 then
    	return true 
    end
    Name: Whatever you perfer
    Actions: (Blank)
    Cancel Channel: True
    Recast Delay: 0
    Skip Unknown: False
    Spell ID: 48707
    Target: Target

    Hope you enjoy it!
    Last edited by InfamousDK; 06-01-2012 at 12:26 PM.

  8. #683
    rovillien's Avatar Sergeant
    Reputation
    17
    Join Date
    May 2011
    Posts
    39
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    well i use 2 sheurons for 1 vs 1 and if nuking lets say a healer or a FC i use blinded( be warned it will pop all cd's ) and the do pretty well

  9. #684
    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)
    Originally Posted by InfamousDK View Post
    Ok, so I wrote an ability that could prove very handy for Death Knights on Morchok (LFR, Norm, and Heroic). I didn't see anything like this in all the profiles I've checked out so I figured I'd share it.

    Essentially, this checks your stack count of Black Blood during the Vortex phase and pops AMS for you so you can stay on the boss.
    Tested on LFR, Norm and Heroic and using this gained me a boost of 3.2k+ Dps over running out in all 3. I might also add, that I did not receive any additional healing to survive, AMS did all the work for me.

    Code:
    local _,_,_,stackCt = UnitDebuffID("player",108570)
    
    if stackCt >= 2 then
    	return true 
    end
    Name: Whatever you perfer
    Actions: (Blank)
    Cancel Channel: True
    Recast Delay: 0
    Skip Unknown: False
    Spell ID: 48707
    Target: Target

    Hope you enjoy it!
    There is a maximum of 15 stacks, with AMS (gyphed) lasting 7 seconds.

    If AMS is used at 2 stacks, you will go immune for 7 seconds, leaving a possible of 5 or 6 stacks at the end, I would advise you to use it at >=4 that way the end stack you will only have a maximum stack of 3 or 4 coming out of the phase.

  10. #685
    yourson's Avatar Member
    Reputation
    4
    Join Date
    Feb 2012
    Posts
    149
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    New beta is available for download. 15739 build.

  11. #686
    Lexi777's Avatar Member
    Reputation
    8
    Join Date
    May 2012
    Posts
    126
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I highly agree with Lolomo. As Sheuron's and Blinded's are both DECENT, if you plan on just running some regular BGs. Although at high ranked RBGs/Arenas they don't really compete.

    There are a lot of things that need to be added/changed around for them to work in high rated situations. [ I would be willing to donate HUGE for a godlike Sub rogue profile, just throwing this out there]
    Last edited by Lexi777; 06-01-2012 at 06:51 PM.

  12. #687
    lawlmoto's Avatar Active Member
    Reputation
    20
    Join Date
    Feb 2008
    Posts
    122
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Lexi777 View Post
    I highly agree with Lolomo. As Sheuron's and Blinded's are both DECENT, if you plan on just running some regular BGs. Although at high ranked RBGs/Arenas they don't really compete.

    There are a lot of things that need to be added/changed around for them to work in high rated situations. [ I would be willing to donate HUGE for a godlike Sub rogue profile, just throwing this out there]
    At high level play you'd need to use pqr as an assistant instead of letting it do everything for you as a rogue. Just look at any top player. Requires prediction and positioning.

    Sent from my Galaxy Nexus using Tapatalk 2

  13. #688
    Lexi777's Avatar Member
    Reputation
    8
    Join Date
    May 2012
    Posts
    126
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by lawlmoto View Post
    At high level play you'd need to use pqr as an assistant instead of letting it do everything for you as a rogue. Just look at any top player. Requires prediction and positioning.

    Sent from my Galaxy Nexus using Tapatalk 2
    You're completely right, there's a lot more than just having a good rotation.

    BTW im not 85 yet on my Warlock, but has anyone tested out Cokx Lock pvp profile? Claims its really good and ive heard nothing but great things about his Pally pvp profiles so i would expect his Lock creation to be just as good.

  14. #689
    saga3180's Avatar Knight-Lieutenant
    Reputation
    6
    Join Date
    Sep 2011
    Posts
    240
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    can someone help me out how to fix this Holy light?

    local start,duration,enabled = GetSpellCooldown(20473)
    if (start+duration-GetTime()) > 1.0 and (start+duration-GetTime()) < 1.5 then return false end
    if Spell == "Holy Shock" or Spell == "Holy Light" or Spell == "Flash of Light" or Spell == "Divine Light" then return false end
    if PQR_CustomTargetHP < 96 and PQR_IsMoving(0.1) == false then
    return true
    end

    Its trying to do holy shock and holy light at the same time and wont cast any
    Sometimes it keeps getting stuck trying to cast on myself or people.
    Last edited by saga3180; 06-02-2012 at 02:06 AM.

  15. #690
    Raakz's Avatar Private
    Reputation
    1
    Join Date
    May 2012
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hi

    any hunter beta profil out now? and need beta offsets

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 06:09 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