SPQR - The passive DPS rotation menu

Shout-Out

User Tag List

Page 32 of 39 FirstFirst ... 282930313233343536 ... LastLast
Results 466 to 480 of 585
  1. #466
    R3V1V3's Avatar Member
    Reputation
    2
    Join Date
    May 2014
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thank you supporters, developers, and contributors for all your hard work. I seek your expertise and with a few issues. I appreciate any help you can provide.
    • Can "MySPQR.Classes.KeyBind.Action string Action" perform "CAMERAORSELECTORMOVE" since it is protected?
    • If so, what would the syntax be?
    • Could you provide an example implemented with an ability, such as Death and Decay, or Explosive Trap?
    • If not, is there another way to automate the sequence to cast and select the field?

    My gratitude for your time and consideration.
    Last edited by R3V1V3; 05-10-2014 at 04:39 PM.

    SPQR - The passive DPS rotation
  2. #467
    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 R3V1V3 View Post
    Thank you supporters, developers, and contributors for all your hard work. I seek your expertise and with a few issues. I appreciate any help you can provide.
    • Can "MySPQR.Classes.KeyBind.Action string Action" perform "CAMERAORSELECTORMOVE" since it is protected?
    • If so, what would the syntax be?
    • Could you provide an example implemented with an ability, such as Death and Decay, or Explosive Trap?
    • If not, is there another way to automate the sequence to cast and select the field?

    My gratitude for your time and consideration.
    Complete list of Actions - SPQR - Passive Rotation Bot
    CAMERAORSELECTORMOVE is accessible if it binded in the interface.

    Code:
    MySPQR.Internals.BindingManager.ActionPress("CAMERAORSELECTORMOVE");
    Code:
     MySPQR.Internals.ActionBar.CastSpellById(13813); // Explosive trap spell id : http://www.wowhead.com/spell=13813
    Anthraxbot & SPQR Creator / Administrator

  3. #468
    Ballerstatus121's Avatar Member
    Reputation
    1
    Join Date
    Sep 2012
    Posts
    64
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm using one of the Frost DK profiles listed on the wiki, however it refuses to cast frost strike as the profile names it "Blood Strike"

    How would i go about switching this?

  4. #469
    R3V1V3's Avatar Member
    Reputation
    2
    Join Date
    May 2014
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Nonowmana View Post
    Complete list of Actions - SPQR - Passive Rotation Bot
    CAMERAORSELECTORMOVE is accessible if it binded in the interface.

    Code:
    MySPQR.Internals.BindingManager.ActionPress("CAMERAORSELECTORMOVE");
    Thank you for assistance I was able to get it to function, however, now it will not stop clicking. How can I make I stop?
    PHP Code:
    if (MySPQR.Internals.ActionBar.CanCast((int)Spells.ExplosiveTrap)) {
    MySPQR.Internals.ActionBar.GetSlotById((int)Spells.ExplosiveTrap).Execute();{
    MySPQR.Internals.BindingManager.ActionPress("CAMERAORSELECTORMOVE");}


  5. #470
    R3V1V3's Avatar Member
    Reputation
    2
    Join Date
    May 2014
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ballerstatus121 View Post
    I'm using one of the Frost DK profiles listed on the wiki, however it refuses to cast frost strike as the profile names it "Blood Strike"

    How would i go about switching this?
    If you still need assistance just try to find where Blood Strike is defined and only change the spell id to what you want but leave the name the same.

  6. #471
    Toney's Avatar Member
    Reputation
    2
    Join Date
    Mar 2012
    Posts
    27
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How's this in comparisson to PQR (just to have an idea of how it performs)?
    Does SPQR have any kind of warden protection?

    Thanks in advance

  7. #472
    R3V1V3's Avatar Member
    Reputation
    2
    Join Date
    May 2014
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Toney View Post
    How's this in comparisson to PQR (just to have an idea of how it performs)?
    Does SPQR have any kind of warden protection?

    Thanks in advance
    It operates and performs smooth, no noticeable fps drops like with pqr. It'll perform your basic rotation at the cost of most your macros and keybindings. Advance rotations with calculated time to die and variables of to stop when things are about to come off cooldown aren't optimal here. You do get the added security though. It's about as secure as running AHK which is pretty damn secure.

  8. #473
    Ballerstatus121's Avatar Member
    Reputation
    1
    Join Date
    Sep 2012
    Posts
    64
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by R3V1V3 View Post
    If you still need assistance just try to find where Blood Strike is defined and only change the spell id to what you want but leave the name the same.
    Well that's the thing, it DOES have the frost strike ID. But in the debug window it lists it as 'blood strike' and doesn't cast it.

  9. #474
    hessels92's Avatar Private
    Reputation
    1
    Join Date
    Apr 2014
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    is the user added frost mage script the same as the default mage script??

    Links are down fir the user added scripts

  10. #475
    wanted77's Avatar Member
    Reputation
    2
    Join Date
    Jan 2013
    Posts
    60
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by R3V1V3 View Post
    It operates and performs smooth, no noticeable fps drops like with pqr. It'll perform your basic rotation at the cost of most your macros and keybindings. Advance rotations with calculated time to die and variables of to stop when things are about to come off cooldown aren't optimal here. You do get the added security though. It's about as secure as running AHK which is pretty damn secure.
    I can confirm, I have been running SPQR for a few weeks now (couple of hours every night), good basic rotations on my mage/hunter/priest/feral. Nothing super complicated or advanced, but it gets the job done and makes my LFR life fun!
    No perf drops or lag, and I think the chances of being banned are very very low, its just a hot key spam.

  11. #476
    R3V1V3's Avatar Member
    Reputation
    2
    Join Date
    May 2014
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ballerstatus121 View Post
    Well that's the thing, it DOES have the frost strike ID. But in the debug window it lists it as 'blood strike' and doesn't cast it.
    I've seen this happen, try using the blood strike id and see if it works. I know it sounds crazy.

  12. #477
    Aroia's Avatar Sergeant
    Reputation
    7
    Join Date
    Nov 2012
    Posts
    36
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ballerstatus121 View Post
    I'm using one of the Frost DK profiles listed on the wiki, however it refuses to cast frost strike as the profile names it "Blood Strike"

    How would i go about switching this?
    I had the same problem: here is how you solve it:

    1. Bind your Froststrike on key 1 in the first action bar.
    2. Click Debug Button
    3. Write down SpellId which comes up first ( was Bloodstrike for me as well)
    4. open your rotation sheet
    5. put in the new id where it says froststrike
    6. save
    7. restart spqr
    8. working.

    Let me know if you have more issues.

  13. #478
    Aroia's Avatar Sergeant
    Reputation
    7
    Join Date
    Nov 2012
    Posts
    36
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Also, what i didn't figured out yet, which code do i need to write if i want to cast spells like Death and Decay, where you need two button presses and target with your mouse?

    Did anybody figured something out for this?

  14. #479
    theonlyray's Avatar Member
    Reputation
    1
    Join Date
    May 2010
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Destro

    I'm attempting to implement Chaos Bolt in the basic warlock rotation. I've created spell id ChaosBolt = 116858, and have iit on the list. Also I've created if(ME.HasAurabyId((int)Auras.BurningEmbers))
    MySPQR.Internals.ActionBar.CastSpellById((int)Spells.ChaosBolt);

    In the combat logic routine. I need to know how to create burning embers check. I add >3 and debug errors so thats a no go. I add greater than or less than anywhere inside the aura ID check and it will not work, is this possible? To create aura check for burning embers?

    EXAMPLE:
    if(ME.HasAurabyId((int)Auras.BurningEmbers > 2))
    MySPQR.Internals.ActionBar.CastSpellById((int)Spells.ChaosBolt);

    Of course this doesn't work but is the premises behind what i want. Any ideas anyone?
    Last edited by theonlyray; 05-11-2014 at 11:23 AM.

  15. #480
    R3V1V3's Avatar Member
    Reputation
    2
    Join Date
    May 2014
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by theonlyray View Post
    In the combat logic routine. I need to know how to create burning embers check. I add >3 and debug errors so thats a no go. I add greater than or less than anywhere inside the aura ID check and it will not work, is this possible? To create aura check for burning embers?
    I found this it was written by Ramakandra :
    PHP Code:
    public static bool CheckMyAuraStacksint spellID,int stacks)
            {
                var 
    ME MySPQR.Internals.ObjectManager.WoWLocalPlayer;
                foreach (var 
    aura in ME.AuraList)
                {
                    
    /*if(aura.Id==spellID)
                        SPQR.Logger.WriteLine("Aura = " + aura.Id + " Stacks = " + (int)aura.StackCount);*/
                    
    if( (aura.Id==spellID) &&  (int)aura.StackCount==(int)stacks)
                        return 
    true;
                 }
                 return 
    false;
            } 
    I only found it implemented in his code here:
    PHP Code:
    if(
                    
    CheckMyAuraStacks((int)Auras.Frenzy,805329413) &&
                    !
    ME.HasAurabyId((int)Auras.TheBeastWithin
                    )
                    {
                        
    CastSpellById((int)Spells.RapidFire);
                        
    CastSpellById((int)Spells.FocusFire);
                    } 
    Here is a link to the full profile https://ramakandra-emporium.googleco...Beastmaster.cs
    I myself have not tested it. I do not know how it operates. I hope it helps you in the right direction.

Page 32 of 39 FirstFirst ... 282930313233343536 ... 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:14 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