From 47f790759ea3ea56d31e000bc3f3b7f142ee802d Mon Sep 17 00:00:00 2001 From: wushin Date: Fri, 11 Apr 2014 14:32:22 -0500 Subject: Npcs remaining script fixes Npcs changed for travel Npcs changed for new maps Npcs changed for basic crypts --- world/map/npc/027-1/golbenez.txt | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'world/map/npc/027-1/golbenez.txt') diff --git a/world/map/npc/027-1/golbenez.txt b/world/map/npc/027-1/golbenez.txt index 35980b2f..b32b862c 100644 --- a/world/map/npc/027-1/golbenez.txt +++ b/world/map/npc/027-1/golbenez.txt @@ -36,21 +36,4 @@ L_Weak: next; mes "\"Come back when you're a bit more experienced.\""; close; - -// Golbenez resets the graveyard monsters when no players are present -// He's such an evil guy! -OnInit: - if (debug >= 2) end; - initnpctimer; - end; - -OnTimer10000: - if (getareausers("027-1.gat", 0, 0, 149, 119, 1) == 0) - killmonsterall "027-1.gat"; - - setnpctimer 0; - end; } - - - -- cgit v1.2.3-60-g2f50