summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-12-30 01:29:50 -0200
committerJesusaves <cpntb1@ymail.com>2018-12-30 01:29:50 -0200
commit6b2f2d744215ff13704c4b27dd0eef31380c7a9d (patch)
tree38735f4af8c07d3130c8d5bfa76c6be28bc13d79
parente406d01e57501fece153c28b3b744d4b3c26a795 (diff)
downloadserverdata-6b2f2d744215ff13704c4b27dd0eef31380c7a9d.tar.gz
serverdata-6b2f2d744215ff13704c4b27dd0eef31380c7a9d.tar.bz2
serverdata-6b2f2d744215ff13704c4b27dd0eef31380c7a9d.tar.xz
serverdata-6b2f2d744215ff13704c4b27dd0eef31380c7a9d.zip
Fishing in Frost Lands (Nivalis & Winterlands)
-rw-r--r--npc/019-4/_import.txt1
-rw-r--r--npc/019-4/wateranimation.txt41
-rw-r--r--npc/020-1/_import.txt1
-rw-r--r--npc/020-1/wateranimation.txt24
4 files changed, 67 insertions, 0 deletions
diff --git a/npc/019-4/_import.txt b/npc/019-4/_import.txt
index b51f523d0..381ecd04c 100644
--- a/npc/019-4/_import.txt
+++ b/npc/019-4/_import.txt
@@ -2,3 +2,4 @@
// This file is generated automatically. All manually added changes will be removed when running the Converter.
"npc/019-4/_mobs.txt",
"npc/019-4/_warps.txt",
+"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
+
+
diff --git a/npc/020-1/_import.txt b/npc/020-1/_import.txt
index 85be59016..8aacf29bc 100644
--- a/npc/020-1/_import.txt
+++ b/npc/020-1/_import.txt
@@ -5,3 +5,4 @@
"npc/020-1/misc.txt",
"npc/020-1/serge.txt",
"npc/020-1/siege.txt",
+"npc/020-1/wateranimation.txt",
diff --git a/npc/020-1/wateranimation.txt b/npc/020-1/wateranimation.txt
new file mode 100644
index 000000000..f2eb9cffb
--- /dev/null
+++ b/npc/020-1/wateranimation.txt
@@ -0,0 +1,24 @@
+// TMW2 scripts.
+// Author:
+// Saulc
+// Jesusalva
+// Description:
+// Water animations, splash, fishes, etc...
+
+020-1,82,73,0 script #water_animation_nivalis0 NPC_WATER_SPLASH,{
+
+ fishing(1, CommonCarp,
+ IceCube, GrassCarp); // begin or continue fishing
+ close;
+
+OnInit:
+ .sex = G_OTHER;
+ .distance = 4;
+ end;
+}
+
+020-1,87,73,0 duplicate(#water_animation_nivalis0) #water_animation_nivalis1 NPC_WATER_SPLASH
+020-1,31,52,0 duplicate(#water_animation_nivalis0) #water_animation_nivalis2 NPC_WATER_SPLASH
+020-1,30,63,0 duplicate(#water_animation_nivalis0) #water_animation_nivalis3 NPC_WATER_SPLASH
+020-1,64,127,0 duplicate(#water_animation_nivalis0) #water_animation_nivalis4 NPC_WATER_SPLASH
+