From 0ba998861fe21ad5b0052926499cfc67b50a4836 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 2 Aug 2018 14:41:32 -0300 Subject: Fishes to 012-1 --- npc/012-1/_import.txt | 1 + npc/012-1/wateranimation.txt | 25 +++++++++++++++++++++++++ npc/018-2/_mobs.txt | 2 +- 3 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 npc/012-1/wateranimation.txt (limited to 'npc') diff --git a/npc/012-1/_import.txt b/npc/012-1/_import.txt index d5aff042c..9dfbc1df7 100644 --- a/npc/012-1/_import.txt +++ b/npc/012-1/_import.txt @@ -18,3 +18,4 @@ "npc/012-1/soul-menhir.txt", "npc/012-1/statue.txt", "npc/012-1/terezin.txt", +"npc/012-1/wateranimation.txt", diff --git a/npc/012-1/wateranimation.txt b/npc/012-1/wateranimation.txt new file mode 100644 index 000000000..19b13bbc4 --- /dev/null +++ b/npc/012-1/wateranimation.txt @@ -0,0 +1,25 @@ +// TMW2 scripts. +// Author: +// gumi +// Reid +// Saulc +// Jesusalva +// Description: +// Water animations, splash, fishes, etc... + +012-1,119,54,0 script #Hurn_WAM0 NPC_WATER_SPLASH,{ + + fishing; // begin or continue fishing + close; + +OnInit: + .sex = G_OTHER; + .distance = 4; + end; +} + +012-1,137,58,0 duplicate(#Hurn_WAM0) #Hurn_WAM1 NPC_WATER_SPLASH +012-1,137,88,0 duplicate(#Hurn_WAM0) #Hurn_WAM2 NPC_WATER_SPLASH +012-1,59,12,0 duplicate(#Hurn_WAM0) #Hurn_WAM3 NPC_WATER_SPLASH +012-1,138,31,0 duplicate(#Hurn_WAM0) #Hurn_WAM4 NPC_WATER_SPLASH + diff --git a/npc/018-2/_mobs.txt b/npc/018-2/_mobs.txt index f108f9057..a27e66425 100644 --- a/npc/018-2/_mobs.txt +++ b/npc/018-2/_mobs.txt @@ -2,6 +2,6 @@ // Map 018-2: Heroes' Hold - Outside mobs 018-2,40,35,20,6 monster Moonshroom 1069,2,120000,40000 018-2,21,46,0,0 monster Poison Fairy 1186,6,120000,40000 -018-2,93,37,29,10 monster Fafi Dragon 1179,2,120000,40000 +018-2,93,37,29,10 monster Green Dragon 1195,2,120000,40000 018-2,108,64,12,11 monster Earth Fairy 1182,4,120000,40000 018-2,91,89,36,12 monster Grass Snake 1169,6,120000,40000 -- cgit v1.2.3-60-g2f50