PQR - Rotation Bot menu

User Tag List

Page 762 of 779 FirstFirst ... 262662712758759760761762763764765766 ... LastLast
Results 11,416 to 11,430 of 11681
  1. #11416
    averykey's Avatar Contributor
    Reputation
    158
    Join Date
    Dec 2011
    Posts
    448
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Working on ret/fury/arms for next patch. Fury is almost done, ret isn't changing much.
    I did some siege testing and I have some boss mechanics done, will share when I finish my profiles.

    I want to make a holy profile for paladin as well, but I do not know how to check for raid members or get the lowest hp member.
    Does anyone have functions for this already made?

    I want,

    Check raid members
    Check lowest hp members
    Check how close the members are to each other
    Find the lowest health for a "group of members" for aoe healing
    Check if a raid member is a tank or healer
    Check if I have low health members in front of me
    Blacklist members if they meet certain criteria

    I can do a few of these if I have a member check
    Last edited by averykey; 09-05-2013 at 03:23 AM.
    My Svn - https://subversion.assembla.com/svn/averykeys-svn/

    PQR - Rotation Bot
  2. #11417
    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 averykey View Post

    I want,

    Check if a raid member is a tank or healer
    PHP Code:
    if UnitGroupRolesAssigned(member) == "TANK" then return true 
    PHP Code:
    function IsHealer(t)
    local class = select(2UnitClass(t))
    if (class == 
    "DRUID" or class =="PALADIN" or class =="PRIEST" or class =="MONK" or class =="SHAMAN")
    and 
    UnitPowerMax(t) >= 290000
    and not UnitBuffID(t24858)
    and 
    not UnitBuffID(t15473)
    and 
    not UnitBuffID(t324)
    then
    return true
    end
    end 

  3. #11418
    WWF's Avatar Active Member
    Reputation
    31
    Join Date
    Jul 2010
    Posts
    215
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bu_ba_911 View Post
    @WWF I just gave him
    looks better, but still need to check UnitFacing

  4. #11419
    vergil10's Avatar Member
    Reputation
    1
    Join Date
    Oct 2011
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hi guys anyone know imba demonology profile ??

  5. #11420
    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)
    You can check out my profile if you want. =) link is in my signature!

    Sent from my HTC One using Tapatalk 4

  6. #11421
    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 vergil10 View Post
    hi guys anyone know imba demonology profile ??
    i haven't seen valma in forever... i think he's done >.>
    ^0^Team Nova's PQR NCC ^0^

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

  7. #11422
    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)
    mentally has an imba demonologyprofile you can find it here ([PQR] Mentally's Hysteria)!
    haha valmas was the best in cata, remember laughing at the "standart" message printed to the screen ^^

  8. #11423
    soheil55's Avatar Corporal
    Reputation
    1
    Join Date
    Feb 2012
    Posts
    20
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i face a high cpu usage in the game when i use the PQR i'm using 2.2.3 pqr ver before in 2.2.2 it's worked fine but now some problem it should be there would plz team cheak this out specially xelper bro plz cheak this out thank you

  9. #11424
    trolledyou's Avatar Private
    Reputation
    1
    Join Date
    Sep 2013
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bu_ba_911 View Post
    Are you getting any errors? Any messages at all?

    Sent from my SCH-I535 using Tapatalk 4
    No, I dont get any errors or whatever - just nothing happens... when I tab back to the PQR window it reacts kinda slowly... but more *special* doesnt happen

  10. #11425
    SeveredShadow's Avatar Member
    Reputation
    3
    Join Date
    Aug 2011
    Posts
    43
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I just went from version 2.2.1 to 2.2.3
    Is there any notable difference other than the message and 'donate' button when we launch PQR?

  11. #11426
    cukiemunster's Avatar Contributor
    Reputation
    132
    Join Date
    Dec 2009
    Posts
    1,129
    Thanks G/R
    1/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    2.2.1 to 2.2.2 was basically just the message and donate button, 2.2.2 to 2.2.3 fixed an error for foreign languages being downloaded through pqr iirc.

    Sent from my Galaxy S4 using Tapatalk 2

  12. #11427
    WWF's Avatar Active Member
    Reputation
    31
    Join Date
    Jul 2010
    Posts
    215
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ready for 5.4! ([PQR] WWF Windwolker and Brewmaster PvE Profiles)
    P.S. Still looking for UnitFacing check function without fps drops or fix PQR_UnitInfo() which it causes.
    Last edited by WWF; 09-06-2013 at 10:04 PM.

  13. #11428
    Moonscarlet's Avatar Member
    Reputation
    1
    Join Date
    Apr 2010
    Posts
    39
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey, how do you enable the interrupt (Xelper's) for all spells? I could only find how to add them 1 by 1, is it possible?

  14. #11429
    WWF's Avatar Active Member
    Reputation
    31
    Join Date
    Jul 2010
    Posts
    215
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Moonscarlet View Post
    Hey, how do you enable the interrupt (Xelper's) for all spells? I could only find how to add them 1 by 1, is it possible?
    :confused: Settings -> Interrupt All Spells

  15. #11430
    Moonscarlet's Avatar Member
    Reputation
    1
    Join Date
    Apr 2010
    Posts
    39
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by WWF View Post
    :confused: Settings -> Interrupt All Spells
    Oh, you can do it from settings :>, I thought I had to edit something in the ability editor, thanks ^^

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 10:42 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