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

Shout-Out

User Tag List

Page 123 of 731 FirstFirst ... 2373119120121122123124125126127173223623 ... LastLast
Results 1,831 to 1,845 of 10955
  1. #1831
    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)
    Originally Posted by sheuron View Post
    Love! ^^

    One last petition. At this point there is plenty profile writers i think the easiest way to organice and update profiles from diferent sources is make separate abilities list for each profile. This is an example:

    We have a DRUID and make a rotation named "Kitty PvE". A file named DRUID_Kitty PVE.xml is build, the file contain all abilities and rotation. That way we can download profiles and directory strcuture will show this way:

    .. Profiles
    . DRUID_Kitty PvE.xml
    . DRUID_Feral DPS.xml
    . DRUID_Feral PVP.xml
    etc...

    On Abilty Editor we need to choose CLASS and a new box show the name of all rotations found

    CLASS: DRUID

    ROTATION: Kitty PVE
    ...................FERAL DPS
    ...................FERAL PVP

    This changes will make bit slower to write profiles, because at this time some common abilities are used on various profiles, but is easy to copy paste on ability editor and you ll be able to load and update as many profiles as you want.
    This is currently in the works, my plan is to use the prefix for the file name as a (hidden) prefix for all abilities and rotations in the profiles so that actual internal workings can remain mostly the same. I need to update the ability editor as you said. I will also need a rewrite to somehow merge the rotations and abilities into a single file... those are the most annoying things, as I would like to have a way to automatically update old profiles to new profile format.

    [BETA] PQRotation - an automated ability priority queue.
  2. #1832
    Untouchablekill's Avatar Member
    Reputation
    1
    Join Date
    Sep 2011
    Posts
    46
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can I request a mac version of this for my friend?

  3. #1833
    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
    This is currently in the works, my plan is to use the prefix for the file name as a (hidden) prefix for all abilities and rotations in the profiles so that actual internal workings can remain mostly the same. I need to update the ability editor as you said. I will also need a rewrite to somehow merge the rotations and abilities into a single file... those are the most annoying things, as I would like to have a way to automatically update old profiles to new profile format.
    im willing to spend 15 minutes copying and pasting old code into new format
    ^0^Team Nova's PQR NCC ^0^

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

  4. #1834
    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)
    Originally Posted by Untouchablekill View Post
    Can I request a mac version of this for my friend?
    I don't own a mac, and this application is written in C#, I also have no idea where to begin with reverse engineering the WoW client on a mac... so I really doubt this will happen.

  5. #1835
    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 bu_ba_911 View Post
    im willing to spend 15 minutes copying and pasting old code into new format
    Agree, dont waste time dealing with old profiles. Takes few minutes to copy/paste from old client.

    ---------- Post added at 10:05 PM ---------- Previous post was at 09:57 PM ----------

    Holy Priest (need PQR 1.0.12)

    - fix Fortitude loop when other stamina buff is active

    xeronpriest011011PQRProfiles.zip

  6. #1836
    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)
    PvP_PvE_Holy_Paladin_RCv2.6_RELEASE.zip

    *removed auto-cast beacon of light
    *added preliminary LoS checks into targeting code
    *added preliminary Arena Code
    *not updating main post until i'm happy
    ^0^Team Nova's PQR NCC ^0^

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

  7. #1837
    grayyman's Avatar Corporal
    Reputation
    4
    Join Date
    Sep 2011
    Posts
    18
    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
    PvP_PvE_Holy_Paladin_RCv2.6_RELEASE.zip

    *removed auto-cast beacon of light
    *added preliminary LoS checks into targeting code
    *added preliminary Arena Code
    *not updating main post until i'm happy

    what aren't you content with? other then beacon(which i edited to recast on beacon target which i set with alt on old code, and i put judgement to whenever off cooldown higher in priority for mana purposes) your code "seems" perfect from pve perspective, and on pvp im always top "heals done".

  8. #1838
    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 grayyman View Post
    what aren't you content with? other then beacon(which i edited to recast on beacon target which i set with alt on old code, and i put judgement to whenever off cooldown higher in priority for mana purposes) your code "seems" perfect from pve perspective, and on pvp im always top "heals done".
    lol idk how sheuron feels, but i have more ideas on how i would want to approach something to get the most out of it, and i hate stopping before i achieve it

    i've tried globally declaring every buff i would as a player can to check against, health, mana, buffs (infusion, etc) it worked, but it slowed not only the rotation down, but i went from 60 fps to 20 fps in wow as well from all the errors haha.... BUT it worked..... i would lvoe to implement something like that as well. Would make customizing and adding code a lot more easy. Just have a global variable for my own health and to check against for buffs... imagine that!

    i've been having some issues with the arena profile as well..... i'm still better than it... so until i make that arena profile better than me the player..... i wont like it

    the Hand of Freedom is incomplete as far as the buff list goes. It's not smart about casting it yet for arenas let alone bg's. I haven't implemented a check on who the flag carrier is yet (will do that, already have 3 ideas i want to try). Trying to find out what Blizzard did with the Aura's on the Pally bar, because they are not like the wow api on wowwiki says they are. But i was going to have it auto cast crusaders each time you mount, while remembering what your previous aura was, then recast that after you dismount. Umm i have a couple ideas, but yea most of the are outside the scope of healing.... don't get me wrong i'm happy with how the healing portion works... but if i give people something to use.... i want it to be as well as i can make it.... no half assed crap XD

    also i appreciate everyone who gives me feedback and ideas... <3 you all!
    ^0^Team Nova's PQR NCC ^0^

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

  9. #1839
    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 SilentWarrior View Post
    Meh! Have to check that out.

    Any ideas on how to solve this? Prob gona check out Vuhdo's code, i think thats where i got the original idea for doing it from, maybe even the code works too.
    Yeah check out the VuhDo code it has a bunch of scale factors for different maps.

  10. #1840
    paveley's Avatar Member
    Reputation
    4
    Join Date
    May 2010
    Posts
    85
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sheuron my friend, there is something funky going on with the newest holy priest rotation...not sure exactly what the issue is but i'm pretty sure it has something to do with Prayer of Mending, i removed it from my rotation and it seemed to b working better. What happens is that when Prayer is on cd the rotation stops, even if the tank or someone else is below 50%. I have to manually heal untill it comes of cd but then it only casts that and stops again. Now to the strange part, this doesn't happen all the time, but ones it happened one time it continues to happen until you get out of combat. I will try this out some more to see if i can figure this out, but i was thinking it's better to let a pro handle it, so i post here to see if anyone else experience the same thing.



    *edit*...hmm, it wasn't Prayer of Mending after all, PQR is trying to cast something that is on a cd, not sure wich(might be HW Serenity), and during that time it's not casting any spells even if ppl are dying.
    Last edited by paveley; 10-01-2011 at 08:52 AM.

  11. #1841
    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 paveley View Post
    Sheuron my friend, there is something funky going on with the newest holy priest rotation...not sure exactly what the issue is but i'm pretty sure it has something to do with Prayer of Mending, i removed it from my rotation and it seemed to b working better. What happens is that when Prayer is on cd the rotation stops, even if the tank or someone else is below 50%. I have to manually heal untill it comes of cd but then it only casts that and stops again. Now to the strange part, this doesn't happen all the time, but ones it happened one time it continues to happen until you get out of combat. I will try this out some more to see if i can figure this out, but i was thinking it's better to let a pro handle it, so i post here to see if anyone else experience the same thing.



    *edit*...hmm, it wasn't Prayer of Mending after all, PQR is trying to cast something that is on a cd, not sure wich(might be HW Serenity), and during that time it's not casting any spells even if ppl are dying.
    yea the new targeting system doesn't use the built in Spell ID check to see if the spell is on CD or not to auto skip it if it is, so if there's an ability in the rotation that doesn't run a CD check and it's on CD, it's going to be held up there
    ^0^Team Nova's PQR NCC ^0^

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

  12. #1842
    DKVance73's Avatar Sergeant
    Reputation
    6
    Join Date
    Aug 2011
    Posts
    65
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    XHELPER, sent you another donation. DON'T YOU EVER QUIT MAKING/SUPPORTING THIS!

    Also, maybe when The Old Republic comes out, see if something like this can be created for it as I'm sure a lot of us will be playing that too.

  13. #1843
    winkle21's Avatar Member
    Reputation
    1
    Join Date
    Oct 2008
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sheuron I have been having this problem happen on the Holy Profile, and I don't know if i'm doing something wrong or its actually the profile. Keep in mind i'm on lvl 84 and this is what could be causing this but i do not know..

    *When tank engages encounter the profile works flawless does everything its suppose to, but if the fight last a longer amount of time than normal the program seems to either freeze or just stop working. If I move my char it seems to gain a little bit of life in the sense that it cast prayer of mending, but than just goes back to its freeze state. If I physically cast heal it sometime restart the rotation , but most of the time the rotation will not reset unless the encounter is over and a new encounter takes place. This seems to only happen when a group of mobs is pulled and than during the fight another group is pulled, or the encounter takes longer than normal to kill. I don't know why the profile is doing this because as long as this does not happen it works flawless.



    *EDIT - I overlooked Paveley post, but this is exactly what is happening to me also. It must be what Paveley and bu_ba_911 are saying about something on cd causing it to freeze..
    Last edited by winkle21; 10-01-2011 at 02:37 PM.

  14. #1844
    22alec22's Avatar Member
    Reputation
    1
    Join Date
    Jul 2011
    Posts
    50
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    snapple38's rogue rotations don't seem to work for me. (Only tried on assassination) It simply casts cold blood then auto-attacks. any idea why?

  15. #1845
    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)
    I wish I knew how to code so I could make it work on the PTR, but I know its hard as its a PTR and it changes constantly. But it would be fun to try premade 378 chars with PQR.

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 03:51 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