It is now possible to create your own fishing bot with the new "get % fish" script command:
- "get % fish,[camera angle],[camera rotation],[fish on the line],[fish type],[fish size],[is fishing]" — Retrieves fishing related data and populates the variables supplied in each parameter. This command is different from many Speeder commands in that the parameters are simply the names of variables you would like populated with the related fishing data. For example, if you write
get % fish,angle,dir,caught,type,size,isfishing
the variable "angle" will contain the current camera angle, "dir" the rotation of the camera (camera rotation is calculated using the previous "get % fish" call; therefore, make sure to always call it before pressing A or D so that you have the most up-to-date value), "caught" will be greater than 0 if a fish is on the line, "type" will contain the type of fish, "size" the size of the fish, and "isfishing" will be 1 if you are currently fishing (0 if not). This command allows you to create your own fishing bot from scratch and customize the timings to your liking. Here is an example of a bot created with this command:- [113]
keys=get % fish,angle,dir,caught,type,size,isfishing
keys2=or % (eq % caught,0)(eq % isfishing,0)|65u|68u
keys3=eq % isfishing,0|dbg % casting|70d|rs100,300|70u|store % hascaught,0
keys4=eq % hascaught,0|eq % caught,0|gt10
keys5=eq % hascaught,0|store % hascaught,1|dbg % catching|81d|rs100,300|81u|st % restTimer,1500
keys6=eq % caught,0|gt10
keys7=ct % restTimer|65u|68u|s1000|dbg % resting|st % restTimer,1500|get % fish,angle,dir,caught,type,size,isfishing
keys8=!cmp(VAR % dir),0.0|68u|dbg % pressing A|65d|rs100,300|gt10
keys9=dbg % pressing D|65u|68d|rs100,300
keys10=s100
endkeys=dbg % OFF
repeat=2 - Press F2 to start fishing.
- [113]
This allows you to have full control over the timings of everything.
To improve the safety of the default fishing bot (line 33 in config.txt), you can now set a random delay before the fishing attempt is canceled. As such, the syntax for line 33 in config.txt is now: [key]|[max keypress duration]|[resting time]|[cast line key]|[hook fish key]|[enable animation canceling]|[ignore fish sizes]|[ignore fish types]|[only catch fish sizes]|[only catch fish types]|[min ignore fish wait time],[max ignore fish wait time]. For example, "2000,3000" will wait between 2000 and 3000 milliseconds before canceling the fishing attempt. Full example:
96|1500|1000|70|81|1|257,258||||2000,3000
The weapon ESP (line 31) has been fixed. I also added some helpful hints to the guide, such as setting the color of player text on the ESP to 0. This will allow you to colorize only players with specific weapon combinations, which can be helpful in PvP.
The following script command has been added to assist with changing macro files:
- "get % player" — Populates the variable "PN" with your character's name. Let me know whatever other player data you'd like. Among other things this allows you to create macro files for each of your characters. Example:
- [113]
keys=get % player|conf % 5,(VAR % PN).ini
repeat=0 - Press F2 to switch your macro file to one named after your current character. You will need to include this macro in each file.
- [113]
These changes require Speeder version 111.