Here's some files that will hopefully get everyone on track.
The telecaster.sql WILL wipe out everything in the telecaster db so back up what you have before using just to be safe.
arcadia.sql has some placeholder tables needed to get the game server up and running. It shouldn't touch the tables that DBUpdater creates and fills.
auth.sql is for a database I created so that web auth works in the login server. rl.php returns what the login server expects. It's a total hack just to get connected to the login server. I already had a wamp server setup here for web development, hence the php instead of aspx or whatever.
The script folder contains clear-text versions of all those .ela script files with a few bugs fixed.
Two commands you'll need for the login server:
start_service
set game.open_external 1
Right now I can login and get the server list but get a Korean error message when trying to connect to the game server.
Hope this helps you guys.
The telecaster.sql WILL wipe out everything in the telecaster db so back up what you have before using just to be safe.
arcadia.sql has some placeholder tables needed to get the game server up and running. It shouldn't touch the tables that DBUpdater creates and fills.
auth.sql is for a database I created so that web auth works in the login server. rl.php returns what the login server expects. It's a total hack just to get connected to the login server. I already had a wamp server setup here for web development, hence the php instead of aspx or whatever.
The script folder contains clear-text versions of all those .ela script files with a few bugs fixed.
Two commands you'll need for the login server:
start_service
set game.open_external 1
Right now I can login and get the server list but get a Korean error message when trying to connect to the game server.
Hope this helps you guys.