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-5/arnea.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'npc/003-5') diff --git a/npc/003-5/arnea.txt b/npc/003-5/arnea.txt index f92c28ef4..191dccc43 100644 --- a/npc/003-5/arnea.txt +++ b/npc/003-5/arnea.txt @@ -109,7 +109,7 @@ L_Incomplete: close; OnInit: - .@npcId = getnpcid(0, "Arnea"); + .@npcId = getnpcid(0, .name$); setunitdata(.@npcId, UDT_HEADTOP, 2907); setunitdata(.@npcId, UDT_HEADMIDDLE, 1305); setunitdata(.@npcId, UDT_HEADBOTTOM, 2204); @@ -124,6 +124,9 @@ OnInit: // test instance id setarray $@ARENA_INSTANCES, -1,-1,-1,-1,-1; // Controls Owners setarray $@ARENA_INFOS$, "","","","",""; // Controls Owners + + // Temporary fix + disablenpc .name$; end; OnInstanceInit: -- cgit v1.2.3-70-g09d2