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

User Tag List

Page 136 of 731 FirstFirst ... 3686132133134135136137138139140186236636 ... LastLast
Results 2,026 to 2,040 of 10955
  1. #2026
    Xelper's Avatar ★ Elder ★
    Reputation
    1024
    Join Date
    Mar 2007
    Posts
    860
    Thanks G/R
    0/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @sheuron: How about a "!" icon appearing next to the rotation when it is selected that the user can click to see information about the selected rotation? I don't really know where else I could put an alert that an average user would see.

    Something like (but much smaller, lol)

    @diesall: No plans at the moment for more rotation bindings, maybe after I finish the multiple profile update I will look into making rotation key bindings and selections more scale-able.
    Last edited by Xelper; 10-09-2011 at 07:25 PM.

    [BETA] PQRotation - an automated ability priority queue.
  2. #2027
    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 Xelper View Post
    @sheuron: How about a "!" icon appearing next to the rotation when it is selected that the user can click to see information about the selected rotation? I don't really know where else I could put an alert that an average user would see.

    Something like (but much smaller, lol)

    @diesall: No plans at the moment for more rotation bindings, maybe after I finish the multiple profile update I will look into making rotation key bindings and selections more scale-able.
    By example, profile writers can make a ability named "#info" with plain text about profile use or changelog. when profile is loaded if an ability named "#info" is found the text inside could be used on a tooltip when mouseover any element or something similar to show the info.

  3. #2028
    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 diesall View Post
    @ Xelper: any possibility of being able to map more then 4 rotations to the "smart hotkey macro" in a future release

    @ everyone: anyone who has extensive PVE,PVP interruption lists and wants an easier way of swapping out interruption lists, this is my is my cata heroic list, simply change out the first 2 variables for your classes interrupt spellid and name:


    Code:
    -- interupts: Mind Freeze:47528, Skull Bash: cat:80965 Bear:80964, Rebuke:96231, Kick:1766, Pummel:6552, Counterspell:2139,
    local int = 47528
    local intn = "Mind Freeze"
    local Ss,Sd = GetSpellCooldown(int)
    local Scd = Ss + Sd - GetTime()
    local pveList = { "Healing Wave","Hex","Shock Blast","Chain Lightning","Shadow Strike","Dark Command","Confounding Flames","Warped Twilight","Conjure Twisted Visage","Focused Geyser","Flame Conduit","Chained Mind","Umbral Mending","Tranquility","Pact of Darkness","Charged Shot","Anti-Magic Prison","Reverberating Hymn","Summon Sun Orb","Inferno Leap","Hex","Ritual of Bloodletting","Chain Lightning","Lightning Lash","Greater Heal","Cloudburst","Force of Earth","Magma Eruption","Demon Portal","Force Grip","Holy Fire","Motivate","Seaswell","Fear","Drain Life","Pain and Suffering","Unholy Empowerment","Cursed Bullets","Fireball Volley","Ancient Power","Heal","Holy Light","Healing Wave","Flash Heal","Ancient Power","Blood Leech","Whispers of Hethiss","Tears of Blood"}
    local sname,_,_,_,_,_,_,_,sInt = UnitCastingInfo("target")
    
    
    if IsSpellInRange(intn,"target") == 1 and Scd < 0 and sInt == false then
        for i,v in ipairs(pveList) do
            if sname == v then CastSpellByID(int,"target") return false end
        end
    end
    Could this be modified to work with abilities that interrupt that are on the GCD like scatter shot?

  4. #2029
    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)
    is there a resto druid profile? i checked the front page and couldn't find one.

  5. #2030
    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_911 weres ur pvp holy pally profile? Post a new link to it plz. Since its not showing in the main page.

  6. #2031
    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 GRB View Post
    bu_ba_911 weres ur pvp holy pally profile? Post a new link to it plz. Since its not showing in the main page.
    i believe this is the updated one

    http://www.ownedcore.com/forums/worl...ml#post2131812 ([BETA] PQRotation - an automated ability priority queue.)

  7. #2032
    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)
    Originally Posted by kickmydog View Post
    Could this be modified to work with abilities that interrupt that are on the GCD like scatter shot?
    of course just replace mind freeze with scatter shot

  8. #2033
    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)
    Im still getting a lua error from somewere on this one.

    Code:
    Message: [string "..."] line 63:
       Usage: UnitBuff("unit", [index] or ["name", "rank"][, "filter"])
    Debug:
       [C]: ?
       [C]: UnitBuff()
       [string "..."]:63: UnitBuffID()
       [string " function pqrFunc0() if IsLeftShiftKeyDown(..."]:56: ?()
       [string "..."]:251: PQR_NextAbility()
       [string "..."]:154: PQR_CastNext()
       [string "..."]:143: PQR_ExecuteBot()
       [string "..."]:40:
          [string "..."]:23

  9. #2034
    Xelper's Avatar ★ Elder ★
    Reputation
    1024
    Join Date
    Mar 2007
    Posts
    860
    Thanks G/R
    0/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    PQR 1.0.13.9999 ALPHA BUILD - PROFILE DEVELOPERS ONLY PLEASE
    If all goes well with this release I will release this within 0-2 days.
    ---
    -Removed all class profiles except for my Ret rotations.
    -Supports multiple rotation and ability XML files.
    -Will be resizing forms/controls to look a bit better in release version. Will also be providing a "Info" input for each rotation that will allow the developer to give notes, changelog, version info, etc, etc, etc. This may or may not make 1.0.14 release.
    -You can use the Rotation editor to create profiles or you can use your old profiles by renaming them in the proper format: Prefix_CLASS_Abilities.xml and Prefix_CLASS_Rotations.xml
    Example: Xelper_PALADIN_Abilities.xml and Xelper_PALADIN_Rotations.xml
    http://dl.dropbox.com/u/39925787/PQR1013_DEVSONLY.zip

    Known Issues:
    -You can only have 255 total abilities combined (between all profiles) for a class.
    -Copy Ability doesn't work in this build (forgot to finish before I compiled and upload) Copy Profile and Copy Rotation should work fine.

    These are both quick fixes on my side, and will be in the release build. I just wanted to get this build out so profile developers can start updating their profiles.
    Last edited by Xelper; 10-10-2011 at 01:21 AM.

  10. #2035
    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_911 weres ur pvp holy pally profile? Post a new link to it plz. Since its not showing in the main page.
    i've asked xelper many times to put it on the front page but i guess he's to busy to..... i wasn't going to ask him again until i release what i'm currently working on.... sent u a pm

    there's some weird issue that seems COMPLETELY random with my current releases of the pally.... you can run fine for 2 days straight then have it blow up in your face...... idk lol it's weird..... so im re-writting it from scratch

    ---------- Post added at 01:17 AM ---------- Previous post was at 01:16 AM ----------

    Originally Posted by Xelper View Post
    PQR 1.0.13.9999 ALPHA BUILD - PROFILE DEVELOPERS ONLY PLEASE
    If all goes well with this release I will release this within 0-2 days.
    ---
    -Removed all class profiles except for my Ret rotations.
    -Supports multiple rotation and ability XML files.
    -You can use the Rotation editor to create profiles or you can use your old profiles by renaming them in the proper format: Prefix_CLASS_Abilities.xml and Prefix_CLASS_Rotations.xml
    Example: Xelper_PALADIN_Abilities.xml and Xelper_PALADIN_Rotations.xml
    http://dl.dropbox.com/u/39925787/PQR1013_DEVSONLY.zip

    Known Issues:
    -You can only have 255 total abilities combined (between all profiles) for a class.
    -Copy Ability doesn't work in this build (forgot to finish before I compiled and upload) Copy Profile and Copy Rotation should work fine.

    These are both quick fixes on my side, and will be in the release build. I just wanted to get this build out so profile developers can start updating their profiles.
    will do, ty very much

    i will convert all of my profiles into the new format right away

    *edit*
    OMFG LOVING IT!!!!!!!!!!!

    best update so far, this will make sharing a MILLION times easier.... and i love how i don't have to disable/enable when switching from requires combat for auto mode !!!!!!!!!!

    --EDIT--
    one more thing, love the wider menus to epic!
    Last edited by bu_ba_911; 10-10-2011 at 01:29 AM.
    ^0^Team Nova's PQR NCC ^0^

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

  11. #2036
    Xelper's Avatar ★ Elder ★
    Reputation
    1024
    Join Date
    Mar 2007
    Posts
    860
    Thanks G/R
    0/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Mmmm... I don't think I changed that require combat thing...maybe I did. In any case, Ill make sure it works like Debug Mode where changing the checkbox will enable/disable accordingly without an enable/disable.

  12. #2037
    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 Xelper View Post
    Mmmm... I don't think I changed that require combat thing...maybe I did. In any case, Ill make sure it works like Debug Mode where changing the checkbox will enable/disable accordingly without an enable/disable.
    maybe it was a fluke or i did it with my mind haha but as i had a target selected testing if my profiles still loaded, i unchecked it and he started attacking, i would rep u again if i could, this update is awesome
    ^0^Team Nova's PQR NCC ^0^

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

  13. #2038
    Tyron1989's Avatar Sergeant
    Reputation
    1
    Join Date
    Mar 2010
    Posts
    53
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi is there a hunter PVP profile?

    if possible BS / MM would be great!

  14. #2039
    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)
    In the test build - if you have a rotation name with a space in it then everything after the space isn't printed in the chat log when enabling/disabling the rotation.

  15. #2040
    Tyron1989's Avatar Sergeant
    Reputation
    1
    Join Date
    Mar 2010
    Posts
    53
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    adding on to my other post: Is there a Hunter BM PVP build would it be possible to add Widow Venom to hit players that are getting healed?

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