SPQR - The passive DPS rotation menu

User Tag List

Page 12 of 39 FirstFirst ... 8910111213141516 ... LastLast
Results 166 to 180 of 585
  1. #166
    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)
    Originally Posted by Nonowmana View Post
    This cannot work with Bar Addons, since it read the spells on the regular bars.

    To see what you can Use, create a project in VS, add MySPQR to references, then right clik on it, View in Object browser.
    Well i dont have such problem, works with ElvUI fine but i think it wont work with extra actionbars (outside of stock 5-6 bars, like 7,8,9 etc..)

    Trying to create Feral druid profile also.. need just sharpen my coding skills bit...
    I just wish there would be cuteone's profile for feral druid for this SPQR.
    Last edited by rail3r85; 04-03-2014 at 04:00 AM.

    SPQR - The passive DPS rotation
  2. #167
    ph34rt3hcute1's Avatar Contributor Authenticator enabled
    Reputation
    287
    Join Date
    Nov 2012
    Posts
    734
    Thanks G/R
    7/61
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by rail3r85 View Post
    Well i dont have such problem, works with ElvUI fine but i think it wont work with extra actionbars (outside of stock 5-6 bars, like 7,8,9 etc..)

    Trying to create Feral druid profile also.. need just sharpen my coding skills bit...
    I just wish there would be cuteone's profile for feral druid for this SPQR.
    Ohh? The main issue I have with this is I try to code for every spell and try to account for every scenario, I doubt there are enough buttons on the actionbar.

    Sent from my Nexus 5 using Tapatalk
    Last edited by ph34rt3hcute1; 04-03-2014 at 10:55 AM.
    BadRotations
    Developer

  3. #168
    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)
    Fight scenarios is an near incoming part of the program

    Next version changelog :

    Code:
     - Fixed troubles with incorrect Cooldowns.
     - Moved CastSpellById in the API (MySPQR.Internals.ActionBar.CastSpellById(int spellId)).
     - Greats improvement in CPU usage (300% less CPU usage).
     - Reworked the ObjectManager 
    		available Dictionaries : 
    		public static Dictionary<ulong, Classes.WoWObject> Objects { get; private set; }
    		public static Dictionary<ulong, Classes.WoWUnit> Units { get; private set; }
    		public static Dictionary<ulong, Classes.WoWPlayer> Players { get; private set; }
     - Added movements (more soon)
    		MySPQR.Internals.Movements.StartRunning()
    		MySPQR.Internals.Movements.StopRunning()
    		MySPQR.Internals.Movements.Jump()
     - Added InteruptCast
    		MySPQR.Internals.ActionBar.CancelCast()
     - Added Targetting by guid
    		MySPQR.Internals.ObjectManager.WoWLocalPlayer.TargetUnitByGUID(ulong guid)
     - Added PlayerPet in ObjectManager
    		MySPQR.Internals.ObjectManager.PlayerPet
     - Added PlayerPet targetting
    		MySPQR.Internals.ObjectManager.WoWLocalPlayer.TargetPet()
    Last edited by Nonowmana; 04-03-2014 at 01:30 PM.
    Anthraxbot & SPQR Creator / Administrator

  4. #169
    Clotic's Avatar Member Authenticator enabled
    Reputation
    11
    Join Date
    Jun 2010
    Posts
    200
    Thanks G/R
    1/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    mhm nothing happens when i put it on "mage frost"

    on hunter it works but it spams serpent string.. cant say this is better then honorbuddys raidbot lol
    Last edited by Clotic; 04-03-2014 at 01:28 PM.

  5. #170
    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 isidorzzon View Post
    mhm nothing happens when i put it on "mage frost"

    on hunter it works but it spams serpent string.. cant say this is better then honorbuddys raidbot lol
    Post your code or I will not be able to help and for keyspam, this will be fixed on next version (posted Soon).
    Last edited by Nonowmana; 04-03-2014 at 01:32 PM.
    Anthraxbot & SPQR Creator / Administrator

  6. #171
    Clotic's Avatar Member Authenticator enabled
    Reputation
    11
    Join Date
    Jun 2010
    Posts
    200
    Thanks G/R
    1/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Nonowmana View Post
    Post your code or I will not be able to help and for keyspam, this will be fixed on next version (posted Soon).
    just downloaded ur program took hunter profile on. done nothing kinda new to program so i cant make profiles just yet.

    http://pastebin.com/4wXdrRZh

  7. #172
    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 isidorzzon View Post
    just downloaded ur program took hunter profile on. done nothing kinda new to program so i cant make profiles just yet.

    Hunter - Pastebin.com
    Try to cast SerpentString on a target, then check on debug window the target buffs, you'll see somes. Find Serpent Sting spellId, and check if this is the same as in Auras section. If not, change it, save the file and tell me, I'll need to change it for everyone
    Anthraxbot & SPQR Creator / Administrator

  8. #173
    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)
    Can't wait for next version to do some raid tests! Is it coming out any time soon?

    About the new movement actions... I understand that the actions are done by keypresss?

  9. #174
    Clotic's Avatar Member Authenticator enabled
    Reputation
    11
    Join Date
    Jun 2010
    Posts
    200
    Thanks G/R
    1/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Fixed it

    SPQR - The passive DPS rotation-7ukeu-png
    Attached Thumbnails Attached Thumbnails SPQR - The passive DPS rotation-7ukl1-png  
    Last edited by Clotic; 04-03-2014 at 02:32 PM.

  10. #175
    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
    Can't wait for next version to do some raid tests! Is it coming out any time soon?

    About the new movement actions... I understand that the actions are done by keypresss?
    Yes, indeed
    Anthraxbot & SPQR Creator / Administrator

  11. #176
    Ichiboo's Avatar Member
    Reputation
    4
    Join Date
    Sep 2011
    Posts
    27
    Thanks G/R
    2/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by nrgd View Post
    Can't wait for next version to do some raid tests! Is it coming out any time soon?

    About the new movement actions... I understand that the actions are done by keypresss?
    I think the movements are for detecting if you are running or jumping, not for actually inputting the movement. At least, that's how it was in PE

  12. #177
    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 Ichiboo View Post
    I think the movements are for detecting if you are running or jumping, not for actually inputting the movement. At least, that's how it was in PE
    Actually, this is for moving, you can start running, strafe (not yet in the released version) do whatever you want

    Also, update pushed !
    Anthraxbot & SPQR Creator / Administrator

  13. #178
    Ichiboo's Avatar Member
    Reputation
    4
    Join Date
    Sep 2011
    Posts
    27
    Thanks G/R
    2/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Oh, sweet! Maybe we can get PokeRotation up and running on this then :P

  14. #179
    ro0k's Avatar Active Member
    Reputation
    30
    Join Date
    Feb 2011
    Posts
    56
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    [00:06:37] -- Loading Customclasses...
    [00:06:39] -- SPQR v:1.0.5206.39896 loaded.

    Doesnt seem to load the profiles. Correct me if I am wrong

    C:\Users\Whoop\Desktop\SPQR\Customclasses\Deathknight.cs and all other .cs files
    C:\Users\Whoop\Desktop\SPQR\SPQR.exe

  15. #180
    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 ro0k View Post
    [00:06:37] -- Loading Customclasses...
    [00:06:39] -- SPQR v:1.0.5206.39896 loaded.

    Doesnt seem to load the profiles. Correct me if I am wrong

    C:\Users\Whoop\Desktop\SPQR\Customclasses\Deathknight.cs and all other .cs files
    C:\Users\Whoop\Desktop\SPQR\SPQR.exe
    If there is items in dropdown list, this load files, I just removed the loading notification for each file.
    Anthraxbot & SPQR Creator / Administrator

Page 12 of 39 FirstFirst ... 8910111213141516 ... 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:41 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