
- Removed any remaining TXT and SQL references from files. - The 'make sql' command is now replaced by 'make server'. - Removed account.engine feature as it is no longer needed. - Moved login and IP ban configs to inter_athena.conf. - Cleaned up cmake files. - Miscellaneous clean ups.
9 lines
299 B
Batchfile
9 lines
299 B
Batchfile
@echo off
|
|
rem This is and auto-restart script for the rAthena Ragnarok Online Server Emulator.
|
|
rem It will also keep the map server OPEN after it crashes to that errors may be
|
|
rem more easily identified
|
|
rem Writen by Jbain
|
|
start cmd /k logserv.bat
|
|
start cmd /k charserv.bat
|
|
start cmd /k mapserv.bat
|