summaryrefslogtreecommitdiff
path: root/npc/re/quests/quests_malangdo.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/re/quests/quests_malangdo.txt')
-rw-r--r--npc/re/quests/quests_malangdo.txt89
1 files changed, 49 insertions, 40 deletions
diff --git a/npc/re/quests/quests_malangdo.txt b/npc/re/quests/quests_malangdo.txt
index 2f13ad618..a6547168c 100644
--- a/npc/re/quests/quests_malangdo.txt
+++ b/npc/re/quests/quests_malangdo.txt
@@ -1,31 +1,48 @@
-//===== 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) Muad_Dib
+//=
+//= 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/>.
+//=========================================================================
//= Malangdo Quest NPCs
-//===== By: ==================================================
-//= Muad_Dib
-//===== Current Version: =====================================
-//= 1.6
-//===== File Encoding ========================================
+//================= File Encoding =========================================
//= CP-949 (EUC-KR compatible). Do NOT read/save it as UTF-8.
-//===== Description: =========================================
-//= [Official Conversion]
+//= -If the encoding is correct, the next three lines have the same length-
+//= ============ กฤกฤกฤกฤกฤกฤกฤกฤกฤกฤกฤกฤกฤกฤกฤกฤกฤกฤกฤกฤกฤกฤกฤกฤกฤกฤกฤกฤกฤกฤกฤกฤกฤกฤกฤกฤกฤกฤกฤกฤกฤกฤกฤกฤกฤ ============
+//= ============ ============================================= ============
+//= ============ กมกมกมกมกมกมกมกมกมกมกมกมกมกมกมกมกมกมกมกมกมกมกมกมกมกมกมกมกมกมกมกมกมกมกมกมกมกมกมกมกมกมกมกมกม ============
+//================= Description ===========================================
//= Quest NPCs related to Malangdo:
-//== Malangdo Island, Help the Bad Cats in Danger,
-//== Clean the Ship, Help Chef Nyas, Play with Baby Cats,
-//== Cat Gamers, Archangel Wing Enchants
-//===== Additional Comments: =================================
-//= 1.0 First version. [Euphy]
-//= 1.1 Added Clean the Ship and Help Chef Nyas.
-//= 1.2 Added Archangel Wing Enchants.
-//= 1.3 Added Play with Baby Cats.
-//= 1.4 Added Malangdo Island.
-//= 1.4a Dialogue edits, source iRO.
-//= 1.5 Added Cat Gamers.
-//= Added "Investment Cat Helper" and "Storekeeper" NPCs.
-//= 1.6 Added GM management function.
-//============================================================
+//= - Malangdo Island, Help the Bad Cats in Danger,
+//= - Clean the Ship, Help Chef Nyas, Play with Baby Cats,
+//= - Cat Gamers, Archangel Wing Enchants
+//================= Current Version =======================================
+//= 1.6
+//=========================================================================
-// Utility NPCs :: cat_merchant
-//============================================================
+//== Utility NPCs :: cat_merchant ==========================
mal_in02,134,31,5 script Investment Cat Helper 4_WHITETIGER,{
if (MaxWeight - Weight < 100 || checkweight(1201,1) == 0) {
mes "[Investment Cat Helper]";
@@ -357,8 +374,7 @@ malangdo,184,139,4 script Storekeeper#mal 4_CAT_ADV2,{
end;
}
-// Malangdo Island :: ma_tomas
-//============================================================
+//== Malangdo Island :: ma_tomas ===========================
mal_in02,28,56,5 script Samuel#mal 4_M_MERCAT1,{
mes "[Samuel]";
mes "Ah, you mean the ad... well, you mean our village chief?";
@@ -2751,8 +2767,7 @@ L_Warp:
end;
}
-// Malangdo Island :: mal_ppl
-//============================================================
+//== Malangdo Island :: mal_ppl ============================
malangdo,137,200,6 script Pipielle 4_CAT_MERMASTER,{
if (MaxWeight - Weight < 1000) {
mes "Your inventory is too heavy to proceed. Come back after lightening your load.";
@@ -2883,8 +2898,7 @@ malangdo,137,200,6 script Pipielle 4_CAT_MERMASTER,{
}
}
-// Help the Bad Cats in Danger :: mal_bad_guys
-//============================================================
+//== Help the Bad Cats in Danger :: mal_bad_guys ===========
malangdo,175,206,3 script Gobonge#ml 4_CAT_SAILOR5,{
if (checkweight(1201,1) == 0) {
mes "- Can't go next step due to having too many items. -";
@@ -3560,8 +3574,7 @@ malangdo,3,1,3 script Guidance for quest#ml 4_MASK_SMOKEY,{
}
}
-// Clean the Ship :: mal_day_qook
-//============================================================
+//== Clean the Ship :: mal_day_qook ========================
mal_in02,76,63,7 script Cleanyang 4_CAT_SAILOR1,{
if (checkweight(1201,1) == 0) {
mes "- You have too many items so you can't continue the quest. -";
@@ -4327,8 +4340,7 @@ mal_in01,24,72,0 script #FootholdTower11 CLEAR_NPC,{
close;
}
-// Help Chef Nyas :: mal_day_qook
-//============================================================
+//== Help Chef Nyas :: mal_day_qook ========================
mal_in02,187,58,3 script Chef Nyas 4_CAT_CHEF,{
if (checkweight(1201,1) == 0) {
mes "- You have too many items so you can't continue the quest. -";
@@ -4642,8 +4654,7 @@ mal_in02,187,58,3 script Chef Nyas 4_CAT_CHEF,{
}
}
-// Play with Baby Cats :: mal_nyadventurer
-//============================================================
+//== Play with Baby Cats :: mal_nyadventurer ===============
malangdo,165,223,4 script Expert Cat#nya_01 4_CAT_SAILOR5,{
if (checkweight(1201,1) == 0 || MaxWeight - Weight < 4000) {
mes "- You have too many items to proceed in this quest. -";
@@ -6509,8 +6520,7 @@ mal_in02,109,62,4 script Picky Crew#nyaong03 4_CAT_SAILOR2,{
close;
}
-// Cat Gamers :: mal_gamer
-//============================================================
+//== Cat Gamers :: mal_gamer ===============================
mal_in01,31,210,2 script Cat Gamers Director 4_CAT_MERMASTER,{
if (MaxWeight - Weight < 1000) {
mes "Your inventory is too heavy to proceed. Come back after lightening your load.";
@@ -10505,8 +10515,7 @@ mal_in01,19,213,1 script Waiting Cat#gamer 4_CAT_3COLOR,{
close;
}
-// Archangel Wing Enchants :: enc_angel
-//============================================================
+//== Archangel Wing Enchants :: enc_angel ==================
malangdo,234,153,6 script Notice Board#mal 2_BULLETIN_BOARD,{
mes "^0000FFThere's a hastily written message on this bulletin board.^000000";
next;