diff options
author | Haru <haru@dotalux.com> | 2015-11-09 15:22:43 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-12-15 20:53:50 +0100 |
commit | a122fe12ed5422af1b3ad2d84ca826282168ca57 (patch) | |
tree | eb806cf3819aac946014a87478897e3b3147ee96 /npc/warps/guildcastles.txt | |
parent | 183480e9fb4ea53de37ea711324eb098c39a70f2 (diff) | |
download | hercules-a122fe12ed5422af1b3ad2d84ca826282168ca57.tar.gz hercules-a122fe12ed5422af1b3ad2d84ca826282168ca57.tar.bz2 hercules-a122fe12ed5422af1b3ad2d84ca826282168ca57.tar.xz hercules-a122fe12ed5422af1b3ad2d84ca826282168ca57.zip |
Standardized header in scripts (part 2)
- Now including GPL-compliant license/copyright info
- Restored some missing copyrights
- Warps scripts folders
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'npc/warps/guildcastles.txt')
-rw-r--r-- | npc/warps/guildcastles.txt | 64 |
1 files changed, 39 insertions, 25 deletions
diff --git a/npc/warps/guildcastles.txt b/npc/warps/guildcastles.txt index a3d00cafb..ed44a9c1f 100644 --- a/npc/warps/guildcastles.txt +++ b/npc/warps/guildcastles.txt @@ -1,28 +1,42 @@ -//===== 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) Masao +//= Copyright (C) Gepard +//= Copyright (C) L0ne_W0lf +//= Copyright (C) Skotlex +//= Copyright (C) Yor +//= Copyright (C) Lupus +//= Copyright (C) Athena +//= +//= 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/>. +//========================================================================= //= Guild Castles Warp Script -//===== By: ================================================== -//= Athena (1.0) -//===== Current Version: ===================================== +//================= Description =========================================== +//= Warp Points for Aldebaran, Payon, Prontera, Geffen, Juno Guild Castles +//================= Current Version ======================================= //= 2.7 -//===== Description: ========================================= -//= Warp Points for Al de Baran, Payon, Prontera, Geffen, -//= and Juno Guild Castles -//===== Additional Comments: ================================= -//= Split off npc_warp.txt -//= fixed aldg504-1 warp [Lupus] -//= 2.0 Added Novice Guilds warps, optimized aldg408r warp [Lupus] -//= 2.1 Fixed some warps positions [Yor] -//= 2.2 Changed all breaks to end as per the new script engine. [Skotlex] -//= 2.3 Removed 2nd entrance to Novice Castle Geffen [Lupus] -//= 2.4 Added Warps between Juno and it's new Castle Satelite map. [L0ne_W0lf] -//= 2.4a Added more warps between Juno Satellite and Castle Interiors. [L0ne_W0lf] -//= castle 1, 4 and 5 entrances are questionable, and will be updated -//= as I get more information. -//= 2.4b Corrected Warp points for Juno castles 1, 4 and 5. [L0ne_W0lf] -//= 2.5 Updated Schwaltzvalt warps and added Arunafeltz. [L0ne_W0lf] -//= 2.6 Fixed warp position between Juno and Schwaltzvalt Realm. [Gepard] -//= 2.7 Updated WoE:FE warps. [Masao] -//============================================================ +//========================================================================= //Prontera Castle Map prt_gld,159,298,0 warp prtg01_NorthField 1,1,prt_fild01,199,30 @@ -397,11 +411,11 @@ aldeg_cas05,156,231,0 warp aldeg-5-15_aldeg-5-16 1,1,aldeg_cas05,18,88 aldeg_cas05,14,88,0 warp aldeg-5-16_aldeg-5-15 1,1,aldeg_cas05,156,227 // Episode 12: WoE:SE -// Schwaltzvalt Guild Castles Map Connection +// Schwarzwald Guild Castles Map Connection yuno,13,126,0 warp schg001 1,1,sch_gld,351,89 sch_gld,354,89,0 warp schg002 1,1,yuno,16,126 -// Schwaltzvalt Castle Maps +// Schwarzwald Castle Maps schg_cas01,119,4,0 warp schg101 1,1,sch_gld,293,100 sch_gld,293,90,0 warp schg102 1,1,schg_cas01,119,8 schg_cas01,275,240,0 warp schg103 1,1,schg_cas01,120,7 |