diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-20 15:37:11 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-20 15:37:11 -0300 |
commit | 1a9ddb87ff3adce5d8ce620afeddecc7b4c914f0 (patch) | |
tree | d772d06d70397db1a250fafe9f30a60b639b48ce | |
parent | b88d4038a05766bc6627f23f863db81078adf7c4 (diff) | |
download | serverdata-1a9ddb87ff3adce5d8ce620afeddecc7b4c914f0.tar.gz serverdata-1a9ddb87ff3adce5d8ce620afeddecc7b4c914f0.tar.bz2 serverdata-1a9ddb87ff3adce5d8ce620afeddecc7b4c914f0.tar.xz serverdata-1a9ddb87ff3adce5d8ce620afeddecc7b4c914f0.zip |
Placeholder for Oskari.
-rw-r--r-- | npc/020-7-1/_import.txt | 1 | ||||
-rw-r--r-- | npc/020-7-1/oskari.txt | 19 | ||||
-rw-r--r-- | npc/020-7-1/peetu.txt | 1 |
3 files changed, 21 insertions, 0 deletions
diff --git a/npc/020-7-1/_import.txt b/npc/020-7-1/_import.txt index 27758e15b..9827d36db 100644 --- a/npc/020-7-1/_import.txt +++ b/npc/020-7-1/_import.txt @@ -3,6 +3,7 @@ "npc/020-7-1/_warps.txt", "npc/020-7-1/core.txt", "npc/020-7-1/janitors.txt", +"npc/020-7-1/oskari.txt", "npc/020-7-1/pagefinders.txt", "npc/020-7-1/pagemakers.txt", "npc/020-7-1/peetu.txt", diff --git a/npc/020-7-1/oskari.txt b/npc/020-7-1/oskari.txt new file mode 100644 index 000000000..ba35c5388 --- /dev/null +++ b/npc/020-7-1/oskari.txt @@ -0,0 +1,19 @@ +// TMW2 scripts. +// Authors: +// Jesusalva +// TMW Org. +// Description: +// Helper boss + +020-7-1,122,29,0 script Oskari NPC_BLUESAGEWORKER_FB,{ + .@q=getq(NivalisQuest_BlueSage); + npctalk3 "Me boss"; + goodbye; + end; + +OnInit: + .sex=G_FEMALE; + .distance=5; + end; +} + diff --git a/npc/020-7-1/peetu.txt b/npc/020-7-1/peetu.txt index 68cf26e46..2de327fae 100644 --- a/npc/020-7-1/peetu.txt +++ b/npc/020-7-1/peetu.txt @@ -6,6 +6,7 @@ // Peetu 020-7-1,122,27,2 script Peetu NPC_BLUESAGEWORKER_MA,{ + .@q=getq(NivalisQuest_BlueSage); npctalk3 any(l("*sob sob*"), l("*crying*")); end; |