summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/re/cities/malangdo.txt2
-rw-r--r--npc/re/quests/quests_malangdo.txt12
2 files changed, 7 insertions, 7 deletions
diff --git a/npc/re/cities/malangdo.txt b/npc/re/cities/malangdo.txt
index 45643ba13..054726343 100644
--- a/npc/re/cities/malangdo.txt
+++ b/npc/re/cities/malangdo.txt
@@ -32,7 +32,7 @@ malangdo,147,117,3 script Innkeeper#malang 554,{
mes "[Innkeeper]";
mes "Take a relaxation.";
emotion e_kis;
- warp "malangdo", 140, 121;
+ warp "malangdo",140,121;
close;
}
mes "[Innkeeper]";
diff --git a/npc/re/quests/quests_malangdo.txt b/npc/re/quests/quests_malangdo.txt
index bd6ed3370..158e34e79 100644
--- a/npc/re/quests/quests_malangdo.txt
+++ b/npc/re/quests/quests_malangdo.txt
@@ -19,7 +19,7 @@ malangdo,175,206,3 script Gobonge#ml 561,{
mes "- Can't go next step due to having too many items. -";
close;
}
- if (checkquest(1152,PLAYTIME) == 1) {
+ if (checkquest(1152,PLAYTIME) == 0) {
mes "[Gobonge]";
mes "Hmm, investigation is not enough.";
mes "We need go back to basic point.";
@@ -27,10 +27,10 @@ malangdo,175,206,3 script Gobonge#ml 561,{
mes "I might be in pain of stomach";
mes "like usual.";
close;
- } else if (checkquest(1152,PLAYTIME) == 2) {
+ } else if (checkquest(1152,PLAYTIME) == 1) {
erasequest 1152;
set malang_bad_guys,0;
- } else if (checkquest(1152,PLAYTIME) == 3) {
+ } else if (checkquest(1152,PLAYTIME) == 2) {
completequest 1152;
erasequest 1152;
set malang_bad_guys,0;
@@ -138,9 +138,9 @@ malangdo,175,206,3 script Gobonge#ml 561,{
mes "You can go now!";
erasequest 1151;
set malang_bad_guys,8;
- getitem Malang_Sp_Can, 20; //Unknown_Item
- delitem Bad_Can_Sack, 1; //Unknown_Item
- delitem Bad_Can, 30; //Bad_Canned_Food
+ getitem 12636,20; //Malang_Sp_Can
+ delitem 6427,1; //Bad_Can_Sack
+ delitem 6426,30; //Bad_Can
close;
}
mes "[Gobonge]";