View Single Post
  #1  
Old 11-26-2003, 05:35 AM
Tinv
Fire Beetle
 
Join Date: Nov 2003
Posts: 18
Default 0.5.1 release Problems

Ok a fresh install of everything except mysql. I get to the character select screen create a character and log in. poof zone not available. BUT the zone.exe that is taking the call is closing.>crashing> So i cant tell you what is there. i alt F4 EQ and there are only 4 zones up =/ any ideas? Did i miss something in the following?


ok so, here we go =)

Downloaded the EQEMu-0.5.1-Win32.zip unziped it into f:\eqemu
edit the 3 filles to:

db.ini

[Database]
host=localhost
user=tinv
password=tinv
database=eq
compression=off

Loginserver.ini

[LoginServer]
loginserver=eqlogin1.eqemulator.net
loginport=5997
worldname=Menzoberranzon
worldaddress=68.36.223.6
locked=false

[WorldServer]
Defaultstatus=0
Unavailzone=

[LoginConfig]
ServerMode=Standalone
ServerPort=5999
UplinkAddress=
UplinkPort=
UplinkAccount=
UplinkPassword=

boot5zones.bat

if NOT exist spells_en.txt goto NOSPELL

start zone . 68.36.223.6 7995 68.36.223.6
start zone . 68.36.223.6 7996 68.36.223.6
start zone . 68.36.223.6 7997 68.36.223.6
start zone . 68.36.223.6 7998 68.36.223.6
start zone . 68.36.223.6 7999 68.36.223.6
exit
cls

I put db.sql and Server Update 0.5.1.sql in the mysql\bin directory
I go to that directory and type

mysql -u root
create database eq;
use eq;
source db.sql;
source dumpeditems.sql;
source Server Update 0.5.1.sql;
GRANT ALL PRIVILEGES ON *.* to '%'@localhost IDENTIFIED BY '%';

exit
I go back to eqemu directory and type
world adduser eqemu eqemu 200

then i run world.exe and boot5zones

world.exe window :

[Status] CURRENT_WORLD_VERSION:EQEMu 0.5.1
[Status] Loading variables..
[Status] Loading zones..
[Status] Loading items..
[Status] EMuShareMem loaded
[Status] Loading items from database: count=26401, max id=68199
[Status] LoginServer.ini read.
[Status] Loading guild ranks..
[Status] Loading addon.ini..
[Status] Loading EQ time of day..
[Error] Could not load EQTime file ./eqtime.cfg
[Error] Unable to load ./eqtime.cfg
[Status] Deleted 0 stale player corpses from database
[Status] Deleted 0 stale player backups from database
Breaking bards...done
TCP listening on: 68.36.223.6:9000
World server listening on: 68.36.223.6:9000
Connected to LoginServer: eqlogin1.eqemulator.net:5997

boot5zones window:

[Status] CURRENT_ZONE_VERSION: EQEMu 0.5.1
[Status] Loading Variables
[Status] Loading zone names
[Status] Loading items
[Status] EMuShareMem loaded
[Status] Loading npcs
[Status] Loading npc faction lists
[Status] Loading loot tables
[Status] Loading doors
[Status] FileLoadSPDat() Loading spells from spells_us.txt
[Status] FileLoadSPDat() spells loaded: 4352
[Status] Loading guilds
[Status] Loading factions
[Status] Loading corpse timers
[Status] Loading what ever is left
[Status] Loading commands
[Status] 148 commands loaded
[Status] Entering sleep mode
Connected to worldserver: 68.36.223.6:9000
Reply With Quote