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

Shout-Out

User Tag List

Page 230 of 731 FirstFirst ... 130180226227228229230231232233234280330730 ... LastLast
Results 3,436 to 3,450 of 10955
  1. #3436
    Techz's Avatar Member
    Reputation
    2
    Join Date
    Aug 2009
    Posts
    160
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks Cahonez

    I cant wait to test out the rotation :-)

    [BETA] PQRotation - an automated ability priority queue.
  2. #3437
    Leetjerk's Avatar Sergeant
    Reputation
    13
    Join Date
    Dec 2011
    Posts
    49
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Masterfrost

    Finished with my DK Masterfrost profile. Some code is bubba's some mine. I've ranked on most fights with this profile.

    You'll have to edit frost strike-RP cap to suit your talents (runic power mastery(i run 3/3)).

    MEGAUPLOAD - The leading online storage and file delivery service

    Trash: pops no CD's
    No Ghoul: pops short cd's (not ghoul or ERW)
    Masterfrost: pops everything

    Some feedback would be nice.

  3. #3438
    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)
    Small update:


    Package includes:
    Mage (Frost PvP, Fire PvE, Arcane PvE)
    Priest (Holy PvE, Discipline PvP)
    Hunter (MM PvE)
    Warrior (Protection PvE, Fury PvE)
    Rogue (Combat PvE, Subtlely PvP)
    Death Knight (Frost PvP)

    xeron261211PQRProfiles.zip

    - Add Ice Tomb from Hagara to rotation
    - Some fixes on holy priest profile to reduce overhealing and waste less mana when working with more healers

    Done some tweaks on Autotarget function, now detect incoming heals and gives priority to dispel some spells

  4. #3439
    deathndecay's Avatar Member
    Reputation
    10
    Join Date
    Oct 2007
    Posts
    85
    Thanks G/R
    1/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    any love for enhancement shamans with this? cant find one good profile in 231 pages...

  5. #3440
    Meatglue's Avatar Active Member
    Reputation
    16
    Join Date
    Aug 2011
    Posts
    248
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Techz View Post
    I have been using the DK profiles still not sure which are the best ones for a dk as im DW frost but they both do really nice dps

    Im just asking from others who may have used alot of these profiles on different toons could they by any chance give me some advice on which toon i should level next as in to which profile is the best at dps

    So im asking really which bangs out the most dps as from what i have seen raiding with LFR fire mages are the highest DPS output at the moment

    Thanks

    Techz
    Only two current frost profiles out there I am aware of is Imdasandman's powerfrost profile and Sheuron's frost pvp profile. Both work really well to me so far.

  6. #3441
    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)
    Just noticed that if there's another warrior in the group and he/she applies rend first, then PQR won't apply rend for me. The same thing happened with Enh Shaman's Flame Shock. Anyone knows what might be the problem here?

  7. #3442
    Bossqwerty's Avatar Legendary
    Reputation
    713
    Join Date
    Nov 2006
    Posts
    693
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kingdps View Post
    @Bossqwerty

    i love your arms profil

    i ranked top 20 @ ultra with it (did some very little changes)

    Changes:
    1. Bersi Rage on 2. position
    2. Inner Rage on 3. position ( i have 2er t13)
    and added action /use 10 for my Engineering Gloves
    3. Heroic Strike (proc):



    4. i added Bloodfury (orc bonus) and Apparatus to stack with Deadly Clam



    + Actions

    /cast Blood Fury(Racial)
    /use 12
    /use 13
    Thanks, glad to hear it worked well for you. I'll add those changes and check it out!

    ---------- Post added at 10:26 PM ---------- Previous post was at 10:17 PM ----------

    Originally Posted by SprayPlaster View Post
    Just noticed that if there's another warrior in the group and he/she applies rend first, then PQR won't apply rend for me. The same thing happened with Enh Shaman's Flame Shock. Anyone knows what might be the problem here?
    I'm not very experienced with LUA in general but I'm 99% sure this is because the rend he applies has the same spellID as yours, therefore pqr think's you already put it up. I THINK that the 8th variable unitbuffID returns is the source (caster of spell) so this would be an easy fix. I can't do it myself atm though but that's what you'd need to do.

    edit: It'll look something like this, I think this may even work fine:

    Code:
    local _, _, _, _, _, _, _, Source = UnitdeBuff("Target", 94009)
    local name = UnitName("player")
    
    if Source ~= name or UnitDebuffID("target", 94009) == nil then
    return true end
    Replace your rend code with that and let me know if it works, may not. It should work for flameshock as well if you just replace the SpellIDs
    Last edited by Bossqwerty; 12-25-2011 at 10:57 PM.

  8. #3443
    crystal_tech's Avatar Elite User
    Reputation
    468
    Join Date
    Feb 2008
    Posts
    1,033
    Thanks G/R
    1/6
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yea its a filter issue. just need to add player after the id so it looks like
    Code:
    UnitDebuffID("target", 1111, "PLAYER")
    the 1111 isn't rend just a random number for the example.

    ---------- Post added at 11:40 PM ---------- Previous post was at 11:37 PM ----------

    Originally Posted by diesall View Post
    personally i'd just use "LibBossIDs-1.0" from the ace3 repository , it does most of the work your trying to achieve there, its basically a (for the most part) kept up top date lookup table for boss id's
    Thing is that using the ace3 addon theres a chance that a user might not have that addon and thus break the code. A small chance but a chance unless blizzards ui addons use the same addon for their code. if thats true I'd look into coverting it to ace3 calls.

    ---------- Post added at 11:41 PM ---------- Previous post was at 11:40 PM ----------

    Originally Posted by Cahonez View Post
    amazing! thank you so much mate.

    I did have to change the spell ID for lunar eclipse as it didnt register properly, but now it works like a charm.

    +rep and have a merry christmas!
    darn I thought I got the right SpellID for ya, but I'm glad it works for ya.

  9. #3444
    botman420's Avatar Private
    Reputation
    1
    Join Date
    Dec 2011
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by sheuron View Post
    Small update:


    Package includes:
    Mage (Frost PvP, Fire PvE, Arcane PvE)
    Priest (Holy PvE, Discipline PvP)
    Hunter (MM PvE)
    Warrior (Protection PvE, Fury PvE)
    Rogue (Combat PvE, Subtlely PvP)
    Death Knight (Frost PvP)

    xeron261211PQRProfiles.zip

    - Add Ice Tomb from Hagara to rotation
    - Some fixes on holy priest profile to reduce overhealing and waste less mana when working with more healers

    Done some tweaks on Autotarget function, now detect incoming heals and gives priority to dispel some spells

    I have a few suggestions to your PvP Disc profile:
    - shadow word: pain, devouring plauge and mana burn on targets above 40% hp
    - mana burn only people with 50k mana or more (and don't burn warlocks as well because they have life tap)
    - mind spike and mind blast with 3 debuff stacks of mind spike on target with 40% hp or less
    - add innervate and divine plea on offensive dispel list
    - leap of faith on targets below 20% and between 20 and 40 yards away from you
    - add another ability only to dispel shadowfiend (need him dispelled asap if it is being rooted/stunned or something so i can get maximum mana from it)
    - shadow word: death on polymorph at focus/target/arena (like arena1, arena2, arena3)

    also, in bg's, the rotation is casting Heal instead of Flash Heal after a Flash Heal even though the target is at like 30% hp

    btw, i love your profiles, keep up the good work
    Last edited by botman420; 12-26-2011 at 02:23 AM.

  10. #3445
    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)
    for the boss stuff

    "bossN"
    The active bosses of the current encounter if available N (1,2,3 or 4). (Added in 3.3.0)

    from UnitId - WoWWiki - Your guide to the World of Warcraft

    so couldn't you just check if "target" == "boss1" or something?

    also it would be awesome to take fmagretto's event code and use it to implement a libhealth type thing for healers, the built in unithealth call doesn't update as quickly enough.
    Last edited by onya; 12-25-2011 at 10:56 PM.

  11. #3446
    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)
    Thanks for the infos Bossqwerty and crystal_tech.

  12. #3447
    crystal_tech's Avatar Elite User
    Reputation
    468
    Join Date
    Feb 2008
    Posts
    1,033
    Thanks G/R
    1/6
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by onya View Post
    for the boss stuff

    "bossN"
    The active bosses of the current encounter if available N (1,2,3 or 4). (Added in 3.3.0)

    from UnitId - WoWWiki - Your guide to the World of Warcraft

    so couldn't you just check if "target" == "boss1" or something?

    also it would be awesome to take fmagretto's event code and use it to implement a libhealth type thing for healers, the built in unithealth call doesn't update as quickly enough.
    hmm i'll try the boss1 and see if it works. as for the event code side of things, you would have to ask fmagretto.

  13. #3448
    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 Leetjerk View Post
    Finished with my DK Masterfrost profile. Some code is bubba's some mine. I've ranked on most fights with this profile.

    You'll have to edit frost strike-RP cap to suit your talents (runic power mastery(i run 3/3)).

    MEGAUPLOAD - The leading online storage and file delivery service


    Trash: pops no CD's
    No Ghoul: pops short cd's (not ghoul or ERW)
    Masterfrost: pops everything

    Some feedback would be nice.
    Works really well for me. Did more dps for me on the raid dummy than the typical Frost DK Rotation. Probably because I'm currently using the hentai sword from LFR and mastery trinkets, but doesn't matter, nice to have another option for Frost DKs. +reps

  14. #3449
    Bossqwerty's Avatar Legendary
    Reputation
    713
    Join Date
    Nov 2006
    Posts
    693
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Here's v3 of my stance dance arms warrior profile (this seems to outperform fury by quite a bit):

    BossProfilesv3.rar

    Couple of changes include:
    General tweaks
    Heroic strike code from kingdps
    Added berserker rage thanks to kingdps - only uses it if rage is low
    Keeping executioner stacks up is now prioritized in execute phase, rather than letting them drop off and then get it up to 5 again
    Rend is fixed if there's more than one warrior using rend in the raid - I will be adding this for colossus smash as well because I imagine the same problem should arise with 2 warriors

    It's pretty near perfect and I have very few things left to code, please PM me suggestions or post them in this thread. I will keep updating it, mainly going to start adding things like auto pressing the button on ultraxion at the very last millisecond (obviously going to compensate for latency) and auto targeting / casting stun on twilight sappers etc

    edit : the "arms pve rotation trash" rotation I didn't actually mean to include, all it does is remove the use of deadly calm and inner rage so if you're near a boss you can conserve the CDs

    edit 2: The code is still very messy, it looks like something from someone who's never coded before. That is actually the case so forgive me. I know things are named poorly too.
    Last edited by Bossqwerty; 12-26-2011 at 01:59 AM.

  15. #3450
    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 Xelper View Post
    This new function will work anywhere, regardless of a world map being present or not. It will also allow profile developers to set a global variable (PQR_ResetMovementTime, default value is 1 (second)) to indicate the reset timer for PQR_IsMoving. Before you would need to stand still for 1 second before it considered you not moving, you can change that to, for example, 0.3 now. In an ability in your rotation, preferably the first one... just add the line:
    Code:
    PQR_ResetMovementTime = 0.3
    Profile developers will need to figure out what they feel the best value is. Note that player tracking occurs globally, and at all times, so you cannot have one ability that uses 0.3 and another ability that uses 1.0)
    Thank you! I'm just about to return to WoW and the ability to change the amount of time required to be considered stationary is a godsend for any caster/healer pvp profiles. I'll be making good use of this.

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 11:58 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