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

User Tag List

Page 157 of 731 FirstFirst ... 57107153154155156157158159160161207257657 ... LastLast
Results 2,341 to 2,355 of 10955
  1. #2341
    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 this code wrong ?? it use swiftmend whenever it's off cd even the target is full hp

    if UnitBuffID(PQR_CustomTarget, 774) == nil and PQR_CustomTargetHP < 95 then return true
    elseif UnitBuffID(PQR_CustomTarget, 774) ~= nil or UnitBuffID(PQR_CustomTarget, 8936) ~= nil and PQR_CustomTargetHP < 85 then CastSpellByID(18562,PQR_CustomTarget)
    end
    Last edited by momo1029; 10-20-2011 at 05:45 AM.

    [BETA] PQRotation - an automated ability priority queue.
  2. #2342
    Edsaxe's Avatar Member
    Reputation
    2
    Join Date
    Sep 2011
    Posts
    91
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    anyone noticed hunter pet not attacking anymore?

  3. #2343
    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
    is this code wrong ?? it use swiftmend whenever it's off cd even the target is full hp

    if UnitBuffID(PQR_CustomTarget, 774) == nil and PQR_CustomTargetHP < 95 then return true
    elseif UnitBuffID(PQR_CustomTarget, 774) ~= nil or UnitBuffID(PQR_CustomTarget, 8936) ~= nil and PQR_CustomTargetHP < 85 then CastSpellByID(18562,PQR_CustomTarget)
    end
    Code:
    if UnitBuffID(PQR_CustomTarget, 774) ~= nil and PQR_CustomTargetHP < 95 then return true
    elseif (UnitBuffID(PQR_CustomTarget, 774) ~= nil or UnitBuffID(PQR_CustomTarget, 8936) ~= nil) and PQR_CustomTargetHP < 85 then CastSpellByID(18562,PQR_CustomTarget)
    end
    Try that instead, as bu_ba_911 pointed out I forgot the brackets orz.

    Also that first UnitBuffID(PQR_CustomTarget, 774) == nil is wrong, that'll cause it to fire off if the target doesn't have the buff.

  4. #2344
    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)
    thanks TiefBlau, i tried the first UnitBuffID(PQR_CustomTarget, 774) == nil must be "==" else it won't cast anything

  5. #2345
    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
    thanks TiefBlau, i tried the first UnitBuffID(PQR_CustomTarget, 774) == nil must be "==" else it won't cast anything
    Oh wait, is this in your code for rejuvenation? If so disregard what I just said. I wasn't sure why you were only checking for one buff anyways.

    It'd be better not to combine the two into a single ability entry, don't see any reason to do it that way.
    Last edited by TiefBlau; 10-20-2011 at 07:25 AM.

  6. #2346
    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)
    Why does nobody answer to my dk selfhealing problem? (((

  7. #2347
    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)
    i dosn't know, lichborne seems to be buggy.
    even a simple return true command doenst work ....

  8. #2348
    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)
    Guess what everyone? UPDATE

    now most of the people who use my SVN have all the updates already, but since I found a major bug in PvP and Arena Judgement, I figured it's time to do a Full release again

    Download List for my Profiles:
    Downloads - bubba-pqr-profiles - My Profiles for PQR - Google Project Hosting

    a more comprehensive log of updates is in the SVN comments........

    *edit*
    as always i try to keep this page up to date if Xelper wants to add it to the front page

    http://www.ownedcore.com/forums/worl...ml#post2131812 ([BETA] PQRotation - an automated ability priority queue.)
    Last edited by bu_ba_911; 10-20-2011 at 03:05 PM.
    ^0^Team Nova's PQR NCC ^0^

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

  9. #2349
    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)
    Originally Posted by pepe2c View Post
    Try this Resto Druid Rotation
    Just Focus the tank to keep the lifebloom

    pp_DRUID_Abilities.xml - Abilities
    pp_DRUID_Rotations.xml - Rotation
    Hey Pepe

    How can I stop it from constantly targetting me? you try clicking on someone else it goes back on you. Try pressing escape same thing.

    Anything I can enter into the code to stop it from doing that?

    Cheers +1 other than that

  10. #2350
    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 Sharaak View Post
    Hey Pepe

    How can I stop it from constantly targetting me? you try clicking on someone else it goes back on you. Try pressing escape same thing.

    Anything I can enter into the code to stop it from doing that?

    Cheers +1 other than that
    he's using the older style of auto-target which requires you to actually target the person you're healing, and by default the target you will be healing is yourself, so when no1 needs healing, you will always be targeting yourself (normally)
    ^0^Team Nova's PQR NCC ^0^

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

  11. #2351
    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)
    Hmm anyway I can get around it? Im using it in the BG atm but my overhealing is THROUGH the roof I mean like 1mil to the next which is 500k

  12. #2352
    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)
    well he can either update the auto-targeting ability himself, or i can help him if he wants it..... something you can do..... well seeing as most of druid heals are HoTs..... are you supposed to be overhealing a bit?
    ^0^Team Nova's PQR NCC ^0^

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

  13. #2353
    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)
    Yeah ofc but surely not by that much wouldnt I likely be reported if it was that high? and yeah sure I dont mind having a stab at it but im really no good at coding. HTML is as bout as far as I go

  14. #2354
    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 fenetic View Post
    Bu_Ba, I've been testing your pally holy pve profile and it works wonders, however, sometimes it just stops and not heal at all even though people are losing hp, I'm sure that I am in range and even if i disable and re-enable rotation it still would not heal. I will have to restart wow for it to work again.

    Could you tell me what is going on? I'm using the version that came with Xelper's latest release.
    1.) Try my new one
    2.) Are you not a Blood Elf?
    3.) If you aren't a Blood Elf I fixed that bug and return to 1.)
    4.) I didn't know that Xelper added my Pally into any release :-/ in fact i'm sure he didn't lol I haven't finished it yet
    5.) If you aren't using my newest Profiles, return to 1.)
    ^0^Team Nova's PQR NCC ^0^

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

  15. #2355
    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 Sharaak View Post
    Hmm anyway I can get around it? Im using it in the BG atm but my overhealing is THROUGH the roof I mean like 1mil to the next which is 500k
    When I use it, I use it manually. Even that the healing done is high.
    The effo aoe heal is insane plus wild growth. Or you can press your key once a couple second to lower your healing done ;-)

    Sent from myd HTC Glacier using Tapatalk

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