PQR - Rotation Bot menu

Shout-Out

User Tag List

Page 28 of 779 FirstFirst ... 24252627282930313278128528 ... LastLast
Results 406 to 420 of 11681
  1. #406
    TheLordJesusHimself's Avatar Elite User Fuck am not Jewish. Authenticator enabled
    Reputation
    333
    Join Date
    Jun 2011
    Posts
    675
    Thanks G/R
    141/268
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    any1 got a good warrior tank profile...?

    Sheuron's works but just not well imo

    PQR - Rotation Bot
  2. #407
    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)
    Originally Posted by stinkyjoint View Post
    any1 got a good warrior tank profile...?

    Sheuron's works but just not well imo
    At the moment Sheuron's is only one. For beta there is none.

  3. #408
    TheLordJesusHimself's Avatar Elite User Fuck am not Jewish. Authenticator enabled
    Reputation
    333
    Join Date
    Jun 2011
    Posts
    675
    Thanks G/R
    141/268
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    well sumthing is wrong with his profile,

    it casts thunder clap once.... and thats at the start, when no rend ect is up, and does no aoe : /

    or am i doin summat wrong?

    i am also useing the build he recommends.

  4. #409
    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 stinkyjoint View Post
    well sumthing is wrong with his profile,

    it casts thunder clap once.... and thats at the start, when no rend ect is up, and does no aoe : /

    or am i doin summat wrong?

    i am also useing the build he recommends.
    I'll upload a fixed version when my plane touches down.

    Sent from my Galaxy Nexus using Tapatalk 2

  5. #410
    onya's Avatar Member
    Reputation
    67
    Join Date
    May 2008
    Posts
    152
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone else having problems with PQR_UnitFacing/PQR_UnitInfo not working?
    Shaman resto and elemental profiles for PQRotation can be downloaded from here - https://db.tt/g2pIFrBc
    Tradeskill profile (Jewelcrafting and disenchant) download here - https://db.tt/aPpOTKJH

  6. #411
    Ralphiuss's Avatar Active Member
    Reputation
    44
    Join Date
    Sep 2011
    Posts
    230
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ninjaderp View Post
    Its like it locks the profile down completely until the AW and Zealotry duration is off, then it kicks in and uses racials and trinkets and resumes the normal rotation with no fps-problems what so ever. I will test it once more to confirm if it still does it for me.

    Still does it, gonna try disable all addons and try again
    Same thing happens once I press left-alt for zeal&aw. Sucks because this has so much potentional. Hope you can find whats causing it m8.
    So when you start the profile and enter combat you get the FPS loss? does it do the rotation as normal at that point? Then when you pop CDs via the alt modifier. It should switch rotations to something I call Zealot Mode . Then when CDs ware off, it should go back to the normal rotation and now it acts normal?

  7. #412
    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)
    Yes it works with no problems during normal rotation, its when it switches to zealotry-mode the fpsdrops and freeze starts, and resumes after zealotrymode is ended.

    Sent from my GT-I9100 using Tapatalk 2

  8. #413
    Ralphiuss's Avatar Active Member
    Reputation
    44
    Join Date
    Sep 2011
    Posts
    230
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ninjaderp View Post
    Yes it works with no problems during normal rotation, its when it switches to zealotry-mode the fpsdrops and freeze starts, and resumes after zealotrymode is ended.

    Sent from my GT-I9100 using Tapatalk 2
    Only thing I can think of what is messing up is how I'm calling for the switch to Zealot Mode...Kinda ran into this by mistake..but it's working for me on my side. Can someone look at this code and let me know if this is right or maybe a better way of writing it?

    In the normal rotation I have a an ability called

    --Zealot Mode--
    Code:
    local zealotry = PQR_UnitBuffID("player", 85696) 
    
    if zealotry ~= nil then PQR_SwapRotation("Zealot Mode (Ralphiuss)") 
    return true end
    Then I have a ability in Zealot Mode called

    --Zealot Mode Over--
    Code:
    local zealotry = PQR_UnitBuffID("player", 85696) 
    
    if zealotry == nil then PQR_SwapRotation("PVE Retribution (Ralphiuss)") 
    return true end
    Last edited by Ralphiuss; 05-17-2012 at 12:55 PM.

  9. #414
    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 Ralphiuss View Post
    Only thing I can think of what is messing up is how I'm calling for the switch to Zealot Mode...Kinda ran into this by mistake..but it's working for me on my side. Can someone look at this code and let me know if this is right or maybe a better way of writing it?

    In the normal rotation I have a an ability called

    --Zealot Mode--
    Code:
    local zealotry = PQR_UnitBuffID("player", 85696) 
    
    if zealotry ~= nil then PQR_SwapRotation("Zealot Mode (Ralphiuss)") 
    return true end
    Then I have a ability in Zealot Mode called

    --Zealot Mode Over--
    Code:
    local zealotry = PQR_UnitBuffID("player", 85696) 
    
    if zealotry == nil then PQR_SwapRotation("PVE Retribution (Ralphiuss)") 
    return true end

    I don't think the return true is needed in either of those is it? Every time I've seen it used, it doesn't have return true in there. For example, this is what I would do:

    Code:
    local zealotry = UnitBuffID("Player", 85696)
    
    if zealotry ~= nil then
    	PQR_SwapRotation("Zealot Mode (Ralphiuss)")
    end
    Then I have a ability in Zealot Mode called

    --Zealot Mode Over--
    Code:
    local zealotry = UnitBuffID("Player", 85696)
    
    if zealotry == nil then
    	PQR_SwapRotation("PVE Retribution (Ralphiuss)") 
    end
    Removed the return true's and also went from PQR_UnitBuffID() ----> UnitBuffID(). Have never really had any good success from using it, so I stick with UnitBuffID() & UnitDebuffID().

    Tell me if that works.

    EDIT* I'll just pop on my pally and test it out and let you know what happens. I'll post back in 5-10 minutes tops.

  10. #415
    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)
    Ok, I ran Ralphiuss' profile both ways, my way and his, and I did not get any FPS drop what-so-ever. How old is your computer for the one that's getting the FPS drop. Might be that it's performing to much calculations on the data and slowing you down.

    Other than that, I have over 20 addon's installed and being used, not getting any lag/FPS drops at all. Again, this was my way and his way. I like my way better though

  11. #416
    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)
    Ah hello Firepong! My laptop is an Asus k52jc intel i5 2.4ghz 3gb ram Geforce 310M 1gb, and I havent encountered this problem on any pqr-profile before so.. Can you upload your edit so I can try that one too?

  12. #417
    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 Ninjaderp View Post
    Ah hello Firepong! My laptop is an Asus k52jc intel i5 2.4ghz 3gb ram Geforce 310M 1gb, and I havent encountered this problem on any pqr-profile before so.. Can you upload your edit so I can try that one too?
    Sure, here goes my edit. Just don't update it or you will loose the edits. Like I said though, I got no slow-downs. Have you upgraded to the latest PQR? It's at version 2.1.5 right now.

    Attachment 7401

  13. #418
    TheLordJesusHimself's Avatar Elite User Fuck am not Jewish. Authenticator enabled
    Reputation
    333
    Join Date
    Jun 2011
    Posts
    675
    Thanks G/R
    141/268
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by lawlmoto View Post
    I'll upload a fixed version when my plane touches down.

    Sent from my Galaxy Nexus using Tapatalk 2
    wud be awsome mate

  14. #419
    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 firepong View Post
    Sure, here goes my edit. Just don't update it or you will loose the edits. Like I said though, I got no slow-downs. Have you upgraded to the latest PQR? It's at version 2.1.5 right now.

    Attachment 7401
    Hmm latest version, IDK tbh, updated it now. And can you please upload to mediafire, since it takes forever to get files approved here

  15. #420
    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 Ninjaderp View Post
    Hmm latest version, IDK tbh, updated it now. And can you please upload to mediafire, since it takes forever to get files approved here
    It's approved. I checked the link after I posted it. I was able to download and use it :confused:

    EDIT* Ok, it seems like it wasen't approved and since I was the one that uploaded the files, I could download it.
    Last edited by firepong; 05-17-2012 at 05:30 PM.

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