diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-21 22:30:57 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-21 22:30:57 -0300 |
commit | 33d7cda82df3fbafa664f29973b2d64d518f73ff (patch) | |
tree | d13f29b64b38eb1acf3d006789799b63c59dd1f5 /npc/020-7-1/sage.txt | |
parent | 7903611f70ef8a89dc99cc45239334ad766817ec (diff) | |
download | serverdata-33d7cda82df3fbafa664f29973b2d64d518f73ff.tar.gz serverdata-33d7cda82df3fbafa664f29973b2d64d518f73ff.tar.bz2 serverdata-33d7cda82df3fbafa664f29973b2d64d518f73ff.tar.xz serverdata-33d7cda82df3fbafa664f29973b2d64d518f73ff.zip |
Testing - Blue Sage Investigation - OK!
Diffstat (limited to 'npc/020-7-1/sage.txt')
-rw-r--r-- | npc/020-7-1/sage.txt | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/npc/020-7-1/sage.txt b/npc/020-7-1/sage.txt index 315068b1d..5d05cdf37 100644 --- a/npc/020-7-1/sage.txt +++ b/npc/020-7-1/sage.txt @@ -42,9 +42,10 @@ .@cindy=($@CINDY_STATE < gettimetick(2)); .@q=getq(NivalisQuest_BlueSage); - .@qt=getq(NivalisQuest_BlueSagePagemaker); // If you helped the four page makers, you receive a reward + // I know a Titanium Ingot is lame, but in TMW Org. there was no reward *at all* + .@qt=getq(NivalisQuest_BlueSagePagemaker); if (.@qt == 0) { .@qt2=getq2(NivalisQuest_BlueSagePagemaker); if (.@qt2 == BS_PMALL) { @@ -59,7 +60,6 @@ setq1 NivalisQuest_BlueSagePagemaker, 1; next; } - } mesn l("Nikolai, the Blue Sage"); @@ -139,16 +139,14 @@ function nReport { mesq l("You wanted to know about the World Edge, right? The Ancient Families of the Soul Menhir, and if you're part of them..."); next; mesn l("Nikolai, the Blue Sage"); - mesq l("I cannot answer you the later, but I can answer the former. And also explain what the title means."); + mesq l("I cannot answer you about yourself, but I can tell you about the Ancient Families and the World Edge. Which is classified information, by the way."); next; mesn l("Nikolai, the Blue Sage"); mesq l("However, you'll need to keep cooperating with me. Trust me, this incident and what you look for it is closely related."); next; mesn l("Nikolai, the Blue Sage"); mesq l("I'll be writing a letter to the next town you're going to visit, and also assign work to my household. You should come back later."); - next; - mesn l("Nikolai, the Blue Sage"); - mesq l("Here, take this. It's time to you learn to craft your own weapon. Talk to Nicholas in Hurnscald forge to make an awesome @@. Or use it on some other craft, it is your choice.", getitemlink(Backsword)); + getexp 17500, 1000; setq1 NivalisQuest_BlueSage, 11; @timed=gettimetick(2)+30; |