SPQR - The passive DPS rotation menu

User Tag List

Page 1 of 39 12345 ... LastLast
Results 1 to 15 of 585
  1. #1
    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)

    SPQR - The passive DPS rotation

    This standalone SPQR version will not be updated anymore, BUT you can use the built-in SPQR inside Anthrax bot, it stay fully free for all, just register at the Anthrax's forums.


    Hi I present you one of my recent work on World of Warcraft : SPQR.


    This program is a DPS rotation bot, similar to PQR, but the passive way, no injection, no Lua, no Warden scans, no hooks, simple as SPQR (Soft PQR).

    It works on simple way :

    1. Log on your char
    2. Launch SPQR
    3. Select your fight rotation
    4. Hit CTRL+X to start DPS rotation, once again to stop.



    Actually, it have basic CustomClass for all classes *exept Monk*, but you can build your own, open one of the provided *.cs file, and have a look, change what you want, save and hit the reload button.
    API functions can be consulted (and contribute) here : API - SPQR - Passive Rotation Bot
    Features :
    • Compatible WoW x86
    • Completely passive
    • Work in background
    • Character is controllable during the fight
    • Cooldown and GlobalCooldown aware
    • *Should* work on any key-bind and any WoW language
    • Open API to build your own rotation, plugin, whatever you want (.NET 4.5)


    Versions :
    Code:
    1.0.5234 :
      - Fixed ComboPoints
    
    1.0.5217 :
     - Added <MySPQR.Classes.WoWAura> Timeleft (seconds), Duration (ms), ExpireTime (ms)
     - Added <MySPQR.Classes.WoWUnit> GetAuraById(int id) Return <MySPQR.Classes.WoWAura>
    
    1.0.5216 :
     - Fixed ComboPoints
     - Fixed StackCount
     - CastingSpell do not face the target anymore.
     - Added DemonicFury
    
    1.0.5211 :
     - 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()
    
    1.0.5206 :
     - Added ShadowOrbs count to WoWUnit
     - Fixed troubles Auras
     - Fixed troubles with CPU usage (was related to aura).
     - Added GetReadyRuneCountByType(Patchables.Enums.WoWRuneType runeType)
    
    1.0.5204 :
      - Added UI to "see" Spells on bar, buffs, target buffs.
      - Fixed Auras, shoud work better now.
      - Cleaned a bit the API
      - Various changes in inner code.
    
    1.0.5200 :
      - Fixed some bugs in UI
      - API Added WoWUnit.IsAttackingMe to check if an unit is attacking you
      - API Added WoWLocalPlayer.GetRuneTypeByIndex(int index)
      - API Added WoWLocalPlayer.GetRuneCountByType(Patchables.Enums.WoWRuneType runeType)
      - API added  List<Classes.WoWUnit> WoWLocalPlayer.UnitsAttackingMe
    
    1.0.5197 :
      - Build combat rotation example for all classes provided, excluding Monk
    
    1.0.5197 :
      - Ability to change the Hotkey.
    
    1.0.5196 :
      - Added focus for Hunters
      - Changed a bit KeysPress (no more "Already casting, I'm not ready").
    
    1.0.5195 :
      - Added Distance support ( .Position.Distance3DFromPlayer)
      - Added some Party infos ( MySPQR.Internals.PartyManager)
    WIKI : SPQR - Passive Rotation Bot

    User Contribs (Combat rotation) : Users Custom made Combat Rotation - SPQR - Passive Rotation Bot

    Thanks : JuJuBoSc for his (incredible) patience, Cypher and Apoc for some (really) usefull posts, WoW memory section in general, some good things to learn here.

    Virustotal : https://www.virustotal.com/fr/file/c...is/1398970845/
    DOWNLOAD latest version (v1.0.5234) : https://mega.co.nz/#!npR0GCxC!lvEvRr...RcFnq05NKF03Yc



    Last edited by Nonowmana; 05-23-2014 at 01:09 PM. Reason: We do not allow donation buttons or "donate to me" on OC
    Anthraxbot & SPQR Creator / Administrator

    SPQR - The passive DPS rotation
  2. #2
    ninjabredman's Avatar Member
    Reputation
    1
    Join Date
    Feb 2010
    Posts
    41
    Thanks G/R
    6/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    First of all, thank you SO much for posting this! You sir are a legend!

    1. Attachment pending, is there a link of it on a public domain anywhere?

    2. Is this compatible with old PQR profiles to save me hours of rewriting the codes?

    Much appreciated!

  3. #3
    XeroNite's Avatar Member
    Reputation
    1
    Join Date
    Mar 2014
    Posts
    41
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is this really legit? If so wow and bravo to you.

  4. #4
    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)
    Yes, i'll provide a link shortly. EDIT:Link provided.

    Unfortunately, this is not compatible with PQR profiles, you have to build your own, but this is really simple as you can edit the Mage.cs to make your own
    Last edited by Nonowmana; 03-22-2014 at 09:23 AM.
    Anthraxbot & SPQR Creator / Administrator

  5. #5
    aeonz's Avatar Master Sergeant
    Reputation
    19
    Join Date
    Nov 2010
    Posts
    136
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Curious and ty! Will there be a clip of showing a demonstration?

  6. #6
    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 aeonz View Post
    Curious and ty! Will there be a clip of showing a demonstration?
    It could, I'm currently improving the API (distance to player, tricky Vectors), but i'll do one for sure
    Anthraxbot & SPQR Creator / Administrator

  7. #7
    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)
    I do hope this get more help!!!

    Will the HB combat .cs files work with this?
    Last edited by Guvnor; 03-22-2014 at 11:45 AM.

  8. #8
    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 Guvnor View Post
    I do hope this get more help!!!
    I'm adding Party management for healers in the API right now. I've added the support for DistanceFromPlayer in the API, will be available in the next version, at the end of the day
    Anthraxbot & SPQR Creator / Administrator

  9. #9
    z77777's Avatar Member
    Reputation
    2
    Join Date
    Mar 2013
    Posts
    23
    Thanks G/R
    2/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    What does this mean by "passive."

    Is it safe? Comparable to the new addon that just shows us which buttons to press?

  10. #10
    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 z77777 View Post
    What does this mean by "passive."

    Is it safe? Comparable to the new addon that just shows us which buttons to press?
    This is out of process, virtually undetectable (the warden do not scan ouside of wow process). This is way more powerfull than an addon
    Anthraxbot & SPQR Creator / Administrator

  11. #11
    Epixepic's Avatar Member
    Reputation
    1
    Join Date
    Aug 2008
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can you explain how it's casting spells without injection or lua ?

  12. #12
    spriggy666's Avatar Member CoreCoins Purchaser
    Reputation
    3
    Join Date
    Dec 2012
    Posts
    28
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    is this 64 bit compatible as I launched this as Admin rights and it did not detect my wow process

  13. #13
    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 spriggy666 View Post
    is this 64 bit compatible as I launched this as Admin rights and it did not detect my wow process
    No, this is not x64 compatible (too much work to reverse and maintain two game version), you have to configure your WoW launcher or launch wow.exe manually.

    Originally Posted by Epixepic View Post
    Can you explain how it's casting spells without injection or lua ?
    In fact, this detect all the spells you have in your ActionBars by reading the game memory, and all the bindings to use those using the keyboard only, the program send keystokes to the game to cast your spells, and Switch from bar to another accordingly to your spell placement.
    Anthraxbot & SPQR Creator / Administrator

  14. #14
    spriggy666's Avatar Member CoreCoins Purchaser
    Reputation
    3
    Join Date
    Dec 2012
    Posts
    28
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Nonowmana View Post
    Yes, i'll provide a link shortly. EDIT:Link provided.

    Unfortunately, this is not compatible with PQR profiles, you have to build your own, but this is really simple as you can edit the Mage.cs to make your own
    How do you edit this for a Monk?

  15. #15
    aeonz's Avatar Master Sergeant
    Reputation
    19
    Join Date
    Nov 2010
    Posts
    136
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I do have to say runs pretty darn well. Trying out on a lvl 1 mage for a test and runs very smoothly without any problems

Page 1 of 39 12345 ... 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 01:36 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search