@剑牛黑猫控
遍历所有monster:
for _, mon in Map.Monsters do
if mon.HP == 0 then
......
end
end
在......那儿用events.PickCorpse函数来捡mon的尸
PickCorpse{
Allow
CallDefault = function()
Monster
MonsterIndex
}
(Allow好像是AllowDefault)
具体不清楚,要试一试
遍历所有monster:
for _, mon in Map.Monsters do
if mon.HP == 0 then
......
end
end
在......那儿用events.PickCorpse函数来捡mon的尸
PickCorpse{
Allow
CallDefault = function()
Monster
MonsterIndex
}
(Allow好像是AllowDefault)
具体不清楚,要试一试