The following script commands have been added:
- "mtp % [name],[distance],[angle],[how far]" — Exactly the same as "mtm" but moves toward players instead.
- "cts*[status effect ID],[stacks],[remaining duration],[applier]" — Exactly the same as "cts" but checks your allied player target's (e.g., party member's) status effects. Example:
- keys=cts*963208833,0,0,0|dbg % my party member has counter-barrier active
- “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]
It is now possible to randomize "max keypress duration" and "resting time" for the fishing bot on line 33 in config.txt. This is done by providing a minimum and maximum timer and separating them with a comma, such as 900,1100. See the guide for a more detailed explanation.