summaryrefslogtreecommitdiff
path: root/npc/005-1/wateranimation.txt
diff options
context:
space:
mode:
authorSaulc <lucashelaine14@gmail.com>2018-03-17 20:53:45 +0100
committerSaulc <lucashelaine14@gmail.com>2018-03-17 20:53:45 +0100
commitda58eb847d61a5358daacf3a7bf3d692538b6160 (patch)
treef681cc8ba636d668429ebd87e8fe84d3a1295bfa /npc/005-1/wateranimation.txt
parentbaaa03b495fff129b66ee69f6325ecc169b2aff1 (diff)
downloadserverdata-da58eb847d61a5358daacf3a7bf3d692538b6160.tar.gz
serverdata-da58eb847d61a5358daacf3a7bf3d692538b6160.tar.bz2
serverdata-da58eb847d61a5358daacf3a7bf3d692538b6160.tar.xz
serverdata-da58eb847d61a5358daacf3a7bf3d692538b6160.zip
change roach price 19 to 22 fix id
Diffstat (limited to 'npc/005-1/wateranimation.txt')
-rw-r--r--npc/005-1/wateranimation.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/npc/005-1/wateranimation.txt b/npc/005-1/wateranimation.txt
new file mode 100644
index 000000000..986abe2c3
--- /dev/null
+++ b/npc/005-1/wateranimation.txt
@@ -0,0 +1,22 @@
+// TMW2 scripts.
+// Author:
+// gumi
+// Reid
+// Saulc
+// Description:
+// Water animations, splash, fishes, etc...
+
+005-1,74,51,0 script #water_animation_candor0 NPC_WATER_SPLASH,{
+
+ pondfishing; // begin or continue fishing
+ close;
+
+OnInit:
+ .sex = G_OTHER;
+ .distance = 4;
+ end;
+}
+
+005-1,78,55,0 duplicate(#water_animation_candor0) #water_animation_candor1 NPC_WATER_SPLASH
+
+