diff options
Diffstat (limited to 'npc/pre-re/warps/fields/veins_fild.txt')
-rw-r--r-- | npc/pre-re/warps/fields/veins_fild.txt | 53 |
1 files changed, 34 insertions, 19 deletions
diff --git a/npc/pre-re/warps/fields/veins_fild.txt b/npc/pre-re/warps/fields/veins_fild.txt index 0bb03797b..0eabc2aed 100644 --- a/npc/pre-re/warps/fields/veins_fild.txt +++ b/npc/pre-re/warps/fields/veins_fild.txt @@ -1,14 +1,38 @@ -//===== Hercules Script ====================================== -//= Veins Field Warp Script -//===== By: ================================================== -//= $ephiroth -//===== Current Version: ===================================== -//= 1.4 -//===== 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) L0ne_W0lf +//= Copyright (C) Playtester +//= Copyright (C) $ephiroth +//= +//= 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/>. +//========================================================================= +//= Veins Field Warp Script (Pre-Renewal) +//================= Description =========================================== //= Warp Points for Veins Field -//===== Additional Comments: ================================= -//= 1.4 Rescripted to Aegis 11.2 Standards. [L0ne_W0lf] -//============================================================ +//================= Current Version ======================================= +//= 1.4 +//========================================================================= ve_fild01,366,267,0 warp ve_fild1-1 1,1,ve_fild02,36,263 ve_fild01,184,20,0 warp ve_fild1-2 1,1,ve_fild04,174,334 @@ -36,12 +60,3 @@ ve_fild06,81,177,0 script ve_fild6-2 WARPNPC,1,1,{ end; } ve_fild07,147,371,0 warp ve_fild7-1 1,1,veins,146,28 - -//============================================================ -// Old changelog -//============================================================ -//= 1.0 Initial version [$ephiroth] -//= 1.1 Updated more warps [$ephiroth] -//= 1.2 Removed some unofficial warps [Playtester] -//= 1.3 Added random Veins exit [Playtester] -//============================================================ |