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

User Tag List

Page 155 of 731 FirstFirst ... 55105151152153154155156157158159205255655 ... LastLast
Results 2,311 to 2,325 of 10955
  1. #2311
    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)
    Please can someone tell me whats wrong with my code?
    Code:
    local myhealth = 100 * UnitHealth("player") / UnitHealthMax("player")
    if myhealth <= 30 then 
    	return true
    end
    
    
    local Lichbourne = UnitBuffID("player", 49039)
    local myhealth = 100 * UnitHealth("player") / UnitHealthMax("player")
    if Lichbourne ~= nil and myhealth <= 80 then
    return true
    end
    the first one is to execute lichbourne the 2nd is to heal with deathcoils... both are with target player

    [BETA] PQRotation - an automated ability priority queue.
  2. #2312
    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 Blehbot View Post
    Kickmydog,

    I tried to load your new files and when I do PQR just locks solid when I am loading it up. If I revert to the old rotations it loads fine. Not really sure why this is happening.
    That does sound rather weird. Try this version instead, I updated with a fix to the SV single target rotation.

    Download hunter_Profiles_v.1.02.zip

  3. #2313
    Blehbot's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    79
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks Kick that one works I will make my changes to Rapid fire for raiding and try them out.

  4. #2314
    Dankstar's Avatar Member
    Reputation
    1
    Join Date
    Sep 2011
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    wtb disc priest update, PVP/PVE

  5. #2315
    Sharaak's Avatar Banned
    Reputation
    1
    Join Date
    Aug 2008
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey guys,

    I checked and even tried to edit a profile to get a resto druid one but still am yet to find one does one actually exist yet?

    Awesome job though loving it keep up the good work!!

    Shar

  6. #2316
    Sheepmoon's Avatar Contributor
    Reputation
    143
    Join Date
    Oct 2011
    Posts
    102
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Dankstar View Post
    wtb disc priest update, PVP/PVE
    The disc pvp profile works quite well. What did you need updated for it?

    I made a working offensive dispel for it.

    DiscPVP.rar

    I also made a pretty comprehensive list of roots and snares for the gnome racial Escape Artist ability. I also used it in the holy pally profile for hand of freedom.

    { 45524, 50040, 339, 45334, 58179, 61391, 19306, 19185, 35101, 5116, 61394, 2974, 54644, 50245, 50271, 54706, 4167, 33395, 122, 83302, 55080, 11113, 6136, 120, 116, 44614, 31589, 63529, 20170, 87194, 31125, 3409, 26679, 64695, 63685, 8056, 8034, 18118, 18223, 63311, 23694, 1715, 12323, 39965, 55536, 13099, 29703 }
    Last edited by Sheepmoon; 10-19-2011 at 05:16 PM.

  7. #2317
    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)
    I'm trying to fix my petauto target code.

    Code:
    if UnitExists("target") == nil 
    and UnitAffectingCombat("player") 
    then TargetUnit("pettarget") end
    It still however will sometimes target a dead mob and then not switch target automatically. Has anyone got some code that will get past this?

  8. #2318
    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)
    Code:
    if ( UnitExists("target") == nil or ( UnitExists("target") and UnitIsDead("target") ) ) and UnitAffectingCombat("player") then
               TargetUnit("pettarget")
    end
    idk maybe try something like that?
    ^0^Team Nova's PQR NCC ^0^

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

  9. #2319
    pepe2c's Avatar Member
    Reputation
    7
    Join Date
    Dec 2007
    Posts
    154
    Thanks G/R
    5/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Sharaak View Post
    Hey guys,

    I checked and even tried to edit a profile to get a resto druid one but still am yet to find one does one actually exist yet?

    Awesome job though loving it keep up the good work!!

    Shar
    Try this Resto Druid Rotation
    Just Focus the tank to keep the lifebloom

    pp_DRUID_Abilities.xml - Abilities
    pp_DRUID_Rotations.xml - Rotation

  10. #2320
    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 Piep View Post
    FuryAbilities
    FuryRotations

    For TG put Slam under Raging Blow in the rotations

    With these I do 2-3k more dps on target dummy then the ones of Sheuron. (based on Sheuron original one tho)
    The abilities are not cleaned up. Makes it easyer for me to test stuff.
    Tested your rotation dealing 5mm damage to a raiders dummy, there are my results:

    sheuron: 17.9k
    Piep: 15.9k

    Your rotation deal more initial burst damage, but since you not apply the sunder armor debuff the dps go down after some seconds.

  11. #2321
    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 bu_ba_911 View Post
    Code:
    if ( UnitExists("target") == nil or ( UnitExists("target") and UnitIsDead("target") ) ) and UnitAffectingCombat("player") then
               TargetUnit("pettarget")
    end
    idk maybe try something like that?
    Thanks i will give it a try.

    Edit: unfortunately still getting dead targets.
    Last edited by kickmydog; 10-19-2011 at 10:06 PM.

  12. #2322
    momo1029's Avatar Sergeant
    Reputation
    2
    Join Date
    Feb 2009
    Posts
    69
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    if UnitBuffID(PQR_CustomTarget, 774) ~= nil and PQR_CustomTargetHP < 85 then return true
    end


    is there anyway to improve this swiftmend ability?
    it rarely cast it

  13. #2323
    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)
    Originally Posted by Blehbot View Post
    Thanks Kick that one works I will make my changes to Rapid fire for raiding and try them out.
    Think you could send me your profile?

  14. #2324
    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)
    Originally Posted by kickmydog View Post
    Thanks i will give it a try.

    Edit: unfortunately still getting dead targets.
    MAYBE..............................

    Code:
    if ( UnitExists("target") == nil or ( UnitExists("target") and UnitIsDead("target") ) ) and UnitAffectingCombat("player") then
                    ClearTarget() -- OR you can use RunMacroText("/cleartarget")     I don't know which one is more efficient.... one is protected the other works in game
                    TargetUnit("pettarget")
    end
    i'm going to have to think of the best way to test this myself lol.....
    ^0^Team Nova's PQR NCC ^0^

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

  15. #2325
    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 momo1029 View Post
    if UnitBuffID(PQR_CustomTarget, 774) ~= nil and PQR_CustomTargetHP < 85 then return true
    end


    is there anyway to improve this swiftmend ability?
    it rarely cast it
    Code:
    if UnitBuffID(PQR_CustomTarget, 774) ~= nil or UnitBuffID(PQR_CustomTarget, 8936) ~= nil and PQR_CustomTargetHP < 85 then return true 
    end
    Try that instead (untested). If you want it to cast more often just change the 85 to whatever percentage health you want it to be used under.

    Swiftmend removes whichever of the two buffs has less cast time left on it, which is usually regrowth rather than rejuv anyways, but it's better to have both on there.

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 12:33 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