diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-04-28 20:15:40 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-04-28 20:15:40 -0300 |
commit | e6b64e6b77f437cb58e0b5fe9def6313d38ab7e0 (patch) | |
tree | c4ea938784e0244746a3f841cf1b2edbc7c86f0f | |
parent | a179e4fddb39c9c7d8b9c2fa1f0586ab295122bc (diff) | |
download | serverdata-e6b64e6b77f437cb58e0b5fe9def6313d38ab7e0.tar.gz serverdata-e6b64e6b77f437cb58e0b5fe9def6313d38ab7e0.tar.bz2 serverdata-e6b64e6b77f437cb58e0b5fe9def6313d38ab7e0.tar.xz serverdata-e6b64e6b77f437cb58e0b5fe9def6313d38ab7e0.zip |
Fix bugs %%e
-rw-r--r-- | npc/014-4/kamelot.txt | 1 | ||||
-rw-r--r-- | npc/042-3/jail.txt | 2 |
2 files changed, 2 insertions, 1 deletions
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) |