Speeder can now detect mob abilities and react accordingly. The following console commands have been added:
- -displayaid — The attack IDs for any abilities used by any mob in memory will be outputted to the console. These IDs can be used with macro/waymark commands such as "matt."
- -top — Makes the Speeder console window the topmost window, allowing you to have it on top of the game window. Using the command a second time will remove the "topmost" status.
The following macro/waymark commands have been added:
- "matt[ability ID]" — If a mob in memory is currently using an ability with an ID of "ability ID," the rest of the keys line will process. This can be used to create triggers for specific abilities. Example:
- keys=matt439103|dbg % Get ready to dodge!
keys2=matt439104|cmd % “C:\Program Files\VideoLAN\VLC\vlc” –qt-start-minimized –play-and-exit C:\soundfile.mp3 - The "keys2" example requires VLC be installed and allows you to create audio triggers.
- keys=matt439103|dbg % Get ready to dodge!
- “cmd % [command line command]” — Speeder will activate “command line command” as if you had typed the command into the Windows console (i.e., cmd.exe). Example:
- [113]
keys=cmd % “C:\Program Files\VideoLAN\VLC\vlc” –qt-start-minimized –play-and-exit C:\soundfile.mp3
repeat=0
interrupt=0 - Press F2, and Speeder will play the sound file soundfile.mp3 in the background (i.e., the game will not lose focus). You must have VLC installed for this particular command to work.
- [113]
The console commands "-allmobs o" and "-target o" can also be used to retrieve ability IDs.
These changes require updating Speeder to version 102.