Thread: 0.4.0 Bugs!
View Single Post
  #13  
Old 12-07-2002, 11:38 AM
Barnebarn
Fire Beetle
 
Join Date: Dec 2002
Posts: 21
Default

k, I'm having some problems too now - but Im not 100% sure its due to the 4.0 version (but I think it is)...

My problem is like I've seen alot of by now on the boards, but reading those post and solutions havnt helped me, yet...

Okey, my problem:

I'm running localserver and everything worked fine with an "empty" database (ie. without the sourced add-on).. I have been able to run around zones etc etc... But now I wanted to add the items, mobs etc, so I went and sourced my add-on (3.13) and now I cant get past the character selection screen:

"That zone is currently unavailable"...

No matter what I do... Everything worked before I sourced the add-on, but now I cant get in.. I've tried to make new chars etc etc...

My ini.files have been changed so much now (according to many solutions out there) starting from using "localhost" to "127.0.0.1" to a mixture etc, but nothing changes (and anyhow isnt 127.0.0.1=localhost so what difference would it make?)...

I run with minilogin and eqw and only 2 zones in my modified boot5zones.bat.. But I nuke my minilogin when Im at the character selection screen - or I "linkdeath" out when I enter the game (back before it worked)...

Im thinking maybe I source the database wrong, so maybe someone can comment on it...

I've made a fresh database a few times already and when I do I do the following:

1. start mysql
2. drop database eq;
3. create database eq;
4. use eq;
5. source db.sql;
6. source dbupdate.sql; (this part I've tried to not do and do last)
7. source resource.sql;

part 7 takes like 10-20 min... when done:

8. exit;

Then I jump to my eqemu library:

9. world adduser eqemu eqemu 200
10. world flag eqemu 200

Then...

11. run minilogin.exe
12. run world.exe
13. run boot5zones.bat

When my 2 zones (modified my boot5zones to only open 2) goes to sleep I do:

14. run eqw
15. login and select my server (only one up)
16. At character selection screen I tap out and kill minilogin

But from here I keep getting: "zone is unavailable" :(

db.ini

[Database]
host=127.0.0.1 <--- Used to be localhost - no difference it seems
user=*********** <---- mysqllogin
password=************ <---- mysqlpassword
database=eq

loginserver.ini

[LoginServer]
loginserver=127.0.0.1 <----- tried with localhost
loginport=5999
worldname=Test
locked=false
account=
password=
worldaddress=127.0.0.1 <------ tried with localhost

[WorldServer]
Defaultstatus=
Unavailzone=

[LoginConfig]
ServerMode=Standalone
ServerPort=5999

boot5zones.bat

@echo off
start zone . 127.0.0.1 7995 127.0.0.1
start zone . 127.0.0.1 7996 127.0.0.1
exit
cls


As I stated earlier, It worked fine with a fresh clear database - but not when I source the other .sql files...

Thanks in advance
__________________
Yours,

Birthe Barnebarn
Reply With Quote