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

User Tag List

Page 74 of 731 FirstFirst ... 24707172737475767778124174574 ... LastLast
Results 1,096 to 1,110 of 10955
  1. #1096
    kclux's Avatar Active Member
    Reputation
    16
    Join Date
    Jun 2011
    Posts
    199
    Thanks G/R
    2/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Unasrage View Post
    Hey ^^

    I was messing whid my Warlock and tryed something i saw in Mage profile: Auto cast Focus Magic -- So i went and tried to make a similar for Dark Intent.

    The Ability is test and working perfectly ^^ All credit to Sheuron ofr the code i just moved stuff arround.

    Name: Dark Intent

    Delay: 500

    Code:
    if UnitAffectingCombat("player") == nil then
    
    local mytarget = nil
    local doneFM = nil
    local topmana = 0
    local group = "party"
    local members = GetNumPartyMembers()
    
    if GetNumRaidMembers() > 0 then
      group = "raid"
      members = GetNumRaidMembers()
    end
    
    for i = 1, members, 1 do
      local member = group..tostring(i)
      local memberpower = UnitPowerMax(member)
      local _,_,_,_,_,_,_,source = UnitBuffID(member, 80398)
      if source == "player" then doneFM = 1 end
      if memberpower > topmana and UnitInRange(member) and UnitIsUnit("player",member) == nil and source == nil then
        mytarget = member
        topmana = memberpower
      end
    end
    
    
    if mytarget and doneFM == nil then CastSpellByID(80398, mytarget) end
    
    end
    Just trow it on top most of the rotacion and before combat it will check/cast Dark Intent on player whid biggest mana pull, if no player arround casts it on your Current summon Demon (not has good has a player but still nice free 3% haste).

    Hope it come handy ^^
    Only problem with this is, that the person with the biggest mana pool will most likely be for example a holy paladin, that works for Focus Magic but is one of the worst choices for Dark Intent. You would need to look for certain classes and their specs and make a priority list.

    [BETA] PQRotation - an automated ability priority queue.
  2. #1097
    Web4Life's Avatar Member CoreCoins Purchaser
    Reputation
    2
    Join Date
    Aug 2011
    Posts
    41
    Thanks G/R
    4/1
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Truly amazing tool that I recently discovered, I've been testing it out on my warlock while watching Spartacus.
    I was TOP dps on all instance I have done with my level 68 warlock using the destro rotation.

    But for some reason, all four other warlock rotation... Affliction Single/Aoe and Demo Single/Aoe doesnt seem to work for me... my character just stand there casting nothing.

  3. #1098
    michaelsky's Avatar Member
    Reputation
    1
    Join Date
    Sep 2008
    Posts
    20
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Loving the program. Also, has anyone been banned using this yet? / How easy would it be for blizzard to catch and ban you while using this?
    I've been using it for a few days now and everything is going fine for me.

  4. #1099
    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)
    actually if it's a holy paladin .. it's actually good since spell prots at healing spells too .. =P

    but yes i understand your idea and it is correct if dark intents is cast for exemple on a shadow priest is alot better.

    still this is what i was able to come up whid ^^ plz feel free to improve on it ^^

  5. #1100
    Ninjaderp's Avatar Banned
    Reputation
    199
    Join Date
    Dec 2010
    Posts
    1,847
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I dont see how and why they would ban someone using this. Its pure awesomeness, I wish people in my guild used it too sometimes when we need to push dps.

  6. #1101
    smurfalmighty's Avatar Member
    Reputation
    1
    Join Date
    Oct 2008
    Posts
    43
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Zemnexx View Post
    Ok, here is my release for Frost and Unholy DK PVP rotations, the coding is pretty good if I do say so myself, but the rotations may not be the best, try it out and see.

    General:
    These are mostly arena based, but I'm sure they work well in bg's
    Rotations are paused if you hit shift/alt/ctrl allowing you to press whatever keybindings you need to.
    Death and Decay usable for all specs
    Outbreak works in all rotations
    Focus Mind Freeze enabled
    Frost:
    Necrotic is used in the Frost PVP spec as a slow and to stack it when focus is cc'd, rotation is based on this spec Best Frost DK in the World
    Frost DW:
    Frost rotation is based on this spec Best DW Frost DK in the world
    Unholy:
    Unholy uses Necrotic Strike when target is above 50% and Scourge when below that, unless your focus is CC'd, that's the only way I could think to do it, since when their low you want more upfront damage.
    Gnaw's current target on Mind Freeze cooldown
    Focus Leap and Focus Gnaw enabled for your pet
    Pet conserves energy till Dark Transformation so you can use his Gnaw and Leap abilities.

    BUGS:
    The Necrotic Strike(stack) while focus is CC'd code is probably not fully working I coded it when I was very sleepy and some of the Debuff Id's may be wrong.
    Other than that, not that I know of.
    Warning: I'm no Lua coder or theorycrafter, everything in these profiles could quite possibly be entirely wrong. =)


    Download
    http://www.filedropper.com/frostandunholydkpvp_1

    Update: Welp, learned my lesson, don't ever make last minute changes, re-uploading a working one soon.
    Update2: done
    Phenomenal work good sir, also is Blood Tap being used in the rotations ? And do you plan on updating this at all?> A suggesting I guess would be if there would be a way to check for cooldowns on characters in pvp like for example using ****strike against a rogue with Cloak and a DK with AMS.
    Last edited by smurfalmighty; 09-04-2011 at 07:54 AM.

  7. #1102
    Ninjaderp's Avatar Banned
    Reputation
    199
    Join Date
    Dec 2010
    Posts
    1,847
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Also zemnex does it use strangulate and death grip as interrupts if target is out of meleerange?

  8. #1103
    smurfalmighty's Avatar Member
    Reputation
    1
    Join Date
    Oct 2008
    Posts
    43
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    From what I noticed it doesn't use either I didn't even see strangulate even factored in the abilities so assuming not I just hotkeyyed them both and been working fine.

  9. #1104
    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)
    Originally Posted by kclux View Post
    Only problem with this is, that the person with the biggest mana pool will most likely be for example a holy paladin, that works for Focus Magic but is one of the worst choices for Dark Intent. You would need to look for certain classes and their specs and make a priority list.
    If you dont like the player choosen by the script, just manually cast dark intent on another player.

  10. #1105
    kclux's Avatar Active Member
    Reputation
    16
    Join Date
    Jun 2011
    Posts
    199
    Thanks G/R
    2/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by sheuron View Post
    If you dont like the player choosen by the script, just manually cast dark intent on another player.
    No kidding , I was just stating a problem and how it could be done ideally.

  11. #1106
    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)
    @sheuron how would you write a code that checks your targets class? been playing around with my limited knowledge and can't figure it out, and can't find a decent lua guide that shows me the code either :-/

    also maybe u know how to check if a r u - ne is a death r u - ne or not as well? lol sorry for the nub questions but i got so many ideas i can't do without proper knowledge XD wont let me say ****???
    Last edited by bu_ba_911; 09-04-2011 at 01:13 PM.

  12. #1107
    Jeewnas's Avatar Member
    Reputation
    1
    Join Date
    Feb 2007
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Im having problems getting this to work.
    PQR108 was working flawless, but every version since then has not worked at all.
    Nothing has changed on my computer, and i have tried both fullscreen (windowed) and pure windowed mode.
    Also tried running the program as administrator. All addons are removed, and the cache deleted. No idea what is causing this ;/

  13. #1108
    Ninjaderp's Avatar Banned
    Reputation
    199
    Join Date
    Dec 2010
    Posts
    1,847
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    What OS are you on? Works flawlessly for me on W764bit

  14. #1109
    Zemnexx's Avatar Active Member CoreCoins Purchaser Authenticator enabled
    Reputation
    31
    Join Date
    Aug 2011
    Posts
    141
    Thanks G/R
    1/0
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by smurfalmighty View Post
    Phenomenal work good sir, also is Blood Tap being used in the rotations ? And do you plan on updating this at all?> A suggesting I guess would be if there would be a way to check for cooldowns on characters in pvp like for example using ****strike against a rogue with Cloak and a DK with AMS.
    Yes Blood Tap is used in the rotation, but it can be removed if you so prefer. I have mine removed and have it macroed into Strangulate so I can use it whenever I need it. And yes, I plan on updating this, and thanks for the suggestion, I will see about implementing this into my next release.

    Originally Posted by Ninjaderp View Post
    Also zemnex does it use strangulate and death grip as interrupts if target is out of meleerange?
    I didn't include these in the rotation, because for my playstyle and in arenas, I think it's best if major cooldowns such as Strangulate, Icebound Fortitude, Empower R une Weapon, etc. are controlled by the player and not just spammed, since timing is critical in areans to pull out wins. But for Death Grip, there are so many situations where it is useful to have it up, it can be used offensively and defensively, I don't like the idea of it always being on cooldown. I may test it though and see.
    Last edited by Zemnexx; 09-04-2011 at 01:52 PM.

  15. #1110
    Jeewnas's Avatar Member
    Reputation
    1
    Join Date
    Feb 2007
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ninjaderp View Post
    What OS are you on? Works flawlessly for me on W764bit
    I am using W7 64BIT aswell. Also tried changing all the hotkeys etc. Still not working ;/

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 04:58 PM. 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