View Single Post
  #10  
Old 08-13-2008, 11:24 PM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default

Your config is completely wrong. You need to only be changing the stuff in between the 2 identifiers.

So, where you have:
Code:
<eq2revelations>whatever</shortname>
<EQ2 Revaltions Custom Legit/PvP>Your server name</longname>
It should actually be:
Code:
<shortname>eq2revelations</shortname>
<longname>EQ2 Revaltions Custom Legit/PvP</longname>
You don't want to change anything in between < and > on the config, only between > and <.

So, where you have your password is wrong as well. Other than that, it looks ok. Just make sure you change them the right way and they should work.

Also, I wanted to note that it looks like you have a spelling issue in your long name "EQ2 Revaltions Custom Legit/PvP", and that if you are still having problems once your config is fixed, you might want ty try removing the slash between Legit and PvP; "Legit/PvP".
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!

Last edited by trevius; 08-14-2008 at 07:27 AM..
Reply With Quote