From 6aac66ab0229c2feea2b9f9a681c70f5fa37555c Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 3 May 2020 14:18:17 -0300 Subject: Move jail slimes to top level script. --- npc/042-2/boss.txt | 2 +- npc/042-3/jail.txt | 2 +- 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!!"; -- cgit v1.2.3-60-g2f50