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

Shout-Out

User Tag List

Page 130 of 731 FirstFirst ... 3080126127128129130131132133134180230630 ... LastLast
Results 1,936 to 1,950 of 10955
  1. #1936
    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 Cookie799 View Post
    Please can someone do a Disc Priest and Restro Druid one plzzzzzzzzzzzzzzzzzzzzzzzzzz
    i may end up doing a disc priest soon..... we'll see my priest is 80 so it wont be the greatest when it first comes out..... still working on hpally but we'll see what the future holds
    *edit*
    mine would be based on PvP
    i believe mentally is working on the PvE Disc.... i could be mistaken


    ----Update on HPally-----
    *Completely re-wrote the HPally code... Lots of improvements imo. Better Mana-Efficiency..... Still need a good tank so you don't go oom after big fights
    *Got the new PQR_CustomTarget integrated in and that works beautifully, not a single complaint
    ***Ok maybe a single complaint, been getting weird bugs where no matter what health the person is at, if you cast FoL you will ALWAYS cast Divine Light right after..... and if you cst Divine Light you will ALWAYS cast Holy Light after.... gotta figure that one out
    *Been trying to integrate Onya's Cleanse code in.... still in testing phase

    Now are there any specific requests in regard to my HPally? anything you want added in?
    Last edited by bu_ba_911; 10-05-2011 at 06:26 PM.
    ^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. #1937
    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)
    bu_ba Im 73 on my pally now (ret) going to try your holyprofile for my offspec, im really looking forward to 85 bc all I've read has been just good things ^^

  3. #1938
    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 Cookie799 View Post
    Please can someone do a Disc Priest and Restro Druid one plzzzzzzzzzzzzzzzzzzzzzzzzzz
    Theres already a resto druid u can search it i think is page 100+

  4. #1939
    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)
    Originally Posted by bu_ba_911 View Post
    i may end up doing a disc priest soon..... we'll see my priest is 80 so it wont be the greatest when it first comes out..... still working on hpally but we'll see what the future holds
    *edit*
    mine would be based on PvP
    i believe mentally is working on the PvE Disc.... i could be mistaken


    ----Update on HPally-----
    *Completely re-wrote the HPally code... Lots of improvements imo. Better Mana-Efficiency..... Still need a good tank so you don't go oom after big fights
    *Got the new PQR_CustomTarget integrated in and that works beautifully, not a single complaint
    ***Ok maybe a single complaint, been getting weird bugs where no matter what health the person is at, if you cast FoL you will ALWAYS cast Divine Light right after..... and if you cst Divine Light you will ALWAYS cast Holy Light after.... gotta figure that one out
    *Been trying to integrate Onya's Cleanse code in.... still in testing phase

    Now are there any specific requests in regard to my HPally? anything you want added in?
    i notified the same error and couldnt figure it out...

    i made an disc priest pvp profile which works also for pve i think, dont see there so many differents to pvp.
    it works with the new PQR_CustomTarget and i made it to 2300 with the profile, but its far away from perfect.

    things that gives me headache is the dispell for pvp...

  5. #1940
    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 Ninjaderp View Post
    bu_ba Im 73 on my pally now (ret) going to try your holyprofile for my offspec, im really looking forward to 85 bc all I've read has been just good things ^^
    yea the current ones work..... but idk theres a random bug in it.....

    newest one is the best of them all.... when it isn't erroring out haha, the one right before it should be almost just as good.... but the one im working on now i think might have the potential to be the best

    does anyone know if there's a call for checking diminishing returns? i haven't been able to find one >.>

    i have an idea that would get around it, but it's sloppy and not ideal haha
    Last edited by bu_ba_911; 10-05-2011 at 06:48 PM.
    ^0^Team Nova's PQR NCC ^0^

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

  6. #1941
    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)
    would something like this be pssbl?
    Code:
     if UnitExists("target") 
      and UnitIsDead("target") == nil 
      and UnitCanCooperate("player","target")
      then PQR_DispelTarget = "target"
              PQR_DispelTargetDM = UnitHasDebuffType("target","Magic")
    else 
    
    PQR_DispelTarget = "player"
    PQR_DispelTargetDM = UnitHasDebuffType("player","Magic")
    local group = "party"
    local members = GetNumPartyMembers()
    dispeldmmembers = 0
    
    if GetNumRaidMembers() > 0 then
      group = "raid"
      dispelmembers = GetNumRaidMembers()
    end
    
    for i = 1, members, 1 do
      local dispelmember = group..tostring(i)
      local dispelmemberdm = UnitHasDebuffType("player","Magic")
      if UnitInRange(dispelmember) 
      and UnitIsDeadOrGhost(dispelmember) == nil 
      and PQR_IsOutOfSight(dispelmember) == false then
        if dispelmemberdm = UnitHasDebuffType("player","Magic") then dispeldmmembers = dispeldmmembers +1 end
        if dispelmemberdm = UnitHasDebuffType("player","Magic") then
          PQR_DispelTarget = dispelmember
          PQR_DispelTargetDM = dispelmemberdm
      end
    end

  7. #1942
    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 cokx View Post
    would something like this be pssbl?
    Code:
     if UnitExists("target") 
      and UnitIsDead("target") == nil 
      and UnitCanCooperate("player","target")
      then PQR_DispelTarget = "target"
              PQR_DispelTargetDM = UnitHasDebuffType("target","Magic")
    else 
    
    PQR_DispelTarget = "player"
    PQR_DispelTargetDM = UnitHasDebuffType("player","Magic")
    local group = "party"
    local members = GetNumPartyMembers()
    dispeldmmembers = 0
    
    if GetNumRaidMembers() > 0 then
      group = "raid"
      dispelmembers = GetNumRaidMembers()
    end
    
    for i = 1, members, 1 do
      local dispelmember = group..tostring(i)
      local dispelmemberdm = UnitHasDebuffType("player","Magic")
      if UnitInRange(dispelmember) 
      and UnitIsDeadOrGhost(dispelmember) == nil 
      and PQR_IsOutOfSight(dispelmember) == false then
        if dispelmemberdm = UnitHasDebuffType("player","Magic") then dispeldmmembers = dispeldmmembers +1 end
        if dispelmemberdm = UnitHasDebuffType("player","Magic") then
          PQR_DispelTarget = dispelmember
          PQR_DispelTargetDM = dispelmemberdm
      end
    end
    u need to keep either members or dispelmembers consistant..... otherwise members will always be party and you will never see it working in a raid...... i would have to see how it ran before i could give any other advice.... and im sorta busy right now :-/
    ^0^Team Nova's PQR NCC ^0^

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

  8. #1943
    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)
    ok im just not that into it.
    as i understand sheurons autotarget function it firrst looks if there is a low hp member and then select always the lowest (except some terms like LOS,dead etc.)
    with this way it is impossible to dispel ccs, cause you will always dispel your heal target.

    now i thought we could modifie it to a function that look over all members if they have a magic debuff. and if this is true we need some more rules like UnitDebuffID("1111") ~= false .... where we define the cc's

  9. #1944
    Debordes's Avatar Member
    Reputation
    14
    Join Date
    Oct 2007
    Posts
    128
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Small question about the Fury PvE profile, is it aimed towards TG or SMF?

  10. #1945
    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)
    no but i can upload it for you.

    ok here is a short introduction

    what it does:

    it uses sw:d against poly target or focus ( the remove from dvine aegis or pwd:s is not implemented yet cause it seems a bit risky for me when you are in focus and the mage sheeps per focus target a friend and the program thinks that you will get the sheep and cancels your shield...)
    if Fearward is rdy and you pop your fiend it fw the fiend
    it shackles your target if undead
    desperate prayer + battlemaster trinket ( you may change the macro code for it cause im using the honor battlemaster trinket)
    for all the dwarfs out there :> it uses stoneform to remove the dots from a feral if you drop too low
    painsup < 30%
    power infusion if a target drops below 40%
    leap of faith < 15% (first i thought it was stupid but its good and turned some games :> )

    pause = left shift or right ctrl ( i have bound right ctrl with my thumbs button on the mouse, so i can use ctrl+1 and shift+1 ... ...)
    mass dispel ( left alt)
    pwd barrier (left ctrl)

    what it does not:
    a feeling for positioning
    your teammates maybe will live a little longer but does not make them smarter
    good dispel for cc


    things to do:
    a good dispel script to dispel ccs (buba or sheuron i believe in you :> )
    shield rogues if they have stealthed or vanished
    an intelligent offensive dispel mechanic ( but i think that would cost too much mana)


    its combined with sheurons newest Holy-Profile
    if you want to do some pve as a disc priest just add Heal into the rotation

    edit: you could also add Heal into the PVP rotation but then you need to add Heal in the stopcasting code ( and PVP is atm only burst so you wont really need heal)
    and use the profile with a Ability Check Delay from 20 ms

    disc_priest_pvp_06_10_2011.rar
    Last edited by cokx; 10-05-2011 at 09:02 PM. Reason: blubb

  11. #1946
    Debordes's Avatar Member
    Reputation
    14
    Join Date
    Oct 2007
    Posts
    128
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    cokx

    If I want this to heal without needing to target anyone, is my following edit correct?

    if UnitExists("target") and UnitIsDead("target") == nil and UnitCanCooperate("player","target")
    then targettoheal = "target"


    targettoheal = "player"
    local lowest = 100 * UnitHealth(targettoheal) / UnitHealthMax(targettoheal)
    local group = "party"
    local members = GetNumPartyMembers()
    lowhpmembers = 0
    allinrange = 1
    missingfortitude = nil
    missingshadow = nil


    if GetNumRaidMembers() > 0 then
    group = "raid"
    members = GetNumRaidMembers()
    end


    for i = 1, members, 1 do
    local member = group..tostring(i)
    local memberhp = 100 * UnitHealth(member) / UnitHealthMax(member)
    if UnitInRange(member) == false then allinrange = nil end
    if UnitBuffID(member, 79105) == nil and UnitIsDead(member) == nil then missingfortitude = 1 end
    if UnitBuffID(member, 79107) == nil and UnitIsDead(member) == nil then missingshadow = 1 end
    if UnitGroupRolesAssigned(member) == "TANK" then memberhp = memberhp - 5 end
    if UnitThreatSituation(member) == 3 then memberhp = memberhp - 5 end
    if memberhp < 95 and UnitInRange(member) then lowhpmembers = lowhpmembers +1 end
    if memberhp > 1 and memberhp < lowest and UnitInRange(member) then
    targettoheal = member
    lowest = memberhp
    end
    end


    end

  12. #1947
    PowerUP Boosts's Avatar Active Member
    CoreCoins Purchaser
    Reputation
    43
    Join Date
    Oct 2009
    Posts
    239
    Thanks G/R
    0/1
    Trade Feedback
    11 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    wow this is quite funny lol, but is there any chance to get banned for using this? :<

  13. #1948
    Kaolla's Avatar Contributor
    Authenticator enabled
    Reputation
    126
    Join Date
    Apr 2007
    Posts
    341
    Thanks G/R
    2/2
    Trade Feedback
    9 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by MibuT View Post
    wow this is quite funny lol, but is there any chance to get banned for using this? :<
    Of course there's a chance to get banned using this. It's against the ToS, it automates game functions, and it uses a hack to unlock protected LUA functions.

    As far as we know, nobody has been banned yet, but that doesn't mean it can't happen.

  14. #1949
    PowerUP Boosts's Avatar Active Member
    CoreCoins Purchaser
    Reputation
    43
    Join Date
    Oct 2009
    Posts
    239
    Thanks G/R
    0/1
    Trade Feedback
    11 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i see, thanks

  15. #1950
    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)
    resto shaman pve

    if you're in a 5 man it will keep earthshield on the tank, in a raid it will keep it up up your focus. if the tank/your focus dies then it will start casting it on people who have aggro and low health.

    interupts and purges your target and anyone in your party/raids target, cleanses everyone. these 3 are by a whitelist so you'll need to add anything you want to cleanse/purge/interupt in. i've been testing in za/zg so everything for those instances should be done.

    autocasts totems on combat and cancels them on leaving combat.

    will cast lightning bolt when nobody needs heals. checks for cc on mobs and won't break cc. cancels the lb cast to heal people if required.

    tries to use riptide every cooldown on someone who needs a heal and doesn't already have the riptide hot.

    you can hold the mouse button down over a button and it will insert that ability as the next in the queue, i use this to pop off elementals, bloodlust, spiritlink totem. everything else just autocasts.

    the --defensive spells ability has a bunch of variables you can use to tune when each heal is used eg i have healing wave set at 95% you might want to make it 90

    ctrl to healing rain, it will be inserted as the next cast. you'll need to place the green circle and click. i found having it autocast whereever your mouse is when you press ctrl a bit too imprecise even though it's quicker.

    hold down alt to casts chain heal on your mouseover. i use this with vuhdo clusters, it's the shit. behing able to steal the code from vuhdo and have chain heal auto cast would be awesome but is beyond my skills.
    Last edited by onya; 10-06-2011 at 06:28 AM.

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:45 PM. 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