diff options
Diffstat (limited to 'npc/008-1-1')
-rw-r--r-- | npc/008-1-1/_import.txt | 1 | ||||
-rw-r--r-- | npc/008-1-1/_mobs.txt | 10 | ||||
-rw-r--r-- | npc/008-1-1/_warps.txt | 1 | ||||
-rw-r--r-- | npc/008-1-1/sign.txt | 24 |
4 files changed, 34 insertions, 2 deletions
diff --git a/npc/008-1-1/_import.txt b/npc/008-1-1/_import.txt index 119610cc..4788f56c 100644 --- a/npc/008-1-1/_import.txt +++ b/npc/008-1-1/_import.txt @@ -5,3 +5,4 @@ "npc/008-1-1/galimatia.txt", "npc/008-1-1/koga.txt", "npc/008-1-1/morcant.txt", +"npc/008-1-1/sign.txt", diff --git a/npc/008-1-1/_mobs.txt b/npc/008-1-1/_mobs.txt index 35a0bc0f..e836fe97 100644 --- a/npc/008-1-1/_mobs.txt +++ b/npc/008-1-1/_mobs.txt @@ -2,7 +2,7 @@ // Map 008-1-1: Woodland mobs 008-1-1,173,86,25,5 monster Forest Maggot 1028,12,500,2500 008-1-1,132,56,7,5 monster Forest Maggot 1028,5,500,2500 -008-1-1,144,91,11,16 monster Butterfly 1032,8,10000,10000 +008-1-1,74,59,9,16 monster Butterfly 1032,4,20000,10000 008-1-1,63,73,11,5 monster Maggot 1026,7,500,10000 008-1-1,206,87,6,4 monster Mouboo 1023,3,30000,60000 008-1-1,131,45,0,0 monster Beehive 1056,1,30000,100000 @@ -17,9 +17,15 @@ 008-1-1,112,75,2,2 monster Pink Flower 1034,1,100,10000 008-1-1,110,46,3,2 monster Mauve Plant 1036,3,1000,2000 008-1-1,159,93,9,7 monster Silkworm 1040,4,3000,6000 -008-1-1,68,29,7,7 monster Mouboo 1023,3,30000,60000 +008-1-1,62,36,7,7 monster Mouboo 1023,3,30000,60000 008-1-1,126,45,0,0 monster Beehive 1056,1,30000,100000 008-1-1,121,45,0,0 monster Beehive 1056,1,30000,100000 008-1-1,163,178,2,1 monster Red Rose 1062,1,50000,10000 008-1-1,158,191,3,1 monster Yellow Rose 1060,1,20000,5000 008-1-1,166,184,1,1 monster Blue Rose 1061,1,100000,20000 +008-1-1,137,88,11,16 monster Butterfly 1032,8,10000,10000 +008-1-1,75,41,14,4 monster Silkworm 1040,3,9000,6000 +008-1-1,122,75,8,4 monster Forest Maggot 1028,3,50000,2500 +008-1-1,96,45,1,0 monster Red Rose 1062,1,50000,10000 +008-1-1,97,47,2,0 monster Yellow Rose 1060,1,20000,5000 +008-1-1,99,45,0,0 monster Blue Rose 1061,1,100000,20000 diff --git a/npc/008-1-1/_warps.txt b/npc/008-1-1/_warps.txt index 11a32b86..db9189dc 100644 --- a/npc/008-1-1/_warps.txt +++ b/npc/008-1-1/_warps.txt @@ -3,3 +3,4 @@ 008-1-1,247,85,0 warp #008-1-1_247_85 0,1,008-1,21,85 008-1-1,202,47,0 warp #008-1-1_202_47 0,0,008-3-0,129,112 008-1-1,51,57,0 warp #008-1-1_51_57 0,0,008-2-32,40,37 +008-1-1,181,198,0 warp #008-1-1_181_198 1,0,008-1-2,180,32 diff --git a/npc/008-1-1/sign.txt b/npc/008-1-1/sign.txt new file mode 100644 index 00000000..df554c2d --- /dev/null +++ b/npc/008-1-1/sign.txt @@ -0,0 +1,24 @@ +// Evol scripts. +// Authors: +// Micksha +// Description: +// Sign pillars in West Woodland. + +008-1-1,53,58,0 script Sign#008-1-1-merchant NPC_NO_SPRITE,{ + npctalkonce l("Merchant House"); + close; + +OnInit: + .distance = 1; + .sex = G_OTHER; + end; +} +008-1-1,157,87,0 script Sign#008-1-1-central NPC_NO_SPRITE,{ + npctalkonce l("Right: Hurnscald | Down: Swamp"); + close; + +OnInit: + .distance = 2; + .sex = G_OTHER; + end; +} |