From 11eca31d2f8882b62517c0a6367e102dd5721d0d Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 6 Sep 2020 14:56:28 -0300 Subject: Disable looting mode from summons. Also ensure all summons can suffer from knockback. There are other stuff I could do, but for now, it is not necessary --- npc/functions/filters.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'npc/functions') diff --git a/npc/functions/filters.txt b/npc/functions/filters.txt index fd9928647..01e3a8569 100644 --- a/npc/functions/filters.txt +++ b/npc/functions/filters.txt @@ -121,7 +121,6 @@ function script filter_friendly { // filter_notboss( id ) function script filter_notboss { - // 32 = MD_BOSS - return (!(getunitdata(getarg(0), UDT_MODE) & 32)); + return (!(getunitdata(getarg(0), UDT_MODE) & MD_BOSS)); } -- cgit v1.2.3-70-g09d2