- 威望
- 0
- 金钱
- 19807
- 贡献
- 0
- 最后登录
- 2024-6-11
- 注册时间
- 2022-10-11
- 主题
- 9710
- 精华
- 0
- 帖子
- 9711
|
1.首先打开Item.txt文件(不要告诉我你不知道在哪里)
2.如何查找你要修改的包。比如披风福袋
[item]
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
use_magic_id = 2144((这个就是我们要找的开包开到什么东西的代号)
3.如何打开DropItem.txt文件(也不要告诉我你不知道在哪里)
按CTRL+F输入drop = 2144(注意这个代号)
drop = 2144,item_麻布披风(所开物品),15000000(能开到的几率),item_羊毛围巾,15000000,item_鹅绒披风,15000000,item_红锦披风,10000000,item_虎纹披风,10000000,item_羽毛披风,10000000,item_角旗,90000000,item_兽皮披风,80000000,item_月牙披风,80000000
还想开什么自己加吧!!自己也命名一个包。然后给他定义能开到的东西!!! |
|