The radar and ESP can now display the current and max HP of any mob in memory. This is done by inserting the dynamic variable %hp% somewhere in the "mob text parameter. ESP example:
500|15|255|60000|16777215|120000|*|*|*|*|1|1|1|1|50|%name% %hp%|PLAYER|||CORPSE
The following script command has been added to allow you to return the cursor back to its original position when using any of Speeder's targeting commands:
- "get % cursor" — The cursor's current position will be stored in the global variables CX and CY. These can be used to return the cursor to its original position when using any of Speeder's targeting commands. Example:
- [113]
keys=!eq % cursor,1|store % cursor,1|get % cursor
keys2=tcm*1000,0,1|1d|rs100,300|1u
endkeys=lt-|m(VAR % CX),(VAR % CY)|store % cursor,0
repeat=1 - While holding down F2, Speeder will left click the closest mob within 1000 distance. When F2 is released, the cursor will return to its original position.
- [113]
These additions require Speeder version 20+.