View Single Post
  #5  
Old 12-30-2014, 06:02 PM
corvette4evr
Fire Beetle
 
Join Date: Nov 2014
Location: USA
Posts: 3
Default Solution

Yes this should be in your eqemu_config.xml. This is what mine looks like now. At least the sections that pertain to this thread. The local IP of my server is 10.224.1.151. It goes in the <world> section

[CODE<?xml version="1.0"?>
<server>
<world>
<shortname>Marks</shortname>
<longname>Marks EQ Server</longname>
<loginserver>
<host>localhost</host>
<port>5998</port>
<account></account>
<password></password>
</loginserver>
<address>10.224.1.151</address>
<localaddress>10.224.1.151</localaddress>
</world>
CODE]
Reply With Quote