Player Capacity limit?

keough

New member
Messages
173
Points
0
Emulator
How can i increase the 1024 Player Capacity limit? or make it unlimited? anyone can help please? or it needs SRC modification? or just some edits.

Thanks for the help in advance

 
As above poster said, Hercules is set by default to have unlimited players:

https://github.com/HerculesWS/Hercules/blob/master/conf/char-server.conf#L80

// Maximum users able to connect to the server.// Set to 0 to disable users to log-in. (-1 means unlimited)max_connect_user: -1

Any other limit is either enforced by your host, your OS or the availability of resources your server machine has.

 
Last edited by a moderator:
Back
Top