From a29147e139c55ecedfce5dbd75de9bb886b1ad4e Mon Sep 17 00:00:00 2001 From: Haru Date: Tue, 10 Nov 2015 16:51:00 +0100 Subject: Standardized header in scripts (part 5) - Now including GPL-compliant license/copyright info - Restored some missing copyrights - Jobs scripts folders Signed-off-by: Haru --- npc/jobs/2-2a/Champion.txt | 45 ++++++++++++++++++++++++++++++----------- npc/jobs/2-2a/Clown.txt | 48 +++++++++++++++++++++++++++++++------------- npc/jobs/2-2a/Creator.txt | 49 ++++++++++++++++++++++++++++++++------------- npc/jobs/2-2a/Gypsy.txt | 45 ++++++++++++++++++++++++++++++----------- npc/jobs/2-2a/Paladin.txt | 45 ++++++++++++++++++++++++++++++----------- npc/jobs/2-2a/Professor.txt | 45 ++++++++++++++++++++++++++++++----------- npc/jobs/2-2a/Stalker.txt | 45 ++++++++++++++++++++++++++++++----------- 7 files changed, 234 insertions(+), 88 deletions(-) (limited to 'npc/jobs/2-2a') diff --git a/npc/jobs/2-2a/Champion.txt b/npc/jobs/2-2a/Champion.txt index 72eed8840..723bcfed1 100644 --- a/npc/jobs/2-2a/Champion.txt +++ b/npc/jobs/2-2a/Champion.txt @@ -1,17 +1,38 @@ -//===== 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) Vicious +//= Copyright (C) Lupus +//= Copyright (C) Nana +//= +//= 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 . +//========================================================================= +//= Champion Jobchanger +//================= Description =========================================== //= Advance Class jobchanger after kRO Normals. -//===== By: ================================================== -//= Nana -//= finished, optimized and tested by Lupus -//===== Current Version: ===================================== +//================= Current Version ======================================= //= 1.3 -//===== Description: ========================================= -//= Advance Class jobchanger after kRO Normals. -//===== Additional Comments: ================================= -//= 1.1 Made all into functions, additional checks, etc. [Lupus] -//= 1.2 Made numbers into constants. [Vicious] -//= 1.3 Now saves/restores all the quest skills [Lupus] -//============================================================ +//========================================================================= valkyrie,53,42,3 script Champion#Valkyrie 1_M_HOF,{ if (ADVJOB == 0 || Upper != 1) { diff --git a/npc/jobs/2-2a/Clown.txt b/npc/jobs/2-2a/Clown.txt index 173aedb40..2b10a7bc4 100644 --- a/npc/jobs/2-2a/Clown.txt +++ b/npc/jobs/2-2a/Clown.txt @@ -1,19 +1,39 @@ -//===== 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) Samuray22 +//= Copyright (C) Vicious +//= Copyright (C) Lupus +//= Copyright (C) Nana +//= +//= 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 . +//========================================================================= +//= Clown (Minstrel) Jobchanger +//================= Description =========================================== //= Advance Class jobchanger after kRO Normals. -//===== By: ================================================== -//= Nana -//= finished, optimized and tested by Lupus -//===== Current Version: ===================================== +//================= Current Version ======================================= //= 1.3 -//===== Description: ========================================= -//= Advance Class jobchanger after kRO Normals. -//===== Additional Comments: ================================= -//= 1.1 Made all into functions, additional checks, etc. [Lupus] -//= 1.2 Made numbers into constants. [Vicious] -//= 1.3 Now saves/restores all the quest skills [Lupus] -//= 1.3a Corrected a Little Typo error. [Samuray22] -//= Thanks to Myllena. -//============================================================ +//========================================================================= valkyrie,53,54,3 script Minstrel#Valkyrie 2_M_BARD_ORIENT,{ if (ADVJOB == 0 || Upper != 1) { diff --git a/npc/jobs/2-2a/Creator.txt b/npc/jobs/2-2a/Creator.txt index 5ccde106a..fc2408e12 100644 --- a/npc/jobs/2-2a/Creator.txt +++ b/npc/jobs/2-2a/Creator.txt @@ -1,19 +1,40 @@ -//===== 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) Kisuka +//= Copyright (C) Haru +//= Copyright (C) Vicious +//= Copyright (C) Lupus +//= Copyright (C) Nana +//= +//= 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 . +//========================================================================= +//= Creator (Biochemist) Jobchanger +//================= Description =========================================== //= Advance Class jobchanger after kRO Normals. -//===== By: ================================================== -//= Nana -//= finished, optimized and tested by Lupus -//===== Current Version: ===================================== +//================= Current Version ======================================= //= 1.5 -//===== Description: ========================================= -//= Advance Class jobchanger after kRO Normals. -//===== Additional Comments: ================================= -//= 1.1 Made all into functions, additional checks, etc. [Lupus] -//= 1.2 Made numbers into constants. [Vicious] -//= 1.3 Now saves/restores all the quest skills [Lupus] -//= 1.4 Corrected check for the Bioethics quest variable [Haru] -//= 1.5 Fixed issue resulting in never regaining Bioethics. [Kisuka] -//============================================================ +//========================================================================= valkyrie,53,50,3 script Biochemist#Valkyrie 2_M_DYEINGER,{ if (ADVJOB == 0 && Upper != 1) { diff --git a/npc/jobs/2-2a/Gypsy.txt b/npc/jobs/2-2a/Gypsy.txt index b265cc921..7d93e2fe8 100644 --- a/npc/jobs/2-2a/Gypsy.txt +++ b/npc/jobs/2-2a/Gypsy.txt @@ -1,17 +1,38 @@ -//===== 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) Vicious +//= Copyright (C) Lupus +//= Copyright (C) Nana +//= +//= 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 . +//========================================================================= +//= Gypsy Jobchanger +//================= Description =========================================== //= Advance Class jobchanger after kRO Normals. -//===== By: ================================================== -//= Nana -//= finished, optimized and tested by Lupus -//===== Current Version: ===================================== +//================= Current Version ======================================= //= 1.3 -//===== Description: ========================================= -//= Advance Class jobchanger after kRO Normals. -//===== Additional Comments: ================================= -//= 1.1 Made all into functions, additional checks, etc. [Lupus] -//= 1.2 Made numbers into constants. [Vicious] -//= 1.3 Now saves/restores all the quest skills [Lupus] -//============================================================ +//========================================================================= valkyrie,53,56,3 script Gypsy#Valkyrie 4W_F_01,{ if (ADVJOB == 0 || Upper != 1) { diff --git a/npc/jobs/2-2a/Paladin.txt b/npc/jobs/2-2a/Paladin.txt index ec97506d3..56db7bea4 100644 --- a/npc/jobs/2-2a/Paladin.txt +++ b/npc/jobs/2-2a/Paladin.txt @@ -1,17 +1,38 @@ -//===== 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) Vicious +//= Copyright (C) Lupus +//= Copyright (C) Nana +//= +//= 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 . +//========================================================================= +//= Paladin Jobchanger +//================= Description =========================================== //= Advance Class jobchanger after kRO Normals. -//===== By: ================================================== -//= Nana -//= finished, optimized and tested by Lupus -//===== Current Version: ===================================== +//================= Current Version ======================================= //= 1.3 -//===== Description: ========================================= -//= Advance Class jobchanger after kRO Normals. -//===== Additional Comments: ================================= -//= 1.1 Made all into functions, additional checks, etc. [Lupus] -//= 1.2 Made numbers into constants. [Vicious] -//= 1.3 Now saves/restores all the quest skills [Lupus] -//============================================================ +//========================================================================= valkyrie,53,39,3 script Paladin#Valkyrie 4_M_CRU_OLD,{ if (ADVJOB == 0 || Upper != 1) { diff --git a/npc/jobs/2-2a/Professor.txt b/npc/jobs/2-2a/Professor.txt index 8fee58494..f799c01c0 100644 --- a/npc/jobs/2-2a/Professor.txt +++ b/npc/jobs/2-2a/Professor.txt @@ -1,17 +1,38 @@ -//===== 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) Vicious +//= Copyright (C) Lupus +//= Copyright (C) Nana +//= +//= 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 . +//========================================================================= +//= Professor (Scholar) Jobchanger +//================= Description =========================================== //= Advance Class jobchanger after kRO Normals. -//===== By: ================================================== -//= Nana -//= finished, optimized and tested by Lupus -//===== Current Version: ===================================== +//================= Current Version ======================================= //= 1.3 -//===== Description: ========================================= -//= Advance Class jobchanger after kRO Normals. -//===== Additional Comments: ================================= -//= 1.1 Made all into functions, additional checks, etc. [Lupus] -//= 1.2 Made numbers into constants. [Vicious] -//= 1.3 Now saves/restores all the quest skills [Lupus] -//============================================================ +//========================================================================= valkyrie,53,47,3 script Scholar#Valkyrie 2_M_SAGE_OLD,{ if (ADVJOB == 0 || Upper != 1) { diff --git a/npc/jobs/2-2a/Stalker.txt b/npc/jobs/2-2a/Stalker.txt index 34ec24935..67a4c23af 100644 --- a/npc/jobs/2-2a/Stalker.txt +++ b/npc/jobs/2-2a/Stalker.txt @@ -1,17 +1,38 @@ -//===== 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) Vicious +//= Copyright (C) Lupus +//= Copyright (C) Nana +//= +//= 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 . +//========================================================================= +//= Stalker Jobchanger +//================= Description =========================================== //= Advance Class jobchanger after kRO Normals. -//===== By: ================================================== -//= Nana -//= finished, optimized and tested by Lupus -//===== Current Version: ===================================== +//================= Current Version ======================================= //= 1.3 -//===== Description: ========================================= -//= Advance Class jobchanger after kRO Normals. -//===== Additional Comments: ================================= -//= 1.1 Made all into functions, additional checks, etc. [Lupus] -//= 1.2 Made numbers into constants. [Vicious] -//= 1.3 Now saves/restores all the quest skills [Lupus] -//============================================================ +//========================================================================= valkyrie,53,58,3 script Stalker#Valkyrie 4_F_ROGUE,{ if (ADVJOB == 0 || Upper != 1) { -- cgit v1.2.3-60-g2f50