diff options
author | Haru <haru@dotalux.com> | 2015-11-16 02:40:31 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-12-15 20:53:52 +0100 |
commit | 1a6bb87686dd770b3f072fb5d687ba71ff29c51a (patch) | |
tree | 6870263be343c2b81e7ef33c6e4ad696321c001b /npc/quests/first_class/tu_ma_th01.txt | |
parent | fa2cd738a941906700ba3a1f7c5486dcc3ccbea0 (diff) | |
download | hercules-1a6bb87686dd770b3f072fb5d687ba71ff29c51a.tar.gz hercules-1a6bb87686dd770b3f072fb5d687ba71ff29c51a.tar.bz2 hercules-1a6bb87686dd770b3f072fb5d687ba71ff29c51a.tar.xz hercules-1a6bb87686dd770b3f072fb5d687ba71ff29c51a.zip |
Standardized header in scripts (part 9)
- Now including GPL-compliant license/copyright info
- Restored some missing copyrights
- Quest scripts folders
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'npc/quests/first_class/tu_ma_th01.txt')
-rw-r--r-- | npc/quests/first_class/tu_ma_th01.txt | 94 |
1 files changed, 49 insertions, 45 deletions
diff --git a/npc/quests/first_class/tu_ma_th01.txt b/npc/quests/first_class/tu_ma_th01.txt index 70966ad73..282ad6a50 100644 --- a/npc/quests/first_class/tu_ma_th01.txt +++ b/npc/quests/first_class/tu_ma_th01.txt @@ -1,21 +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) L0ne_W0lf +//= Copyright (C) Lupus +//= Copyright (C) Jukka +//= +//= 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/>. +//========================================================================= //= Thief Mage Quest Story Mode -//===== By: ================================================== -//= Fix up by Jukka -//===== Current Version: ===================================== -//= 1.3 -//===== Description: ========================================= -//= [Official Conversion] +//================= Description =========================================== //= Battle Traces from Thief and Magician training quests. -//===== Additional Comments: ================================= -//= 1.0 Fully working -//= 1.1 optimized [Lupus] -//= 1.2 Changed "battle_trace" to "Trace of Battle". [L0ne_W0lf] -//= 1.3 Misc. updates. [L0ne_W0lf] -//============================================================ +//================= Current Version ======================================= +//= 1.3 +//========================================================================= -// Battle Traces 1 -//============================================================ +//== Battle Traces 1 ======================================= moc_fild12,166,369,0 script Trace of Battle#1 CLEAR_NPC,{ if(BaseClass == Job_Thief){ if(tu_thief01 < 5){ @@ -105,8 +124,7 @@ moc_fild12,166,369,0 script Trace of Battle#1 CLEAR_NPC,{ close; } -// Battle Traces 2 -//============================================================ +//== Battle Traces 2 ======================================= moc_fild12,173,215,0 script Trace of Battle#2 CLEAR_NPC,{ if(BaseClass == Job_Thief){ if(tu_thief01 < 9){ @@ -155,8 +173,7 @@ moc_fild12,173,215,0 script Trace of Battle#2 CLEAR_NPC,{ close; } -// Battle Traces 3 -//============================================================ +//== Battle Traces 3 ======================================= moc_fild12,276,165,0 script Trace of Battle#3 CLEAR_NPC,{ if(BaseClass == Job_Thief){ if(tu_thief01 < 10){ @@ -208,8 +225,7 @@ moc_fild12,276,165,0 script Trace of Battle#3 CLEAR_NPC,{ close; } -// Battle Traces 4 -//============================================================ +//== Battle Traces 4 ======================================= moc_fild11,39,163,0 script Trace of Battle#4 CLEAR_NPC,{ if(BaseClass == Job_Thief){ if(tu_thief01 < 11){ @@ -268,8 +284,7 @@ moc_fild11,39,163,0 script Trace of Battle#4 CLEAR_NPC,{ close; } -// Battle Traces 5 -//============================================================ +//== Battle Traces 5 ======================================= moc_fild11,205,52,0 script Trace of Battle#5 CLEAR_NPC,{ if(BaseClass == Job_Thief){ if(tu_thief01 < 12){ @@ -417,8 +432,7 @@ moc_fild11,205,52,0 script Trace of Battle#5 CLEAR_NPC,{ close; } -// Battle Traces 6 -//============================================================ +//== Battle Traces 6 ======================================= moc_fild11,226,235,0 script Trace of Battle#6 CLEAR_NPC,{ if(BaseClass == Job_Thief){ if(tu_thief01 < 13){ @@ -460,8 +474,7 @@ moc_fild11,226,235,0 script Trace of Battle#6 CLEAR_NPC,{ close; } -// Battle Traces 7 -//============================================================ +//== Battle Traces 7 ======================================= moc_fild11,184,342,0 script Trace of Battle#7 CLEAR_NPC,{ if(BaseClass == Job_Thief){ if(tu_thief01 < 13){ @@ -501,8 +514,7 @@ moc_fild11,184,342,0 script Trace of Battle#7 CLEAR_NPC,{ close; } -// Battle Traces 8 -//============================================================ +//== Battle Traces 8 ======================================= moc_fild17,213,358,0 script Trace of Battle#8 CLEAR_NPC,{ if(BaseClass == Job_Thief){ if(tu_thief01 < 13){ @@ -562,8 +574,7 @@ moc_fild17,213,358,0 script Trace of Battle#8 CLEAR_NPC,{ close; } -// Battle Traces 9 -//============================================================ +//== Battle Traces 9 ======================================= moc_fild17,228,274,0 script Trace of Battle#9 CLEAR_NPC,{ if(BaseClass == Job_Thief){ if(tu_thief01 < 14){ @@ -657,8 +668,7 @@ moc_fild17,228,274,0 script Trace of Battle#9 CLEAR_NPC,{ close; } -// Battle Traces 10 -//============================================================ +//== Battle Traces 10 ====================================== moc_fild17,34,292,0 script Trace of Battle#10 CLEAR_NPC,{ if(BaseClass == Job_Thief){ if(tu_thief01 < 16){ @@ -710,8 +720,7 @@ moc_fild17,34,292,0 script Trace of Battle#10 CLEAR_NPC,{ close; } -// Battle Traces 11 -//============================================================ +//== Battle Traces 11 ====================================== moc_fild18,346,296,0 script Trace of Battle#11 CLEAR_NPC,{ if(BaseClass == Job_Thief){ if(tu_thief01 < 17){ @@ -767,8 +776,7 @@ moc_fild18,346,296,0 script Trace of Battle#11 CLEAR_NPC,{ close; } -// Battle Traces 12 -//============================================================ +//== Battle Traces 12 ====================================== moc_fild18,309,257,0 script Trace of Battle#12 CLEAR_NPC,{ if(BaseClass == Job_Thief){ if(tu_thief01 < 18){ @@ -820,8 +828,7 @@ moc_fild18,309,257,0 script Trace of Battle#12 CLEAR_NPC,{ close; } -// Battle Traces 13 -//============================================================ +//== Battle Traces 13 ====================================== moc_fild18,177,333,0 script Trace of Battle#13 CLEAR_NPC,{ if(BaseClass == Job_Thief){ if(tu_thief01 < 19){ @@ -874,8 +881,7 @@ moc_fild18,177,333,0 script Trace of Battle#13 CLEAR_NPC,{ close; } -// Battle Traces 14 -//============================================================ +//== Battle Traces 14 ====================================== moc_fild18,111,303,0 script Trace of Battle#14 CLEAR_NPC,{ if(BaseClass == Job_Thief){ if(tu_thief01 < 20){ @@ -927,8 +933,7 @@ moc_fild18,111,303,0 script Trace of Battle#14 CLEAR_NPC,{ close; } -// Battle Traces 15 -//============================================================ +//== Battle Traces 15 ====================================== moc_fild18,109,197,0 script Trace of Battle#15 CLEAR_NPC,{ if(BaseClass == Job_Thief){ if(tu_thief01 < 21){ @@ -1250,8 +1255,7 @@ moc_fild18,109,197,0 script Trace of Battle#15 CLEAR_NPC,{ close; } -// Battle Traces 16 -//============================================================ +//== Battle Traces 16 ====================================== moc_fild18,156,96,0 script Trace of Battle#16 CLEAR_NPC,{ if(BaseClass == Job_Thief){ if(tu_thief01 < 25){ |