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

User Tag List

Page 237 of 731 FirstFirst ... 137187233234235236237238239240241287337 ... LastLast
Results 3,541 to 3,555 of 10955
  1. #3541
    nebmyers's Avatar Master Sergeant
    Reputation
    1
    Join Date
    Apr 2011
    Posts
    99
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Any decent unholy spec rotation for 4.3?

    [BETA] PQRotation - an automated ability priority queue.
  2. #3542
    imdasandman's Avatar Contributor
    Reputation
    206
    Join Date
    Feb 2011
    Posts
    965
    Thanks G/R
    9/4
    Trade Feedback
    7 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by nebmyers View Post
    Any decent unholy spec rotation for 4.3?
    you have to drop dnd manually with the bubba one... I have no idea how to code dnd as it is a 2 click operation

  3. #3543
    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)
    I've been trying to look into how to detect or at least "split" up Mind Flay into each induvidual ticks.
    I've tried looking at the source of Quartz and other similar addons as to how they break it down into each induvidual tick but it didn't really help much.

    For those of you out there who know LUA quite a bit better than what I do, wouldn't it essentially become something like the code bellow, as you offset the current latency at the same time;

    Code:
    local CurTime = GetTime() * 1000.0
    local _,_,_,_,startTime,endTime = UnitChannelInfo("PLAYER")
    local TickInterval = (endTime - startTime + CurTime) / 3
    For example, say I have so much haste that Mind Flay channels through at 2.23 seconds, having a latency on 56 and knowing Mind Flay gives off 3 ticks, the math should look like something like this;
    2.23 + 0.056 = 2.286 / 3 = 0.762

    Essentially, it should tick around every 0.762 seconds under those circumstances.

    Now, to actually apply this in PQR, I'm at a loss. I can't really seem to wrap my head around how I could manage to determine how many ticks have passed, and/or how many ticks are left as latency and haste values change depending a lot of things.
    ----------------------
    Or would it be better to maybe directly use it as this;
    Code:
    local _,_,_,_,_,endTime = UnitChannelInfo("player")
    local TickInterval = (endTime/1000 - GetTime()) / 3
    That's if my assumptions are right. Any help would be appreciated tho. :P
    Last edited by Kinky; 12-28-2011 at 09:50 PM. Reason: Updating

  4. #3544
    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)
    Just a question to the PQR community: What classes do you think can benefit most from PQR?

    I'm mainly interested in the advantage it gives in PVP, but PVE feedback is useful too. When class balancing I'd imagine blizzard takes into account human testers rather than optimum ability assuming a perfect rotation.

    I've been testing a bunch of classes and these are a few of my thoughts.

    • Casters: A slight disadvantage over melee. The new PQR_ResetMovementTime makes casters able to cast non-instant spells quicker when stopping. This still has the problem of the user not knowing if an instant is currently higher priority however, for example, let's say I'm a frost mage and stop running expecting my rotation to switch to Frostbolt to slow the opponent, but there's actually a higher priority instant cast that fires instead. I could have kept running/kiting had I known this.
    • Healers: Being able to heal in a calculated and mana efficient manner is extremely useful.
    • Dispels: Any dispel/spellsteal class is in a very good position. Not only can you dispel with incredible reaction time, but it's not humanly possible to monitor buffs/debuffs on 10 people at once in arenas. Once I work out how to cycle arena opponents checking for dispellable buffs in a decent manner this should be all the more so.
    • Melee/Hunters: Perhaps Ret paladin aside, melee classes don't have to worry about stopping to cast, and thus don't have to gamble with what PQR might be doing next.


    And some tips:

    • Create multiple rotations! I get around the caster issues with a button-tap rotation switch, to make sure I get that frostbolt slow off I need.
    • Customise your rotation based on the target's class. For example, Demoralising Shout on rogues/warriors/hunters/DKs, save stuns for when the target is casting if they are a priest/warlock/mage.
    • Take your focus target into account with any aoe abilities, to make sure you don't break CC in arenas. If I Polymorph the focus, and my focus is within interact range then my Frost Nova becomes disabled etc.
    • Always have a pause button for your rotation so you can use your own abilities, PQR can't work out what your teammates are saying on vent.
    • Pause and /stopattack for CCs on your target, so PQR doesn't automatically break them.


    With a cleverly designed rotation, anyone can go from bad to glad in arena.

  5. #3545
    nebmyers's Avatar Master Sergeant
    Reputation
    1
    Join Date
    Apr 2011
    Posts
    99
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by imdasandman View Post
    you have to drop dnd manually with the bubba one... I have no idea how to code dnd as it is a 2 click operation
    can't code mouse over?

  6. #3546
    imdasandman's Avatar Contributor
    Reputation
    206
    Join Date
    Feb 2011
    Posts
    965
    Thanks G/R
    9/4
    Trade Feedback
    7 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by nebmyers View Post
    can't code mouse over?
    i would rather it just drop it on the boss/mob without a mouseover... I know it is possible in HB but have no idea if it is possible with pqr

  7. #3547
    darkayo's Avatar Member
    Reputation
    3
    Join Date
    Jan 2008
    Posts
    191
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Update I removed T13 from the rotation, and it works fine. but note I have my 4pc set
    Could you explain how to do this, or upload the modified profil ?
    Thanks !

  8. #3548
    Testy9's Avatar Member
    Reputation
    2
    Join Date
    Apr 2008
    Posts
    41
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Wow, this PQRotation tool is truly amazing! I'm using the Holy Paladin PVE No Mouseover profile and so far it's working nicely! I got to Madness of DW (10man) with it. Almost no wipes. I mean, the profile actually targets and heals a target instantly! And the reactions are even faster than the UPaCCBT Holy Paladin CC from HB. I didn't do anything apart from manually casting Holy Radiance and AM. The only downside is that the UPaCCBT is more configurable (uses more spells) but that's okay since I'm hoping the PQR profile will get updated and added with more stuff in the future.

    Besides, I only have a few issues with the PQR profile and some questions:

    1) The profile is no mouseover enabled, yes, but it sometimes doesn't heal myself. I even no targetted anybody or targetted the boss instead, it still doesn't heal myself. Only sometimes, though. Bug? Intended?

    2) The Holy Radiance spell isn't good. Sometimes, it uses Holy Radiance on people that are even far away from each other (like 10 yards away). Lag?
    Also, sometimes when everybody got to <40% (especially the tanks), the profile PQR uses Holy Radiance on them. Not good! Because people will then die. I guess PQR needs more checks for HR if we want the PQR to use it.

    3) I'm wondering why didn't the profile include the Lay On Hands spell? Hmm.

    4) Is it possible to implement something that lets PQR know what targets are tanks? Focustarget? So then maybe we can implement additional spells for the special targets (tanks) - (spells such as the Hand of Sacrifice, Protection, etc.)

    Also, from my experience, while this PQR profile is faster than the UPaCCBT CC but the HPS difference from these two is not that much - both are quite similar. Hmm, I need to figure out what can be improved and what rotations should be changed.

    Good job, Xelper and whoever else that created the Holy Paladin profile! ^^

  9. #3549
    Blehbot's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    79
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Xelper how far out of the scope would a function that moves the mouse to your current target location be? Could it even be done? It would be helpful on a few profiles for hunter traps death knight DnD drops and I am sure there are others mage fire?

  10. #3550
    woppo's Avatar Corporal
    Reputation
    1
    Join Date
    Dec 2011
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    2) The Holy Radiance spell isn't good. Sometimes, it uses Holy Radiance on people that are even far away from each other (like 10 yards away). Lag?
    Also, sometimes when everybody got to <40% (especially the tanks), the profile PQR uses Holy Radiance on them. Not good! Because people will then die. I guess PQR needs more checks for HR if we want the PQR to use it.

    Think we all have this problem best way i have found is make another copy of the rotation an take holy radiance out so you can swap to if needed

    ---------- Post added at 07:48 AM ---------- Previous post was at 06:43 AM ----------

    what i would really like is to knwo how to make pally holy pvp able to cleanse more things tryed entering my own it didnt seem to change anything can anybody help with this ?

  11. #3551
    Lofty's Avatar Banned
    Reputation
    37
    Join Date
    Feb 2008
    Posts
    74
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Testy9 View Post
    Wow, this PQRotation tool is truly amazing! I'm using the Holy Paladin PVE No Mouseover profile and so far it's working nicely! I got to Madness of DW (10man) with it. Almost no wipes. I mean, the profile actually targets and heals a target instantly! And the reactions are even faster than the UPaCCBT Holy Paladin CC from HB. I didn't do anything apart from manually casting Holy Radiance and AM. The only downside is that the UPaCCBT is more configurable (uses more spells) but that's okay since I'm hoping the PQR profile will get updated and added with more stuff in the future.

    Besides, I only have a few issues with the PQR profile and some questions:

    1) The profile is no mouseover enabled, yes, but it sometimes doesn't heal myself. I even no targetted anybody or targetted the boss instead, it still doesn't heal myself. Only sometimes, though. Bug? Intended?

    2) The Holy Radiance spell isn't good. Sometimes, it uses Holy Radiance on people that are even far away from each other (like 10 yards away). Lag?
    Also, sometimes when everybody got to <40% (especially the tanks), the profile PQR uses Holy Radiance on them. Not good! Because people will then die. I guess PQR needs more checks for HR if we want the PQR to use it.

    3) I'm wondering why didn't the profile include the Lay On Hands spell? Hmm.

    4) Is it possible to implement something that lets PQR know what targets are tanks? Focustarget? So then maybe we can implement additional spells for the special targets (tanks) - (spells such as the Hand of Sacrifice, Protection, etc.)

    Also, from my experience, while this PQR profile is faster than the UPaCCBT CC but the HPS difference from these two is not that much - both are quite similar. Hmm, I need to figure out what can be improved and what rotations should be changed.

    Good job, Xelper and whoever else that created the Holy Paladin profile! ^^

    I am too a user of the PQRotation Hpala and the UPaCCBT. For the PQR rotation the things that need to be fixed.

    Lay on Hands needs to be added.

    Light of dawn needs to be added.

    HR needs to be changed so if say 3-4 people are ABOVE 40% but below 60% then it gets used.


    Also a few of the current healing spells needs there health % adjusted (As soon as you start getting decent gear and high haste, this profile rapes your mana)

    I did start making changes to see if i could fix the above, but been busy with the holiday season. Im not sure if bubba is still working on the HPala profile, but i will start it up again and see if i can make it better incase he does not add an update.

  12. #3552
    Tyron1989's Avatar Sergeant
    Reputation
    1
    Join Date
    Mar 2010
    Posts
    53
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi all,

    nice work on all the profiles and work that goes into this !

    I was wondering if it's possible to set lifebloom for the restro druid profile to go on the person with the most HP or focused or can it be set to do it on the play with the most health + person withe defence stance / blood pressance / RD (for pallys) / bear form? (something like that)


    also i want it to use swift mend more, almost on CD. it seems to rarely use it so i lose allot of HPS in raids =[

    is this possible if so can someone todo?

  13. #3553
    Deva's Avatar Master Sergeant
    Reputation
    17
    Join Date
    Oct 2011
    Posts
    74
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    For the Holy Radiance ability in buba's holy paladin profile, simply go in and add this just before the "then" in the "if" statement:

    Code:
    and PQR_CustomTargetHP > 60
    I set it to 60 for now, but might tweak it to be a bit later.

    I tried adding in Light of Dawn but it hasn't worked yet, need to do more testing (and preferably, find out a way to get some working proximity code).

  14. #3554
    Lofty's Avatar Banned
    Reputation
    37
    Join Date
    Feb 2008
    Posts
    74
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by a9058727 View Post
    For the Holy Radiance ability in buba's holy paladin profile, simply go in and add this just before the "then" in the "if" statement:

    Code:
    and PQR_CustomTargetHP > 60
    I set it to 60 for now, but might tweak it to be a bit later.

    I tried adding in Light of Dawn but it hasn't worked yet, need to do more testing (and preferably, find out a way to get some working proximity code).
    Good stuff, cheers for that.

    And yeah i have been having problems with LoD too.

    I may just add it in like HR but on higher HP targets (A filler before HR gets used) and make sure im always in a decent position intill i can find away to check if targets are in LoD range

  15. #3555
    imdasandman's Avatar Contributor
    Reputation
    206
    Join Date
    Feb 2011
    Posts
    965
    Thanks G/R
    9/4
    Trade Feedback
    7 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Blehbot View Post
    Xelper how far out of the scope would a function that moves the mouse to your current target location be? Could it even be done? It would be helpful on a few profiles for hunter traps death knight DnD drops and I am sure there are others mage fire?
    This....
    The spells that have the click>mouseover where you want ability placed>click again to set it.
    Spell that I know of and I am sure there is more:

    Death and decay
    Rain of fire
    Summon infernal
    Trap launcher
    The Mage circle of ice and fire ape spell.
    Druids mushrooms
    Rogues distraction
    All I can think of that uses the click>mouseover>set


    Sent from my SAMSUNG-SGH-I997 using Tapatalk
    My Frost/Unholy DK WoL ranking edits(4.3) and crystals Hunter Beta profiles-
    https://imdasandmandeathknight.googl...com/svn/trunk/
    Originally Posted by Valma View Post
    Oh sure. (: Plz,lord,rewrite my profile without "re-inventing a wheel".I'm really interested how would you do so.I even ready to eat my pants if yours will perform better in raids than mine

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