From 8875cef958add4b361300c1ba108d8bf1d7995d7 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 20 Jan 2022 02:46:20 +0000 Subject: Christmas 2021 Cleanup Contains several other bugfixes and improvements - The Mana World Team's Chairman - Fix Terogan Fight - Poppet's Battle Chamber (inactive) - `@setcells` and `@delcells` - Fix Graveyard Ghosts - Jande skill (inactive) --- npc/017-9/npcs.txt | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) (limited to 'npc/017-9') diff --git a/npc/017-9/npcs.txt b/npc/017-9/npcs.txt index 9b9c2a1d..98bafae6 100644 --- a/npc/017-9/npcs.txt +++ b/npc/017-9/npcs.txt @@ -1,34 +1,40 @@ // Contains the secret doors for staff room -009-1,42,43,0 script #SecretDoor NPC32767,0,0,{ +009-1,42,43,0 script #SecretDoor NPC_HIDDEN,0,0,{ + if ($@TMWT_MEETING) { + if (is_trusted()) + cwarp "fermi", 29, 20; + else + cwarp "fermi", 21, 20; + } if (GM < MAP_LOUNGE && GM < G_SYSOP && !debug) end; //gmlog "@warp 017-9"; warp "017-9", 36, 26; end; } -020-1,60,76,0 script #SecretDoor2 NPC32767,0,0,{ +020-1,60,76,0 script #SecretDoor2 NPC_HIDDEN,0,0,{ if (GM < MAP_LOUNGE && GM < G_SYSOP && !debug) end; gmlog "@warp 017-9"; warp "017-9", 39, 25; end; } -001-1,54,118,0 script #SecretDoor3 NPC32767,0,0,{ +001-1,54,118,0 script #SecretDoor3 NPC_HIDDEN,0,0,{ if (GM < MAP_LOUNGE && GM < G_SYSOP && !debug) end; gmlog "@warp 017-9"; warp "017-9", 31, 25; end; } -027-2,46,111,0 script #SecretDoor4 NPC32767,0,0,{ +027-2,46,111,0 script #SecretDoor4 NPC_HIDDEN,0,0,{ if (GM < MAP_LOUNGE && GM < G_SYSOP && !debug) end; gmlog "@warp 017-9"; warp "017-9", 41, 25; end; } -029-1,34,96,0 script #SecretDoor5 NPC32767,0,0,{ +029-1,34,96,0 script #SecretDoor5 NPC_HIDDEN,0,0,{ if (GM < MAP_LOUNGE && GM < G_SYSOP && !debug) end; gmlog "@warp 017-9"; warp "017-9", 33, 25; -- cgit v1.2.3-60-g2f50