diff options
Diffstat (limited to 'npc/003-4')
-rw-r--r-- | npc/003-4/sorfina.txt | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/npc/003-4/sorfina.txt b/npc/003-4/sorfina.txt index 05e04f492..3a373d817 100644 --- a/npc/003-4/sorfina.txt +++ b/npc/003-4/sorfina.txt @@ -18,7 +18,7 @@ if (getq(TulimsharQuest_Hasan) == 3) goto L_Basement; if (getq(TulimsharQuest_Hasan) == 4) goto L_Finished; // Status 5 returns to default message - //if (getq(TulimsharQuest_Hasan) == 5) goto + if (getq(TulimsharQuest_Hasan) == 5) goto L_Reward2; mesn; mesq l("Hello, darling!"); close; @@ -99,6 +99,13 @@ L_Finished: mesq l("Please, show Hasan the claw. Just talk to him."); close; +L_Reward2: + mesn; + mesq l("Thanks for helping my son. Here, take 300 GP for your troubles."); + setq1 TulimsharQuest_Hasan, 6; + Zeny=Zeny+300; + close; + OnKillMurderer: setq TulimsharQuest_Hasan, 4; dispbottom l("I will take a claw and show Hasan."); |