PQR - Rotation Bot menu

Shout-Out

User Tag List

Page 350 of 779 FirstFirst ... 250300346347348349350351352353354400450 ... LastLast
Results 5,236 to 5,250 of 11681
  1. #5236
    Deathsmind's Avatar Member
    Reputation
    2
    Join Date
    Oct 2012
    Posts
    100
    Thanks G/R
    0/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kickmydog View Post
    Funny, worked when I've killed the boss on normal and in LFR.

    I actually had it ****ing up on me as well. Im a tank and lets just say that didnt go to well.

    PQR - Rotation Bot
  2. #5237
    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 Deathsmind View Post
    I actually had it ****ing up on me as well. Im a tank and lets just say that didnt go to well.
    Have you got interrupt all checked? Or if you don't have you entered the name of the ability to interrupt?
    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

  3. #5238
    neoblack's Avatar Member
    Reputation
    1
    Join Date
    Apr 2007
    Posts
    31
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Deathsmind View Post
    I actually had it ****ing up on me as well. Im a tank and lets just say that didnt go to well.
    just saying it messed up dose not help alot as kick said it isnt pqr it was most likely the script ur using post wut one helps alot and ya i have tanked it as prot pally in reg and lfr and mine worked fine

  4. #5239
    Deathsmind's Avatar Member
    Reputation
    2
    Join Date
    Oct 2012
    Posts
    100
    Thanks G/R
    0/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Im using Nudex prot pally profile. I took out execution and added Holy prism. I then changed back to execution and moved execution higher on the rotation and profile abilities list and it barely did anything. It attacked a couple times and that was it. Im not sure if me moving execution up the list did it or what. If there is something else you want me to post to get more information let me know. Im new to the program and im not the brightest with it. I was mostly just telling the other guy that i had the same problem. I had it working on trash tonight with holy prism. Changed it back to execution, on pqr and my talents and thats when i got problems. Not sure if it was a Elegon problem, just a weird coincidence that someone else had the same problem.

  5. #5240
    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)
    i have the same problem with my warrior dps and tank profile it fails to work on elegon it only pops my shouts and thats it
    6):

  6. #5241
    Yohaiw's Avatar Member
    Reputation
    1
    Join Date
    Aug 2012
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi just downloaded it.
    how i load a profile that i see here in one of the comments?
    for exaple the mage one,
    http://www.ownedcore.com/forums/worl...ml#post2124618 ([BETA] PQRotation - an automated ability priority queue.)
    thank you

  7. #5242
    nilrem2004's Avatar Contributor
    Reputation
    163
    Join Date
    Mar 2009
    Posts
    810
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Does anyone have an idea why this casts Soulburn and doesn't wanna cast SoulSwap on mouseover unless I move mouse off the target and then back on or move it on another target?


    Code:
    local LAgony = select(7, UnitDebuffID("mouseover", 980, "player"))
    local LCorruption = select(7, UnitDebuffID("mouseover", 172, "player"))
    local LUA = select(7, UnitDebuffID("mouseover", 30108, "player"))
    local start, duration, enabled = GetSpellCooldown("Soul Swap")
    local Soulburn = UnitBuffID("player", 74434)
    
    if IsLeftShiftKeyDown() and UnitExists("mouseover") and UnitCanAttack("player", "mouseover") and duration == 0 and SpellCheck(86121, "mouseover") then
        if not LAgony or not LCorruption or not LUA then
                if Soulshards >= 1 and not Soulburn then
                    CastSpellByName((GetSpellInfo(74434)))
                end
                if Soulburn then
                    return true
                end
        end
    end
    Skip Unknown: True
    Recast Delay: 1000
    spell ID: 86121
    Target: Mouseover

    also 86121 is in delay list PQR_AddToSpellDelayList with 1 sec.
    Last edited by nilrem2004; 10-22-2012 at 03:47 AM.
    Supporter of Frozen.

  8. #5243
    happydado's Avatar Active Member
    Reputation
    20
    Join Date
    Feb 2011
    Posts
    158
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    No one PVP mage profile writer here? i have exp in pvp and know what need to do but need someone that wanna help me for the code part.
    Pls guys someone help me.
    Add me on skype: dadofolle

  9. #5244
    nilrem2004's Avatar Contributor
    Reputation
    163
    Join Date
    Mar 2009
    Posts
    810
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ok I made workaround for this, splited it into 2 separate abilities, one that casts Soulburn and other that casts SoulSwap, but I'm really interested in making it just one ability.
    Supporter of Frozen.

  10. #5245
    ZidaneT's Avatar Corporal
    Reputation
    6
    Join Date
    Jan 2012
    Posts
    31
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Yohaiw View Post
    Hi just downloaded it.
    how i load a profile that i see here in one of the comments?
    for exaple the mage one,
    http://www.ownedcore.com/forums/worl...ml#post2124618 ([BETA] PQRotation - an automated ability priority queue.)
    thank you
    download it to your desktop, unzip the files if needed. open your PQR folder and look inside "profiles". go into the folder for the class you want, in this case mage. copy the xml documents from your desktop into this folder. all you have to do is copy the xml files into the right place and pqr will pick them up the next time it starts.


  11. #5246
    gongmang1's Avatar Member
    Reputation
    10
    Join Date
    Mar 2011
    Posts
    116
    Thanks G/R
    6/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kickmydog View Post
    Update

    KMD_All_Hunter_Rotations_v14.zip

    - Hard to believe that someone didn't mention to me at how stupid the arcane shot usage was when moving. This has been fixed, the profiles will prefer to use Arcane Shot over Cobra when moving.
    - I don't know if anyone even uses the MM profile, but anyway I have restricted Glaive Toss usage in the first 10% of a mobs health, to improve damage as per EJ thread.


    Thank you!

  12. #5247
    MMOServices's Avatar Knight-Lieutenant
    CoreCoins Purchaser
    Reputation
    35
    Join Date
    Mar 2012
    Posts
    270
    Thanks G/R
    0/0
    Trade Feedback
    70 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    can this bot use PVP + grinding at same time¿?

  13. #5248
    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)
    Still looking for a decent holy pally arena/bg profile for 2 weeks. any1 interested in making one? i can provide a lot feedback.

  14. #5249
    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)
    Originally Posted by Jamsx1 View Post
    Anyone have a working Moonkin profile? I searched and could not locate one
    You dont search very well:

    http://www.ownedcore.com/forums/worl...9012012-a.html ([PQR] List of Community Rotations - Updated 09012012)

    Originally Posted by mmoservices View Post
    can this bot use PVP + grinding at same time¿?
    This is not a bot like honorbuddy, it is a rotation-helper and it wont do things automatically for you such as grinding.

  15. #5250
    nichilismo's Avatar Member
    Reputation
    1
    Join Date
    Apr 2007
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi
    I want to use PQR as an focus-target interrupt bot.
    Is this even possible? I cant find an option to interrupt my focus target.
    Help would be appreciated.

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 04:13 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