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

User Tag List

Page 156 of 731 FirstFirst ... 56106152153154155156157158159160206256656 ... LastLast
Results 2,326 to 2,340 of 10955
  1. #2326
    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 TiefBlau View Post
    Code:
    if (UnitBuffID(PQR_CustomTarget, 774) ~= nil or UnitBuffID(PQR_CustomTarget, 8936) ~= nil) and PQR_CustomTargetHP < 85 then return true 
    end
    still untested, but i saw an error with the original code
    ^0^Team Nova's PQR NCC ^0^

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

    [BETA] PQRotation - an automated ability priority queue.
  2. #2327
    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
    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.....
    No don't bother, I tested it for a couple of instances, and it seemed I was not giving it enough time to swap. It does work, tyvm.

  3. #2328
    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
    No don't bother, I tested it for a couple of instances, and it seemed I was not giving it enough time to swap. It does work, tyvm.
    np i'm glad it works for u
    ^0^Team Nova's PQR NCC ^0^

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

  4. #2329
    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)
    Originally Posted by SprayPlaster View Post
    Anyone able to include the free Ravage (after a feral charge) into the feral rotation yet? ;o
    Ok so for everyone still trying to find out how to do this, heres what i use.

    Code:
    local stamp = UnitBuff("player", "Stampede")
    
    if stamp ~= nil then
    	RunMacroText("/cast Ravage!")
    end
    Then dont say i dont share nothing, loool :P

  5. #2330
    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)
    Whoops, left out the brackets, thanks for the correction bu_ba_911.

  6. #2331
    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)
    Download hunter_Profiles_v.1.03.rar

    Updated hunter profiles, included some more rotations. The BM AOE is a work in progress since I rarely use BM AOE if a BM hunter would like to message me what abilities they use along with pet abilities I will work on it some more.

    Thanks to bu_ba_911 for the new PETAUTOTARGET ability. This should work smoother, and allow you to just multi-shot at the start of the fight and you and your pet will auto engage targets.

  7. #2332
    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)
    Bu_ba after a closer inspection on your HOF for holy i found out your missing a buff on the array.

    buff = { 45524, 1715, 3408, 59638, 20164, 25809, 31589, 51585, 50040, 50041, 31126, 31124, 122, 44614, 1604 }
    Your missing the "339", Entangling roots.

    P.S- this can be fixed now, since im still using your ALPHA profiles since was the best one so far.

  8. #2333
    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 GRB View Post
    Bu_ba after a closer inspection on your HOF for holy i found out your missing a buff on the array.

    buff = { 45524, 1715, 3408, 59638, 20164, 25809, 31589, 51585, 50040, 50041, 31126, 31124, 122, 44614, 1604 }
    Your missing the "339", Entangling roots.

    P.S- this can be fixed now, since im still using your ALPHA profiles since was the best one so far.
    if u look one page back at sheepmom, i added all of those to the list, found a couple that weren't there so just added them all..... probably some doubles.....


    i still don't have any of the issues you do.....

    I've healed the Headless Horseman at least 20 times testing different things..... having a target out of range, not having a target at all, not looking at the battle without a target..... still no issues haha

    maybe i need more people to test is to get more of a general pattern of what works and what doesn't under what circumstances

    @TiefBlau

    np

    @kickmydog

    I'm finally going to try and level my hunter not to try this out at 85 haha
    40 now 45 to go
    ^0^Team Nova's PQR NCC ^0^

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

  9. #2334
    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)
    Ohhhh, thats good he made that list, it will be very helpfull. Btw i dont have any problem with your new profiles in pvp bu_ba, but they just seem way 2 slow compared to your alpha one. thats the reason i still keep using the alpha.

  10. #2335
    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)
    Yeah I just took all the roots and snares for that list out of the code for an addon called Lose Control. It seems to be a very comprehensive list, hunter pet snares and all sorts of things you may not think of.
    Last edited by Sheepmoon; 10-20-2011 at 12:46 AM.

  11. #2336
    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 Sheepmoon View Post
    Yeah I just took all the roots and snares for that list out of the code for an addon called Lose Control. It seems to be a very comprehensive list, hunter pet snares and all sorts of things you may not think of.
    lol i was using an addon that just lists the Spell ID of you spells, buffs and debuffs so as people cast snares one me, would hover over the icon write down the spell id and add it in

    cheating your wake obviously works better tho

    @GRB
    well i haven't seen any slowdown personally...... maybe u should turn your latency for the program down a bit?

    o well I've been doing tiny updates through SVN these past couple of days, almost time for a normal release for the pally after i test it a bit more..... still need to re-write a working Smart Blessing code tho *sigh* should really do that
    ^0^Team Nova's PQR NCC ^0^

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

  12. #2337
    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)
    is it possible to add an ability like swiftmend inside the auto target code?
    no matter how high i set the swiftmend on, it still rarely cast it

  13. #2338
    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 momo1029 View Post
    is it possible to add an ability like swiftmend inside the auto target code?
    no matter how high i set the swiftmend on, it still rarely cast it
    that would be a problem in the coding, not anything else.....
    send me ur code through pm or something, ill look at it tomorrow
    ^0^Team Nova's PQR NCC ^0^

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

  14. #2339
    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)
    Originally Posted by bu_ba_911 View Post
    that would be a problem in the coding, not anything else.....
    send me ur code through pm or something, ill look at it tomorrow
    thanks buba, i just put the swiftmend code with rejuvenation
    it's working flawlessly

  15. #2340
    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)
    Bu_ba actually my latency is set to 50ms, and testing with both profiles, the alpha and the new one, still alpha looks faster on searching for targets. Can be just me i dunno, maybe its only an impression. Need further testing.

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