From b092fd525bb490ac693eeab699a02c712a3cad31 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 21 Jun 2018 13:19:31 -0300 Subject: Event Master reports how many mobs are left on Aeros --- npc/001-1/eventmaster.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'npc/001-1') diff --git a/npc/001-1/eventmaster.txt b/npc/001-1/eventmaster.txt index 900d267d3..22366d130 100644 --- a/npc/001-1/eventmaster.txt +++ b/npc/001-1/eventmaster.txt @@ -11,11 +11,11 @@ areamonster("001-1", 171, 0, 339, 158, strmobinfo(1, getarg(1)), getarg(1), getarg(2), "Mana Being#001-1::OnAerosMobDeath"); } + .@curmobc=mobcount("001-1", "OnAerosMobDeath"); if (!is_gm()) goto L_Unauthorized; @log_spawns=0; @log_ratio=$coinsrate; - .@curmobc=mobcount("001-1", "OnAerosMobDeath"); mesn; mes "Tired of walking the whole Aeros to spawn monsters, I was brought to existence."; @@ -34,7 +34,8 @@ L_Menu: "Adjust coins drop rate",L_Rate; L_Unauthorized: - dispbottom l("I am too far away to talk. Weird floating thingy..."); + //dispbottom l("I am too far away to talk. Weird floating thingy..."); + dispbottom "Monsters left: "+str(.@curmobc); end; L_Close: -- cgit v1.2.3-60-g2f50