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

User Tag List

Page 249 of 731 FirstFirst ... 149199245246247248249250251252253299349 ... LastLast
Results 3,721 to 3,735 of 10955
  1. #3721
    cokx's Avatar Banned
    Reputation
    92
    Join Date
    Dec 2008
    Posts
    896
    Thanks G/R
    0/0
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ok sorry i uploaded the wrong version.
    this should work now. the error was caused by the ranged freedom.

    please try this version
    cokxPALADIN3012012fixed.rar

    [BETA] PQRotation - an automated ability priority queue.
  2. #3722
    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)
    Should have a fix coming out in the next couple days for those that play with nameplates. You all probably notice that sometimes when AOEing the green 'target AOE' circle will not click, this is because you have nameplates enabled. I am currently testing a fix that will disable nameplates for a split second then restore them to your previous settings.

  3. #3723
    damo1981's Avatar Member
    Reputation
    1
    Join Date
    Jan 2011
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Been working on the disc pve profile too tweaking it about got it pretty nice now. but would love to put atonement in the rotation. what im asking is would it be possible too smite holyfire a focus target (boss add) while peeps are at say 95% hp and switch to proper heals at 94% etc. if someone could write the code for that i can tweak it about and post it for all to use. Thanks

  4. #3724
    paveley's Avatar Member
    Reputation
    4
    Join Date
    May 2010
    Posts
    85
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by cokx View Post
    Ok sorry i uploaded the wrong version.
    this should work now. the error was caused by the ranged freedom.

    please try this version
    cokxPALADIN3012012fixed.rar
    On the spot my friend!, thanks for this

  5. #3725
    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 cokx View Post
    Ok sorry i uploaded the wrong version.
    this should work now. the error was caused by the ranged freedom.

    please try this version
    cokxPALADIN3012012fixed.rar
    Could you add so it WONT dispel when vampiric touch is up?

    And in your interrupt
    Code:
     local buff = { 118,116,61305,28271,28272,61780,61721,2637,33786,5185,8936,50464,19750,82326,2061,9484,605,8129,331,8004,51505,403,77472,51514,5782,1120,48181,30108 }
    
    local castingSpell, _, _, _, _, endTime = UnitCastingInfo("target")
    for i,v in ipairs(buff) do
    if IsSpellInRange("Rebuke", "target")   and PQR_IsOutOfSight("target") == false and castingSpell == GetSpellInfo(v) and endTime/1000 - GetTime() < 0.5  then return true end end
    Could you add so it will check if target is immune to interrupts. Eg. Aura mastery or priest inner focus?
    Last edited by jackus; 01-03-2012 at 03:34 PM.

  6. #3726
    rages4calm's Avatar Member
    Reputation
    1
    Join Date
    Aug 2008
    Posts
    26
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    New PTR release and Arcane shot no longer consumes LnL for survival hunters looking forward to see the changes with that.

  7. #3727
    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)
    @Unasrage: Ah! Thanks for that. :P I didn't know there were anyone actually interested in it. I'll ressurect it just for you if you're still interested with it.

  8. #3728
    vorn10's Avatar Active Member
    Reputation
    75
    Join Date
    Nov 2010
    Posts
    303
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by cokx View Post
    Ok sorry i uploaded the wrong version.
    this should work now. the error was caused by the ranged freedom.

    please try this version
    cokxPALADIN3012012fixed.rar
    Still doesnt work, sometimes healing, sometimes not. Error, as someone said before. Casted HoP on me when i was 100% and not attacked.
    Last edited by vorn10; 01-03-2012 at 04:40 PM.

  9. #3729
    Unasrage's Avatar Member
    Reputation
    6
    Join Date
    Oct 2009
    Posts
    55
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @Mentally: Oh tk u verry mucth m8 it wold be wonderfull since i'm trying to lvl a new priest on the new server =)
    Looking forward to it really.

    on a side note tested the new rotacion on a t13 heroic geared priest and it's supperb 3k dps incrise

  10. #3730
    CharleyWex's Avatar Member
    Reputation
    1
    Join Date
    Dec 2011
    Posts
    57
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Lofty View Post
    Holy paladin update.
    CURRENT VERSION: 1.3


    Code:
    CHANGELOG V1.3
    
    1) ADDED Hand of Sacrifice to mouseover (Using left Ctrl)
    2) CHANGE a few more tweaks with heal percents
    3) REMOVED Healthstone intill i can work out a way for PQR to know we have it in our bags
    
    
    CHANGELOG V1.2.1
    
    1) FIXED heroic will now works (Credits to SHEURONS for the code from his profile)
    2) REMOVED beacon being cast on your focus
    
    
    CHANGELOG V1.2
    
    1) CHANGED Judgment will now only be cast to refresh buff (Not when it's off CD)
    2) CHANGED LoD will now cast if we have 2 or more HP
    3) ADDED beacon will now be cast on focus (Set tank as your focus and it will keep beacon on him)
    4) FIXED should now heal itself fine
    4) NOTFIXED heroic will still not working
    
    
    CHANGELOG V1.1.1
    
    1) FIXED will now cleanse withought you having to target the player
    
    
    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
    DOWNLOAD: http://dl.dropbox.com/u/11791741/10-...din%20v1.3.rar

    Code:
    TODO:
    
    1) SUGGESTIONS any other spells that people would like added?
    2) FIX Healthstone so it does not break the profile if we dont have it in our bags
    For some reason the Hand of Sacrifice improvement is causing massive .lua errors for me.

  11. #3731
    solarwake's Avatar Master Sergeant
    Reputation
    6
    Join Date
    May 2010
    Posts
    97
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can someone point me to the best dw frost dk rotation for 4.3? I don't have any t13 yet so I don't think masterfrost is my best option at this point.

    Thanks,
    Solarwake

  12. #3732
    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 CharleyWex View Post
    For some reason the Hand of Sacrifice improvement is causing massive .lua errors for me.
    Yeah i have removed it for now.

    Not sure if anyone else has noticed too, but mine has stopped dispelling. So gonna have a look at that.

  13. #3733
    expunge's Avatar Knight-Lieutenant
    Reputation
    17
    Join Date
    Nov 2011
    Posts
    226
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by solarwake View Post
    Can someone point me to the best dw frost dk rotation for 4.3? I don't have any t13 yet so I don't think masterfrost is my best option at this point.

    Thanks,
    Solarwake
    The one included with PQR is fine then. Bubba's 4.2 rotation. Downloads - bubba-pqr-profiles - My Profiles for PQR - Google Project Hosting

  14. #3734
    zeloch's Avatar Member
    Reputation
    1
    Join Date
    Oct 2011
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by sheuron View Post
    Profile updates, package includes:
    Mage (Frost PvP, Fire PvE, Arcane PvE)
    Priest (Holy PvE, Discipline PvP)
    Hunter (MM PvE, Survival PvE)
    Warrior (Protection PvE, Fury PvE)
    Rogue (Combat PvE, Subtlely PvP)
    Death Knight (Frost PvP)

    xeron010112PQRProfiles.zip

    ---------- Post added at 05:10 PM ---------- Previous post was at 05:05 PM ----------



    Add 2000ms delay to explosive shot, no more dot overwrite
    love ur profiles!!! using mage-fire rotation.

    today in DS is not work to deal damage on Twilight Assault Drake and in geroic on Risen Ghoul,
    i think is not work if mobs>1, but i'm using profile @ 301211

    sry for my English

    /ps translate ur rotation for russian client, can ur post how ur get mobs name in function SpecialAggro(t) ?
    Last edited by zeloch; 01-03-2012 at 06:10 PM.

  15. #3735
    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)
    No balance druid rotations?

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 02:25 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search