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

User Tag List

Page 168 of 731 FirstFirst ... 68118164165166167168169170171172218268668 ... LastLast
Results 2,506 to 2,520 of 10955
  1. #2506
    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)
    I'm levelling a priest. renew/pws keeps the party up most of the time so i'd like to wand in between casts. i can't get this to work in a way that doesn't spam toggle shoot off and on. any ideas?

    [BETA] PQRotation - an automated ability priority queue.
  2. #2507
    TiefBlau's Avatar Member
    Reputation
    2
    Join Date
    Oct 2011
    Posts
    25
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by onya View Post
    I'm levelling a priest. renew/pws keeps the party up most of the time so i'd like to wand in between casts. i can't get this to work in a way that doesn't spam toggle shoot off and on. any ideas?
    I'm just about to level a priest myself, so this is also of interest to me. Could you maybe use something like IsCurrentAction() to check whether wand autoattack is currently toggled?

  3. #2508
    grayyman's Avatar Corporal
    Reputation
    4
    Join Date
    Sep 2011
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Sharaak View Post
    I was on a level 83 Hunter.
    PQR_IsMoving, used to help you choosse what spell you should use if your say running towards a mob or from a mob etc, to imprve your dps. because the ship is moving even if your standin still prqis moving = true. thats why.

  4. #2509
    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)
    Originally Posted by TiefBlau View Post
    I'm just about to level a priest myself, so this is also of interest to me. Could you maybe use something like IsCurrentAction() to check whether wand autoattack is currently toggled?
    yeah, thanks! i'm using this seems to work ok haven't tested it much. put shoot on slot 1 set up this code for spellid 5019 stuck it at the end of the rotation.

    isCurrent = IsCurrentAction(1)
    if isCurrent == nil then
    return true
    end

  5. #2510
    Kaolla's Avatar Contributor
    Authenticator enabled
    Reputation
    126
    Join Date
    Apr 2007
    Posts
    341
    Thanks G/R
    2/2
    Trade Feedback
    9 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Unholy Arena rotation is almost complete. Took it into 2050 3's tonight; left three hours later rated nearly 2300. If anyone has any arena-specific code they think would be helpful, I'd love to try incorporating it.

    It's definitely geared towards a PHDk comp, however. Unholy puts out a lot of pressure with Necrotic Strike, but you definitely need someone else around to actually put damage into the Necrotic stacks. I can try to produce an alternate rotation for specs that take Rage of Rivendare (for Scourge Strike). My only real question is whether people would prefer to have Pet CC (Gnaw/Monstrous Blow, Shambling Rush) tied into the rotation or triggered manually.

  6. #2511
    Sheepmoon's Avatar Contributor
    Reputation
    143
    Join Date
    Oct 2011
    Posts
    102
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I would be interested to take a look at it and do some testing. Without knowing what you have already done I can not really suggest what else it may need.

    I have a few codes that you might want to use depending what you need.

  7. #2512
    SpyroPT's Avatar Active Member
    Reputation
    15
    Join Date
    Aug 2011
    Posts
    121
    Thanks G/R
    3/7
    Trade Feedback
    8 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey mate, is it possible to update to the new PTR version ? Thanks

  8. #2513
    Kaolla's Avatar Contributor
    Authenticator enabled
    Reputation
    126
    Join Date
    Apr 2007
    Posts
    341
    Thanks G/R
    2/2
    Trade Feedback
    9 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Sheepmoon View Post
    I would be interested to take a look at it and do some testing. Without knowing what you have already done I can not really suggest what else it may need.

    I have a few codes that you might want to use depending what you need.
    Sent. Hope it doesn't fall apart on you

  9. #2514
    TiefBlau's Avatar Member
    Reputation
    2
    Join Date
    Oct 2011
    Posts
    25
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Kaolla View Post
    Unholy Arena rotation is almost complete. Took it into 2050 3's tonight; left three hours later rated nearly 2300. If anyone has any arena-specific code they think would be helpful, I'd love to try incorporating it.

    It's definitely geared towards a PHDk comp, however. Unholy puts out a lot of pressure with Necrotic Strike, but you definitely need someone else around to actually put damage into the Necrotic stacks. I can try to produce an alternate rotation for specs that take Rage of Rivendare (for Scourge Strike). My only real question is whether people would prefer to have Pet CC (Gnaw/Monstrous Blow, Shambling Rush) tied into the rotation or triggered manually.
    If they're off the GCD triggered manually would be my preference for this, now if only I can get the account my DK was on unbanned... (nice oreimo avatar btw)

    PQR has a lot of potential for arenas, but be careful about it breaking CC on targets. I add to the top of rotations I use in arena a pause and /stopattack if the current target is sheeped/feared/etc. Out of the classes that are viable for arena PRQing, I think melee classes work best due to the current PQR_IsMoving() screwing up casters (but, my solution to this is to make seperate rotations when alt/ctrl is held down, and hold those down when I want to stop), and that it's harder to judge when to stop running. Healers also seem to do well, based on that old disc profile that was lying around a number of pages back and bu_ba_911's current Holy Paladin script, those instant dispels give you an amazing edge.

    I've mainly been using an edited version of Sheuron's? old pvp arms warrior script that was in the prior versions of PQR, which worked wonders in arena with lctrl/lshift as pause to hit fear and stuff, and having it toggle attack power trinket when I hit deadly calm off the gcd etc.

    bu_ba_911: I really like what you did working spell reflection/disarm into that pvp arms profile. Something you might want to add though is the 30 second immobilise double hamstring, you could use Time() to check if 30 seconds has passed.

    edit: It looks like the DK pet abilities are actually on the GCD, in that case it's probably better to add them to the rotation. I guess I was getting that confused with Water Elemental's Freeze being off the GCD.
    Last edited by TiefBlau; 11-01-2011 at 07:19 AM.

  10. #2515
    ticklets's Avatar Member
    Reputation
    51
    Join Date
    Jun 2009
    Posts
    88
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Has anyone heard from mentally by any chance? He said he would release his disc profile around a month ago and to my knowledge never did.

    Sorry if I sound demanding lol, just wanted to know if he maybe changed his name or something along those lines.

  11. #2516
    SprayPlaster's Avatar Sergeant Major
    Reputation
    13
    Join Date
    Feb 2010
    Posts
    164
    Thanks G/R
    0/0
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ticklets View Post
    Has anyone heard from mentally by any chance? He said he would release his disc profile around a month ago and to my knowledge never did.

    Sorry if I sound demanding lol, just wanted to know if he maybe changed his name or something along those lines.
    Nah I don't think he did, I've been checking this thread every day for it haha. There's no good disc cc for honorbuddy so at the moment I have to heal as holy using sheuron's profile (thanks btw).

  12. #2517
    Shaela's Avatar Private
    Reputation
    1
    Join Date
    Aug 2011
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    A Disc profile would be awesome, my raid group wants me to go disc, but I've been putting it off. I've been healing with Sheuron's amazing holy profile, if someone could modify it for disc, that would be perfect.

  13. #2518
    Kaolla's Avatar Contributor
    Authenticator enabled
    Reputation
    126
    Join Date
    Apr 2007
    Posts
    341
    Thanks G/R
    2/2
    Trade Feedback
    9 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It looks like the DK pet abilities are actually on the GCD
    Hmm. I'm fairly certain they're not, unless my lag is so awful that I'm mistaking my test results I'll probably leave them out of the rotation, unless I can code an interesting CC chain. Not quite sure how I'd go about doing that, however. I added a simple Unholy PvE rotation (5/1/35 spec) and pulled 26k in Baradin Hold with a 360 itemlevel and plenty of PvP gear on, so I'll include that in the release as well.

    If someone can lay out the basic Discipline healing priorities, I can take a stab at it. I'm sure Mentally is still working on it; I think he just moved to a new house or something recently.
    Last edited by Kaolla; 11-01-2011 at 03:39 PM.

  14. #2519
    TiefBlau's Avatar Member
    Reputation
    2
    Join Date
    Oct 2011
    Posts
    25
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ah, I see. I was watching an unholy DK video and noticed the GCD ticker was appearing on his pet abilities at the same time as some of his own abilities, if it's off the GCD then manually would be the best choice (unless you want to use ghoul stun to interrupt spells or something).

  15. #2520
    lowrida's Avatar Member
    Reputation
    0
    Join Date
    Mar 2008
    Posts
    9
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Does anyone know how to obtain the offsets from PTR 14911 to make PQR work? I've tried fiddling around with Offset Finder and wasn't able to find the right values. Working with memory dumps is foreign to me. :confused:

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 08:39 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