diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-21 13:18:46 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-21 13:18:46 -0300 |
commit | b4357462d2b960188fbd22ced9b45c1bc61c3c33 (patch) | |
tree | a34de6d2199283715e5fa7e53b04b282e8364524 /npc | |
parent | 102cb56449ec5ca6831b8c1f29f5517501eb1cfd (diff) | |
download | serverdata-b4357462d2b960188fbd22ced9b45c1bc61c3c33.tar.gz serverdata-b4357462d2b960188fbd22ced9b45c1bc61c3c33.tar.bz2 serverdata-b4357462d2b960188fbd22ced9b45c1bc61c3c33.tar.xz serverdata-b4357462d2b960188fbd22ced9b45c1bc61c3c33.zip |
Report number of monsters left on Aeros to GMs
Diffstat (limited to 'npc')
-rw-r--r-- | npc/001-1/eventmaster.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/001-1/eventmaster.txt b/npc/001-1/eventmaster.txt index bc80cb71a..900d267d3 100644 --- a/npc/001-1/eventmaster.txt +++ b/npc/001-1/eventmaster.txt @@ -15,9 +15,11 @@ @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."; + mes "Monsters left: "+str(.@curmobc); L_Menu: mes ""; |