summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Botosh <rumly111@gmail.com>2015-10-26 18:47:54 +0200
committerJoseph Botosh <rumly111@gmail.com>2015-10-26 20:44:40 +0200
commit0ac7a8b2894a158fb7547306bfd043d81ffa86ce (patch)
treef495bf3501a31146e89acd7dd42ff53760d69813
parent5aa73139f8b39a8c683eb5961bd8b530ead1a05a (diff)
downloadserverdata-0ac7a8b2894a158fb7547306bfd043d81ffa86ce.tar.gz
serverdata-0ac7a8b2894a158fb7547306bfd043d81ffa86ce.tar.bz2
serverdata-0ac7a8b2894a158fb7547306bfd043d81ffa86ce.tar.xz
serverdata-0ac7a8b2894a158fb7547306bfd043d81ffa86ce.zip
add water animation near market (fishing future reference)
-rw-r--r--npc/001-1/wateranimation.txt104
1 files changed, 4 insertions, 100 deletions
diff --git a/npc/001-1/wateranimation.txt b/npc/001-1/wateranimation.txt
index 74f53693..26130144 100644
--- a/npc/001-1/wateranimation.txt
+++ b/npc/001-1/wateranimation.txt
@@ -4,110 +4,14 @@
// Description:
// 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.");
- fishing;
- close;
-
-OnInit:
- .sex = G_OTHER;
- .distance = 5;
- end;
-}
-
-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.");
- fishing;
- close;
-
-OnInit:
- .sex = G_OTHER;
- .distance = 5;
- end;
-}
-
-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.");
- fishing;
- close;
-
-OnInit:
- .sex = G_OTHER;
- .distance = 5;
- end;
-}
-
-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.");
- fishing;
- close;
-
-OnInit:
- .sex = G_OTHER;
- .distance = 5;
- end;
-}
-
-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.");
- fishing;
- close;
-
-OnInit:
- .sex = G_OTHER;
- .distance = 5;
- end;
-}
-
-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.");
- fishing;
- close;
-
-OnInit:
- .sex = G_OTHER;
- .distance = 5;
- end;
-}
-
-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.");
- fishing;
- close;
-
-OnInit:
- .sex = G_OTHER;
- .distance = 5;
- end;
-}
-
-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.");
- fishing;
- close;
-
-OnInit:
- .sex = G_OTHER;
- .distance = 5;
- end;
-}
-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.");
- fishing;
+001-1,62,129,0 script #water_animation9 NPC_WATER_SPLASH,{
+ playertalk
+ l("These waters are rich in fish!");
close;
OnInit:
.sex = G_OTHER;
- .distance = 5;
+ .distance = 10;
end;
}