From 6b2f2d744215ff13704c4b27dd0eef31380c7a9d Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 30 Dec 2018 01:29:50 -0200 Subject: Fishing in Frost Lands (Nivalis & Winterlands) --- npc/019-4/wateranimation.txt | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 npc/019-4/wateranimation.txt (limited to 'npc/019-4/wateranimation.txt') diff --git a/npc/019-4/wateranimation.txt b/npc/019-4/wateranimation.txt new file mode 100644 index 000000000..1a4f18957 --- /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 #water_animation_wntrlnds0 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(#water_animation_wntrlnds0) #water_animation_wntrlnds1 NPC_WATER_SPLASH +019-4,115,71,0 duplicate(#water_animation_wntrlnds0) #water_animation_wntrlnds2 NPC_WATER_SPLASH + +019-1,114,104,0 duplicate(#water_animation_wntrlnds0) #water_animation_wntrlnds3 NPC_WATER_SPLASH +019-1,121,78,0 duplicate(#water_animation_wntrlnds0) #water_animation_wntrlnds4 NPC_WATER_SPLASH + +019-2,103,119,0 script #water_animation_wntrlndsb NPC_WATER_SPLASH,{ + + fishing; // begin or continue fishing + close; + +OnInit: + .sex = G_OTHER; + .distance = 4; + end; +} + +019-2,103,103,0 duplicate(#water_animation_wntrlndsb) #water_animation_wntrlnds5 NPC_WATER_SPLASH +019-2,109,74,0 duplicate(#water_animation_wntrlndsb) #water_animation_wntrlnds6 NPC_WATER_SPLASH +019-2,109,44,0 duplicate(#water_animation_wntrlndsb) #water_animation_wntrlnds7 NPC_WATER_SPLASH + + -- cgit v1.2.3-60-g2f50