SPQR - The passive DPS rotation menu

User Tag List

Page 19 of 39 FirstFirst ... 151617181920212223 ... LastLast
Results 271 to 285 of 585
  1. #271
    BobTokie's Avatar Private
    Reputation
    1
    Join Date
    Apr 2014
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bruj0 View Post
    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/
    I've been trying the various iterations of your profile multiple ways and it does about 40k dps and really just spams page shift on my bar while firing serpent sting and the random cobra shot, never fires anything else, with our without bartender. Any Ideas as to why I'm not seeing your 100k+ . This is with the Survival profile

    SPQR - The passive DPS rotation
  2. #272
    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 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
    Autockick is easy to do with SPQR with API CastingSpellId and ChanneledSpellId in Unit namespace, but yes, I do not plan to add full support for all interuptable spells in public (I do have coded specific class "STFU" standing for Shut The **** Up) to interupt casters in PvE). If you want one, just code it, everything is available for you, you can even code a (basic) bot with SPQR
    Last edited by Nonowmana; 04-14-2014 at 04:54 PM.
    Anthraxbot & SPQR Creator / Administrator

  3. #273
    schmiddi's Avatar Member
    Reputation
    1
    Join Date
    Mar 2008
    Posts
    38
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I've a problem with DK Runes. "MySPQR.Patchables.Enums.WoWRuneType.UNHOLY" doesn't work. FROST, BLOOD and CHROMATIC Runes are working fine.
    With UNHOLY i get this error loading SPQR: ''MySPQR.Patchables.Enums.WoWRuneType' enthält keine Definition für 'UNHOLY'. Seems that there is no definition for UNHOLY?
    Please help

    btw: nice work!
    Last edited by schmiddi; 04-15-2014 at 07:33 AM.

  4. #274
    fish221171's Avatar Member
    Reputation
    9
    Join Date
    Mar 2010
    Posts
    76
    Thanks G/R
    1/5
    Trade Feedback
    4 (100%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    This looks amazing and I like a lot of us miss PQR, I will give this ago. Does anyone have a Frost DK profile for this?

    Also could someone just explain what the difference is between this and PQR? Sorry for noob question...

    Thanks

  5. #275
    Chinaboy's Avatar Active Member
    Reputation
    75
    Join Date
    Jun 2012
    Posts
    96
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Go to first page and read it there
    They see me farming, they hating.

  6. #276
    schmiddi's Avatar Member
    Reputation
    1
    Join Date
    Mar 2008
    Posts
    38
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    dw frost dk profile beta is up:

    https://github.com/schmiddikiel/schm...by_schmiddi.cs

    also in the wiki =)

  7. #277
    rail3r85's Avatar Member
    Reputation
    2
    Join Date
    Jan 2014
    Posts
    30
    Thanks G/R
    0/1
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I been trying to get 2 different spells to fire off but they wont, one is Mangle (Cat) and one is Shred.
    Everything else works fine but those 2 spells dont.

    Mangle is bound to Actionbar button 1 and Shred to 3.

    Also i need figure out how to use "Timeleft" API on SPQR to get more control on what spells the SPQR uses.

  8. #278
    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)
    is it possible to add a Aoe/Single modifier key to the program? instead of coding it in your own scripts?

  9. #279
    deejayfowler's Avatar Master Sergeant
    Reputation
    9
    Join Date
    Feb 2010
    Posts
    114
    Thanks G/R
    1/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    looking forward to this project makes lfr less stressful if any1 feels like doing a some lock set ups will give u some love

  10. #280
    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 rail3r85 View Post
    I been trying to get 2 different spells to fire off but they wont, one is Mangle (Cat) and one is Shred.
    Everything else works fine but those 2 spells dont.

    Mangle is bound to Actionbar button 1 and Shred to 3.

    Also i need figure out how to use "Timeleft" API on SPQR to get more control on what spells the SPQR uses.
    Use the debug window to get the correct id's, and find what is the bar used, slot used. If SPQR do not launch your id, it must be some really exotic KeyBinding.
    Use the WIKi to find what you need

    MySPQR.Classes.WoWAura - SPQR - Passive Rotation Bot
    Anthraxbot & SPQR Creator / Administrator

  11. #281
    lockslash's Avatar Member
    Reputation
    3
    Join Date
    Sep 2012
    Posts
    42
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How to add the condition

    Soul Shard > 0

    in warlock Haunt cast?

    if(!HasMyDebuff((int)Auras.Haunt))
    MySPQR.Internals.ActionBar.CastSpellById((int)Spells.Haunt);

    thanks

  12. #282
    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 lockslash View Post
    How to add the condition

    Soul Shard > 0

    in warlock Haunt cast?

    if(!HasMyDebuff((int)Auras.Haunt))
    MySPQR.Internals.ActionBar.CastSpellById((int)Spells.Haunt);

    thanks
    Soul Shards are not (yet) implemented, will do this soon

    Your code is wrong :

    Code:
    if(!MySPQR.Internals.ObjectManager.Target.HasMyDebuff((int)Auras.Haunt))
                    MySPQR.Internals.ActionBar.CastSpellById((int)Spells.Haunt);
    Anthraxbot & SPQR Creator / Administrator

  13. #283
    lockslash's Avatar Member
    Reputation
    3
    Join Date
    Sep 2012
    Posts
    42
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Nonowmana View Post
    Soul Shards are not (yet) implemented, will do this soon

    Your code is wrong :

    Code:
    if(!MySPQR.Internals.ObjectManager.Target.HasMyDebuff((int)Auras.Haunt))
                    MySPQR.Internals.ActionBar.CastSpellById((int)Spells.Haunt);

    I can not wait XD

    the code you write does not work for me ¿?

    The MySPQR.Internals.ObjectManager.Target are implicit into HasMyDebuff()

    Code:
    		public static bool HasMyDebuff(int spellID)
    		{
    			var TARGET = MySPQR.Internals.ObjectManager.Target;
    			foreach (var aura in TARGET.AuraList)
                             {
    				if( (aura.Id==spellID) &&  aura.IsMine)
    					return true;
                             }
    			 return false;
    		}

  14. #284
    freeloading's Avatar Knight-Lieutenant
    Reputation
    22
    Join Date
    Sep 2012
    Posts
    256
    Thanks G/R
    0/3
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Finally tried this thing and I have to say this has made me want to finish my Legendary Cloak quest after I stopped when PQR was gone. Anyway one small thing for the Hunter rotation...for BM Hunter, anyway to add Cobra Shot when lacking focus and using Arcane Shot for focus dump? tyia

  15. #285
    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)
    Focus is manageable, I writed all the base classes in a few hours, they are not optimise (not even close), but you can make changes by yourself, open athe file and have a look, you might be surprised on how it is easy to modify class behaviors
    Anthraxbot & SPQR Creator / Administrator

Page 19 of 39 FirstFirst ... 151617181920212223 ... 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 06:33 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