diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-14 12:15:52 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-14 12:15:52 -0300 |
commit | 4e1147bd8f59f8a498128150650d7b0b5fb87cab (patch) | |
tree | f7f9caab8c8d59c18ffd1dadca7c21bfeba53bbd /npc/017-1/wateranimation.txt | |
parent | 882f506fd92231e6ec5650647fa5a54081ba0395 (diff) | |
download | serverdata-4e1147bd8f59f8a498128150650d7b0b5fb87cab.tar.gz serverdata-4e1147bd8f59f8a498128150650d7b0b5fb87cab.tar.bz2 serverdata-4e1147bd8f59f8a498128150650d7b0b5fb87cab.tar.xz serverdata-4e1147bd8f59f8a498128150650d7b0b5fb87cab.zip |
Fishing on 017-1
Diffstat (limited to 'npc/017-1/wateranimation.txt')
-rw-r--r-- | npc/017-1/wateranimation.txt | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/npc/017-1/wateranimation.txt b/npc/017-1/wateranimation.txt new file mode 100644 index 000000000..78389f2e1 --- /dev/null +++ b/npc/017-1/wateranimation.txt @@ -0,0 +1,23 @@ +// TMW2 scripts. +// Author: +// gumi +// Reid +// Saulc +// Jesusalva +// Description: +// Water animations, splash, fishes, etc... + +017-1,109,223,0 script #Lof_WAM0 NPC_WATER_SPLASH,{ + + fishing; // begin or continue fishing + close; + +OnInit: + .sex = G_OTHER; + .distance = 4; + end; +} + +017-1,97,133,0 duplicate(#Lof_WAM0) #Lof_WAM1 NPC_WATER_SPLASH +017-1,88,120,0 duplicate(#Lof_WAM0) #Lof_WAM2 NPC_WATER_SPLASH + |