diff options
-rw-r--r-- | npc/002-1/dan.txt | 8 | ||||
-rw-r--r-- | npc/002-1/peter.txt | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/npc/002-1/dan.txt b/npc/002-1/dan.txt index 8eb0608ee..34c5c888d 100644 --- a/npc/002-1/dan.txt +++ b/npc/002-1/dan.txt @@ -71,6 +71,14 @@ L_Reward: getitem CreasedBoots, 1; getexp 25, 5; setq ShipQuests_Dan, 3, 0; + next; + mesn; + mesq l("Peter was also looking for strong people to help him to kill other monsters."); + if (BaseLevel < 8) { + next; + mesn; + mesq l("You still have a low level but I'm sure he will ask for your help once you grow up a little more."); + } close; L_Finished: diff --git a/npc/002-1/peter.txt b/npc/002-1/peter.txt index 67a000eff..37b60a6b1 100644 --- a/npc/002-1/peter.txt +++ b/npc/002-1/peter.txt @@ -255,6 +255,14 @@ OnDone: deltimer("Peter::OnLowTime"); deltimer("Peter::OnTimeout"); @peter=0; + if (!getq(ShipQuests_Dan)) { + next; + mesn; + mesq l("You're strong, maybe you could help Dan. He is a good sailor but he is too afraid from harmless Pious."); + next; + mesn; + mesq l("Look at that pathetic scene, he just put his chair over the desk... Chef Gado won't like it."); + } close; OnInit: |