It is now possible to have Speeder run to waymarks instead of teleporting. This will significantly reduce detection on retail servers. Along with this, it is now possible to have Speeder use specified keys at each waymark. As a result, you can now have Speeder run your character to waymarks, use combat abilities, wait for loot, and then move to the next waymark. The main limitation at this point is that Speeder will not detect nearby mobs, so you will want to try to rely on AoE abilities. It is possible to move the camera via Speeder, however, so you can have your character attack in multiple directions if needed.
To run instead of teleport when using waymark or teleport commands, set line 82 to 1.
The following new lines have been added to config.txt:
- 82) If 1, your character will run between waymarks instead of teleporting. I highly recommend using this on retail servers. Your forward movement key must be "W". This affects almost all forms of teleporting, such as -thop, -twrepeat, -tw, etc. Does NOT affect -t. A significant advantage of this setting is that your distance between waymarks can be much longer, assuming nothing blocks your path. Speeder will not begin running until BDO is the active window. Make sure the mouse cursor is hidden as well. If you plan on attacking mobs, make sure your weapon is drawn.
- 83) If line 82 is 1, how close to each waymark your character should be before Speeder assumes you have successfully reached the waymark. Because Speeder is moving your character with keyboard keys, you will never perfectly reach your destination, so make sure this line is greater than 0.
- 84) A decimal between 0 and 1 that will determine a range Speeder will use for any waymark sleep commands. For example, if I have this line set to 0.05 and have used "s2000" in one of my waymarks, Speeder will sleep a random time between 1900 and 2100 milliseconds. 2000 * 0.05 = 100, and then this 100 is added and subtracted from the original 2000. This is to avoid macro detection.
Waymarks can now have a "keys" section:
keys — An array of virtual key codes to press (or commands), separated by the "|" character.
If the following letters appear before or after the key code, the following things will happen:
- "d" — The key will be held down and will not be released.
- "u" — The key will be released.
- "s" — Speeder will wait for the specified number of milliseconds. (s2000 = wait 2000 milliseconds). Line 84 can be used to randomize this value.
- "c" — The camera will be adjusted to point in this direction. This is a radian value that should be between -3.14 and 3.14.
- If no letters appear, the key will be pressed a single time (and released).
For example, if one of my waymarks contains
keys=160d|s100|1d|s3000|1u|160u
Speeder will hold down left shift (160), wait 100 milliseconds, hold down left click (1), wait 3000 milliseconds, release left click (1), and then release left shift (160).
The readme has been expanded to contain all this new material with more examples.
Reading waymark files should be much faster.
This update requires updating Speeder to version 14.