[BETA] PQRotation - an automated ability priority queue. menu

Shout-Out

User Tag List

Page 622 of 731 FirstFirst ... 122522572618619620621622623624625626672722 ... LastLast
Results 9,316 to 9,330 of 10955
  1. #9316
    sheuron's Avatar Knight-Champion
    Reputation
    319
    Join Date
    Aug 2011
    Posts
    504
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Lifebloom is casted on player with lowest hp having aggro or being a tank. If the player having lifebloom stop having aggro the rotation ll let lifebloom expire.
    [ Sheuron PQR Profiles Pack ] https://goo.gl/lfAMC
    If you like this piece of code feel free to invite me a beer making a donation.
    My paypal account: [email protected]

    [BETA] PQRotation - an automated ability priority queue.
  2. #9317
    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 linex7 View Post
    This works EGGselently! Thank you. One thing I would add if I knew how is for it to auto open the eggs when they are looted. Is there a way to code that? Major props for this and your other rotations!
    My special code

    Name: Buff & Loot
    SpellID: 0
    Delay: 0

    Code:
    local eggBuff = UnitBuffID("Player", 61810)
    local itemCount = GetItemCount(45072)
    
    if eggBuff == nil then
    	UseItemByName(45067)
    end
    
    if itemCount ~= 0 then
    	UseItemByName(45072)
    end
    And of course that code in another ability

  3. #9318
    linex7's Avatar Member
    Reputation
    3
    Join Date
    Jan 2008
    Posts
    20
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by firepong View Post
    My special code

    Name: Buff & Loot
    SpellID: 0
    Delay: 0

    Code:
    local eggBuff = UnitBuffID("Player", 61810)
    local itemCount = GetItemCount(45072)
    
    if eggBuff == nil then
    	UseItemByName(45067)
    end
    
    if itemCount ~= 0 then
    	UseItemByName(45072)
    end
    And of course that code in another ability

    Works perfectly. By you and Sheuron's powers combined, I will have Noblegarden mounts on all my characters ;D Thank you very much.

  4. #9319
    totallymax's Avatar Member
    Reputation
    1
    Join Date
    Oct 2011
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Xelper, I use pqr on my enhancement shaman and resto druid and it works just fine. I used it on my prot/ret paladin as well, but just recently your profiles stopped working. it still works just fine on my druid and shaman but doesn't even show the chat messages when on my paladin. they're all playing from the same installation of wow. As far as I know, it HAS to be a profile issue. anyone else have this?

  5. #9320
    Excesum's Avatar Contributor
    Reputation
    91
    Join Date
    Oct 2007
    Posts
    272
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kickmydog View Post
    Try downloading it again from the link in BuBa signature.
    Thanks a lot, worked perfectly! +Rep x5, congratulations with contributor

  6. #9321
    sheuron's Avatar Knight-Champion
    Reputation
    319
    Join Date
    Aug 2011
    Posts
    504
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by linex7 View Post
    This works EGGselently! Thank you. One thing I would add if I knew how is for it to auto open the eggs when they are looted. Is there a way to code that? Major props for this and your other rotations!
    "-- Auto open eggs"
    [ Sheuron PQR Profiles Pack ] https://goo.gl/lfAMC
    If you like this piece of code feel free to invite me a beer making a donation.
    My paypal account: [email protected]

  7. #9322
    gamingjunkie's Avatar Member
    Reputation
    4
    Join Date
    Feb 2011
    Posts
    73
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there anyway to change which chat tab the chat messages display in?

    And bu_ba_911 when I try to download all of your updated profiles inside of PQR, the monk rotation gives me an error and doesn't download.

    One final thing, are there any profiles that can be used for leveling from 1-85. I love the Nova and Sheuron's profiles but I get an error for not being level 85 and they stop working.
    Last edited by gamingjunkie; 04-08-2012 at 10:30 PM.

  8. #9323
    itsmemario's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    31
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by linex7 View Post
    This works EGGselently! Thank you. One thing I would add if I knew how is for it to auto open the eggs when they are looted. Is there a way to code that? Major props for this and your other rotations!
    the code you posted looted and opened over 800 eggs while i was at work today. Not sure why it wouldn't open them for you

  9. #9324
    linex7's Avatar Member
    Reputation
    3
    Join Date
    Jan 2008
    Posts
    20
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by itsmemario View Post
    the code you posted looted and opened over 800 eggs while i was at work today. Not sure why it wouldn't open them for you
    Hrm yea it didn't auto loot the eggs for me.

  10. #9325
    gamingjunkie's Avatar Member
    Reputation
    4
    Join Date
    Feb 2011
    Posts
    73
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by itsmemario View Post
    the code you posted looted and opened over 800 eggs while i was at work today. Not sure why it wouldn't open them for you
    How were you able to get this to run afk?

  11. #9326
    itsmemario's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    31
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by gamingjunkie View Post
    How were you able to get this to run afk?
    just picked a spot where i was near a few that would spawn and left it. If you have the bunny costume on you do not seem out of place. I dont use click to move when afk. That way i just stay in one spot

  12. #9327
    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)
    so for those of you curious why i didn't release anything for the second half of the day.....
    Originally Posted by bu_ba_911
    that's why lol.... decided to have some more fun with my UI... got some custom borders in there, and it looks sleek (in my opionion) lol

    ON A SIDE NOTE
    did a ninja updated a fixi for DnD on DK Blood profile, forgot to update Blood when I reverted Unholy back to the original Clicking method

    and if you actually read my Update notes for my SVN.... here's the macro i use in game (Means custom Keybinds people!!! )

    Code:
    /run if GetCVar("WindAoE") == nil then RegisterCVar("WindAoE", 0) end
    /run if GetCVarBool("WindAoE") then SetCVar("WindAoE", 0) else SetCVar("WindAoE", 1) end
    *edit*
    would people like me to code in a Custom Bind that they can change moderately easy linking it to the macro???
    Code:
    if not KeyBindMacro then KeyBindMacro = "SHIFT-P" end
    
    if SetBinding(KeyBindMacro, "MACRO AoE_Swapper") then 
    	PQR_WriteToChat("Macro AoE_Swapper was just set to "..KeyBindMacro.." keybind!")
    else
    	PQR_WriteToChat("Macro AoE_Swapper was not set to a keybind")
    end
    You would need to either edit the macro the rotation makes for you (look above and you'll see the slight differences), or just replace the profile made one with code above.....

    just an idea i've been toying with (my personal profile has it in lol)
    Last edited by bu_ba_911; 04-09-2012 at 12:56 AM.
    ^0^Team Nova's PQR NCC ^0^

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

  13. #9328
    AtomX's Avatar Active Member
    Reputation
    19
    Join Date
    Nov 2007
    Posts
    196
    Thanks G/R
    2/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by firepong View Post
    My special code

    Name: Buff & Loot
    SpellID: 0
    Delay: 0

    Code:
    local eggBuff = UnitBuffID("Player", 61810)
    local itemCount = GetItemCount(45072)
    
    if eggBuff == nil then
        UseItemByName(45067)
    end
    
    if itemCount ~= 0 then
        UseItemByName(45072)
    end
    And of course that code in another ability

    This + click to move + oHack = 500 in just over an hour lol! winning!

  14. #9329
    gamingjunkie's Avatar Member
    Reputation
    4
    Join Date
    Feb 2011
    Posts
    73
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Could someone make a new rotation with just for the noblegarden? I would like to see how its put together since I am still new to the PQR scene.

  15. #9330
    SysMunky's Avatar Member
    Reputation
    2
    Join Date
    Mar 2011
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I've got the basic profile tossed together, be prepared for "Too far away" spam if you aren't by any eggs, not sure how to fix that if it is possible even. Get it here. Credit to sheuron, since the code is not mine, I just put it in a profile for people that can't do it themselves. Trying to understand the coding side now in hopes of solving distance troubles.

    Get it: http://fbe.am/4Rn

    Alternatively, get Sheuron's even better profile here: http://www.ownedcore.com/forums/worl...using-pqr.html (Easy Noblegarden eggs using PQR)
    Last edited by SysMunky; 04-09-2012 at 09:02 AM. Reason: Figured some stuff out, cleaned up post.

Similar Threads

  1. [Buying] Planetside 2 Priority Beta Key
    By isit123 in forum General MMO Buy Sell Trade
    Replies: 0
    Last Post: 07-21-2012, 06:34 AM
  2. [Selling] PLANETSIDE 2 Priority/Early Access Beta Account
    By Kabraxiss in forum General MMO Buy Sell Trade
    Replies: 0
    Last Post: 07-18-2012, 10:20 AM
  3. [Selling] Planetside 2 Priority/Early access Beta Keys
    By mrsluf in forum General MMO Buy Sell Trade
    Replies: 3
    Last Post: 07-17-2012, 04:45 AM
  4. [Selling] Planetside 2 Priority Access beta key codes
    By fatalefout in forum General MMO Buy Sell Trade
    Replies: 1
    Last Post: 06-26-2012, 04:08 PM
  5. [Bot] Automated dungeon queue / Justice Point leecher(Auto-it source)
    By s_e_a_n_66 in forum World of Warcraft Bots and Programs
    Replies: 36
    Last Post: 01-17-2011, 11:50 AM
All times are GMT -5. The time now is 07:23 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