summaryrefslogtreecommitdiff
path: root/npc/jobs/2-1e
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2015-11-10 16:51:00 +0100
committerHaru <haru@dotalux.com>2015-12-15 20:53:51 +0100
commita29147e139c55ecedfce5dbd75de9bb886b1ad4e (patch)
treee9353f10e250dc135050ee0465a4070228f62c48 /npc/jobs/2-1e
parentd5ed62e142daf76bcfdf68ba2e1da0ae42e9ec13 (diff)
downloadhercules-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-1e')
-rw-r--r--npc/jobs/2-1e/StarGladiator.txt62
1 files changed, 36 insertions, 26 deletions
diff --git a/npc/jobs/2-1e/StarGladiator.txt b/npc/jobs/2-1e/StarGladiator.txt
index e45d7c576..4a3171f0f 100644
--- a/npc/jobs/2-1e/StarGladiator.txt
+++ b/npc/jobs/2-1e/StarGladiator.txt
@@ -1,21 +1,40 @@
-//===== Hercules Script ======================================
-//= Star Gladiator Job Quest
-//===== By: ==================================================
-//= Celestria, Samuray22
-//===== Current Version: =====================================
-//= 1.3
-//===== Description: =========================================
-//= [Official Conversion]
+//================= 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) 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/>.
+//=========================================================================
+//= Star Gladiator (Taekwon Master) Job Quest
+//================= Description ===========================================
//= Job Change quest for Star Gladiator class.
-//===== Additional Comments: =================================
-//= 1.1 Updated to the Aegis Standards. [Samuray22]
-//= 1.1a Corrected a minor error respect to the header. [Samuray22]
-//= 1.1b Corrected NPC name length warning. [L0ne_W0lf]
-//= 1.1c Changed item names to item IDs. [Samuray22]
-//= 1.2 Another round of updates to the script. [L0ne_W0lf]
-//= Removes the use of labels, and correcets other errors.
-//= 1.3 Added Quest Log commands. [Kisuka]
-//============================================================
+//================= Current Version =======================================
+//= 1.3
+//=========================================================================
payon,215,102,3 script Moohyun#job_star 4_M_ROGUE,3,3,{
if (Class == Job_Taekwon) {
@@ -1633,12 +1652,3 @@ job_star,161,33,0 script Cheehee#job_star 1_F_ORIENT_03,{
mes "starlight in this room...";
close;
}
-
-//============================================================
-// Old changelog
-//============================================================
-//= A temp Star Gladiator Job Changer based on the kRO quest.
-//= Quest info from RagnaInfo.
-//= Sprites from kRO screenshots, bar two which I just had to guess at.
-//= 1.0 Optimized, updated [Lupus]
-//============================================================