summaryrefslogtreecommitdiff
path: root/npc/020-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-11-01 11:12:28 -0200
committerJesusaves <cpntb1@ymail.com>2018-11-01 11:12:28 -0200
commita2965b50dd6b3841cdc6b0478995b569ac6e1bd7 (patch)
tree8580af57ee3d66acde6b3ed828b3bb31f2d4a507 /npc/020-1
parent359e460edcce2991df20ae2440cb3f9036778e66 (diff)
downloadserverdata-a2965b50dd6b3841cdc6b0478995b569ac6e1bd7.tar.gz
serverdata-a2965b50dd6b3841cdc6b0478995b569ac6e1bd7.tar.bz2
serverdata-a2965b50dd6b3841cdc6b0478995b569ac6e1bd7.tar.xz
serverdata-a2965b50dd6b3841cdc6b0478995b569ac6e1bd7.zip
Fixes + Report how many mobs left to kill
Diffstat (limited to 'npc/020-1')
-rw-r--r--npc/020-1/siege.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/020-1/siege.txt b/npc/020-1/siege.txt
index 40dcd1e78..9b56c90b2 100644
--- a/npc/020-1/siege.txt
+++ b/npc/020-1/siege.txt
@@ -99,6 +99,8 @@ L_CleanUp:
end;
OnPetDeath:
+ .@lf=mobcount("020-1", "#NLib_Siege::OnPetDeath");
+ dispbottom l("Mobs remaining: @@", .@lf);
end;
}