diff options
Diffstat (limited to 'npc/instances/NydhoggsNest.txt')
-rw-r--r-- | npc/instances/NydhoggsNest.txt | 60 |
1 files changed, 36 insertions, 24 deletions
diff --git a/npc/instances/NydhoggsNest.txt b/npc/instances/NydhoggsNest.txt index 6538330fc..58351581f 100644 --- a/npc/instances/NydhoggsNest.txt +++ b/npc/instances/NydhoggsNest.txt @@ -1,26 +1,41 @@ -//===== Hercules Script ====================================== +//================= Hercules Script ======================================= +//= _ _ _ +//= | | | | | | +//= | |_| | ___ _ __ ___ _ _| | ___ ___ +//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __| +//= | | | | __/ | | (__| |_| | | __/\__ \ +//= \_| |_/\___|_| \___|\__,_|_|\___||___/ +//================= License =============================================== +//= This file is part of Hercules. +//= http://herc.ws - http://github.com/HerculesWS/Hercules +//= +//= Copyright (C) 2012-2015 Hercules Dev Team +//= Copyright (C) Euphy +//= Copyright (C) L0ne_W0lf +//= +//= Hercules is free software: you can redistribute it and/or modify +//= it under the terms of the GNU General Public License as published by +//= the Free Software Foundation, either version 3 of the License, or +//= (at your option) any later version. +//= +//= This program is distributed in the hope that it will be useful, +//= but WITHOUT ANY WARRANTY; without even the implied warranty of +//= MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +//= GNU General Public License for more details. +//= +//= You should have received a copy of the GNU General Public License +//= along with this program. If not, see <http://www.gnu.org/licenses/>. +//========================================================================= //= Nidhoggr's Nest -//===== By: ================================================== -//= L0ne_W0lf, various sources -//===== Current Version: ===================================== -//= 1.6 -//===== Description: ========================================= -//= [Official Conversion] +//================= Description =========================================== //= Nidhoggr's Nest Instance -//===== Additional Comments: ================================= -//= 1.0 First version. -//= 1.1 Minor dialog updates. -//= 1.2 No longer glitches when anyone but party leader talks to the first NPC. -//= 1.3 Added 'instance_check_party' command to the script for proper checking if -//= the invoking party meets the requirements to join the Memorial Dungeon. -//= 1.4 Cleaning. [Euphy] -//= 1.5 Instance system rewrite. [Euphy] -//= 1.6 Added GM management NPCs. [Euphy] -//============================================================ +//================= Current Version ======================================= +//= 1.6 +//========================================================================= 1@nyd mapflag src4instance 2@nyd mapflag src4instance -//============================================================ + nyd_dun02,100,201,3 script Yggdrasil Gatekeeper HIDDEN_NPC,8,8,{ if (ins_nyd == 0) { mes "A great stone gate stands before you. The sculpture of a terrible dragon spreads its powerful looking wings."; @@ -1514,8 +1529,7 @@ OnTouch_: end; } -// First floor -//============================================================ +//== First floor =========================================== 1@nyd,213,277,5 script Murdered Yggdrasilid#1F 4_F_FAIRYKID2,5,5,{ if ('ins_nyd2 == 0) { mes "When a faint light enters your heart, a voice sounds in your head."; @@ -1799,8 +1813,7 @@ OnMyPingDead: end; } -// Second Floor -//============================================================ +//== Second Floor ========================================== 2@nyd,200,14,0 script nyd_2f_enter -1,6,6,{ OnTouch_: donpcevent instance_npcname("nyd_2f_enter_broad")+"::OnEnable"; @@ -2179,8 +2192,7 @@ OnMyPingDead: end; } -// GM Management NPCs -//============================================================ +//== GM Management NPCs ==================================== sec_in02,36,167,3 script Nidhoggur Manager 4_M_FAIRYSOLDIER,1,1,{ callfunc "F_GM_NPC"; mes "Enter the password."; |