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/re/warps/other/jobquests.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/re/warps/other/jobquests.txt')
-rw-r--r-- | npc/re/warps/other/jobquests.txt | 65 |
1 files changed, 38 insertions, 27 deletions
diff --git a/npc/re/warps/other/jobquests.txt b/npc/re/warps/other/jobquests.txt index cefa5dd5f..4e12d4cff 100644 --- a/npc/re/warps/other/jobquests.txt +++ b/npc/re/warps/other/jobquests.txt @@ -1,32 +1,47 @@ -//===== Hercules Script ====================================== -//= Job Quest Renewal Warp Script -//===== By: ================================================== -//= Athena (1.0) -//===== Current Version: ===================================== -//= 2.3 -//===== 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) Euphy +//= 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/>. +//========================================================================= +//= Job Quest Warp Script (Renewal) +//================= Description =========================================== //= Warp Points for Job Quest Maps -//===== Additional Comments: ================================= -//= 2.1 Added one Shadow Chaser job warp. [Euphy] -//= 2.2 Moved common warps to base path, added warps. [Euphy] -//= 2.3 Added exit warps (job_exit) for 2nd class quests. [Euphy] -//============================================================ +//================= Current Version ======================================= +//= 2.3 +//========================================================================= -//============================================================================== -//Exit Warps -//============================================================================== +//== Exit Warps ============================================ job_knt,89,98,0 warp knt_out 1,1,prt_in,77,99 job_wiz,49,154,0 warp wiz_out 1,1,gef_tower,108,29 job_sage,55,154,0 warp sage_out 1,1,yuno_in03,169,171 -//============================================================================== -//Arch Bishop -//============================================================================== +//== Arch Bishop =========================================== job3_arch01,29,24,0 warp #archout 1,1,odin_tem02,282,263 -//============================================================================== -//Guillotine Cross -//============================================================================== +//== Guillotine Cross ====================================== veins,257,256,0 warp #gate_to_guil01 1,1,job3_guil01,9,93 job3_guil01,6,93,0 warp #gate_to_guil02 1,1,veins,254,255 job3_guil01,18,48,0 warp #gate_to_guil03 1,1,job3_guil01,68,91 @@ -36,15 +51,11 @@ job3_guil01,11,4,0 warp #gate_to_guil08 1,1,job3_guil01,51,50 job3_guil01,79,27,0 warp #gate_to_guil10 1,1,job3_guil01,51,50 job3_guil01,143,61,0 warp #gate_to_guil11 1,1,job3_guil01,51,50 -//============================================================================== -//Genetic -//============================================================================== +//== Geneticist ============================================ lighthalzen,52,132,0 warp #lighttogen 1,1,job3_gen01,45,50 job3_gen01,49,49,0 warp #gentolight 1,1,lighthalzen,54,132 job3_gen01,7,59,0 warp #from1to2gen 1,1,job3_gen01,72,52 job3_gen01,71,56,0 warp #from2to1gen 1,1,job3_gen01,11,60 -//============================================================================== -//Shadow Chaser -//============================================================================== +//== Shadow Chaser ========================================= job3_sha01,71,19,0 warp shadowc1 1,1,tha_t01,149,224 |