SPQR - The passive DPS rotation menu

Shout-Out

User Tag List

Page 15 of 39 FirstFirst ... 111213141516171819 ... LastLast
Results 211 to 225 of 585
  1. #211
    Snikur's Avatar Member
    Reputation
    1
    Join Date
    Sep 2013
    Posts
    7
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Nonowmana View Post
    I'm currently looking to fix thoses bugs, thats why there is less released thoses days, stay tuned
    Oki, thank you so much :-)

    SPQR - The passive DPS rotation
  2. #212
    Guvnor's Avatar Master Sergeant
    Reputation
    7
    Join Date
    Feb 2013
    Posts
    94
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    can we use this to prospect and mill?

  3. #213
    johnnycashed's Avatar Active Member
    Reputation
    25
    Join Date
    Oct 2007
    Posts
    36
    Thanks G/R
    9/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Guvnor View Post
    can we use this to prospect and mill?
    it is a passive DPS rotation (SPQR - The passive DPS rotation) bot/program so if it isn't casting spells for dps at the moment it doesn't do it.


  4. #214
    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
    Yeah that might be issue if you try code every single scenario.
    Scenarios are not bound to the action-bar's buttons, I don't see your point.

    The logic you made is out of World of Warcraft, you can define whatever you want in your CC's file, any logic, any whatever, even create threads, ticks, launching notepad, open a brower, parse the web, really, anything you can code.
    Anthraxbot & SPQR Creator / Administrator

  5. #215
    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)
    Nonowmana, how to add MySPQR.Classes.WoWAura.IsMine to the spell:

    if(!TARGET.HasAurabyId((int)Auras.Agony))
    MySPQR.Internals.ActionBar.CastSpellById((int)Spells.Agony);

    I think in raid dont cast any spell if another warlock put the same debuffs... thanks

  6. #216
    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)
    Nonowmana, any ETA on the new version? Have you been able to fix the auras?
    Thanks man!

  7. #217
    Snikur's Avatar Member
    Reputation
    1
    Join Date
    Sep 2013
    Posts
    7
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Nonowmana View Post
    hoops, my fault, not pushed the update with this function... what a dumbass
    Have you pushed it now? If so where?

  8. #218
    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)
    ----------
    Last edited by lockslash; 04-07-2014 at 03:16 PM.

  9. #219
    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)
    I'm working on CPU, trying to figure what is wrong. one update will be available today for the ReadyRunecountByType.
    Anthraxbot & SPQR Creator / Administrator

  10. #220
    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)
    I added the latest update, with GetReadyRuneCountByType(Patchables.Enums.WoWRuneType runeType), and "should" fix the CPU usage you might have in huge party / crown.
    Anthraxbot & SPQR Creator / Administrator

  11. #221
    Snikur's Avatar Member
    Reputation
    1
    Join Date
    Sep 2013
    Posts
    7
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Nonowmana View Post
    I added the latest update, with GetReadyRuneCountByType(Patchables.Enums.WoWRuneType runeType), and "should" fix the CPU usage you might have in huge party / crown.
    Thanks <3 I'l test it now :-)

  12. #222
    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 still can't even detect if avenging wrath is active... I've tried with:
    PHP Code:
    private bool avengingWrathActive()
    {
       return 
    MySPQR.Internals.ObjectManager.WoWLocalPlayer.HasAurabyId((int)Auras.AvengingWrath);

    If I use the function, the rotation won't do nothing at all. I've tried by looking at the auras list, but it doesn't work either
    PHP Code:
    private bool avengingWrathActive()
    {
       return 
    MySPQR.Internals.ObjectManager.WoWLocalPlayer.AuraList.Any(aura => aura.Id == (int)Auras.AvengingWrath);

    How come that some auras work and some doesn't?

    (Just to make it clearer, the problem is not that I get a wrong value, the problem is that all the rotation stops working, and it's not even throwing an exception)
    Last edited by nrgd; 04-08-2014 at 03:11 PM.

  13. #223
    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
    How come that some auras work and some doesn't?

    (Just to make it clearer, the problem is not that I get a wrong value, the problem is that all the rotation stops working, and it's not even throwing an exception)
    Auras are a bit tricky to detect out of process, I have all aura working on my side, on all my characters, will check what might be wrong in my code thanks to your report. What level are you ?

    The working thread exit, randomly, will test it on my Paladin to see what appens.
    Anthraxbot & SPQR Creator / Administrator

  14. #224
    Elyxiatic'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)
    I cant seem to get this to work as feral druid? in Cat forum ?

    Any idea why it not workin ? atm i am level 10 tryin it out. maybe cause my level to low ?
    Last edited by Elyxiatic; 04-08-2014 at 05:04 PM.

  15. #225
    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 Elyxiatic View Post
    I cant seem to get this to work as feral druid? in Cat forum ?

    Any idea why it not workin ? atm i am level 10 tryin it out. maybe cause my level to low ?
    been trying to write a feral profile and same i can get thrash to work and rake, but combo point detection and mangle will not fire even though i've tried ever mangle spell id.

    And with the new update is it supposed to be constantly moving the screen trying to face the target? if so its kind of annoying due to the fact i'm constantly moving my mouse to see mobs around me.
    Last edited by Koha; 04-08-2014 at 06:03 PM.

Page 15 of 39 FirstFirst ... 111213141516171819 ... 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 11:19 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