diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-01-09 16:20:44 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-01-09 16:20:44 -0300 |
commit | 82f8e713925acbd07920a351bff3e65c93acf902 (patch) | |
tree | c68944c1da0ad2a982c2c11adb5d0a3ba9e95780 /npc/014-1 | |
parent | af99810db8a24e6ea7268ff85255084ddc8bcea4 (diff) | |
download | serverdata-82f8e713925acbd07920a351bff3e65c93acf902.tar.gz serverdata-82f8e713925acbd07920a351bff3e65c93acf902.tar.bz2 serverdata-82f8e713925acbd07920a351bff3e65c93acf902.tar.xz serverdata-82f8e713925acbd07920a351bff3e65c93acf902.zip |
Add placeholders for Galimatia, Pooh and Pablin.
Diffstat (limited to 'npc/014-1')
-rw-r--r-- | npc/014-1/_import.txt | 1 | ||||
-rw-r--r-- | npc/014-1/_mobs.txt | 2 | ||||
-rw-r--r-- | npc/014-1/_warps.txt | 20 | ||||
-rw-r--r-- | npc/014-1/galimatia.txt | 16 |
4 files changed, 39 insertions, 0 deletions
diff --git a/npc/014-1/_import.txt b/npc/014-1/_import.txt index a036c39cc..83582d718 100644 --- a/npc/014-1/_import.txt +++ b/npc/014-1/_import.txt @@ -2,3 +2,4 @@ // This file is generated automatically. All manually added changes will be removed when running the Converter. "npc/014-1/_mobs.txt", "npc/014-1/_warps.txt", +"npc/014-1/galimatia.txt", diff --git a/npc/014-1/_mobs.txt b/npc/014-1/_mobs.txt index 9ed41ada4..f0d8a6550 100644 --- a/npc/014-1/_mobs.txt +++ b/npc/014-1/_mobs.txt @@ -5,6 +5,8 @@ 014-1,85,82,54,35 monster Squirrel 1032,11,30000,45000 014-1,87,80,52,18 monster Tipiou 1016,3,30000,40000 014-1,135,91,6,28 monster Blub 1008,2,30000,20000 +014-1,138,23,25,10 monster Bee Hive 1047,2,30000,20000 +014-1,140,25,26,15 monster Bee 1065,5,30000,20000 014-1,95,58,105,59 monster Cobalt Plant 1136,2,45000,50000 014-1,88,68,104,43 monster Mauve Plant 1135,3,45000,50000 014-1,66,53,43,62 monster Gamboge Plant 1134,3,45000,50000 diff --git a/npc/014-1/_warps.txt b/npc/014-1/_warps.txt index d77a98243..6fa9bd8b3 100644 --- a/npc/014-1/_warps.txt +++ b/npc/014-1/_warps.txt @@ -2,3 +2,23 @@ // Map 014-1: Woodland Mining Camp warps 014-1,79,98,0 warp #014-1_79_98 3,0,012-1,78,18 014-1,79,57,0 warp #014-1_79_57 1,0,015-1,99,132 +014-1,158,34,0 script #014-1_158_34 NPC_HIDDEN,0,0,{ + end; +OnTouch: + slide 153,47; end; +} +014-1,153,46,0 script #014-1_153_46 NPC_HIDDEN,0,0,{ + end; +OnTouch: + slide 158,35; end; +} +014-1,147,40,0 script #014-1_147_40 NPC_HIDDEN,0,0,{ + end; +OnTouch: + slide 112,62; end; +} +014-1,112,61,0 script #014-1_112_61 NPC_HIDDEN,0,0,{ + end; +OnTouch: + slide 147,41; end; +} diff --git a/npc/014-1/galimatia.txt b/npc/014-1/galimatia.txt new file mode 100644 index 000000000..942b5c8ab --- /dev/null +++ b/npc/014-1/galimatia.txt @@ -0,0 +1,16 @@ +// TMW2 scripts. +// Author: +// Jesusalva +// Description: +// A bee keeper + +014-1,126,21,0 script Galimatia NPC_BEEKEEPER,{ + mesn; + mesq l("Feel free to collect honey from the hives. Remember to bottle them before picking up... You can use the discardable bottles I keep near them for that."); + close; + +OnInit: + .sex = G_FEMALE; + .distance = 4; + end; +} |