View Single Post
  #7  
Old 05-21-2004, 08:31 AM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default

Posting your zone output would be more informative, if built in debug mode (more specifically with EQDEBUG=5 defined), it should show output like this:

Code:
[Status] Loading commands
[Debug] Starting Log: logs/eqemu_debug_zone.log
[Debug] command_init(): - Command 'setstat' set to access level 0.
[Debug] command_init(): - Command 'help' set to access level 0.
[Debug] command_init(): - Command 'version' set to access level 0.
[Debug] command_init(): - Command 'serversidename' set to access level 250.

...
Reply With Quote