From f32084bc86587caee14de6d49ac51948eba45e98 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 23 Mar 2019 21:43:56 -0300 Subject: Patch for @WildX - boss respawn after 15m if debug is set --- npc/008-4-1/boss.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/npc/008-4-1/boss.txt b/npc/008-4-1/boss.txt index 748ef1c3..17b04880 100644 --- a/npc/008-4-1/boss.txt +++ b/npc/008-4-1/boss.txt @@ -8,7 +8,12 @@ 008-4-1,0,0,0 script #BossCtrl_008-4-1 NPC_HIDDEN,{ end; -// Respawn every hour +// Test server: 15 minutes only +OnTimer900000: + if (!debug) + end; + +// Otherwise, respawn every hour OnTimer3600000: stopnpctimer; OnInit: -- cgit v1.2.3-70-g09d2