From a79886798ed334ba1beac099d820f86e9c2f3406 Mon Sep 17 00:00:00 2001 From: Reid Date: Fri, 29 Apr 2016 01:59:28 +0200 Subject: Add more fishing spots. --- npc/001-1/wateranimation.txt | 104 +++++++++++++++++++++++++++++++++++-------- 1 file changed, 86 insertions(+), 18 deletions(-) diff --git a/npc/001-1/wateranimation.txt b/npc/001-1/wateranimation.txt index 74f53693..a2c65e83 100644 --- a/npc/001-1/wateranimation.txt +++ b/npc/001-1/wateranimation.txt @@ -5,8 +5,7 @@ // Water animations, splash, fishes, etc... 001-1,116,123,0 script #water_animation0 NPC_WATER_SPLASH,{ - narrator 4, - l("You see some fish reflecting the sun on the surface of the ocean."); + narrator 4, l("You see some fish reflecting the sun on the surface of the ocean."); fishing; close; @@ -17,8 +16,7 @@ OnInit: } 001-1,119,102,0 script #water_animation1 NPC_WATER_SPLASH,{ - narrator 4, - l("You see some fish reflecting the sun on the surface of the water."); + narrator 4, l("You see some fish reflecting the sun on the surface of the water."); fishing; close; @@ -29,8 +27,7 @@ OnInit: } 001-1,167,82,0 script #water_animation2 NPC_WATER_SPLASH,{ - narrator 4, - l("You see some fish reflecting the sun on the surface of the water."); + narrator 4, l("You see some fish reflecting the sun on the surface of the water."); fishing; close; @@ -41,8 +38,7 @@ OnInit: } 001-1,167,40,0 script #water_animation3 NPC_WATER_SPLASH,{ - narrator 4, - l("You see some fish reflecting the sun on the surface of the water."); + narrator 4, l("You see some fish reflecting the sun on the surface of the water."); fishing; close; @@ -53,8 +49,7 @@ OnInit: } 001-1,104,127,0 script #water_animation4 NPC_WATER_SPLASH,{ - narrator 4, - l("You see some fish reflecting the sun on the surface of the ocean."); + narrator 4, l("You see some fish reflecting the sun on the surface of the ocean."); fishing; close; @@ -65,8 +60,7 @@ OnInit: } 001-1,166,123,0 script #water_animation5 NPC_WATER_SPLASH,{ - narrator 4, - l("You see some fish reflecting the sun on the surface of the ocean."); + narrator 4, l("You see some fish reflecting the sun on the surface of the ocean."); fishing; close; @@ -77,8 +71,7 @@ OnInit: } 001-1,181,119,0 script #water_animation6 NPC_WATER_SPLASH,{ - narrator 4, - l("You see some fish reflecting the sun on the surface of the ocean."); + narrator 4, l("You see some fish reflecting the sun on the surface of the ocean."); fishing; close; @@ -89,8 +82,7 @@ OnInit: } 001-1,202,114,0 script #water_animation7 NPC_WATER_SPLASH,{ - narrator 4, - l("You see some fish reflecting the sun on the surface of the ocean."); + narrator 4, l("You see some fish reflecting the sun on the surface of the ocean."); fishing; close; @@ -101,8 +93,84 @@ OnInit: } 001-1,187,86,0 script #water_animation8 NPC_WATER_SPLASH,{ - narrator 4, - l("You see some fish reflecting the sun on the surface of the ocean."); + narrator 4, l("You see some fish reflecting the sun on the surface of the ocean."); + fishing; + close; + +OnInit: + .sex = G_OTHER; + .distance = 5; + end; +} + +001-1,32,57,0 script #water_animation9 NPC_WATER_SPLASH,{ + narrator 4, l("You see some fish reflecting the sun on the surface of the ocean."); + fishing; + close; + +OnInit: + .sex = G_OTHER; + .distance = 5; + end; +} + +001-1,40,144,0 script #water_animation10 NPC_WATER_SPLASH,{ + narrator 4, l("You see some fish reflecting the sun on the surface of the ocean."); + fishing; + close; + +OnInit: + .sex = G_OTHER; + .distance = 5; + end; +} + +001-1,58,131,0 script #water_animation11 NPC_WATER_SPLASH,{ + narrator 4, l("You see some fish reflecting the sun on the surface of the ocean."); + fishing; + close; + +OnInit: + .sex = G_OTHER; + .distance = 5; + end; +} + +001-1,76,137,0 script #water_animation12 NPC_WATER_SPLASH,{ + narrator 4, l("You see some fish reflecting the sun on the surface of the ocean."); + fishing; + close; + +OnInit: + .sex = G_OTHER; + .distance = 5; + end; +} + +001-1,109,132,0 script #water_animation13 NPC_WATER_SPLASH,{ + narrator 4, l("You see some fish reflecting the sun on the surface of the ocean."); + fishing; + close; + +OnInit: + .sex = G_OTHER; + .distance = 5; + end; +} + +001-1,141,93,0 script #water_animation14 NPC_WATER_SPLASH,{ + narrator 4, l("You see some fish reflecting the sun on the surface of the ocean."); + fishing; + close; + +OnInit: + .sex = G_OTHER; + .distance = 5; + end; +} + +001-1,168,57,0 script #water_animation15 NPC_WATER_SPLASH,{ + narrator 4, l("You see some fish reflecting the sun on the surface of the ocean."); fishing; close; -- cgit v1.2.3-60-g2f50