diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-20 16:36:02 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-20 16:36:02 -0300 |
commit | 3841b7b5898c4aa70c6f287ea954ffed8d4238ae (patch) | |
tree | ada7fef747ba881ad50091a2e657a6f52079dcd0 /npc/020-7-1/peetu.txt | |
parent | 1a9ddb87ff3adce5d8ce620afeddecc7b4c914f0 (diff) | |
download | serverdata-3841b7b5898c4aa70c6f287ea954ffed8d4238ae.tar.gz serverdata-3841b7b5898c4aa70c6f287ea954ffed8d4238ae.tar.bz2 serverdata-3841b7b5898c4aa70c6f287ea954ffed8d4238ae.tar.xz serverdata-3841b7b5898c4aa70c6f287ea954ffed8d4238ae.zip |
Bluesage Workflow. Make Tipiu a bit slower. (12 commits)
Diffstat (limited to 'npc/020-7-1/peetu.txt')
-rw-r--r-- | npc/020-7-1/peetu.txt | 29 |
1 files changed, 28 insertions, 1 deletions
diff --git a/npc/020-7-1/peetu.txt b/npc/020-7-1/peetu.txt index 2de327fae..dee7aca40 100644 --- a/npc/020-7-1/peetu.txt +++ b/npc/020-7-1/peetu.txt @@ -4,10 +4,37 @@ // TMW Org. // Description: // Peetu +// +// NivalisQuest_BlueSage STRUCTURE +// FIELD 1: +// INVESTIGATION +// 1 - STBY OUTSIDE +// 2 - ACCESS GRANTED +// 3 - QUEST ASSIGNED BY PEETU - talk to Oskari (and others) +// 4 - Oskari is OK with peetu, but wanna hear from others. He also sends you +// to ask what Peetu happened +// 5 - Adultered ingredients seems the cause, report to Elias +// 6 - Elias is now worried about a visitor. Ask people about and report. +// 7 - If everyone found the visitor, confirm Elias the worries +// 8 - Elias sent you to Oskari to inform the issue. Blue Sage probably knew all along. +// will not advance unless everyone thinks Peetu is good. +// 9 - Oskari accepts the cause. Tells to report Peetu that it probably was +// a saboutage, to check if the Silk Cocoon really was there. +// 10 - Peetu confirmed the saboutage. Report to Blue Sage. +// 11 - Blue Sage accepted the evidence, and explains about other sages issues. +// It's not known who or what is behind this. He excuses for making you waste +// your time. He asks you to return to him later, as he needs to write letters. +// 12 - QUEST COMPLETE - You collected your reward +// Also picked up a letter for Frostia Mayor, about the incident (Main Story). +// FIELD 2: +// Bitwise (BS_QVISITOR) +// FIELD 3: +// Bitwise (BS_QHELPER) 020-7-1,122,27,2 script Peetu NPC_BLUESAGEWORKER_MA,{ .@q=getq(NivalisQuest_BlueSage); - npctalk3 any(l("*sob sob*"), l("*crying*")); + if (.@q < 12) + npctalk3 any(l("*sob sob*"), l("*crying*")); end; OnInit: |