Вот защита от "суммонутых"
да кстати в @damage наверно другие объекты, не те как в @Hit. сча поглежу !!
в @Hit добавить еще:
Код:
if flags && statf_conjured
cont.message You won't get expirience from summoned monsters
return 1
endif
tag.sword_act_uid= <src.uid>
if 0<tag.sword_act_uid> == src.uid
tag.sword_count = <tag.sword_count> + 1
if 0<tag.sword_count> > 30
cont.message This monster found immune to your damage.
return 1
endif
else
tag.sword_count = 1
endif
чтобы не более 30 раз по одному монстру засадить можно было.