diff options
author | Haru <haru@dotalux.com> | 2015-11-10 16:51:00 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-12-15 20:53:51 +0100 |
commit | a29147e139c55ecedfce5dbd75de9bb886b1ad4e (patch) | |
tree | e9353f10e250dc135050ee0465a4070228f62c48 /npc/jobs/2-2e | |
parent | d5ed62e142daf76bcfdf68ba2e1da0ae42e9ec13 (diff) | |
download | hercules-a29147e139c55ecedfce5dbd75de9bb886b1ad4e.tar.gz hercules-a29147e139c55ecedfce5dbd75de9bb886b1ad4e.tar.bz2 hercules-a29147e139c55ecedfce5dbd75de9bb886b1ad4e.tar.xz hercules-a29147e139c55ecedfce5dbd75de9bb886b1ad4e.zip |
Standardized header in scripts (part 5)
- Now including GPL-compliant license/copyright info
- Restored some missing copyrights
- Jobs scripts folders
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'npc/jobs/2-2e')
-rw-r--r-- | npc/jobs/2-2e/SoulLinker.txt | 65 |
1 files changed, 37 insertions, 28 deletions
diff --git a/npc/jobs/2-2e/SoulLinker.txt b/npc/jobs/2-2e/SoulLinker.txt index 300928c5d..0c5ff61db 100644 --- a/npc/jobs/2-2e/SoulLinker.txt +++ b/npc/jobs/2-2e/SoulLinker.txt @@ -1,25 +1,43 @@ -//===== 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) Euphy +//= Copyright (C) Kisuka +//= Copyright (C) L0ne_W0lf +//= Copyright (C) Lupus +//= Copyright (C) Samuray22 +//= Copyright (C) Celestria +//= +//= 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/>. +//========================================================================= //= Soul Linker Job Quest -//===== By: ================================================== -//= Celestria & Samuray22 -//===== Current Version: ===================================== -//= 1.6 -//===== Description: ========================================= -//= [Official Conversion] +//================= Description =========================================== //= Job quest for Soul Linker class. -//= [Vars Used] +//================= Current Version ======================================= +//= 1.6 +//================= Variables Used ======================================== //= SOUL_Q = Job Change Phase. (Max 4) -//===== Additional Comments: ================================= -//= 1.2 Rescripted to Aegis 10.3 standards. [Samuray22] -//= 1.3 Slight updates and fixes to the script. [L0ne_W0lf] -//= Removes the use of labels, and corrects other errors. -//= Removed the GM-use only NPC from the sec_in map. -//= No longer used a global var, uses an NPC var instead. -//= 1.3a Deleted Empty Color Tag. (bugreport:1572) [Samuray22] -//= 1.4 Replaced effect numerics with constants. [L0ne_W0lf] -//= 1.5 Added Quest Log commands. [Kisuka] -//= 1.6 Updated to match the latest official script. [Euphy] -//============================================================ +//========================================================================= morocc_in,174,30,6 script Kid#link1 4_M_KID2,{ if (Class == Job_Soul_Linker) { @@ -699,12 +717,3 @@ sec_in02,35,153,0 script Soul Linker Var 4_M_OPERATION,{ } } } - -//============================================================ -// Old changelog -//============================================================ -//= A temp Soul Linker Job Changer based on the kRO quest. -//= Quest info from RagnaInfo. Sprites from kRO screenshots -//= 1.0 Optimized and updated [Lupus] -//= 1.1 Fixed NPC names according to iRO [Lupus] -//============================================================ |