Update README.md
This commit is contained in:
parent
03d2a57906
commit
74107e8302
1 changed files with 2 additions and 0 deletions
|
@ -47,8 +47,10 @@ Note: These instructions for now will be primarily based in Windows, but any Lin
|
|||
|
||||
4. Add Game Account / World Account: Using the same MySQL Client, continue on creating your accounts
|
||||
- Game Login Account:
|
||||
|
||||
insert into account set name='test',passwd=md5('test');
|
||||
- World Server Login Account (Used in Step 5):
|
||||
|
||||
insert into login_worldservers set name='TestLabs',account='testlabs',description='TestLabs',password=md5('testpass'),login_version='0.7.3-dev';
|
||||
|
||||
5. Open the C:\\[YOUREQ2EMUGITSRC]\server\LoginServer.ini file (Notepad or other flavor editor)
|
||||
|
|
Loading…
Reference in a new issue