level 0
id所指的地址与图片地址不匹配
以一个仙人鸣人举例
id: 42 type: 0 file: chars\x-naruto.dat
注意: file: chars\x-naruto.dat
这是指这个.dat文件在游戏程序内部的chars里,游戏自带的人物都是在这个chars里
这种问题只能找专用的改档器解决
比如immpein
id: 27 type: 0 file: other\immpein.dat
file: other\immpein.dat 是这种格式,就是只需要你把id加到data.txt然后把图片放到游戏根目录的other文件夹里就可以读了
2010年01月21日 14点01分