View Single Post
  #5  
Old 05-27-2008, 03:44 AM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default

Try changing the following:

Code:
<shortname>King's Bastion</shortname>
<longname>King's Bastion</longname>

<!-- Only specify these two if you really think you need to. -->
<address>192.168.1.102</address>
<localaddress>127.0.0.1</localaddress>
To the following:

Code:
<shortname>kings</shortname>
<longname>King's Bastion</longname>

<!-- Only specify these two if you really think you need to. -->
<!-- <address>NEVER SET THIS</address> -->
<!-- <localaddress>NEVER SET THIS</localaddress> -->
And see if that works for you. Short names don't work with apostrophes as far as I know and making them short doesn't hurt hehe. It is the name that will show up in the UI files after a character logs into your server. That is what differentiates character UI configs from server to server. As for the address and localaddress sections, you aren't supposed to set them unless you 100% know what you are doing and why you are doing it, which I doubt you do (no offense).
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!
Reply With Quote