Link和glx
怎么关闭mm的怪物掉落自身的原物品?

245623393
aa:
  Type: ZOMBIE
  Display: '守卫者'
  Health: 10
  Damage: 4
  Options:
    PreventSuicide: true #ture为阻止false为不阻止

注意编码以及格式

245623393
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 就是防止掉落其他物品,你可以直接用编辑器编辑