SPQR - The passive DPS rotation menu

Shout-Out

User Tag List

Page 18 of 39 FirstFirst ... 141516171819202122 ... LastLast
Results 256 to 270 of 585
  1. #256
    Koha's Avatar Member
    Reputation
    11
    Join Date
    Jun 2008
    Posts
    55
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by buzzbin View Post
    I'm wondering if there's any layman's way to stop the movement portion of this? It's not a necessary limb
    Only way to do it really is to use CastSpellById((int)Spells.Maul); instead of MySPQR.Internals.ActionBar.CastSpellById((int)Spells.Maul); but even then its not a perfect fix but it works. You will have to wait till the next update.

    SPQR - The passive DPS rotation
  2. #257
    Nonowmana's Avatar Contributor
    Reputation
    125
    Join Date
    Apr 2009
    Posts
    259
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Koha View Post
    Only way to do it really is to use CastSpellById((int)Spells.Maul); instead of MySPQR.Internals.ActionBar.CastSpellById((int)Spells.Maul); but even then its not a perfect fix but it works. You will have to wait till the next update.
    At the next release, this will be optionnal to face the target. Sorry about the delay, I had to do some real life work those days
    Anthraxbot & SPQR Creator / Administrator

  3. #258
    Nonowmana's Avatar Contributor
    Reputation
    125
    Join Date
    Apr 2009
    Posts
    259
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    updated, see changelog
    Anthraxbot & SPQR Creator / Administrator

  4. #259
    bruj0's Avatar Member
    Reputation
    2
    Join Date
    Jul 2009
    Posts
    69
    Thanks G/R
    2/0
    Trade Feedback
    7 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Nonowmana View Post
    updated, see changelog
    Im testing and its working very nice, there's some bugs on MySPQR.Internals.ActionBar.CanCast its returning true when it shouldnt for free
    cooldown spells, ie kill shot and its definetly not checking if the player is casting.

    Good news is that last version improves dps for about 30-50k dps.

    One request, can you make MySPQR.Internals.ActionBar.CastSpellById(spellId); return TRUE if the spell was casted?

    Thank you

    PS: Updated rotations for Hunter and Shaman, https://ramakandra-emporium.googleco...PQR-Rotations/
    Last edited by bruj0; 04-13-2014 at 05:30 PM.

  5. #260
    nrgd's Avatar Corporal
    Reputation
    1
    Join Date
    Mar 2014
    Posts
    31
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    A retribution paladin rotation:
    https://github.com/nrgd/nrgdret/blob/master/nrgdRET.cs

    PHP Code:
    //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
    // nrgdret rotation                                                                                             //
    // v[alpha0.1]                                                                                                  //
    //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
    // Notes:                                                                                                       //
    //                                                                                                              //
    // - This is ALPHA! Don't expect to work flawlessly and to achive an amazing dps! I've just released it to get  //
    //   some feedback to help me improve it, please keep that in mind when posting bugs!                           //
    //                                                                                                              //
    // - Inquisition is tracked by using timers... this is far for perfect and right now the OnStop() method        //
    //   is not being called by SPQR which means that the timer won't stop when you stop the rotation. I would      //
    //   recomend to restart SPQR if you have stopped the rotation. Hopefully an aura remaining time method         //
    //   will be provided in a new version or the OnStop() method will be fixed to allow using timers meanwhile.    //
    //                                                                                                              //
    // - You can switch between single/aoe rotations by pressing 'z' key. Once again this is not perfect because    //
    //   we can't hook to keypresses but instead have to use pooling, so you keypress can be missed. I've added     //
    //   a beep for single and 3 beeps for aoe, so you can know the keypress has been detected and which one is     //
    //   the active one. Maybe in a new SPQR version the program allows us to detect keypresses by handling events! //
    //                                                                                                              //
    // - Rotation is based on icy-veins:                                                                            //
    //   [http://www.icy-veins.com/retribution-paladin-wow-pve-dps-rotation-cooldowns-abilities]                    //
    //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
    // Upcoming:
    // - Change rotation when not in melee range, cast only ranged spells.
    // - Detect Divine Purpose procs.
    // - Detect 4 pieces tier procs.
    // - Pause rotation button. 

  6. #261
    Nonowmana's Avatar Contributor
    Reputation
    125
    Join Date
    Apr 2009
    Posts
    259
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by nrgd View Post
    A retribution paladin rotation:
    https://github.com/nrgd/nrgdret/blob/master/nrgdRET.cs

    PHP Code:
    //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
    // nrgdret rotation                                                                                             //
    // v[alpha0.1]                                                                                                  //
    //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
    // Notes:                                                                                                       //
    //                                                                                                              //
    // - This is ALPHA! Don't expect to work flawlessly and to achive an amazing dps! I've just released it to get  //
    //   some feedback to help me improve it, please keep that in mind when posting bugs!                           //
    //                                                                                                              //
    // - Inquisition is tracked by using timers... this is far for perfect and right now the OnStop() method        //
    //   is not being called by SPQR which means that the timer won't stop when you stop the rotation. I would      //
    //   recomend to restart SPQR if you have stopped the rotation. Hopefully an aura remaining time method         //
    //   will be provided in a new version or the OnStop() method will be fixed to allow using timers meanwhile.    //
    //                                                                                                              //
    // - You can switch between single/aoe rotations by pressing 'z' key. Once again this is not perfect because    //
    //   we can't hook to keypresses but instead have to use pooling, so you keypress can be missed. I've added     //
    //   a beep for single and 3 beeps for aoe, so you can know the keypress has been detected and which one is     //
    //   the active one. Maybe in a new SPQR version the program allows us to detect keypresses by handling events! //
    //                                                                                                              //
    // - Rotation is based on icy-veins:                                                                            //
    //   [http://www.icy-veins.com/retribution-paladin-wow-pve-dps-rotation-cooldowns-abilities]                    //
    //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
    // Upcoming:
    // - Change rotation when not in melee range, cast only ranged spells.
    // - Detect Divine Purpose procs.
    // - Detect 4 pieces tier procs.
    // - Pause rotation button. 
    Actually not bad will check this ASAP, you should post it on the WIKI if you want to make it more visible

    Also, Aura.Timeleft and WoWUnit.GetAuraById() is coming to the next version
    Anthraxbot & SPQR Creator / Administrator

  7. #262
    nrgd's Avatar Corporal
    Reputation
    1
    Join Date
    Mar 2014
    Posts
    31
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Nonowmana View Post
    Actually not bad will check this ASAP, you should post it on the WIKI if you want to make it more visible

    Also, Aura.Timeleft and WoWUnit.GetAuraById() is coming to the next version
    Thanks, and Aura.Timeleft will be very useful for the ret rotation!
    How can I create a new page in the wiki?

  8. #263
    Nonowmana's Avatar Contributor
    Reputation
    125
    Join Date
    Apr 2009
    Posts
    259
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by nrgd View Post
    Thanks, and Aura.Timeleft will be very useful for the ret rotation!
    How can I create a new page in the wiki?
    Register an account on the wiki, you will be able to edit all pages of the WIKI using the top right button Edit or create a new page using the Mediawiki system following this : http://www.mediawiki.org/wiki/Help:Starting_a_new_page

    Also, uploaded the update

    Originally Posted by bruj0 View Post
    One request, can you make MySPQR.Internals.ActionBar.CastSpellById(spellId); return TRUE if the spell was casted?
    Actually, this is not possible to detect the last Spell used, I need to reverse the CombatLog, and this is a piece of shit
    Last edited by Nonowmana; 04-13-2014 at 06:21 PM.
    Anthraxbot & SPQR Creator / Administrator

  9. #264
    manylol's Avatar Sergeant
    Reputation
    8
    Join Date
    Apr 2014
    Posts
    37
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    the auto interrupt for warlock doesn't work for me, how can i get it work ? thx

  10. #265
    Nonowmana's Avatar Contributor
    Reputation
    125
    Join Date
    Apr 2009
    Posts
    259
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by manylol View Post
    the auto interrupt for warlock doesn't work for me, how can i get it work ? thx
    How does the warclock interupt works (spells, buffs, anything) ? I do not have this class to test.
    Anthraxbot & SPQR Creator / Administrator

  11. #266
    manylol's Avatar Sergeant
    Reputation
    8
    Join Date
    Apr 2014
    Posts
    37
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Warlock Interrupt : Optical Blast - Spell - World of Warcraft
    It's a pet abilitie

  12. #267
    nrgd's Avatar Corporal
    Reputation
    1
    Join Date
    Mar 2014
    Posts
    31
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I tried to give my point of view some time ago, but I think it wasn't clear enough so I'll try again to express my opinion.
    People like manylol only want SPQR to use the interrupt functionalities in PVP, and gain advantage over other players. Although SPQR simulates keypresses, it has a higher reaction time than a player could possibly have, and it's even better if you want to interrupt only a defined list of spells, so anyone using SPQR will interrupt faster than other players, and players getting interrupted several times just when starting casting are going to report those using SPQR, which is going to bring Blizzard's attention to SPQR and it will be game over for SPQR. They will either find a way to detect it and banwave everyone using it [PQR] or they are gonna contact you Nonowmana "suggesting" to stop SPQR development [ProbablyEngine]. This doesn't mean that they won't take action at some point if SPQR stays PVE-only, but using SPQR in PVE doesn't affect other players, using it in PVP does, and they won't allow it for sure.

    Interrupting is not really that hard, it's easily done with a single keybind, so my suggestion would be to remove interrupt functionality from SPQR, and leave it as an automated rotation only program.

    I loved PQR, and I hope we can enjoy SPQR for a long time!

  13. #268
    Wildbreath's Avatar Contributor
    Reputation
    162
    Join Date
    Feb 2012
    Posts
    121
    Thanks G/R
    2/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by nrgd View Post
    to remove interrupt functionality from SPQR
    SPQR just a module using profiles written by players. dont think so author will coding special module to parse all interrupt spells and disallow it in profiles
    btw peoples can use other programs (lua unlockers) to use autokick

  14. #269
    bruj0's Avatar Member
    Reputation
    2
    Join Date
    Jul 2009
    Posts
    69
    Thanks G/R
    2/0
    Trade Feedback
    7 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Wildbreath View Post
    SPQR just a module using profiles written by players. dont think so author will coding special module to parse all interrupt spells and disallow it in profiles
    btw peoples can use other programs (lua unlockers) to use autokick
    He could just disable .IsCasting on Players and then you wouldnt know when to interrupt.

  15. #270
    manylol's Avatar Sergeant
    Reputation
    8
    Join Date
    Apr 2014
    Posts
    37
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    or just delete the id of your interrupt in the config file from your class

Page 18 of 39 FirstFirst ... 141516171819202122 ... LastLast

Similar Threads

  1. WOW Macro Library (DPS Rotations, Healing, Tanking, etc)
    By Viral Fly-by in forum WoW UI, Macros and Talent Specs
    Replies: 463
    Last Post: 07-05-2014, 09:31 AM
  2. DPSCycle - DPS Rotation helper addon
    By Vasar in forum WoW UI, Macros and Talent Specs
    Replies: 5
    Last Post: 11-07-2009, 06:23 PM
  3. [Guide] DPS Rotation for ALL CLASSES!
    By [AfterBurner] in forum World of Warcraft Guides
    Replies: 46
    Last Post: 10-23-2009, 04:45 AM
  4. DK dps rotation macro(blood/unholy)
    By Shakenbaken2 in forum WoW UI, Macros and Talent Specs
    Replies: 7
    Last Post: 08-05-2009, 11:10 AM
  5. Whats the best dps class?
    By Fragz1lla in forum World of Warcraft General
    Replies: 5
    Last Post: 01-28-2009, 06:43 PM
All times are GMT -5. The time now is 12:53 AM. 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