怎么关闭mm的怪物掉落自身的原物品?
aa:
Type: ZOMBIE
Display: '守卫者'
Health: 10
Damage: 4
Options:
PreventSuicide: true #ture为阻止false为不阻止
注意编码以及格式
Type: ZOMBIE
Display: '守卫者'
Health: 10
Damage: 4
Options:
PreventSuicide: true #ture为阻止false为不阻止
注意编码以及格式
245623393 发表于 2018-1-27 00:03
aa:
Type: ZOMBIE
Display: '守卫者'
非常抱歉,由于复制粘贴的时候没看清楚,设置自身掉落物应该是:PreventOtherDrops
aa:
Type: ZOMBIE
Display: '守卫者'
Health: 10
Damage: 4
Options:
PreventOtherDrops: true #ture为阻止false为不阻止
你设置里加入Options:
PreventSuicide: true 就是防止掉落其他物品,你可以直接用编辑器编辑
PreventSuicide: true 就是防止掉落其他物品,你可以直接用编辑器编辑