海盗王单机版本如何制作装备.还有人物等级上限怎么修改?

修改角色的基本属性.txt

修改角色基本属性

文件就在\resource\script\calculate 里面的Init_Attr.lua SetChaAttrMax( ATTR_BSTR , 100 ) -- 基本力量

SetChaAttrMax( ATTR_LV , 1000 ) -- 角色等级

SetChaAttrMax( ATTR_BDEX , 100 ) -- 基本灵巧

SetChaAttrMax( ATTR_BAGI , 100 ) -- 基本敏捷

SetChaAttrMax( ATTR_BCON , 100 ) -- 基本体质

SetChaAttrMax( ATTR_BSTA , 100 ) -- 基本精力

SetChaAttrMax( ATTR_BLUK , 100 ) -- 基本幸运把一百改成你要的上限,你的属性就能加超过100了

制造装备GameServer\resource里的ItemInfo文件 我改了进去说道具错误 你知道咋改了 告诉我下