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_cas01.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_cas01.txt')
-rw-r--r-- | npc/woe-fe/gefg_cas01.txt | 77 |
1 files changed, 44 insertions, 33 deletions
diff --git a/npc/woe-fe/gefg_cas01.txt b/npc/woe-fe/gefg_cas01.txt index 6127e62f9..9676f7288 100644 --- a/npc/woe-fe/gefg_cas01.txt +++ b/npc/woe-fe/gefg_cas01.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 (Repherion) +//================= Description =========================================== //= NPCs that relate to Geffen Guild Castle 1 -//===== 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 Repherion#1::OutsideFlagsG1 GUILD_FLAG,{ .@GID = getcastledata("gefg_cas01",1); @@ -69,8 +89,7 @@ gef_fild13,155,54,5 duplicate(OutsideFlagsG1) Repherion#2 GUILD_FLAG gef_fild13,212,79,6 duplicate(OutsideFlagsG1) Repherion#3 GUILD_FLAG gef_fild13,211,71,6 duplicate(OutsideFlagsG1) Repherion#4 GUILD_FLAG -// Guild Flag (Inside Castle) -//============================================================ +//== Guild Flags (Inside Castle) =========================== - script Repherion#5::InsideFlagsG1 GUILD_FLAG,{ end; @@ -86,20 +105,16 @@ gefg_cas01,17,171,5 duplicate(InsideFlagsG1) Repherion#8 GUILD_FLAG gefg_cas01,59,16,4 duplicate(InsideFlagsG1) Repherion#9 GUILD_FLAG gefg_cas01,64,16,4 duplicate(InsideFlagsG1) Repherion#10 GUILD_FLAG -// Guild Flag (Town) -//============================================================ +//== Guild Flag (Town) ===================================== geffen,109,123,2 duplicate(InsideFlagsG1) Repherion#11 GUILD_FLAG -// Kafra Employee -//============================================================ +//== Kafra Employee ======================================== gefg_cas01,83,47,3 duplicate(guildkafra) Kafra Staff#gefg_cas01 4_F_KAFRA1 -// Steward -//============================================================ +//== Steward =============================================== gefg_cas01,40,48,5 duplicate(cm) Gnahcher#gefg_cas01 1_M_JOBTESTER -// Treasure Room Exit -//============================================================ +//== Treasure Room Exit ==================================== gefg_cas01,152,117,0 script #lever_G01 HIDDEN_NPC,{ mes " "; @@ -113,18 +128,14 @@ gefg_cas01,152,117,0 script #lever_G01 HIDDEN_NPC,{ close; } -// Guild Dungeon Switch -//============================================================ +//== Guild Dungeon Switch ================================== gefg_cas01,78,84,0 duplicate(gdlever) #gefg_cas01 HIDDEN_NPC -// Guild Treasure Spawns -//============================================================ +//== Guild Treasure Spawns ================================= gefg_cas01,154,112,0 duplicate(Gld_Trea_Spawn) Treasure#gefg_cas01 -1 -// AGIT Manager -//============================================================ +//== AGIT Manager ========================================== gefg_cas01,198,182,0 duplicate(Gld_Agit_Manager) Agit#gefg_cas01 -1 -// Guardians -//============================================================ +//== Guardians ============================================= gefg_cas01,40,48,5 duplicate(Gld_Guard_Template) Guardian#gefg_cas01 -1 |