PQR - Rotation Bot menu

User Tag List

Page 98 of 779 FirstFirst ... 48949596979899100101102148198598 ... LastLast
Results 1,456 to 1,470 of 11681
  1. #1456
    lostinthewoodslol's Avatar Active Member The Coinmaster CoreCoins Purchaser
    Reputation
    74
    Join Date
    Aug 2011
    Posts
    222
    Thanks G/R
    12/6
    Trade Feedback
    15 (100%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    anyone heard any word of the mop beta offsets for the recent patch? thnx in advance

    PQR - Rotation Bot
  2. #1457
    xLegendx's Avatar Member
    Reputation
    14
    Join Date
    Sep 2011
    Posts
    827
    Thanks G/R
    3/3
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there any DK Frost PvP profiles?
    Never really noticed one before

  3. #1458
    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)
    Im not sure but I think Bu_Ba has made a frost pvp-profile sometime, you could just check back in the thread there's a user that has a link to a megapack of old and recent PQR-profiles.

  4. #1459
    Mpzor's Avatar Member
    Reputation
    6
    Join Date
    Feb 2012
    Posts
    71
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    crystal: Thank you! I'm writing my own profile atm so that I will be more experience when Mist hits as I want to be able to add stuff or fix stuff myself since I am in a hardcore guild and we're far ahead of most ppl on progress.

    But I have another question. been trying to figure it out myself, but no mather how much I think about it, I cant come up with a solution....
    Is there any way to make this work?

    When LnL (Lock and Load, hunter proc) procs you should use it like this when you are below 55 focus: ES>ES>CoS>ES
    If you have above 55 focus when LnL procs it should look like this: ES>ES>AS>ES.
    If you are above 94 focus when LnL procs then it should look like this: ES>AS>ES>ES
    And Kill shot range: ES does more damage per global than KS but KS is better than AS. You will focus cap a lot during this stage but it's best to get ES on cooldown than worry about it. When LnL procs during execute range you will want to just replace AS with KS when possible and follow normal priority e.g.
    ES>ES>KS>ES>KS

    Been trying to figure out a way to get that to work, and now I have a raging headache :P

    EDIT: Would this work?

    Code:
    SV: Arcane Shot (LnL)
    if IsSpellInRange(GetSpellInfo(3044), "target")  ~= 1 then return false end
    
    F_SwitchToHawk() 
    
    local count = select(2, UnitBuffID("player", "56342")
    
    if count == 2 and UnitPower("player") >= 94 then RunMacroText("/cast Explosive Shot")
    
    elseif count == 1 and UnitPower("player") >= 94 then RunMacroText("/cast Arcane Shot")
    
    elseif count == 1 then RunMacroText("/cast Explosive Shot")
    return true
    			end
    		end
    	end
    Last edited by Mpzor; 07-14-2012 at 12:35 PM.

  5. #1460
    xLegendx's Avatar Member
    Reputation
    14
    Join Date
    Sep 2011
    Posts
    827
    Thanks G/R
    3/3
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ninjaderp View Post
    Im not sure but I think Bu_Ba has made a frost pvp-profile sometime, you could just check back in the thread there's a user that has a link to a megapack of old and recent PQR-profiles.
    Thanks for reminding me about that profile pack.
    I'll have to look through it >:D

  6. #1461
    JF2012's Avatar Private
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    still undetedted?

  7. #1462
    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 JF2012 View Post
    still undetedted?
    Hehe...... 10 char

  8. #1463
    crystal_tech's Avatar Elite User
    Reputation
    468
    Join Date
    Feb 2008
    Posts
    1,033
    Thanks G/R
    1/6
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Mpzor View Post
    crystal: Thank you! I'm writing my own profile atm so that I will be more experience when Mist hits as I want to be able to add stuff or fix stuff myself since I am in a hardcore guild and we're far ahead of most ppl on progress.

    But I have another question. been trying to figure it out myself, but no mather how much I think about it, I cant come up with a solution....
    Is there any way to make this work?

    When LnL (Lock and Load, hunter proc) procs you should use it like this when you are below 55 focus: ES>ES>CoS>ES
    If you have above 55 focus when LnL procs it should look like this: ES>ES>AS>ES.
    If you are above 94 focus when LnL procs then it should look like this: ES>AS>ES>ES
    And Kill shot range: ES does more damage per global than KS but KS is better than AS. You will focus cap a lot during this stage but it's best to get ES on cooldown than worry about it. When LnL procs during execute range you will want to just replace AS with KS when possible and follow normal priority e.g.
    ES>ES>KS>ES>KS

    Been trying to figure out a way to get that to work, and now I have a raging headache :P

    EDIT: Would this work?

    Code:
    SV: Arcane Shot (LnL)
    if IsSpellInRange(GetSpellInfo(3044), "target")  ~= 1 then return false end
    
    F_SwitchToHawk() 
    
    local count = select(2, UnitBuffID("player", "56342")
    
    if count == 2 and UnitPower("player") >= 94 then RunMacroText("/cast Explosive Shot")
    
    elseif count == 1 and UnitPower("player") >= 94 then RunMacroText("/cast Arcane Shot")
    
    elseif count == 1 then RunMacroText("/cast Explosive Shot")
    return true
    			end
    		end
    	end
    quick note if you use select you need to be sure to close it.
    yours: local count = select(2, UnitBuffID("player", "56342")
    mine: local count = select(2, UnitBuffID("player", "56342")) --you need to close the first '(' next to the select.

    also instead of passing it to RunMacroText you should use CastbySpellID(spellid) that way it can be used on any client regardless of language.
    also your id is for rank 1 of lock and load the correct id is: 56453.

    in mists they fixed the issue with exp shot to where you just hit it 3 times and you won't clip that last dot no need to fill it with another shot.

    Please if someone helped you donate rep to them.

  9. #1464
    katuro's Avatar Member
    Reputation
    2
    Join Date
    Apr 2012
    Posts
    95
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    is there a DK tank profile yet? nova's profile doesnt work =/

  10. #1465
    wowcrazy4's Avatar Private
    Reputation
    1
    Join Date
    Feb 2012
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by deadpanstiffy View Post
    You get insta-banned if you use it, just watch out.
    dont mind to be rude but can i get a clear ****ing anwser am not stuip i know u can get baned but is it UNDECTEED OR IS IT DECTABLE LIKE HONORBUDDY

  11. #1466
    giranimo's Avatar Private
    Reputation
    1
    Join Date
    Aug 2011
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    any bot is detectable if blizzards wants to see it...

  12. #1467
    wowcrazy4's Avatar Private
    Reputation
    1
    Join Date
    Feb 2012
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by giranimo View Post
    any bot is detectable if blizzards wants to see it...
    OMG YES OR NO I KNOW THAT AGAIN AM NOT STUIP AS OF THIS MIN IS IT DETECTABLE CAN WARDEN SEE RIGHT NOW NOT WITH A UPDATE RIGHT THIS VERY SEC
    again sry for being rude but u all wont give my the answer am looking for like honorday with lazyraider its not detectable as of now is PQR the same

  13. #1468
    Mpzor's Avatar Member
    Reputation
    6
    Join Date
    Feb 2012
    Posts
    71
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by crystal_tech View Post
    quick note if you use select you need to be sure to close it.
    yours: local count = select(2, UnitBuffID("player", "56342")
    mine: local count = select(2, UnitBuffID("player", "56342")) --you need to close the first '(' next to the select.

    also instead of passing it to RunMacroText you should use CastbySpellID(spellid) that way it can be used on any client regardless of language.
    also your id is for rank 1 of lock and load the correct id is: 56453.

    in mists they fixed the issue with exp shot to where you just hit it 3 times and you won't clip that last dot no need to fill it with another shot.
    I dont see any difference with yours and mine except for the extra ")" in the end, so is that all? But except for that it looks good? Think I understand if it is

    EDIT: Why wont this or the previous code work? I added the extra ")" in the end so its not that.

    Code:
    local _, BlackArrowCD = GetSpellCooldown(3674)
    
    if IsSpellInRange(GetSpellInfo(3044), "target")  ~= 1 then return false end
    
    F_SwitchToHawk() 
    
    if BlackArrowCD > 4 and UnitPower("player") > 22 then return true end
    Code:
    local _, ExplosiveShotCD = GetSpellCooldown(53301)
    
    if IsSpellInRange(GetSpellInfo(3044), "target")  ~= 1 then return false end
    
    F_SwitchToHawk() 
    
    if ExplosiveShotCD > 4 and UnitPower("player") > 22 then return true end
    it uses AS way to often, almost like its ignoring the and in the code so it casts AS if the power is at 22 or higher...
    Last edited by Mpzor; 07-14-2012 at 03:34 PM.

  14. #1469
    Kinkeh's Avatar Established Member
    Reputation
    243
    Join Date
    Jan 2012
    Posts
    450
    Thanks G/R
    0/0
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by wowcrazy4 View Post
    OMG YES OR NO I KNOW THAT AGAIN AM NOT STUIP AS OF THIS MIN IS IT DETECTABLE CAN WARDEN SEE RIGHT NOW NOT WITH A UPDATE RIGHT THIS VERY SEC
    again sry for being rude but u all wont give my the answer am looking for like honorday with lazyraider its not detectable as of now is PQR the same
    Holy shit, you keep misspelling "Stupid". IF Blizzard wants to see you're botting, they will see. No bot protects against that. AT this moment, the offsets PQR uses aren't detected, if blizzard wanted to see if someone was using "honorbuddy" they would. Now stop with the nonsense. Unless you give someone a reason to report you, you will be fine.
    Last edited by Kinkeh; 07-14-2012 at 03:59 PM.

  15. #1470
    Cookie799's Avatar Master Sergeant
    Reputation
    1
    Join Date
    Nov 2009
    Posts
    74
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i been using this with Honorbuddy for the past 4 weeks 24/7 non stop getting all my chars full pvp gear with no problems

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