diff options
Diffstat (limited to 'npc/020-7-1')
-rw-r--r-- | npc/020-7-1/_import.txt | 5 | ||||
-rw-r--r-- | npc/020-7-1/core.txt | 1 | ||||
-rw-r--r-- | npc/020-7-1/janitors.txt | 64 | ||||
-rw-r--r-- | npc/020-7-1/pagefinders.txt | 45 | ||||
-rw-r--r-- | npc/020-7-1/pagemakers.txt | 54 | ||||
-rw-r--r-- | npc/020-7-1/sage.txt | 21 |
6 files changed, 190 insertions, 0 deletions
diff --git a/npc/020-7-1/_import.txt b/npc/020-7-1/_import.txt index e231ccd83..81c8b454d 100644 --- a/npc/020-7-1/_import.txt +++ b/npc/020-7-1/_import.txt @@ -1,3 +1,8 @@ // Map 020-7-1: Blue Sages' Mansion // This file is generated automatically. All manually added changes will be removed when running the Converter. "npc/020-7-1/_warps.txt", +"npc/020-7-1/core.txt", +"npc/020-7-1/janitors.txt", +"npc/020-7-1/pagefinders.txt", +"npc/020-7-1/pagemakers.txt", +"npc/020-7-1/sage.txt", diff --git a/npc/020-7-1/core.txt b/npc/020-7-1/core.txt new file mode 100644 index 000000000..8fbb318d2 --- /dev/null +++ b/npc/020-7-1/core.txt @@ -0,0 +1 @@ +// Core functions diff --git a/npc/020-7-1/janitors.txt b/npc/020-7-1/janitors.txt new file mode 100644 index 000000000..1163a2a1c --- /dev/null +++ b/npc/020-7-1/janitors.txt @@ -0,0 +1,64 @@ +// TMW2 scripts. +// Authors: +// Jesusalva +// TMW Org. +// Description: +// In charge to clear the mess +// helperCleaning* + helperJanitor + +020-7-1,50,63,6 script Pyry NPC_BLUESAGEWORKER_MA,{ + npctalk3 l("I warn about dangers and controls the fights."); + goodbye; + end; + +OnInit: + npcsit; + end; +} + + + +020-7-1,53,39,0 script Nea NPC_BLUESAGEWORKER_FA,{ + npctalk3 l("Crybaby about slimes"); + goodbye; + end; + +OnInit: + npcsit; + end; +} + + + +020-7-1,79,70,0 script Arvo NPC_BLUESAGEWORKER_MA,{ + npctalk3 l("Investigation."); + goodbye; + end; + +OnInit: + end; +} + + + + +020-7-1,62,83,0 script Kristian NPC_BLUESAGEWORKER_MA,{ + npctalk3 l("Same as Arvo."); + goodbye; + end; + +OnInit: + end; +} + + + +020-7-1,40,78,0 script Mirjami NPC_BLUESAGEWORKER_FA,{ + npctalk3 l("Checking storage, could give a reward for completion?"); + goodbye; + end; + +OnInit: + end; +} + diff --git a/npc/020-7-1/pagefinders.txt b/npc/020-7-1/pagefinders.txt new file mode 100644 index 000000000..011239e99 --- /dev/null +++ b/npc/020-7-1/pagefinders.txt @@ -0,0 +1,45 @@ +// TMW2 scripts. +// Authors: +// Jesusalva +// TMW Org. +// Description: +// Responsible for recovering the lost pages +// helperBookpages* + +020-7-1,36,39,4 script Ensio NPC_BLUESAGEWORKER_MA,{ + npctalk3 l("Collects book pages"); + goodbye; + end; + +OnInit: + npcsit; + end; +} + + + +020-7-1,33,39,4 script Henriikka NPC_BLUESAGEWORKER_FA,{ + npctalk3 l("Currently helping Ensio, not useful"); + goodbye; + end; + +OnInit: + npcsit; + end; +} + + + + + + +020-7-1,45,39,0 script Teuvo NPC_BLUESAGEWORKER_MA,{ + npctalk3 l("Angry generic NPC, hates mages :o"); + goodbye; + end; + +OnInit: + npcsit; + end; +} + diff --git a/npc/020-7-1/pagemakers.txt b/npc/020-7-1/pagemakers.txt new file mode 100644 index 000000000..58188a8ea --- /dev/null +++ b/npc/020-7-1/pagemakers.txt @@ -0,0 +1,54 @@ +// TMW2 scripts. +// Authors: +// Jesusalva +// TMW Org. +// Description: +// Workers which produces pages +// helperM* + +020-7-1,34,56,0 script Eevert NPC_BLUESAGEWORKER_MA,{ + npctalk3 l("I make illustrations with ink/powders."); + goodbye; + end; + +OnInit: + npcsit; + end; +} + + + +020-7-1,44,56,0 script Janika NPC_BLUESAGEWORKER_FA,{ + npctalk3 l("I make bindings with silk cocoon."); + goodbye; + end; + +OnInit: + end; +} + + + +020-7-1,45,31,4 script Kullervo NPC_BLUESAGEWORKER_MA,{ + npctalk3 l("I make book pages with... something."); + goodbye; + end; + +OnInit: + npcsit; + end; +} + + + +020-7-1,36,31,4 script Santeri NPC_BLUESAGEWORKER_MA,{ + npctalk3 l("I make glue with... not yeti claws, for sure."); + goodbye; + end; + +OnInit: + end; +} + + + diff --git a/npc/020-7-1/sage.txt b/npc/020-7-1/sage.txt new file mode 100644 index 000000000..fcb4e2c6c --- /dev/null +++ b/npc/020-7-1/sage.txt @@ -0,0 +1,21 @@ +// TMW2 scripts. +// Authors: +// Jesusalva +// TMW Org. +// Description: +// Blue Sage (and officers) + +// Peetu: Move to 020-7 (so, not on this file) + +// Oskari: Need to be placed somewhere here (on this file) + +020-7-1,35,59,0 script The Blue Sage NPC_BLUESAGEWORKER_MA,{ + mesn l("Nikolai, the Blue Sage"); + mes l("The big boss"); + close; + +OnInit: + npcsit; + end; +} + |