PQR - Rotation Bot menu

User Tag List

Page 277 of 779 FirstFirst ... 177227273274275276277278279280281327377777 ... LastLast
Results 4,141 to 4,155 of 11681
  1. #4141
    bu_ba_911's Avatar Elite User
    Reputation
    552
    Join Date
    May 2006
    Posts
    1,638
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by farnumdizzle View Post
    Hey guys, been awhile. Can anyone tell me what Nova's Pally Holy Swap profiles are? I've been gone for awhile and saw a bunch of new stuff and don't know what it all means :P Keep up the good work guys!

    Edit: I'm trying the Nova profiles and when I try to start PQR I just get a bunch of LUA errors. I've updated everything and using a fresh download of PQR. Am I missing something else now?
    Data file maybe? Did you update through the svn or the profiles? If profiles I recommend using the mass updater text file in my signature to get started

    Sent from my Thunderbolt using Tapatalk 2
    ^0^Team Nova's PQR NCC ^0^

    If you think someone did something good, take the time to show your appreciation!

    PQR - Rotation Bot
  2. #4142
    Zyraxian's Avatar Sergeant
    Reputation
    3
    Join Date
    Sep 2012
    Posts
    49
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    **I'm playing on a 3.3.5a server. I downloaded PQR111.zip from the link in the first post, installed, selected character and rotation. When I press Alt+X I see "<PQR> Blood Tank Rotation Mode Enabled." in my WoW chat box, but when I enter combat nothing happens.

    I followed the instructions exactly, but I've never used a bot before, no idea what I'm doing wrong?

    Even stranger.. I just tried holding down Left CTRL (PQR command to use Death Grip) - and it works! However, the main rotation doesn't ^_^
    Last edited by Zyraxian; 09-17-2012 at 07:18 PM.

  3. #4143
    tortugon's Avatar Member
    Reputation
    1
    Join Date
    May 2011
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Zyraxian View Post
    **I'm playing on a 3.3.5a server. I downloaded PQR111.zip from the link in the first post, installed, selected character and rotation. When I press Alt+X I see "<PQR> Blood Tank Rotation Mode Enabled." in my WoW chat box, but when I enter combat nothing happens.

    I followed the instructions exactly, but I've never used a bot before, no idea what I'm doing wrong?

    Even stranger.. I just tried holding down Left CTRL (PQR command to use Death Grip) - and it works! However, the main rotation doesn't ^_^
    Your problem its not strange, its quite simple, you have a cata rotation for a WotLK DK, if i remember correctly in WotLK a DK Tank was frost not Blood

    You'll need a rotation for 3.3.5a not for 5.0.5 or wichever you have.

    Good day ^-^

  4. #4144
    Zyraxian's Avatar Sergeant
    Reputation
    3
    Join Date
    Sep 2012
    Posts
    49
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hm.. thanks for your help! I downloaded the version suggested for 3.3.5 on the first post. Where can I download profiles for 3.3.5a?

  5. #4145
    bu_ba_911's Avatar Elite User
    Reputation
    552
    Join Date
    May 2006
    Posts
    1,638
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Also.... my experiments are coming along splendidly.....

    anyone want to try it out? i'll give the first 3 people a sneak peak (i also expect feedback in return) that pm me requesting it....

    this is 2 pronged..... A.) To figure out if you guys like the idea and if it actually works for you (lol)
    B.) Get some basic information from you guys to make sure that my calculations are correct XD
    ^0^Team Nova's PQR NCC ^0^

    If you think someone did something good, take the time to show your appreciation!

  6. #4146
    tortugon's Avatar Member
    Reputation
    1
    Join Date
    May 2011
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Zyraxian View Post
    Hm.. thanks for your help! I downloaded the version suggested for 3.3.5 on the first post. Where can I download profiles for 3.3.5a?
    As far as i remember there aren't any, you could make one according to your needs, in page 272 Crystal_tech leaved some links that could help you
    World of Warcraft API - WoWWiki - Your guide to the World of Warcraft
    Lua 5.1 Reference Manual

  7. #4147
    chipeat's Avatar Member
    Reputation
    2
    Join Date
    Jul 2012
    Posts
    27
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey guys,

    Need a bit help with this code. This is for a enh shaman. I want an ability that will cast Lightning Bolt when there are 2+ stacks of Maelstrom Weapon. This is the very last action in the rotation.

    What is happening is right after performing a Lighning Bolt with 2+ stacks it will immediate cast another Lightning Bolt with no stacks. Its slowing down my rotation a lowering the dps.

    Here's the code i'm using (taken from Blinded old Enh Shm code):

    PHP Code:
    local ccount select(4,UnitBuffID("player"53817))

    if 
    ccount ~= nil then
                    
                    
    if ccount >= 2
                                    
    return true
                    end
    end 
    Do you see something wrong with this? Any reasons that you can think of as to why it would immediately cast another stackless LB?

    Thank you for your support!

    C

  8. #4148
    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 chipeat View Post
    Hey guys,

    Need a bit help with this code. This is for a enh shaman. I want an ability that will cast Lightning Bolt when there are 2+ stacks of Maelstrom Weapon. This is the very last action in the rotation.

    What is happening is right after performing a Lighning Bolt with 2+ stacks it will immediate cast another Lightning Bolt with no stacks. Its slowing down my rotation a lowering the dps.

    Here's the code i'm using (taken from Blinded old Enh Shm code):

    PHP Code:
    local ccount select(4,UnitBuffID("player"53817))

    if 
    ccount ~= nil then
                    
                    
    if ccount >= 2
                                    
    return true
                    end
    end 
    Do you see something wrong with this? Any reasons that you can think of as to why it would immediately cast another stackless LB?

    Thank you for your support!

    C
    Shouldn't it be <= 2

  9. #4149
    tortugon's Avatar Member
    Reputation
    1
    Join Date
    May 2011
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by chipeat View Post
    Hey guys,

    Need a bit help with this code. This is for a enh shaman. I want an ability that will cast Lightning Bolt when there are 2+ stacks of Maelstrom Weapon. This is the very last action in the rotation.

    What is happening is right after performing a Lighning Bolt with 2+ stacks it will immediate cast another Lightning Bolt with no stacks. Its slowing down my rotation a lowering the dps.

    Here's the code i'm using (taken from Blinded old Enh Shm code):

    PHP Code:
    local ccount select(4,UnitBuffID("player"53817))

    if 
    ccount ~= nil then
                    
                    
    if ccount >= 2
                                    
    return true
                    end
    end 
    Do you see something wrong with this? Any reasons that you can think of as to why it would immediately cast another stackless LB?

    Thank you for your support!

    C
    That i think could be the ability check delay, not the coding.

  10. #4150
    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 chipeat View Post
    Hey guys,

    Need a bit help with this code. This is for a enh shaman. I want an ability that will cast Lightning Bolt when there are 2+ stacks of Maelstrom Weapon. This is the very last action in the rotation.

    What is happening is right after performing a Lighning Bolt with 2+ stacks it will immediate cast another Lightning Bolt with no stacks. Its slowing down my rotation a lowering the dps.

    Here's the code i'm using (taken from Blinded old Enh Shm code):

    PHP Code:
    local ccount select(4,UnitBuffID("player"53817))

    if 
    ccount ~= nil then
                    
                    
    if ccount >= 2
                                    
    return true
                    end
    end 
    Do you see something wrong with this? Any reasons that you can think of as to why it would immediately cast another stackless LB?

    Thank you for your support!

    C
    Wouldn't this be easier?

    PHP Code:
    if select(4,UnitBuffID("player"53817)) > return true end 
    If you have less than 2 stacks it will automatically return false. I would also set a delay on the ability of 1s. That way it won't chain use this ability.
    Last edited by kickmydog; 09-17-2012 at 08:25 PM.
    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

  11. #4151
    Holtek's Avatar Member
    Reputation
    1
    Join Date
    Jan 2012
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Please make the offset for 4.0.6.13623 for private server
    Made to offset RQR111, but the new version(RQR 2) does not work, I'm sorry for my english
    Last edited by Holtek; 09-17-2012 at 08:59 PM.

  12. #4152
    SHJordan's Avatar Member
    Reputation
    1
    Join Date
    Aug 2011
    Posts
    61
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can anyone provide a list of spells i should be interrupting on pvp? so i can add them to the manual interrupt list on pqr? pls?

  13. #4153
    James474's Avatar Private
    Reputation
    1
    Join Date
    Sep 2012
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Reserving.

    Also, hooray!

  14. #4154
    ImayoboeiI's Avatar Member
    Reputation
    2
    Join Date
    Feb 2012
    Posts
    33
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is anyone interested in making a Resto Shaman PvP rotation? Mainly for 2v2 arenas. I will tip $10 PayPal to anyone that manages to make one.

  15. #4155
    VersaGER's Avatar Member
    Reputation
    8
    Join Date
    Jul 2010
    Posts
    125
    Thanks G/R
    3/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is it illegal to use this bot? Anyone got bans already?

    I wanna use it for Progressraiding =)

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