View Single Post
  #9  
Old 03-15-2010, 05:50 PM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default

You need to be in c:\eqemu when you launch world.exe, i.e.
Code:
C:\Users\Steve>cd \eqemu

C:\eqemu>world
[Debug] Starting Log: logs/eqemu_debug_world_4600.log
[Debug] [WORLD__INIT] Loading server configuration..
[Debug] [WORLD__INIT] Log settings loaded from log.ini
[Debug] [WORLD__INIT] CURRENT_WORLD_VERSION:EQEmulator 0.8.0
[Debug] [WORLD__INIT] Connecting to MySQL...
[Status] Starting Log: logs/eqemu_world_4600.log
[Status] Using database 'ykesha' at 192.168.1.100:3306
[Debug] [WORLD__INIT] Starting HTTP world service...
To be sure you are editing the correct file:
Code:
C:\Users\Steve>cd \eqemu

C:\eqemu>notepad eqemu_config.xml
As I said, your screenshot appears to show you have edited eqemu_config.xml.full, which is not used by the server, it is just there for reference to show you all the possible options you can specify in your eqemu_config.xml (without the .full extension) which is the file the server actually uses to run.
Reply With Quote