diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-10-23 21:44:22 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-10-23 21:44:22 -0300 |
commit | a7c45a192268da2601cef47a4cdba987ae2327ca (patch) | |
tree | c5fb5b97db109fe7106496dd96498c475881046b /npc/019-4 | |
download | serverdata-a7c45a192268da2601cef47a4cdba987ae2327ca.tar.gz serverdata-a7c45a192268da2601cef47a4cdba987ae2327ca.tar.bz2 serverdata-a7c45a192268da2601cef47a4cdba987ae2327ca.tar.xz serverdata-a7c45a192268da2601cef47a4cdba987ae2327ca.zip |
Initial commit (Moubootaur Legends fork)
Diffstat (limited to 'npc/019-4')
-rw-r--r-- | npc/019-4/_import.txt | 5 | ||||
-rw-r--r-- | npc/019-4/_mobs.txt | 7 | ||||
-rw-r--r-- | npc/019-4/_warps.txt | 5 | ||||
-rw-r--r-- | npc/019-4/wateranimation.txt | 41 |
4 files changed, 58 insertions, 0 deletions
diff --git a/npc/019-4/_import.txt b/npc/019-4/_import.txt new file mode 100644 index 0000000..381ecd0 --- /dev/null +++ b/npc/019-4/_import.txt @@ -0,0 +1,5 @@ +// Map 019-4: Romantic Place +// This file is generated automatically. All manually added changes will be removed when running the Converter. +"npc/019-4/_mobs.txt", +"npc/019-4/_warps.txt", +"npc/019-4/wateranimation.txt", diff --git a/npc/019-4/_mobs.txt b/npc/019-4/_mobs.txt new file mode 100644 index 0000000..2be7903 --- /dev/null +++ b/npc/019-4/_mobs.txt @@ -0,0 +1,7 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Map 019-4: Romantic Place mobs +019-4,93,59,22,21 monster Water Fairy 1184,6,100000,30000 +019-4,84,103,36,19 monster Alpha Mouboo 1056,2,100000,30000 +019-4,101,58,44,52 monster Fluffy 1022,18,100000,30000 +019-4,116,67,36,30 monster Azul Slime 1095,6,100000,30000 +019-4,143,35,6,7 monster Pollet 1219,2,200000,30000 diff --git a/npc/019-4/_warps.txt b/npc/019-4/_warps.txt new file mode 100644 index 0000000..fa1a571 --- /dev/null +++ b/npc/019-4/_warps.txt @@ -0,0 +1,5 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Map 019-4: Romantic Place warps +019-4,95,27,0 warp #019-4_95_27 3,0,019-1,61,101 +019-4,133,53,0 warp #019-4_133_53 0,0,019-4-1,50,45 +019-4,54,110,0 warp #019-4_54_110 1,0,014-5,192,17 diff --git a/npc/019-4/wateranimation.txt b/npc/019-4/wateranimation.txt new file mode 100644 index 0000000..438066b --- /dev/null +++ b/npc/019-4/wateranimation.txt @@ -0,0 +1,41 @@ +// TMW2 scripts. +// Author: +// Saulc +// Jesusalva +// Description: +// Water animations, splash, fishes, etc... + +019-4,144,53,0 script #fishing_winterlands0 NPC_WATER_SPLASH,{ + + fishing(1, CommonCarp, + FrozenYetiTear, IceCube, GrassCarp); // begin or continue fishing + close; + +OnInit: + .sex = G_OTHER; + .distance = 4; + end; +} + +019-4,146,32,0 duplicate(#fishing_winterlands0) #fishing_winterlands1 NPC_WATER_SPLASH +019-4,115,71,0 duplicate(#fishing_winterlands0) #fishing_winterlands2 NPC_WATER_SPLASH + +019-1,114,104,0 duplicate(#fishing_winterlands0) #fishing_winterlands3 NPC_WATER_SPLASH +019-1,121,78,0 duplicate(#fishing_winterlands0) #fishing_winterlands4 NPC_WATER_SPLASH + +019-2,103,119,0 script #fishing_winterlandsb NPC_WATER_SPLASH,{ + + fishing; // begin or continue fishing + close; + +OnInit: + .sex = G_OTHER; + .distance = 4; + end; +} + +019-2,103,103,0 duplicate(#fishing_winterlandsb) #fishing_winterlands5 NPC_WATER_SPLASH +019-2,109,74,0 duplicate(#fishing_winterlandsb) #fishing_winterlands6 NPC_WATER_SPLASH +019-2,109,44,0 duplicate(#fishing_winterlandsb) #fishing_winterlands7 NPC_WATER_SPLASH + + |