[TD2.3] Mir 2 Db's correct as of "Release: 0808200701"

idaBigA

Holley Mir 3!!
VIP
Oct 28, 2003
1,966
110
310
Stoke, UK
No idea if this has been posted before, but Mir 2 seems a bit unorganised.

Anyway, here are the db's that will work (Just added the bits that needed adding into the SQL so that the DBServer and M2Server would load).

http://www.sting3g.com/idaBigA/mir2backup.rar

P.S. If this is in the wrong place, please move to wherever it needs to go. And you have my apologies.
 

Killmaster

Legend
Legendary
Golden Oldie
Loyal Member
Nov 13, 2003
3,967
27
294
Perhaps its more suitable in the releases but can nevertheless help a lot of people that are novices with MSSQL.
 
Upvote 0

Tjss

LOMCN Veteran
Veteran
Jun 28, 2005
337
0
63
Buckie, Scotland
I've just downloaded the database, it seems usless and exactly the same as TD's db.

Nothing been touched to it has there?
Well not of what i can see anyway.
 
Upvote 0

idaBigA

Holley Mir 3!!
VIP
Oct 28, 2003
1,966
110
310
Stoke, UK
It depends which version of the db you have, the one that comes with that release of files has some things missing, I added those things..

And they are in there...

In reverse Order
Code:
•	db update: in tbl_charinfo add the following field:
		Fld_Killpoints (bigint, length 8, default value 0, allow null : false)
•	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
•	reworked the dbserver; info below(afraid it can only run mssql now not mysql)
	deleted following data from tbl_charinfo:(all pointless really)
	Fld_AC,Fld_mac,Fld_DC,Fld_MC,Fld_SC,Fld_MaxHP,Fld_MaxMP,Fld_MaxExp, Fld_Weight,Fld_MaxWeight,
	Fld_WearWeight,Fld_MaxWearWeight,Fld_HandWeight, Fld_MaxHandWeight
	changes to tbl_CharList:(allow null is always false :p)
	Fld_Index(int, length4, increment = yes, identity increment = 1)
	Fld_Account(varchar,16)
	Fld_CharName(varchar,20)
	Fld_CreateDate(bigint,8,default 0)
	Fld_Modifydate(bigint,8, default 0)
	Fld_SelectID(int,4,default 0)
	Fld_Deleted(bit,1,default 0)
	Fld_Selected(bit, 1, default value 0)
•	you need to add Fld_GuildPoints to tbl_guildlist, data type: int, length: 4, allow nulls: false, default value 0
•	need to add a new field to tbl_guildlist: fieldname: Fld_GuildLogo , data type: varchar, length: 20, allow null = false, default value : '' (yes the 2 ' signs)
•	added a few new tables to the char database
	- Tbl_GuildList (contains only one field: Fld_GuildName, data type: varchar, length: 20, allow nulls:false)
	- Tbl_GuildItems(contains the same fields as tbl_useritems except instead of Fld_Charname it's Fld_Guildname here)
	- Tbl_GuildMemberList, contains:
		Fld_GuildName: varchar, length 20, allow null : false
		Fld_GuildRank:   int	      , length 4	, allow null: false
		Fld_CharName: varchar , length20,  allow null: false
		Fld_Level	  :  int	      , length 4  , allow null: false
		Fld_RankName: varchar, length 50, allow null: false

Not sure if this was all of it, or whether TBL_GuildList, Tbl_GuildItems and Tbl_GuildMemberList were already made.
 
Upvote 0

MoaningMurtle

LOMCN Veteran
Veteran
Aug 4, 2007
449
0
63
Untited Kingdom
Only one update is needed I think (Fld_KillPoint). I'll check it out.

Also might need to update the CharList and CharInfo I havnt got the updates.doc infront of me so cant tell you off the top of my head
 
Upvote 0

batman

Dedicated Member
Dedicated Member
Jul 1, 2007
46
0
53
No idea if this has been posted before, but Mir 2 seems a bit unorganised.

Anyway, here are the db's that will work (Just added the bits that needed adding into the SQL so that the DBServer and M2Server would load).

http://www.sting3g.com/idaBigA/mir2backup.rar

P.S. If this is in the wrong place, please move to wherever it needs to go. And you have my apologies.

erm im using ragezone SQL backup with the TD server files and the latests updates on all 7gates and in my dbserver.exe i get alot of 'Update Chara [24873 or some numbers like tht lol] errors + get bit of lag ingame whn only few ppl on >.< erm rekon this backup wud work betta with the server files im using? if not any ideas how to sort this updata chara problem / lessess lag abit

thx inadvance
 
Upvote 0