diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-21 13:19:31 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-21 13:19:31 -0300 |
commit | b092fd525bb490ac693eeab699a02c712a3cad31 (patch) | |
tree | 4040427ca960b6c2a1e769286e3d421bf9a3478a /npc/001-1/eventmaster.txt | |
parent | b4357462d2b960188fbd22ced9b45c1bc61c3c33 (diff) | |
download | serverdata-b092fd525bb490ac693eeab699a02c712a3cad31.tar.gz serverdata-b092fd525bb490ac693eeab699a02c712a3cad31.tar.bz2 serverdata-b092fd525bb490ac693eeab699a02c712a3cad31.tar.xz serverdata-b092fd525bb490ac693eeab699a02c712a3cad31.zip |
Event Master reports how many mobs are left on Aeros
Diffstat (limited to 'npc/001-1/eventmaster.txt')
-rw-r--r-- | npc/001-1/eventmaster.txt | 5 |
1 files changed, 3 insertions, 2 deletions
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: |