How to remove new classes?

marco

New member
Messages
2
Points
0
Hello,

I am completely new to Hercules; I am sorry in advance if I am asking a stupid question.

Is there any easy way to remove the new classes from the emulator? I am planning on creating an old times server to play with my friends, but I don't know if there is any mechanism for that.

Thanks.

 
I think you will have to remove them by hand. I don't think there is a option to simply disable them via config.

If you want to make a legacy server why don't you just use eAthena?

They didn't implement any of the new features at all.

 
Hello,

Thank you. :-)

I don't want to use eAthena because all of the security patches are also out of date; and knowing some of the people that will be playing with me, that's something to worry about. hahaha

 
Last edited by a moderator:
disable the RENEWAL define in source and disable then on your job changer npc, that is all

 
you can disable RENEWAL by editing src/config/renewal.h

//#define DISABLE_RENEWAL
just uncomment it, and it will make server use old mechanics.

 
Back
Top