PQR - Rotation Bot menu

User Tag List

Page 376 of 779 FirstFirst ... 276326372373374375376377378379380426476 ... LastLast
Results 5,626 to 5,640 of 11681
  1. #5626
    Waddagundar's Avatar Member
    Reputation
    7
    Join Date
    Aug 2012
    Posts
    38
    Thanks G/R
    0/1
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by RiZLA View Post
    Not sure how I came to have it (Maybe built in) but there's a Profile named xrn5holpve (by Xelper?) that works well, only annoyance is that it casts PoM on self most of the time, maybe there's an easy way to find the member with the most HP & cast on them, anybody?
    Yes, I have been using that for MoP Heroics and it still works OK. I think Sheuron created this one, but I think Sheuron posted recently about not playing much any more. It would be great to get an update, maybe us Holy Priest players should ask specifically what updates are required (talents, new spells, etc) and see if someone in Nova can help us out with coding. That's not my area, I am a Technical Writer.

    PQR - Rotation Bot
  2. #5627
    lostwalker's Avatar Member
    Reputation
    2
    Join Date
    Sep 2008
    Posts
    103
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ya, that's Sheuron's old one

  3. #5628
    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)
    @expunge and everyone else: Thanks! And yes, he's doing great. I had no idea though that moving to the states would be this much of a challenge, hehe.

  4. #5629
    Vogel81's Avatar Master Sergeant
    Reputation
    22
    Join Date
    Feb 2012
    Posts
    105
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there an easy way to add a use trinket ability to a rotation?

  5. #5630
    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 Vogel81 View Post
    Is there an easy way to add a use trinket ability to a rotation?
    Go into the ability editor and on the left under "actions" put /use 13 or 14 whatever your trinket is. That's the easiest way.

  6. #5631
    leetspeaker's Avatar Member
    Reputation
    3
    Join Date
    Feb 2009
    Posts
    70
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is it possible to kick amber explosion cast on ursok with pqr?
    i'm stucked with that (it's like hour of twilight, but on player)
    local kick = GetSpellInfo(122398 )
    local channelSpell, _, _, _, _, endTim = UnitCastingInfo("player")
    if channelSpell ~= nil and channelSpell == kick then
    local finishTime = endTim/1000 - GetTime()
    if finishTime < 2 then
    return true
    end
    end
    Spell id 122395
    Target Player
    Last edited by leetspeaker; 11-03-2012 at 06:47 PM.

  7. #5632
    googlebee's Avatar Contributor PQR Profile Developer CoreCoins Purchaser
    Reputation
    235
    Join Date
    Oct 2007
    Posts
    478
    Thanks G/R
    0/0
    Trade Feedback
    9 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [ThePerfectBear] Updated to version 1.5 - Many new additions!


  8. #5633
    magenpriest's Avatar Banned
    Reputation
    1
    Join Date
    Apr 2012
    Posts
    28
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by abndrew82 View Post
    Failwar's Warrior SVN has a working version of PQR interface on it as an optional addon
    Plz give us the link to post or link to SVN. Thanks!

  9. #5634
    blacknightlll's Avatar Member
    Reputation
    4
    Join Date
    Mar 2009
    Posts
    154
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yay Mentally is back! Now I have a reason to play my spriest. And now a lock

  10. #5635
    KleskReaver's Avatar Sergeant
    Reputation
    9
    Join Date
    Jul 2012
    Posts
    39
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by blacknightlll View Post
    Yay Mentally is back! Now I have a reason to play my spriest. And now a lock
    ^ THIS

    Welcome back Mentally!, never used Nova profiles before but I've been looking over the code, that's a lot of effort!

    Quick question though, in your latest version, how do you manage Mind Sear? do you just use it manually outside of PQR? just can't see it in your profile

  11. #5636
    derpin8's Avatar Corporal
    Reputation
    1
    Join Date
    Nov 2012
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone have a function to automatically use healthstone when your HP is below a certain percentage?

  12. #5637
    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)
    Originally Posted by derpin8 View Post
    Anyone have a function to automatically use healthstone when your HP is below a certain percentage?
    PHP Code:
    if (100 * (UnitHealth("player") + UnitGetIncomingHeals("player")) / UnitHealthMax("player")) <= 25
    and select(3,GetItemCooldown(5512)) == and GetItemCount(5512,false,false) > 0 then UseItemByName(5512end 
    My Svn - https://subversion.assembla.com/svn/averykeys-svn/

  13. #5638
    snowhawk's Avatar Contributor
    Reputation
    147
    Join Date
    Aug 2008
    Posts
    238
    Thanks G/R
    42/130
    Trade Feedback
    0 (0%)
    Mentioned
    14 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by derpin8 View Post
    Anyone have a function to automatically use healthstone when your HP is below a certain percentage?
    This is how googlebee wrote his (since I had his file open atm), triggers at 35%.
    PHP Code:
    local PlayerHP 100 UnitHealth("player") / UnitHealthMax("player")

    if 
    PlayerHP 35
    and GetItemCount(5512,false,false) > 
    and ( select(2GetItemCooldown(5512)) == then
        UseItemByName
    (5512)
        return 
    true
    end 

  14. #5639
    Sovietbobcat's Avatar Corporal
    Reputation
    1
    Join Date
    May 2012
    Posts
    29
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Kink, in your 1.1.8 panda frost profile you have a typo at least I think it is and not a rotation one.

    With the DW Masterfost rotation, enabling and disabling the Aoe.

    DW Masterfrost Enabled
    .:|-Panda Frost

    AoE: Enabled
    * AoE Rotation Enabled.
    .:|-Panda Frost

    AoE: Disabled
    *2H Frost Enabled.
    .:|-Panda Frost

    Same with trash rotation.
    Last edited by Sovietbobcat; 11-04-2012 at 09:54 AM. Reason: Wording

  15. #5640
    lolomo2003's Avatar Active Member
    Reputation
    49
    Join Date
    Apr 2012
    Posts
    102
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Great profile mate. I've tried when you released first and I want to tell you its working great but this new version lock my UI really often at about 10-15 min only "/reload ui" works. Previous version didn't have this issue. Anyway thx for your very good job. +rep
    P.S Tried only with Trash AOE at the moment
    Last edited by lolomo2003; 11-04-2012 at 08:10 AM.

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