summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2016-04-29 01:59:28 +0200
committerReid <reidyaro@gmail.com>2016-04-29 01:59:28 +0200
commita79886798ed334ba1beac099d820f86e9c2f3406 (patch)
treeef7c7e463526d031674fc2c15f3cd3d4ddf593c8
parent651ba253f725a503e2f321a99021de1c6f04b171 (diff)
downloadserverdata-a79886798ed334ba1beac099d820f86e9c2f3406.tar.gz
serverdata-a79886798ed334ba1beac099d820f86e9c2f3406.tar.bz2
serverdata-a79886798ed334ba1beac099d820f86e9c2f3406.tar.xz
serverdata-a79886798ed334ba1beac099d820f86e9c2f3406.zip
Add more fishing spots.
-rw-r--r--npc/001-1/wateranimation.txt104
1 files 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;