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/quests_comodo.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/quests_comodo.txt')
-rw-r--r-- | npc/quests/quests_comodo.txt | 62 |
1 files changed, 39 insertions, 23 deletions
diff --git a/npc/quests/quests_comodo.txt b/npc/quests/quests_comodo.txt index d293858f9..45db4cc3a 100644 --- a/npc/quests/quests_comodo.txt +++ b/npc/quests/quests_comodo.txt @@ -1,10 +1,37 @@ -//===== 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) Brainstorm +//= Copyright (C) Samuray22 +//= Copyright (C) L0ne_W0lf +//= Copyright (C) Evera +//= Copyright (C) Lupus +//= Copyright (C) kobra_k88 +//= +//= 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/>. +//========================================================================= //= Quest NPCs related to Comodo -//===== By: ================================================== -//= kobra_k88; L0ne_W0lf -//===== Current Version: ===================================== -//= 1.5b -//===== Description: ========================================= +//================= Description =========================================== //= Headgear Quests 1 [Official Conversion]: //= - 'Cross Hat', 'Bulb Hairband' //= - 'Striped Hairband', 'Blue Hairband' @@ -16,21 +43,12 @@ //= - Part 2: Found in Quests_Yuno.txt //= - Part 3: Found in Doomed_Swords.txt //= - Variable in use: dmdswrd_Q (Max 45) -//===== Additional Comments: ================================= -//= 1.1 Fixed exploits [Lupus] -//= 1.2 Added more quest from cities/comodo.txt [Evera] -//= 1.2a missing label [Lupus] -//= 1.3 Doomed sword quest rescripted to Aegis 10.3 standards. [L0ne_W0lf] -//= 1.4 Corrected NPC names to fall within proper restrictions. [L0ne_W0lf] -//= 1.5 Rescripted Headgear Quests 1 to Aegis 10.3 Standards. [Samuray22] -//= 1.5a Fixed a bad countitem. (bugreport:840) [Samuray22] -//= 1.5b Fixed stripped hairband and blue hairband checking the wrong amount of items, bugreport:1674 [Brainstorm] -//= 1.6 Updated headgear quest NPCs. [L0ne_W0lf] -//============================================================ +//================= Current Version ======================================= +//= 1.5b +//========================================================================= -// Headgear Quests 1 +//== Headgear Quests 1 ===================================== // Cross Hat, Bulb Hairband, Striped Hairband, Blue Hairband -//============================================================ comodo,228,159,3 script Hair Ornament Girl 8_F_GIRL,{ mes "[Hair Ornament Girl]"; if (Sex == 1) { @@ -225,9 +243,8 @@ comodo,228,159,3 script Hair Ornament Girl 8_F_GIRL,{ } } -// Headgear Quests 2 +//== Headgear Quests 2 ===================================== // 'Mine Helmet', 'Parcel Hat', 'Money Loser's Grief', 'Phantom of the Opera Mask' -//============================================================ comodo,273,137,4 script Traveler#head 4_F_GON,{ mes "[Isac Mari]"; mes "I travel around the world, and collect many interesting stories from people. Sometimes they teach me how to make special items."; @@ -469,8 +486,7 @@ comodo,273,137,4 script Traveler#head 4_F_GON,{ } } -// Doomed Swords - Comodo Portion. (Continued in Juno) -//============================================================ +//== Doomed Swords - Comodo Portion. (Continued in Juno) === comodo,206,310,4 script Campground Boy#cmd 4_M_BIBI,{ switch (dmdswrd_Q) { case 0: |