View Single Post
  #40  
Old 11-30-2012, 03:27 PM
blackdragonsdg
Dragon
 
Join Date: Dec 2008
Location: Tennessee
Posts: 654
Default

In eqemu_config.xml you are missing a shared key. This line
Code:
		<!-- Sets the shared key used by zone/launcher to connect to world -->
		<key></key>
Should look something like this

Code:
		<!-- Sets the shared key used by zone/launcher to connect to world -->
		<key>89234792837598273502</key>
Now the actually key that is used can be any random value.
Reply With Quote