keough New member Messages 173 Points 0 Emulator Apr 17, 2014 #2 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
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
N N e s s New member Messages 202 Points 0 Age 33 Apr 17, 2014 #3 all ragnarok emulator (Herc, rA, eA, etc.) is set to unlimited players.
J jaBote Community Contributors Messages 2,037 Points 0 Github jaBote Apr 17, 2014 #4 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: Apr 17, 2014
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.