Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::Windows Servers

Support::Windows Servers Support forum for Windows EQEMu users.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #14  
Old 06-29-2016, 12:39 PM
Nightrider84's Avatar
Nightrider84
Discordant
 
Join Date: Aug 2010
Location: Colorado
Posts: 414
Default

Your missing a table in your character_bind in sql. Rather the table for your character_bind is probobly messed up slightly, Go through the table and check the values based on what the error is popping out. Also id change your

<!-- Loginserver information. DO NOT EDIT -->
<!-- <loginserver2> -->
<!-- <host>login.eqemulator.net</host> -->
<!-- <port>5998</port> -->
<!-- <account></account> -->
<!-- <password></password> -->
<!-- </loginserver2> -->
<loginserver1>
<host>127.0.0.1</host>
<port>5998</port>
<account></account>
<password></password>
</loginserver1>

to this
<loginserver1>
<host>127.0.0.1</host>
<port>5998</port>
<account>XXXXX</account>
<password>XXXXX</password>
</loginserver1>
<loginserver2>
<host>login.eqemulator.net</host>
<port>5998</port>
<account></account>
<password></password>
</loginserver2>

Causes less issues related to logging in to the server.

Also if your logging in from a computer outside of your network on your private login make sure that this is filled out

<address>Your Public IP</address> -->
<localaddress>LEAVE BLANK CAUSES CONNECTION PROBLEMS</localaddress> -->
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 02:44 PM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3