当前位置: 首页 > 工具软件 > TDB > 使用案例 >

魔兽世界私服trinitycore2的数据库TDB(1)

颜举
2023-12-01

TDB_0.0.5 ,又叫【Phoenix】是配合trinitycore2的数据库,他的官方网站在【http://www.trinitydatabase.org/ 】,下载地址在【http://svn.assembla.com/svn/trinitydatabase/trunk/ 】,wiki【http://trinitycore.info/w/Main_Page 】。从作者对他的描述,我们可以看出:

1、基于Trinity Core2 5254+的数据库,只包含world库的内容。

2、由UDB 0.11.5(382)转换成TDB格式。

 

 

http://cia.vc/stats/project/trinitydatabase 】网站描述了TDB_0.0.5的转换过程:

1、UDB_0.11.5_Core_7681_SD2_1012.sql  --> empty world DB

2、380_corepatch_mangos_7682_to_7894.sql-->world DB

3、380_updatepack_mangos.sql -->world DB

4、381_corepatch_mangos_7895_to_8016.sql --> world DB

5、381_updatepack_mangos.sql --> world DB

6、382_corepatch_mangos_8030_to_8280.sql --> world DB

7、382_updatepack_mangos.sql --> world DB

8、UDB_382_to_TDB_TC2_4666_Converter.sql --> world DB 
9、world_script_texts.sql --> world DB 
10、world_script_waypoints.sql --> world DB 
11、world_scripts_full.sql --> world DB 
12、world_spell_full.sql --> world DB 
13、world_tmp_full --> world DB

 

注释:

sql【1-->7】可以从【https://unifieddb.svn.sourceforge.net/svnroot/unifieddb/trunk 】下载。

sql【8】可以从tc2 svn 或者【http://bitbucket.org/Drahy/trinity-converters/ 】下载

sql【9--13】可以从tc2的发布中下载。

 

UDB的官方论坛在【http://udbforums.org/index.php

UDB(382)从ACID Full 3.0.0 and SD2 rev 1280导入了更新内容。基于mangos 8280+或者trinity core2 4666+。

 

TDB_0.0.5基于UDB 382更新到trinity core2 5254。我检查了导入库的结果,5254的内容确实导入库中了。

 

上面主要介绍了TDB_0.0.5的历史渊源和继承。

 类似资料: