Share Custom Telnet Extension

HuzarO

Vassal
Customer
Hi,

I wanted to share, a custom telnet extension, for classic. It allows you to use currently inbuilt telnet commands, and create your own as well.

The extension was created, because there is no way in current server, to add new extensions.

Here is the source code: https://github.com/HuzarO/l2horizon-telnet-ext

To make it work, you need to copy the `telnet.properties` and paste it as `custom_telnet.properties` with same content. The original `telnet.properties` should be disabled, because the new extension is using the new properties file, to keep the inbuilt telnet server off.

If you want to use command `TelnetAccount` from my extension, you also have to copy the `authserver.properties` into `gameserver/config` folder, because it uses inbuilt files for handling the account creation etc, and it looks for config inside `authserver/config` folder, even tho it's a custom extension so it's path is inside `gameserver` folder, so it will thrown an error that file could not be found.
 
Back
Top