From 1b581d0b8db113ab4b4e98f42542549e4eb8a680 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 13 Jul 2018 16:59:31 -0300 Subject: [skip ci] lay foundation for EPISODE act 2. We are missing Miler, ofc. Nivalis haven't got in yet. --- npc/017-3/doctor.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/npc/017-3/doctor.txt b/npc/017-3/doctor.txt index bc50bd56b..495d21b26 100644 --- a/npc/017-3/doctor.txt +++ b/npc/017-3/doctor.txt @@ -4,11 +4,14 @@ // Jesusalva // Description: // Part from THE EPISODE quest +// Reference: +// http://forums.landoffire.org/viewtopic.php?f=7&t=1320&sid=80d2c735b55ccb06a39955a8fbca3913 017-3,75,68,0 script The Doctor NPC_LOF_DOCTOR,{ .@q=getq(LoFQuest_EPISODE); if (BaseLevel < 30) goto L_Weak; if (.@q == 1) goto L_Check; + if (.@q == 2 && BaseLevel >= 40) goto L_Miler; if (.@q >= 2) goto L_Tea; mesn; mesq l("Quite interesting, quite interesting indeed."); @@ -154,6 +157,22 @@ L_Missing: mesq l("Sorry, you do not have enough ingredients. You'd better search thoroughly."); close; +/////// Second Act +L_Miler: + mesn; + mesq l("Thank you for helping me make my tea. I hope the potions have been helpful..."); + next; + mesn; + mesq l("That reminds me. I have a friend in Nivalis named Miler who gave me some hints on the recipe. Would you take him a sample of what I gave you?"); + mesq l("If you've used all the ones I've given, you can always bring me more ingredients."); + menu + "I'll go right away.", -, + "Ah, I suppose I need to gather more ingredients first...", -; + setq LoFQuest_EPISODE, 3; + close; + + + OnInit: .sex=G_MALE; .distance=5; -- cgit v1.2.3-70-g09d2