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

Shout-Out

User Tag List

Page 242 of 731 FirstFirst ... 142192238239240241242243244245246292342 ... LastLast
Results 3,616 to 3,630 of 10955
  1. #3616
    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)
    Originally Posted by Xelper View Post
    If you aren't in a raid, you might want to consider removing Consecration from the rotation.
    OK thanks m8

    Also my gear is really really bad are Ret pala any good at dps?

    [BETA] PQRotation - an automated ability priority queue.
  2. #3617
    Xelper's Avatar ★ Elder ★
    Reputation
    1024
    Join Date
    Mar 2007
    Posts
    860
    Thanks G/R
    0/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yes, Rets are good in 4.3.

    Also, some people have been requesting that I put together a list of custom PQR functions:
    PQR Custom Functions - PQRotation Wiki

  3. #3618
    FrostDKsFTW's Avatar Sergeant Major
    Reputation
    20
    Join Date
    Nov 2011
    Posts
    169
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey guys, was just wondering if anyone could help me code Dark Simulacrum for DK's in Arena so that it would auto copy a CC if someone is casting it (focus or target) to be used then manually whenever I want. Also if I could get this working, it wouldn't be so hard to modify it so that if the DK is below a certain percent health it would try to copy a heal instead and heal himself.
    Thanks.

  4. #3619
    saga3180's Avatar Knight-Lieutenant
    Reputation
    6
    Join Date
    Sep 2011
    Posts
    240
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    And yet i can't get the holy pally rotation from lofty working

    Keeps crashing after fixing it >.>

  5. #3620
    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)
    Done a Hunter Survival PvE profile, Also done some cleanup on misdirection code

    xeronhunterb010112PQRProfiles.zip

  6. #3621
    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 saga3180 View Post
    And yet i can't get the holy pally rotation from lofty working

    Keeps crashing after fixing it >.>
    Working on it now. Just waiting on these stupid LFR queues to test stuff

  7. #3622
    saga3180's Avatar Knight-Lieutenant
    Reputation
    6
    Join Date
    Sep 2011
    Posts
    240
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    That's great maybe you could add my realfriend id and help you out or something.
    Send me a msg if you want it

  8. #3623
    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)
    Ok errors have been fixed. Just gonna do a few quick tests and ill upload the working version.

    There was quite a few format errors (doh)

    *EDIT*

    Seems to be working great

    Going to do one more test. Going to go Ultra and semi AFK (All im going to do is click on healer buffs)

    *EDIT2*

    Need to do anouther run. LoD and Heroic will was not working.

    If i have it working this time ill upload the new version. Then when i get to do a real raid tonight ill tweak the %'s a little more (Altho i did leave ultra on 90% mana while still being top healer on LFR)
    Last edited by Lofty; 01-01-2012 at 03:43 AM.

  9. #3624
    bbatotas's Avatar Private
    Reputation
    3
    Join Date
    Aug 2011
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    One of the things I was thinking of for the shadow priest profile (and having no knowledge of LUA I don't know if it's even possible) is for threshold to when to cast Vampiric Touch changed dynamically with changes in your haste.

    For example, right now in the shadow priest profile Vampiric Touch is set to cast under the condition that there are less than 4 seconds left on the debuff, but this could be improved. If you can get your character's cast time for Vampiric Touch, the optimal time to cast would be any time the debuff has ((VT tick interval) + (VT cast time)) seconds left.

    If somehow you can track your paper doll haste rating, you could find out the optimal time by using VT tick interval = (3/((Haste/12805)+1))-0.0005) and VT cast time = (1.5/((1+(Haste/12805))*1.0815))

    So, cast VT when the debuff has (3/((Haste/12805)+1))-0.0005)+(1.5/((1+(Haste/12805))*1.0815)) seconds left.

    In addition, it should cast DP only when it's on its last tick, so cast DP when the debuff has (3/((Haste/12805)+1))-0.0005) seconds left.

    Why does this matter? While first, for fights where you get significant haste buffs like Madness, it drastically changes the time you have to refresh VT and DP, and you may get a larger amount of mindflays because your refreshing it perfectly. In addition, it will get the largest dps value out of any haste proc trinket or anything like that.

  10. #3625
    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)
    Holy paladin update.


    Code:
    CHANGELOG V1.1
    
    1) BUG FIXES
    2) CHANGED Heroic will to be cast on 3 seconds left (Instead of one) to account for lag
    3) CHANGED LoH to be cast at 12% (Up from 7%)
    
    
    CHANGELOG V1.0
    
    1) Added in Xelper's Ultraxion's Hour of Twilight / Fading light code
    2) Added OHSHIT button (Lay on Hands)
    3) Added the use of Healthstone
    4) Changed some health percents for healing spells
    5) Changed mana regen abilities for better mana usage
    6) Added Light of Dawn (Does not check for range, so make sure you are correctly positioned)
    7) Fixed Cleanse (I think)
    8) Will be much better on mana usage now
    All bugs should be fix now, and it should play nice

    Not 100% sure if it is using LoD ATM. So please feedback if you do not see it getting cast

    DOWNLOAD: http://dl.dropbox.com/u/11791741/10-...din%20v1.1.rar
    Last edited by Lofty; 01-01-2012 at 10:57 AM.

  11. #3626
    kzmz's Avatar Private
    Reputation
    1
    Join Date
    Jan 2012
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    whether there is a feral cat in profile view of PvE bonus 2 and 4t13?
    sorry for my english

  12. #3627
    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)
    Originally Posted by kzmz View Post
    whether there is a feral cat in profile view of PvE bonus 2 and 4t13?
    sorry for my english
    Change Ferocious Bite (in abilities(all druid profiles use the same code)) where it says 25 change it to 60

  13. #3628
    kzmz's Avatar Private
    Reputation
    1
    Join Date
    Jan 2012
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I did it, just changed in RIP: if riphealth> 60 then
    how to make use savage roar with any number of combopoints?
    whether he will ravage used after tiger fury?

  14. #3629
    GRB's Avatar Established Member CoreCoins Purchaser
    Reputation
    65
    Join Date
    Oct 2008
    Posts
    222
    Thanks G/R
    0/1
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @Sheuron

    Dont copy past abilitys from your mage to other profiles you create.

    Example:
    rogue stop if:
    --Ofensive abilitys--
    the UnitBuffID("***") are from the mage.
    so it will only stop if rogue have Invisibility buff or is drinking not eating!!

  15. #3630
    jackus's Avatar Active Member
    Reputation
    58
    Join Date
    Aug 2006
    Posts
    802
    Thanks G/R
    1/12
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Lofty View Post
    Holy paladin update.


    Code:
    CHANGELOG V1.1
    
    1) BUG FIXES
    2) CHANGED Heroic will to be cast on 3 seconds left (Instead of one) to account for lag
    3) CHANGED LoH to be cast at 12% (Up from 7%)
    
    
    CHANGELOG V1.0
    
    1) Added in Xelper's Ultraxion's Hour of Twilight / Fading light code
    2) Added OHSHIT button (Lay on Hands)
    3) Added the use of Healthstone
    4) Changed some health percents for healing spells
    5) Changed mana regen abilities for better mana usage
    6) Added Light of Dawn (Does not check for range, so make sure you are correctly positioned)
    7) Fixed Cleanse (I think)
    8) Will be much better on mana usage now
    All bugs should be fix now, and it should play nice

    Not 100% sure if it is using LoD ATM. So please feedback if you do not see it getting cast

    DOWNLOAD: http://dl.dropbox.com/u/11791741/10-...din%20v1.1.rar
    maybe make it use crusader strike? And the bot dont heal it self O_o
    EDIT: and dispell dont seem to work unless u target the target that needs dispelling.
    Last edited by jackus; 01-01-2012 at 01:16 PM.

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