SPQR - The passive DPS rotation menu

Shout-Out

User Tag List

Page 13 of 39 FirstFirst ... 91011121314151617 ... LastLast
Results 181 to 195 of 585
  1. #181
    crazyshooterrr's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Doesn't work for me, Started program it detected wow, pressed ctrl-x and it said started but nothing happens when i target training dummy.

    Also fps drops when i start the program from about 90fps to 17fps

    SPQR - The passive DPS rotation
  2. #182
    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've changed my ret profile to cast using MySPQR.Internals.ActionBar.CastSpellById() and it's not working (doesn't cast anything at all).
    Anybody can confirm that the function is working for them?

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

    Next version changelog :

    Code:
     - Added PlayerPet in ObjectManager
    		MySPQR.Internals.ObjectManager.PlayerPet
     - Added PlayerPet targetting
    		MySPQR.Internals.ObjectManager.WoWLocalPlayer.TargetPet()
    Thank you very much for this update, can you explain a bit more how to check the Pet's health?
    or what functions are available, i dont have VS

  4. #184
    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
    I've changed my ret profile to cast using MySPQR.Internals.ActionBar.CastSpellById() and it's not working (doesn't cast anything at all).
    Anybody can confirm that the function is working for them?
    PHP Code:
    MySPQR.Internals.ActionBar.CastSpellById(35395); 
    Do work. Remove the old CastSpellById function from your class


    Originally Posted by bruj0 View Post
    Thank you very much for this update, can you explain a bit more how to check the Pet's health?
    or what functions are available, i dont have VS
    Download Microsoft Visual Studio Express 2013 for Windows Desktop from Official Microsoft Download Center (free)
    Pet is considered as a Unit, so you have the same functions as Target, health, mana...
    Use MySPQR.Internals.ObjectManager.PlayerPet to acces to al Pet infos.
    Anthraxbot & SPQR Creator / Administrator

  5. #185
    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 crazyshooterrr View Post
    Doesn't work for me, Started program it detected wow, pressed ctrl-x and it said started but nothing happens when i target training dummy.

    Also fps drops when i start the program from about 90fps to 17fps
    Check if spells are in your Bars. Also, check if you selected your Class in the dropdown list. Such performance drop is not normal, I see no difference on FPS on my crappy old Q6600 from 2009, ensure you use the latest version.
    If nothing above do nor work, check if you can cast spells from your keyboard, without mouse, and switch from bar1 to bar6 with keyboard too (usually Shift+barNumber is used).
    If really this do not work, contact me by personnal messaging, i'll double check with you, trying to figure what is wrong.
    Anthraxbot & SPQR Creator / Administrator

  6. #186
    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)
    Im sorry to say that its still unusable on LFR or 25 mans, OnStart() fires but it seems
    CombatLogic() never does.
    I know this because i added log out put to CastSpellById() also i tried comenting "if (MySPQR.Internals.ObjectManager.Target.IsValid)"
    but thats is not the problem either.

    What i see is OnStart() firing then nothing for a while and then 100% CPU usage and mouse lag untill i close the application.

    The good news is that all the cool downs are working correctly!

  7. #187
    Parlour's Avatar Member
    Reputation
    3
    Join Date
    Apr 2014
    Posts
    4
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there a balance or feral druid pve profile in the works? Seems those are the unpopular specs and it's hard to find a decent rotation bot for them.

  8. #188
    NicodemusAtNIMH's Avatar Member
    Reputation
    1
    Join Date
    Jun 2008
    Posts
    48
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    New to all things coding and programming, what do I need to use to edit the .cs files or write scripts.

  9. #189
    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)
    Im sorry to say that its still unusable on LFR or 25 mans, OnStart() fires but it seems<br />
    CombatLogic() never does.<br />
    I know this because i added log out put to CastSpellById() also i tried comenting &quot;if (MySPQR.Internals.ObjectManager.Target.IsValid)&quot; <br />
    but thats is not the problem either.<br />
    <br />
    What i see is OnStart() firing then nothing for a while and then 100% CPU usage and mouse lag untill i close the application.<br />
    <br />
    The good news is that all the cool downs are working correctly! <br/>

    Could it be due to the spell Id check? I noticed that it can't detect the difference between your dots and another players dots.

    New to all things coding and programming, what do I need to use to edit the .cs files or write scripts.<br/>

    Try notepad ++

    Sent from my GT-N7105 using Tapatalk

  10. #190
    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 NicodemusAtNIMH View Post
    New to all things coding and programming, what do I need to use to edit the .cs files or write scripts.
    Download Visual Studio Express 2013, it's free

    Originally Posted by Koha View Post

    Could it be due to the spell Id check? I noticed that it can't detect the difference between your dots and another players dots.

    New to all things coding and programming, what do I need to use to edit the .cs files or write scripts.<br/>

    Try notepad ++
    MySPQR can make the difference, Aura have OwnerGUID, so you can determine if the buff/debuff is from you.
    Anthraxbot & SPQR Creator / Administrator

  11. #191
    justdigginlife's Avatar Member
    Reputation
    1
    Join Date
    Mar 2010
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Clicking buttons in a timely manner is hard. LOLZ!

  12. #192
    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've worked some aspects of SPQR :

    - re-Added PlayerIsBehind in Units
    - Added Unit.Face(), by default SPQR face Target before casting a spell on it, but you can make custom Casting Function in your combat profile.

    This will be released soon.
    Anthraxbot & SPQR Creator / Administrator

  13. #193
    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
    I've worked some aspects of SPQR :

    - re-Added PlayerIsBehind in Units
    - Added Unit.Face(), by default SPQR face Target before casting a spell on it, but you can make custom Casting Function in your combat profile.

    This will be released soon.
    Nonowmana,did you get a chance to test it in LFR or 25 mans?
    I just want to be sure its not just me that has trouble using it like that.
    Thanks.

  14. #194
    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 bruj0 View Post
    Nonowmana,did you get a chance to test it in LFR or 25 mans?
    I just want to be sure its not just me that has trouble using it like that.
    Thanks.
    Not really, I do not have any hi-level (max lv80) character to test, but i've tested it on Dummy, with a lot of Players around, do not had troubles. May we should take some time to contact each other, and test. Give me your Skype Id by personnal messaging on the forum.

    Edit : Target() will not be called before launching a spell, this is silly for close range classes (nevemind)
    Last edited by Nonowmana; 04-04-2014 at 11:43 AM.
    Anthraxbot & SPQR Creator / Administrator

  15. #195
    Guinness's Avatar Member
    Reputation
    5
    Join Date
    Apr 2012
    Posts
    75
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by justdigginlife View Post
    Clicking buttons in a timely manner is hard. LOLZ!
    I think you're lost? Last I checked this was the World of Warcraft Bots and Programs subforum.

Page 13 of 39 FirstFirst ... 91011121314151617 ... 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 09:37 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