PQR - Rotation Bot menu

Shout-Out

User Tag List

Page 502 of 779 FirstFirst ... 2402452498499500501502503504505506552602 ... LastLast
Results 7,516 to 7,530 of 11681
  1. #7516
    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)
    Alright guys. Working my way towards 5.2 one profile at a time. Shadow Priest PvE is almost done and PvP still needs a little bit of work. =) Next up is Demonology and Frost/Fire before I'm finishing the PvP profile!

    Hopefully, Shadow will be done today along with Demonology.

    PQR - Rotation Bot
  2. #7517
    Diavol's Avatar Member
    Reputation
    13
    Join Date
    Jun 2007
    Posts
    62
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is PQR_UnitFacing broke...? My profile was just fine a couple days ago, nothing changed, but today my rotation is stuck on "must be behind target' spam. So I changed it back to using notbehind which is just less efficient. Here is a snippet that was working that now doesn't. Any ideas?

    if PQR_UnitFacing("target", "player",180) then
    SpellID=33876
    else
    SpellID=5221
    end
    if IsUsableSpell(SpellID)
    and (IsSpellInRange(GetSpellInfo(33876),"target") == 1 )
    and GetComboPoints("player", "target") <= 4
    and not UnitBuffID("player",102543)
    or GetComboPoints("player", "target") >= 4
    and UnitPower("player") > 79
    then
    CastSpellByName(GetSpellInfo(SpellID),nil)
    return true
    end

  3. #7518
    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 Diavol View Post
    Is PQR_UnitFacing broke...? My profile was just fine a couple days ago, nothing changed, but today my rotation is stuck on "must be behind target' spam. So I changed it back to using notbehind which is just less efficient. Here is a snippet that was working that now doesn't. Any ideas?
    For behind the target I use:
    Code:
    if not PQR_UnitFacing("target","player") then

  4. #7519
    nosfer13's Avatar Member
    Reputation
    3
    Join Date
    Aug 2012
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    When i'm using PQR_UnitFacing in any ability of my rotation, the FPS in game decreases from 60 (vertical sync on) to 40-45 and game starts freezing, but a couple days ago all works was just fine. Any ideas?

  5. #7520
    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)
    @nosfer13: Last time I checked (unless Xelper have fixed it already.) there seems to be issues with how PQR_UnitFacing is working in PQR. I'm not 100% sure how/why as I really haven't tested it myself before.

  6. #7521
    Diavol's Avatar Member
    Reputation
    13
    Join Date
    Jun 2007
    Posts
    62
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It seems bugged for me as of now... it just doesn't register at all.

  7. #7522
    Diavol's Avatar Member
    Reputation
    13
    Join Date
    Jun 2007
    Posts
    62
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Well I shuffled the wording and removed the 180 check and it seemed to fix it. cheers!

    if PQR_UnitFacing("target","player") then
    SpellID=33876
    else
    SpellID=5221
    end
    if IsUsableSpell(SpellID)
    and (IsSpellInRange(GetSpellInfo(33876),"target") == 1 )
    and GetComboPoints("player", "target") <= 4
    and not UnitBuffID("player",102543)
    or GetComboPoints("player", "target") >= 4
    and UnitPower("player") > 79
    then
    CastSpellByName(GetSpellInfo(SpellID),nil)
    return true
    end

  8. #7523
    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)
    anyone got kinkehs latest frost pve profile i cant seem to update it as usual and lost the current one formattin pc :'(

  9. #7524
    Nerder's Avatar Contributor
    Reputation
    117
    Join Date
    Aug 2012
    Posts
    263
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by daveyboyuk View Post
    anyone got kinkehs latest frost pve profile i cant seem to update it as usual and lost the current one formattin pc :'(
    As I previously posted:
    Originally Posted by Nerder View Post
    Rubims are very nice man, Rubim's page ([PQR] Death Knight / Monk - Tank and DPS Profiles.) or heres the kinkehs that I had, last one I had that was updated Kinkehs PvE Frost

  10. #7525
    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 Nerder View Post
    As I previously posted:
    a massive ty +rep

  11. #7526
    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)
    Shadow Priest is almost done boys and girls! Working on integrating the Nova Frame into the entire thing and it should be done. Giving you guys the ability to set your own cooldown triggers and whatnot. From there on it should be really easy to update the rest of the profiles. ^_^

  12. #7527
    freaki's Avatar Member
    Reputation
    12
    Join Date
    Dec 2008
    Posts
    85
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    im like a little kid waiting on christmas mentally!

  13. #7528
    kiekie's Avatar Master Sergeant
    Reputation
    3
    Join Date
    Dec 2012
    Posts
    74
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    does anyone know news on when the next update is? i heard there is going to be some good stuff coming out and when is the 5.2 offsets

  14. #7529
    empty_skillz's Avatar Contributor
    Reputation
    286
    Join Date
    Sep 2009
    Posts
    104
    Thanks G/R
    18/24
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello everyone, i was using this program to interrupt, but i find that it interrupts super fast, its amazing, i love it, but dont get me wrong i was looking to use this in PVP, is there any chance of adding a delay to the interrupt to start interrupting at 30%-50% and not at 1% as this will get me banned quite quick

    before anyone says anything i actually tried changing the Lua, but it seems to be uneffective ;( i changed the interrupt at % but it still interrupts at 1% )

    help would be very awesome, using the Standard profile for interrupts (nothing else)

  15. #7530
    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)
    Originally Posted by empty_skillz View Post
    Hello everyone, i was using this program to interrupt, but i find that it interrupts super fast, its amazing, i love it, but dont get me wrong i was looking to use this in PVP, is there any chance of adding a delay to the interrupt to start interrupting at 30%-50% and not at 1% as this will get me banned quite quick

    before anyone says anything i actually tried changing the Lua, but it seems to be uneffective ;( i changed the interrupt at % but it still interrupts at 1% )

    help would be very awesome, using the Standard profile for interrupts (nothing else)

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