PDA

View Full Version : how does worldserver connect to login


onejessman
09-18-2004, 03:20 PM
i followed one of those guides to creating a server so and so forth but i dont exactly know when or see world server connect to login and its not comming up on the list...help

samandhi
09-18-2004, 03:27 PM
When you run your world.exe you should get a message like this in the dos window that pops up, that will let you know you are connectd to the login server:

[Status] CURRENT_WORLD_VERSION:EQEMu 0.5.8
[Status] Loading variables..
[Status] Loading zones..
[Status] Loading items..
[Status] EMuShareMem loaded
[Status] Loading items from database: count=34229, max id=77505
[Status] ./LoginServer.ini read.
[Status] Loading guild ranks..
[Status] Loading ./addon.ini..
[Status] Loading EQ time of day..
[Status] Deleted 0 stale player corpses from database
[Status] Deleted 0 stale player backups from database
HELP I WORK IN THE EQEMU SWEATSHOP, YOU'RE MY ONLY HOPE!
TCP listening on: x.xx.xxx.xxx:9000
World server listening on: x.xx.xxx.xxx:9000
Connected to LoginServer: eqemulator.net:5996

onejessman
09-18-2004, 03:39 PM
i take this wont connect to login then untill i fix the error...? if anyone knows how to fix the errors pleace inform me

------------------------------------------------------------------------------------
[Status] CURRENT_WORLD_VERSION:EQEMu 0.5.8
[Status] Loading variables..
[Status] Loading zones..
[Status] Loading items..
[Status] EMuShareMem loaded
[Status] Loading items from database: count=28731, max id=69304
[Error] DBLoadItems query 'SELECT charges,unknown002,unknown003,merchantprice,un
known005,unknown006,unknown007,unknown008,itemclas s,name,lore,idfile,id,weight,n
orent,nodrop,size,slots,cost,icon,unknown018,unkno wn019,unknown020,tradeskills,c
r,dr,pr,mr,fr,astr,asta,aagi,adex,acha,aint,awis,h p,mana,ac,deity,skillmodvalue,
skillmodtype,banedmgrace,banedmgamt,banedmgbody,ma gic,casttime2,hasteproclvl,req
level,bardtype,bardvalue,light,delay,reclevel,recs kill,elemdmgtype,elemdmgamt,ef
fecttype,range,damage,color,classes,races,unknown0 61,spellid,maxcharges,itemtype
,material,sellrate,unknown067,casttime,unknown069, proc_rate_mod,focusid,combatef
fects,shielding,stunresist,strikethrough,combatski ll,combatskilldmg,spellshield,
avoidance,accuracy,unknown081,factionmod1,factionm od2,factionmod3,factionmod4,fa
ctionamt1,factionamt2,factionamt3,factionamt4,char mfile,augtype,augslot1type,aug
slot2type,augslot3type,augslot4type,augslot5type,l donpointtheme,ldonpointcost,ld
onsold,bagtype,bagslots,bagsize,bagwr,unknown105,b ooktype,filename,banedmgamt2,a
ugmentrestriction,loreflag,pendingloreflag,artifac tflag,summonedflag,tribute,gmf
lag,endur,dotshielding,attackbonus,hpregen,manareg en,hastepercent,damageshield,m
instatus FROM items ORDER BY id', #1054: Unknown column 'charges' in 'field list
'
Error: EMuShareMem: DLLLoadItems: !cbDBLoadItems
[Error] Error: Could not load item data. But ignoring
[LoginServer] block not found in './LoginServer.ini'.
[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] Reboot zone modes ON
[Status] Deleted 0 stale player corpses from database
[Status] Deleted 0 stale player backups from database
Abort/retry/cancel?
TCP listening on: port 9000
World server listening on: port 9000

cavedude
09-18-2004, 05:04 PM
You're missing the charges column in your items table. This MySQL command should fix you up, provided there are no other columns missing:

ALTER TABLE `items` ADD `charges` INT(11) DEFAULT "0" NOT NULL AFTER `casttime2`;

Cripp
09-18-2004, 05:33 PM
[LoginServer] block not found in './LoginServer.ini'.

paste your loginserver.ini, this is the problem.

onejessman
09-19-2004, 04:06 AM
### --- This file tells world.exe what loginserver to connect to.
### --- Leave the account and password field BLANK.

### --- Public Login is un-supported as is LAN playing. We reccomend using the EQEmu.net Loginserver ALWAYS.

### --- NOTE: Starting 6-1-2002, you can no longer use the word "Server" in worldname.
### --- NOTE2: the word "Server" is added to each server automaticly.

# READ README.TXT


[LoginServer]
loginserver=eqlogin1.eqemulator.net
loginport=5996
worldname=Urza's TEST SERVER
worldaddress=
locked=true
account=
password=

[WorldServer]
Defaultstatus=0
Unavailzone=

[ChatChannelServer]
chataddress=192.168.0.4


-------------------------------------------------------------------------------------

yes i filled in the ip and pw stuff its just been removed for this post.....

daeken_bb
09-19-2004, 05:43 AM
First, take the 'SERVER' out of your world name, and second, put in the proper world address.

onejessman
09-19-2004, 06:15 AM
tks...but didnt work...could the errors be are not letting it connect?

samandhi
09-19-2004, 09:29 AM
your loginserver.ini is wrong.. try this:
newlogin1.eqemulator.net:5996