Nothing Saving

Play Now

T0MMY

LOMCN Veteran
Veteran
Aug 5, 2007
2,153
24
125
United Kingdom
Hi LOMCN,

I have a real big problem which is causing my server development hell. When i create a guild and master someone it works fine.

But when i reboot they all disappear off my name and when i look inside the database tbl_guildlist there is the guild still made.

I think i am missing some databases and i don't know how to create them.

Thanks any help will be much appreciated
Rik
 

Killmaster

Legend
Legendary
Golden Oldie
Loyal Member
Nov 13, 2003
3,967
27
274
You might be missing some fields in the TBL_GuildList but you wont be missing databases. Your best bet is to read the updates.doc that was including with the files.
 
Upvote 0

Zen2

LOMCN Veteran
Veteran
Jul 26, 2007
1,818
18
125
Your missing updates in the DB read the update docs and do the update to your DB.
 
Upvote 0

Bon

Legend
Legendary
Jul 29, 2004
6,741
342
330
Kent, UK
• forgot to mention last update log: you need to add a new table to the ms sql 'char' db info:
name: TBL_GuildWarLog
fields:
Fld_GuildName1, varchar, length 20, allow null = false
Fld_GuildName2 (same as above)
Fld_Time, int, length 4, allow null = false, default value = 0
Fld_Duration (same as above
 
Upvote 0