Update to the files 0.1.4SP1

Xander

Pantie Sniffer!
Developer
Oct 20, 2003
2,737
55
295
Sheffield
ill upload for every one, also night wolf it would be useful if you posted the database changes that need to be done instead of only posting half the ingo
 

Nightwolf

Developer
VIP
Jul 16, 2003
2,133
21
285
Manchester, UK
well this was posted on chinese forum also there another txt files in the fill package minelist.txt


0.1.4版本中,常见问题的解决方法。

首先,要按照更新提示来做,要么覆盖掉原来的baseitem.txt要么把所有武器的数据覆盖过去。本次更新了武器的数据,增加了一个新的拿在手里的外观这个字段,请不要随便修改。

另外,数据库中要执行的那条语句一点要执行,否则武器外观会错掉。

update tbl_character_item set unknown_1 = shape where stdmode = 5 or stdmode = 6

还有,老的锄头是不支持挖矿的,必须换用新的锄头,或者在数据库中执行

update tbl_character_item set shape = 19 where name = '鹤嘴锄'

这样老的鹤嘴锄就升级为可以挖矿的了。

另外,地图的flag增加了一个mine(几率)的标记,可以设置地图是挖矿地图,更新说明中有说,不加这个,会导致不出矿渣。要挖到矿,还要在minelist.txt中设置哪个地图都能挖到什么,持久范围,还有几率。这样,就可以挖到矿了。

然后,对于老的马鞭不能驯马的问题

update tbl_character_item set shape = 40 where name = '马鞭'

就可以升级为可以正常使用的马鞭。

还有,要删除所有的Market_Save下的dat文件,否则,npc会出乱码。

结婚和拜师系统很快就会提供,另外下个版本,会使用全新的脚本系统,除了兼容现在的脚本外,还会提供更多更灵活的功能。敬请期待~!
 

Xander

Pantie Sniffer!
Developer
Oct 20, 2003
2,737
55
295
Sheffield
Translation:

Seems to be something new todo with weapon data in the baseitem.txt
You need to run the following SQL commands other wise you will have problems with your weapon apperance/data.

update tbl_character_item set unknown_1 = shape where stdmode = 5 or stdmode = 6

Dont know what this is (还有,老的锄头是不支持挖矿的,必须换用新的锄头,或者在数据库中执行

update tbl_character_item set shape = 19 where name = '鹤嘴锄')


Mining is fixed by the looks of things

Delete all your market save files other wise NPCs will have problems with the data