From 0c1663d92beb6405c210a148448c6d806a5b4e30 Mon Sep 17 00:00:00 2001 From: jesusalva Date: Thu, 1 Mar 2018 20:19:25 -0300 Subject: Disable Arnea (unfinished script) --- npc/003-13/arnea.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'npc/003-13') diff --git a/npc/003-13/arnea.txt b/npc/003-13/arnea.txt index 4cf07ca14..ff7e63fb1 100644 --- a/npc/003-13/arnea.txt +++ b/npc/003-13/arnea.txt @@ -5,7 +5,7 @@ // Description: // Arena for Duels and PVP (temporary map) -003-13,30,27,0 script Arnea#003-13 NPC_ELF_F,{ +003-13,30,30,0 script Arnea#003-13 NPC_ELF_F,{ mes "npc name: " + .name$; mes "npc ext name: " + .extname$; mes "npc id: " + .id; @@ -68,6 +68,9 @@ OnInit: .sex = G_FEMALE; .distance = 9; // test instance id + + // Temporary fix + disablenpc .name$; end; OnInstanceInit: -- cgit v1.2.3-60-g2f50