diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-15 02:57:44 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-15 02:57:44 -0300 |
commit | 09dc24adba15f01820cfcff96341e75eacf475b2 (patch) | |
tree | 0d7c21f971ad3d207047cc61b219a9fed5692a28 /npc/012-2/rakinorf.txt | |
parent | de91f19741877419f85f8e939165a8b4e23e6cb6 (diff) | |
download | serverdata-09dc24adba15f01820cfcff96341e75eacf475b2.tar.gz serverdata-09dc24adba15f01820cfcff96341e75eacf475b2.tar.bz2 serverdata-09dc24adba15f01820cfcff96341e75eacf475b2.tar.xz serverdata-09dc24adba15f01820cfcff96341e75eacf475b2.zip |
It... Can be weird.
Diffstat (limited to 'npc/012-2/rakinorf.txt')
-rw-r--r-- | npc/012-2/rakinorf.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/012-2/rakinorf.txt b/npc/012-2/rakinorf.txt index c4c646103..daf2c9b32 100644 --- a/npc/012-2/rakinorf.txt +++ b/npc/012-2/rakinorf.txt @@ -225,13 +225,15 @@ L_MainStory: setq2 General_Narrator, 7; next; - mesn; + //mesn; if (!countitem(Scythe)) mes l("- Help the farmers. We rely a lot on agriculture."); if (!getq(HurnscaldQuest_BloodDonor)) mes l("- To donate blood, go to the hospital and ask about it."); if (JobLevel < 15) mes l("- Boss give more Job experience, but as long that you keep killing, you'll keep gaining."); + if (BaseLevel < 35) + mes l("I think Lieutenant Paul had a bounty for extra experience."); break; case 8: |