diff options
author | Haru <haru@dotalux.com> | 2015-11-12 17:45:09 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-12-15 20:53:51 +0100 |
commit | 65d393fc57804447497855a6daeb981e312ec372 (patch) | |
tree | 8dc93d8a9d1d53c517d55d297d4f04f288913c6e /npc/woe-fe/gefg_cas02.txt | |
parent | 0cc6aa2a8b1fa570b020fa1c582bedc74f273ee4 (diff) | |
download | hercules-65d393fc57804447497855a6daeb981e312ec372.tar.gz hercules-65d393fc57804447497855a6daeb981e312ec372.tar.bz2 hercules-65d393fc57804447497855a6daeb981e312ec372.tar.xz hercules-65d393fc57804447497855a6daeb981e312ec372.zip |
Standardized header in scripts (part 7)
- Now including GPL-compliant license/copyright info
- Restored some missing copyrights
- Battlegrounds and WoE scripts folders
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'npc/woe-fe/gefg_cas02.txt')
-rw-r--r-- | npc/woe-fe/gefg_cas02.txt | 77 |
1 files changed, 44 insertions, 33 deletions
diff --git a/npc/woe-fe/gefg_cas02.txt b/npc/woe-fe/gefg_cas02.txt index 45530849a..13ce42a8c 100644 --- a/npc/woe-fe/gefg_cas02.txt +++ b/npc/woe-fe/gefg_cas02.txt @@ -1,19 +1,39 @@ -//===== Hercules Script ====================================== -//= War of Emperium (Geffen) -//===== By: ================================================== -//= L0ne_W0lf -//===== Current Version: ===================================== -//= 1.2 -//===== Description: ========================================= +//================= 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) Masao +//= 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/>. +//========================================================================= +//= War of Emperium (Eeyorbriggar) +//================= Description =========================================== //= NPCs that relate to Geffen Guild Castle 2 -//===== Additional Comments: ================================= -//= 1.0 First Version. No longer uses functions. [L0ne_W0lf] -//= 1.1 Removed dialog from interior flags. [L0ne_W0lf] -//= 1.2 Partially rewrote Script. [Masao] -//============================================================ - -// Guild Flag (Outside Castle) -//============================================================ +//================= Current Version ======================================= +//= 1.2 +//========================================================================= + +//== Guild Flags (Outside Castle) ========================== - script Eeyorbriggar#1::OutsideFlagsG2 GUILD_FLAG,{ .@GID = getcastledata("gefg_cas02",1); @@ -69,8 +89,7 @@ gef_fild13,312,243,4 duplicate(OutsideFlagsG2) Eeyorbriggar#2 GUILD_FLAG gef_fild13,290,243,4 duplicate(OutsideFlagsG2) Eeyorbriggar#3 GUILD_FLAG gef_fild13,324,243,4 duplicate(OutsideFlagsG2) Eeyorbriggar#4 GUILD_FLAG -// Guild Flag (Inside Castle) -//============================================================ +//== Guild Flags (Inside Castle) =========================== - script Eeyorbriggar#5::InsideFlagsG2 GUILD_FLAG,{ end; @@ -87,20 +106,16 @@ gefg_cas02,37,168,6 duplicate(InsideFlagsG2) Eeyorbriggar#9 GUILD_FLAG gefg_cas02,68,47,2 duplicate(InsideFlagsG2) Eeyorbriggar#10 GUILD_FLAG gefg_cas02,68,36,2 duplicate(InsideFlagsG2) Eeyorbriggar#11 GUILD_FLAG -// Guild Flag (Town) -//============================================================ +//== Guild Flag (Town) ===================================== geffen,112,129,1 duplicate(InsideFlagsG2) Eeyorbriggar#12 GUILD_FLAG -// Kafra Employee -//============================================================ +//== Kafra Employee ======================================== gefg_cas02,23,66,3 duplicate(guildkafra) Kafra Staff#gefg_cas02 4_F_KAFRA1 -// Steward -//============================================================ +//== Steward =============================================== gefg_cas02,12,66,5 duplicate(cm) Esmarehk#gefg_cas02 1_M_JOBTESTER -// Treasure Room Exit -//============================================================ +//== Treasure Room Exit ==================================== gefg_cas02,145,114,0 script #lever_G02 HIDDEN_NPC,{ mes " "; @@ -114,18 +129,14 @@ gefg_cas02,145,114,0 script #lever_G02 HIDDEN_NPC,{ close; } -// Guild Dungeon Switch -//============================================================ +//== Guild Dungeon Switch ================================== gefg_cas02,167,40,0 duplicate(gdlever) #gefg_cas02 HIDDEN_NPC -// Guild Treasure Spawns -//============================================================ +//== Guild Treasure Spawns ================================= gefg_cas02,140,116,0 duplicate(Gld_Trea_Spawn) Treasure#gefg_cas02 -1 -// AGIT Manager -//============================================================ +//== AGIT Manager ========================================== gefg_cas02,176,178,0 duplicate(Gld_Agit_Manager) Agit#gefg_cas02 -1 -// Guardians -//============================================================ +//== Guardians ============================================= gefg_cas02,12,66,5 duplicate(Gld_Guard_Template) Guardian#gefg_cas02 -1 |