summaryrefslogtreecommitdiff
path: root/npc/002-1/peter.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/002-1/peter.txt')
-rw-r--r--npc/002-1/peter.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/npc/002-1/peter.txt b/npc/002-1/peter.txt
index 22c6cc797..3f3cbe6ad 100644
--- a/npc/002-1/peter.txt
+++ b/npc/002-1/peter.txt
@@ -100,6 +100,8 @@ OnStop:
OnReturnFail:
L_ReturnFail:
instance_destroy(.@q3);
+ setq2 ShipQuests_Peter, 0;
+ setq3 ShipQuests_Peter, -1;
mesn;
mesq l("I see it's not so easy to get rid of the monsters. Do you want to try again?");
next;
@@ -124,14 +126,17 @@ L_BonusTask:
if (!(.@q & 2)) {
mes l("- I currently need your help with @@.", getmonsterlink(Piousse)); // 400 HP, 80 DMG, 1872 dps, 150 ms, ASS
mes l("I'll give you @@ GP for this job.", 350);
+ mes "";
}
if (!(.@q & 4)) {
mes l("- I currently need your help with @@.", getmonsterlink(Ratto)); // 500 HP, 80 DMG, 1572 dps, 120 ms
mes l("I'll give you @@ GP for this job.", 550);
+ mes "";
}
if (!(.@q & 8)) {
mes l("- I currently need your help with @@.", getmonsterlink(Croc)); // 1900 HP, 145 DMG, 1872 dps, 600 ms
mes l("I'll give you @@ GP for this job.", 1000);
+ mes "";
}
if (.@q == 15) {
mes l("- I currently need your help with @@, but there's no reward.", getmonsterlink(Ratto));