福袋新增開包物品和開包機率
打开Item.txt例如披风福袋:
code = item_披风福袋
name = 7615
type = itemTypeItem,itemTypeLetto,itemTypeNoTrade,itemTypeNoDrop
type2 = itemType2MayPutStorage
limit_level = 1
weight = 10
cost = 0 贩卖价格
sell = 0 出售差价
cost_level = 20
icon = 7516 图档编号
help_string = 15615 物品介绍编号 至Item_Help_String里面查询或更改
use_magic_id = 2144 这个就是我们要找的开包开到什么东西西的代号
代号到DropItem.txt里面找会找到如下:
drop = 2144(代号),item_麻布披风(开到的物品),15000000(开包的机率),item_羊毛?巾,15000000,item_??披风,15000000,item_红棉披风,10000000,item_虎皮披风,10000000,item_羽毛披风,10000000,item_角旗,90000000,item_兽皮披风,80000000,item_月牙披风,80000000
要新增就到itcm.txt里面去找来新增就好了 机率在自己更改就好 看要多几个0
页:
[1]