SPQR - The passive DPS rotation menu

User Tag List

Page 9 of 39 FirstFirst ... 5678910111213 ... LastLast
Results 121 to 135 of 585
  1. #121
    v3ntrix's Avatar Member
    Reputation
    1
    Join Date
    Jun 2009
    Posts
    33
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Agreed, an interrupt with a randomized 0.5 - 1 second delay would be better

    SPQR - The passive DPS rotation
  2. #122
    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)
    Anyway this is not instant, the spell is used just like a player does, this is super natural, just try it.

    You can change the spell rotation to your needs, this is the PURPOSE of this tool. I will NOT write your combat rotation, you have to build your own

    c# - random sleep between a set of time - Stack Overflow
    Anthraxbot & SPQR Creator / Administrator

  3. #123
    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)
    Hi, I've been doing some testing today and there are a pair of things that doesn't seem to work:

    - I'm having some trouble with the canCast() function... it seems to work ok with some spells but returns always true with crusaderstrike spell... does canCast() only check GCD and spell CD? I've tried and MySPQR.Internals.CooldownManager.IsOnCooldownById((int)Spells.CrusaderStrike) returns always false to me...

    - I don't think the OnStop() method is being called when the user stops the routine... I need it to stop the inquisition tracker timer but it doesn't stop, also trying to add a log from OnStop() is not working.

  4. #124
    s7itches's Avatar Member
    Reputation
    2
    Join Date
    Nov 2012
    Posts
    1
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    First off, this is great. Thank you.

    As far as I can tell, I'm only able to use the number keys as keybindings on my bars if I want a move to be executed. (Which seems to limit me to 10 total moves, 0-9.)
    Please excuse my ignorance, but is it possible to add other keys such as F5, F6, `, numpad0.1.. etc?

  5. #125
    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
    Hi, I've been doing some testing today and there are a pair of things that doesn't seem to work:

    - I'm having some trouble with the canCast() function... it seems to work ok with some spells but returns always true with crusaderstrike spell... does canCast() only check GCD and spell CD? I've tried and MySPQR.Internals.CooldownManager.IsOnCooldownById((int)Spells.CrusaderStrike) returns always false to me...

    - I don't think the OnStop() method is being called when the user stops the routine... I need it to stop the inquisition tracker timer but it doesn't stop, also trying to add a log from OnStop() is not working.
    Will check this asap.

    Originally Posted by s7itches View Post
    First off, this is great. Thank you.

    As far as I can tell, I'm only able to use the number keys as keybindings on my bars if I want a move to be executed. (Which seems to limit me to 10 total moves, 0-9.)
    Please excuse my ignorance, but is it possible to add other keys such as F5, F6, `, numpad0.1.. etc?
    It is already done, all Rhodes keys should work.
    Make your key bind, then relaunch SPQR.
    Anthraxbot & SPQR Creator / Administrator

  6. #126
    Bouter's Avatar Member
    Reputation
    2
    Join Date
    Sep 2008
    Posts
    29
    Thanks G/R
    2/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Does this only work with the default blizzard bar? or also with bartender for example?

  7. #127
    grinta's Avatar Member
    Reputation
    1
    Join Date
    Sep 2007
    Posts
    33
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I repeat that Shaman script is not working, it does not even starts.

    I lost a couple of hours understanding how it could start but nothing.

    If someone fell free to make a VALUABLE elemantal shaman script i will pay €/$.

    thanks

  8. #128
    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)
    Not tested with bartender, but according to my experiment, these oddons can **** up with passive not. Try to use with SPQR, and tell us
    Anthraxbot & SPQR Creator / Administrator

  9. #129
    falexas's Avatar Private
    Reputation
    1
    Join Date
    Feb 2014
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Any confirmation it's compatible with .NET 4.0? Getting "unable to find runtime for this app" errors on WXP.

  10. #130
    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 falexas View Post
    Any confirmation it's compatible with .NET 4.0? Getting "unable to find runtime for this app" errors on WXP.
    .NET Framework 4.5 is mandatory for SPQR



    For next version :
    - Aura are now fixed (was troubles with target aura, wrong offset for AuraCount)
    - Added Target of Target.
    - Pet Support (Health, mana, target, and such)
    - Added ( thanks to JuJuBoSc) an interface to show your Spells, spells Ids, Auras on char, and Aura on target, powered by wowheadcom.
    - Cleaned API

    Stay tuned
    Last edited by Nonowmana; 03-30-2014 at 12:36 PM.
    Anthraxbot & SPQR Creator / Administrator

  11. #131
    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)
    Nice! Can't wait for next version!

  12. #132
    Tosterrorer's Avatar Member
    Reputation
    1
    Join Date
    Oct 2012
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    well still same, i test on my mage on retail and panda wow - still nothing after alt +x

  13. #133
    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 Tosterrorer View Post
    well still same, i test on my mage on retail and panda wow - still nothing after alt +x
    Control+X is the default Key. Check the title of SPQR window, it shows the current status, Running, or not, also, double check the selected class in the dropdown list.
    Anthraxbot & SPQR Creator / Administrator

  14. #134
    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)
    I made a rotation for Survival Hunter, its currently doing 110k on a ilvl 523 character.
    But due to bugs on SPQR its not working perfectly, ie the check for DireBeast, BlackArrow
    and Explosive Shot cool down returns true most of the time when it shouldnt.
    Also the aura check for Serpent Sting returns false when it shouldnt, ie its already applied.

    Hunter Survival - SPQR - Passive Rotation Bot

  15. #135
    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)
    Does work with Bartender 4 u just need to enable the Paging option as in Shift + 1 = Bar 1, Shift + 2 = Bar 2 and it will work.

Page 9 of 39 FirstFirst ... 5678910111213 ... 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 02:25 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