From e6b64e6b77f437cb58e0b5fe9def6313d38ab7e0 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 28 Apr 2020 20:15:40 -0300 Subject: Fix bugs %%e --- npc/014-4/kamelot.txt | 1 + npc/042-3/jail.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'npc') diff --git a/npc/014-4/kamelot.txt b/npc/014-4/kamelot.txt index 7a5e4d014..d07df39c8 100644 --- a/npc/014-4/kamelot.txt +++ b/npc/014-4/kamelot.txt @@ -48,6 +48,7 @@ function script KamelotCleanup { .@g=getarg(0); //$@KAMELOT_ID[.@g]=0; + $@KAMELOT_WAVE[.@g]=0; $KAMELOT_MX[.@g]=0; $KAMELOT_QUEST[.@g]=0; $KAMELOT_KEYMASK[.@g]=0; diff --git a/npc/042-3/jail.txt b/npc/042-3/jail.txt index 7651d81fd..1c00d66c6 100644 --- a/npc/042-3/jail.txt +++ b/npc/042-3/jail.txt @@ -49,7 +49,7 @@ function script KamelotLockpick { return; } mes l("What's this dark magic, the password has changed!"); - .@label$=instance_npcname(.name$)+"::OnKillSlime"; + .@label$=instance_npcname("#KSlimeSpawn")+"::OnKillSlime"; // Give player a easy way to get lockpicks for this // (Overrides original .@x/.@y variables) -- cgit v1.2.3-60-g2f50