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

Shout-Out

User Tag List

Page 259 of 731 FirstFirst ... 159209255256257258259260261262263309359 ... LastLast
Results 3,871 to 3,885 of 10955
  1. #3871
    vergil10's Avatar Member
    Reputation
    1
    Join Date
    Oct 2011
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    any one got feral (cat) pve profile ??

    [BETA] PQRotation - an automated ability priority queue.
  2. #3872
    Discipline's Avatar Contributor ALADEEN MOTHERFUCKER! CoreCoins Purchaser
    Reputation
    128
    Join Date
    Dec 2007
    Posts
    253
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by onya View Post
    onya tradeskills.zip

    made a profile to prospect all your ore, cut gems and make rings etc then disenchant them.

    assumes you're a priest with jc and enchanting.
    Could you, please, split those JC and ENCH parts? I tried to myself, but i cannot get it to work.

    ---------- Post added at 07:26 AM ---------- Previous post was at 07:19 AM ----------

    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
    That is a great profile.
    I don't get how you're still a leecher... +5rep

  3. #3873
    kickmydog's Avatar Contributor
    Reputation
    257
    Join Date
    Jul 2011
    Posts
    635
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by porksoda View Post
    I put the following code into Battle Shout. It looks to see if someone in your party has cast Horn of Winter (provides the same buff). If they have, Battle Shout will not be cast. Directly beneath this I have a Commanding Shout set to cast (same buff as fort) with no special checks in place. This provides the party with the maximum buffs and also provides you with rage regen, even if you happen to have a priest and a DK in party. If the DK is bad with keeping his horn up, you'll simply alternate between shouts.

    No special checks are needed since they share a timer. Simply add this code to Battle Shout and make sure its directly above Commanding Shout. I've been running this for a week with no issues.

    This should work fine with Fury too. I just happen to be playing Arms at the moment.

    Code:
    if UnitExists("target") and UnitPower("player") < 60 then
      if UnitBuffID("player",57330) then
        return false
      else
        return true
      end
    end
    Does it check for hunter cat pet doing the buff also?

  4. #3874
    bu_ba_911's Avatar Elite User
    Reputation
    552
    Join Date
    May 2006
    Posts
    1,638
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    did anything ever come of the pqr guild idea? lol

    just been thinking my realm is to dead for me to get back into the game with and may be looking for a new change in enviroment XD
    ^0^Team Nova's PQR NCC ^0^

    If you think someone did something good, take the time to show your appreciation!

  5. #3875
    porksoda's Avatar Private
    Reputation
    1
    Join Date
    Jan 2012
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kickmydog View Post
    Does it check for hunter cat pet doing the buff also?
    The following should also check for Roar of Courage.

    Code:
    if UnitExists("target") and UnitPower("player") < 60 then
      if UnitBuffID("player",57330) or UnitBuffID("player",93435) then
        return false
      else
        return true
      end
    end

  6. #3876
    firepong's Avatar Elite User
    Reputation
    384
    Join Date
    Jan 2008
    Posts
    955
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Also, does anyone know how to set up the code to work for T13 2p and 4p for the firekitteh cat druid DPS rotation?? The 2p is basically a check t see if the boss is at 60% and if so, refresh rip one last time, then just spam ferocious bite and savage roar. As for the 4p, its to also add Ravage into the rotation everytime Tigers Fury is cast.

    Just set a toggle button to push if you have either 2p or 4p of the T13 set.

    I would try and code it in, but I dont know jack about coding for PGR,so I won't be of any help

  7. #3877
    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 D1sc1pl1n3 View Post
    Could you, please, split those JC and ENCH parts? I tried to myself, but i cannot get it to work.

    onya tradeskills 09012012.zip

    added checks for the de and prospect parts to make sure you have the spell. you need to have the jc tradeskill window open for crafting to work. why do you want them split?
    Last edited by onya; 01-08-2012 at 03:07 PM.

  8. #3878
    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 firepong View Post
    Also, does anyone know how to set up the code to work for T13 2p and 4p for the firekitteh cat druid DPS rotation?? The 2p is basically a check t see if the boss is at 60% and if so, refresh rip one last time, then just spam ferocious bite and savage roar. As for the 4p, its to also add Ravage into the rotation everytime Tigers Fury is cast.

    Just set a toggle button to push if you have either 2p or 4p of the T13 set.

    I would try and code it in, but I dont know jack about coding for PGR,so I won't be of any help
    look at my warlock code. it does a check for t13. not the best but it works.

  9. #3879
    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)
    Reuploaded PQR111 with PTR offsets for 15171.

    Or you can download the offsets here:
    http://dl.dropbox.com/u/39925787/Offsets_15171.xml

  10. #3880
    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 Xelper View Post
    Reuploaded PQR111 with PTR offsets for 15171.

    Or you can download the offsets here:
    http://dl.dropbox.com/u/39925787/Offsets_15171.xml
    Thanks for all the work you've done, I love your program. It's a shame it hasn't gotten you more rep though.

  11. #3881
    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 bu_ba_911 View Post
    did anything ever come of the pqr guild idea? lol

    just been thinking my realm is to dead for me to get back into the game with and may be looking for a new change in enviroment XD
    I play with a few buddies that use it on my server but I am just using them for pvp and lfr atm. Not really into raiding.

  12. #3882
    bu_ba_911's Avatar Elite User
    Reputation
    552
    Join Date
    May 2006
    Posts
    1,638
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    after FINALLY raiding with my holy pally rotation in LFR.... i have come to admit that it is freaking awesome but still has some work left to do to make it even better (hadn't played in 2 months and topped my raid easily)

    alright SO my svn will probably start heating up again in terms of holy pve for the next couple of days, some days more than others depending on whether im working that day or not
    ^0^Team Nova's PQR NCC ^0^

    If you think someone did something good, take the time to show your appreciation!

  13. #3883
    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 bu_ba_911 View Post
    after FINALLY raiding with my holy pally rotation in LFR.... i have come to admit that it is freaking awesome but still has some work left to do to make it even better (hadn't played in 2 months and topped my raid easily)

    alright SO my svn will probably start heating up again in terms of holy pve for the next couple of days, some days more than others depending on whether im working that day or not
    yeah it is awsome, did morchok hc with it, but need some tweaks, for special bosses, like to top first tank after stomp, then LoD,HR. How to say it hmm LFR is for noobs:P but even noobs cant handle it sometimes;p

  14. #3884
    itzaraya's Avatar Member
    Reputation
    1
    Join Date
    Nov 2008
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Bossqwerty View Post
    Here's an updated version of my stance dance arms warrior profile. I fixed the slam code but I did a lot of research and personal trials and with 2pc t13 it seems better to prioritize heroic strike while under the effects of inner rage, so you will still see heroic strike high on the dmg list.

    Still open to suggestion to improve the profile in any way possible

    Download here:

    BossSDv5.2.rar
    For some reason this doesnt work for me on a target dummy

    Edit: Nevermind i fixed it! Good work!
    Last edited by itzaraya; 01-08-2012 at 09:47 PM.

  15. #3885
    boxo's Avatar Member
    Reputation
    2
    Join Date
    Jan 2012
    Posts
    92
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by firepong View Post
    Also, does anyone know how to set up the code to work for T13 2p and 4p for the firekitteh cat druid DPS rotation?? The 2p is basically a check t see if the boss is at 60% and if so, refresh rip one last time, then just spam ferocious bite and savage roar. As for the 4p, its to also add Ravage into the rotation everytime Tigers Fury is cast.

    Just set a toggle button to push if you have either 2p or 4p of the T13 set.

    I would try and code it in, but I dont know jack about coding for PGR,so I won't be of any help
    The 2p is actually not all that difficult to do on your own. under ferocious bite and rip, change the 25 values to 60.

    The 4p actually doesn't need a check, because opening with feral charge should use ravage! anyway. It becomes more important with the 4p t13.

    In order for it to work, it would need to be something like "if stampede is up, and mangle and ff are applied, then ravage!". Unfortunately, I've got no coding knowledge, so I'm trying to corrupt other ability code to make it happen. Keep you posted

    ---------- Post added at 10:15 PM ---------- Previous post was at 09:23 PM ----------

    so, I'm not quite sure what the hang-up is with this whole ravage! stampede thing. It looks as though it should function like any other proc (avenger's shield, obliterate, etc), but I can't get it to fire. Right now i've got:

    -<Ability><Name>Ravage</Name><Default>false</Default><SpellID>6785</SpellID><Actions>/startattack</Actions><Lua>local StampedeProc = UnitBuffID(&quot;player&quot;,78893) if StampedeProc ~= nil then return true end</Lua><RecastDelay>0</RecastDelay><Target>Target</Target><CancelChannel>False</CancelChannel><LuaBefore/><LuaAfter/></Ability>

    basically checking for stampede and then returning true. Anyone got an idea?
    Last edited by boxo; 01-08-2012 at 09:57 PM. Reason: i'm a tool.

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