summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
Diffstat (limited to 'npc')
-rw-r--r--npc/042-2/boss.txt2
-rw-r--r--npc/042-3/jail.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/042-2/boss.txt b/npc/042-2/boss.txt
index 280cbefba..5571fed37 100644
--- a/npc/042-2/boss.txt
+++ b/npc/042-2/boss.txt
@@ -283,7 +283,7 @@ OnTimer1015000:
.@m$=instance_mapname("042-2");
.@t$=instance_mapname("042-3");
.@g=getd("$@GTEMP_"+.@m$);
- .@n$=instance_npcname("#KSlimeSpawn", $KAMELOT_ID[.@g]);
+ .@n$="#KSlimeSpawn"; //instance_npcname("#KSlimeSpawn", $KAMELOT_ID[.@g]);
setarray .@x, 33, 84, 41, 74, 36, 57, 79, 43, 24, 86, 59, 38;
setarray .@y, 135, 127, 119, 107, 96, 84, 63, 67, 67, 22, 49, 27;
.@c=getunits(BL_PC, .@unt, false, .@m$, 20, 24, 59, 59);
diff --git a/npc/042-3/jail.txt b/npc/042-3/jail.txt
index 197c29ef1..7302d8967 100644
--- a/npc/042-3/jail.txt
+++ b/npc/042-3/jail.txt
@@ -36,7 +36,7 @@ OnFirstSlime:
}
// let's not trust .name$
- .@label$=instance_npcname("#KSlimeSpawn", $@KAMELOT_ID[.@g])+"::OnKillSlime";
+ .@label$="#KSlimeSpawn::OnKillSlime";
if (!playerattached()) {
debugmes "[ERROR] Player not Attached on Slime Spawn D:";
debugmes "[ERROR] Cannot retrieve coordinates!!";