diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-31 18:38:03 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-31 18:38:03 -0200 |
commit | b8c2958a658c172ccb93bf90988f747735324e35 (patch) | |
tree | 55c5a68f7f0c83c4f05c5bc979c7035627691727 /npc/002-1 | |
parent | cc6e06d3e75205ad56f6894694a4de06c49d15e4 (diff) | |
download | serverdata-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')
-rw-r--r-- | npc/002-1/peter.txt | 5 |
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)); |