From 8952a6bf1f83d1f5d62824e1a348779eed503795 Mon Sep 17 00:00:00 2001 From: jesusalva Date: Mon, 12 Feb 2018 22:06:20 -0200 Subject: Resets --- npc/003-5/arnea.txt | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'npc/003-5/arnea.txt') diff --git a/npc/003-5/arnea.txt b/npc/003-5/arnea.txt index 73412b486..c9e87c384 100644 --- a/npc/003-5/arnea.txt +++ b/npc/003-5/arnea.txt @@ -6,10 +6,6 @@ // Arena for Duels and PVP (003-13,31,31) 003-5,33,37,0 script Arnea NPC_ELF_F,{ - if (DESTROY_ME) { - DESTROY_ME=0; - instance_destroy(DESTROY_MY_ID); - } mesn; mesq l("Welcome to the Arena. Select your action"); menu @@ -34,7 +30,7 @@ L_NewArena: l("Give Up"), L_Quit; mes (@menu-1); - .@ARENA_INSTID = instance_create("003-13@arenax"+(@menu), 0, IOT_NONE); + .@ARENA_INSTID = instance_create("003-13@arenax"+(@menu), getcharid(3), IOT_CHAR); if (.@ARENA_INSTID >= 0) { mes "new instance id: " + str(.@ARENA_INSTID); -- cgit v1.2.3-60-g2f50