EQ2World just opens and closes
Posted: Sun Sep 27, 2009 10:47 am
It doesnt populate the database, what did i do wrong guys? I followed the guide and edited everything it said to, it was a little fuzzy on some areas.
Code: Select all
### --- This file tells world.exe what loginserver to connect to.
### --- Change the account and password fields to the information you used when you created your SERVER account.
### --- NOTE: the word "Server" is added to each server automaticly.
# READ README.TXT
[LoginServer]
loginserver=eq2emulator.net
loginport=9100
worldname=Arda - The Undying Lands
worldaddress=207.255.55.187
#internalworldaddress=localhost (If used, otherwise blank)
worldport=9000
locked=false
account=myaccount
password=mypassword
#autotableupdates retrieves the latest table updates and applies them to your database
#autotableupdates valid options=always, ask, and never
autotableupdates=always
#autotableverbose displays detailed information about the updates; options=true or false
autotableverbose=false
#autotabledata retrieves the latest data for tables like the opcodes table; options=true or false
autotabledata=true
[WorldServer]
Defaultstatus=
Unavailzone=
[UpdateServer]
updateserveraddress=updates.eq2emulator.net
updateserverport=9103
[LoginConfig]
ServerMode=StandAlone
ServerPort=9100Code: Select all
# READ README.TXT!
[Database]
host=localhost
user=root
password=root
database=eq2
### --- This file tells world.exe what computer mySQL is on. Host should
### --- be left "localhost" unless mysql is on a differant computer than world.exe.