Speeder can now iterate through the entity list and gather data related to the mobs in memory. This greatly expands botting and macro capabilities as you no longer need to move the camera to search for nearby mobs but can instead instantly target any nearby mob.
The following new console commands have been added:
- -allmobs — Instructs Speeder to populate the following global variables, which can then be used in macros/waymarks: MOB[#]X, MOB[#]Y, MOB[#]Z, MOB[#]D (distance), MOB[#]C (is corpse; 1 for true, 0 for false), and MOBTOTAL. “#” stands for the arbitrary number of the mob, starting at 1. For example, the location of the first mob in memory would be MOB1X, MOB1Y, MOB1Z. Here is an example of how to display the position of all nearby mobs with the F2 key:
- [113]
keys=store % iter,0|store % iter2,1|cc % -allmobs
keys2=cmp(VAR % iter),(VAR % MOBTOTAL)|dbg % mob(VAR % iter2): (VAR % MOB(VAR % iter2)X), (VAR % MOB(VAR % iter2)Y), (VAR % MOB(VAR % iter2)Z) at distance of (VAR % MOB(VAR % iter2)D)
keys3=add % iter,1|add % iter2,1
keys4=cmp(VAR % iter),(VAR % MOBTOTAL)|gt2
repeat=0
interrupt=0
- [113]
- -closem — Speeder will determine the closest living mob and populate the following variables: CMOBX, CMOBY, CMOBZ, CMOBD (distance). Here is an example of how to aim at the closest mob:
- [118]
keys=cc % -closem
keys2=aim(VAR % CMOBX),(VAR % CMOBY),(VAR % CMOBZ)|dbg % targeting closest mob
repeat=0
interrupt=0
- [118]
The following new waymark/macro commands have been added:
- “aim[x],[y],[z]” — Camera will be aimed at the game coordinates x,y,z. Among other things, this can be used to auto-aim at specific mobs:
- [118]
keys=cc % -closem
keys2=aim(VAR % CMOBX),(VAR % CMOBY),(VAR % CMOBZ)|dbg % targeting closest mob
repeat=0
interrupt=0
- [118]
- “tcm” — Speeder will target the closest mob.
- “cnm[number],[distance]” — If the amount of nearby mobs matches “number,” and they are within “distance” distance, the rest of the keys will process. The inverse is possible with “!cnm.” Usage example:
- keys=cnm1,10|dbg % there is one mob within 10 distance
These commands have been tested on official servers. I will add support for private servers soon, though they may already work if the offsets aren't different from official. These commands require updating Speeder to version 129.
The Black Desert Online Speeder guide and download link can only be viewed by active members. If you are already logged in and are an active member, simply refresh the page. If you would like to become a member, the BDO Speeder can be purchased here. If you have specific installation questions, please contact us. Thank you.