From c53d1cfb3d94fb364ceaa123359e5ac7a4b9d065 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 2 May 2020 04:55:21 -0300 Subject: Fix several tiny bugs and add some debug level to Jail On the first live test I'm doing --- npc/042-3/jail.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'npc/042-3') diff --git a/npc/042-3/jail.txt b/npc/042-3/jail.txt index a7b49739c..be54ef435 100644 --- a/npc/042-3/jail.txt +++ b/npc/042-3/jail.txt @@ -10,6 +10,7 @@ end; OnKillSlime: + debugmes "Slime slain"; .@label$=instance_npcname(.name$)+"::OnKillSlime"; if (!playerattached()) { debugmes "[ERROR] Player not Attached on Slime Death D:"; @@ -35,6 +36,7 @@ OnFirstSlime: .@mob=monster(.@m$, .@x, .@y, strmobinfo(1, CopperSlime), CopperSlime, 1, .@label$); // This should wipe the monster experience value setunitdata(.@mob, UDT_LEVEL, 1); + debugmes "Slime is back"; end; -- cgit v1.2.3-70-g09d2