summaryrefslogtreecommitdiff
path: root/npc/018-2/wateranimation.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/018-2/wateranimation.txt')
-rw-r--r--npc/018-2/wateranimation.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/npc/018-2/wateranimation.txt b/npc/018-2/wateranimation.txt
new file mode 100644
index 000000000..73a17835a
--- /dev/null
+++ b/npc/018-2/wateranimation.txt
@@ -0,0 +1,22 @@
+// TMW2 scripts.
+// Author:
+// Jesusalva
+// Description:
+// Water animations, splash, fishes, etc...
+
+018-2,118,50,0 script #HH_WAM0 NPC_WATER_SPLASH,{
+
+ fishing(1,
+ CommonCarp,
+ Trout);
+
+ close;
+
+OnInit:
+ .sex = G_OTHER;
+ .distance = 4;
+ end;
+}
+
+018-2,41,49,0 duplicate(#HH_WAM0) #HH_WAM1 NPC_WATER_SPLASH
+018-2,51,93,0 duplicate(#HH_WAM0) #HH_WAM2 NPC_WATER_SPLASH