Instead of this:
Quote:
# READ README.TXT
[LoginServer]
loginserver=eqlogin1.eqemulator.net
loginport=5997
worldname=(not open) testing
worldaddress=##.##.###.###
locked=false
|
You should have this:
Code:
# READ README.TXT
[LoginServer]
loginserver=eqlogin1.eqemulator.net
loginserver2=eqlogin2.eqemulator.net
loginserver3=eqlogin3.eqemulator.net
loginport=5997
loginport=5997
loginport=5997
worldname=(not open) testing
worldaddress=##.##.###.###
locked=false
Next the error you are getting... :
Quote:
[Status] Loading variables..
Error in LoadVariables query 'SELECT varname, value, unix_timestamp() FROM varia
bles where unix_timestamp(ts) >= 0' #1146: Table 'eq.variables' doesn't exist
|
This means either the DB you are trying to use DOESNT have all the right tables (meaning it is probably too old), or you didnt source a DB AT ALL (which doesnt look like the case)... You will need to either re-source the DB ( a good copy) or try a different DB (one maybe more up to date).... Look in the worldbuilding forum for links to the DB's...