diff options
-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; |