View Single Post
  #10  
Old 05-27-2002, 01:15 PM
rollain
Fire Beetle
 
Join Date: May 2002
Posts: 23
Default close, but need a little help

i have the login server up, but when i try to log into the world i get a "no host found" ensure there is a eqhost.txt" error

going to list all the text to all the files as they come up. maybe you can see where i screwed up. (prolly something dumb ).

public login.exe

using database eq at localhost
server mode standalone
login server listening on port 5999

world.exe

loginserver.ini read
using database eq at localhost
loading zone names & items...done
loading guild ranks...done
world server listening on: 65.27.x.x:9000
connected to loginserver: 65.27.x.x:5999

boot5zones.exe

using database eq at localhost
loading zone names, items & NPCs...db querry error
error #1054: unknown column d_meele_texture1 in field list
done
spells loaded from spdat.eff
loading guild ranks...done
loading faction data...done
connected to worldserver: 127.0.0.1:9000
entering sleep mode

boot5zones

@echo off
start zonent . 65.27.x.x 7995 127.0.0.1
again
again
again
again
exit
cls

loginserver.ini

loginserver=65.27.x.x
worldname=myworldname
locked=false
account=whexxx
password=y99xxx
worldaddress=65.27.x.x
loginport=5999

db.ini

host=localhost
user=whexxx
password=y99xxx
database=eq

eqhost
[registration servers]
{
"65.27.x.x"
}
[login servers]
{
"65.27.x.x"
}

hope you can help me fix my screw up

thanks

p.s im running windows xp. hadnt said that i dont believe
Reply With Quote