summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2015-09-20 00:18:51 +0200
committerReid <reidyaro@gmail.com>2015-09-20 00:18:51 +0200
commitbf1836913276cf3963939797dc8e0fdc23a24d96 (patch)
treecc745517a690ea41938df420772b653adf96aa0f
parentd10a34f0d342672b585970e7a3c48b576741ab67 (diff)
downloadserverdata-bf1836913276cf3963939797dc8e0fdc23a24d96.tar.gz
serverdata-bf1836913276cf3963939797dc8e0fdc23a24d96.tar.bz2
serverdata-bf1836913276cf3963939797dc8e0fdc23a24d96.tar.xz
serverdata-bf1836913276cf3963939797dc8e0fdc23a24d96.zip
Add more fishing spots on Artis.
-rw-r--r--npc/001-1/wateranimation.txt95
1 files changed, 95 insertions, 0 deletions
diff --git a/npc/001-1/wateranimation.txt b/npc/001-1/wateranimation.txt
index 466ba6e3..ddd88516 100644
--- a/npc/001-1/wateranimation.txt
+++ b/npc/001-1/wateranimation.txt
@@ -16,3 +16,98 @@ OnInit:
end;
}
+001-1,119,102,0 script #water_animation1 NPC_WATER_SPLASH,{
+ narrator
+ l("You see some fish reflecting the sun on the surface of the ocean.");
+ fishing;
+ close;
+
+OnInit:
+ setnpcsex G_OTHER;
+ setnpcdistance 5;
+ end;
+}
+
+001-1,167,82,0 script #water_animation2 NPC_WATER_SPLASH,{
+ narrator
+ l("You see some fish reflecting the sun on the surface of the ocean.");
+ fishing;
+ close;
+
+OnInit:
+ setnpcsex G_OTHER;
+ setnpcdistance 5;
+ end;
+}
+
+001-1,167,40,0 script #water_animation3 NPC_WATER_SPLASH,{
+ narrator
+ l("You see some fish reflecting the sun on the surface of the ocean.");
+ fishing;
+ close;
+
+OnInit:
+ setnpcsex G_OTHER;
+ setnpcdistance 5;
+ end;
+}
+
+001-1,104,127,0 script #water_animation4 NPC_WATER_SPLASH,{
+ narrator
+ l("You see some fish reflecting the sun on the surface of the ocean.");
+ fishing;
+ close;
+
+OnInit:
+ setnpcsex G_OTHER;
+ setnpcdistance 5;
+ end;
+}
+
+001-1,166,123,0 script #water_animation5 NPC_WATER_SPLASH,{
+ narrator
+ l("You see some fish reflecting the sun on the surface of the ocean.");
+ fishing;
+ close;
+
+OnInit:
+ setnpcsex G_OTHER;
+ setnpcdistance 5;
+ end;
+}
+
+001-1,181,119,0 script #water_animation6 NPC_WATER_SPLASH,{
+ narrator
+ l("You see some fish reflecting the sun on the surface of the ocean.");
+ fishing;
+ close;
+
+OnInit:
+ setnpcsex G_OTHER;
+ setnpcdistance 5;
+ end;
+}
+
+001-1,202,114,0 script #water_animation7 NPC_WATER_SPLASH,{
+ narrator
+ l("You see some fish reflecting the sun on the surface of the ocean.");
+ fishing;
+ close;
+
+OnInit:
+ setnpcsex G_OTHER;
+ setnpcdistance 5;
+ end;
+}
+
+001-1,187,86,0 script #water_animation8 NPC_WATER_SPLASH,{
+ narrator
+ l("You see some fish reflecting the sun on the surface of the ocean.");
+ fishing;
+ close;
+
+OnInit:
+ setnpcsex G_OTHER;
+ setnpcdistance 5;
+ end;
+}