summaryrefslogtreecommitdiff
path: root/npc/002-1/peter.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-12-31 18:38:03 -0200
committerJesusaves <cpntb1@ymail.com>2018-12-31 18:38:03 -0200
commitb8c2958a658c172ccb93bf90988f747735324e35 (patch)
tree55c5a68f7f0c83c4f05c5bc979c7035627691727 /npc/002-1/peter.txt
parentcc6e06d3e75205ad56f6894694a4de06c49d15e4 (diff)
downloadserverdata-b8c2958a658c172ccb93bf90988f747735324e35.tar.gz
serverdata-b8c2958a658c172ccb93bf90988f747735324e35.tar.bz2
serverdata-b8c2958a658c172ccb93bf90988f747735324e35.tar.xz
serverdata-b8c2958a658c172ccb93bf90988f747735324e35.zip
Rebuild map cache. Minor improvement.
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));