diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-08-02 14:41:32 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-08-02 14:41:32 -0300 |
commit | 0ba998861fe21ad5b0052926499cfc67b50a4836 (patch) | |
tree | c502907e43e8fa53d7bbd63328629b929f96b862 /npc/012-1/wateranimation.txt | |
parent | 7b42cb75e77f9eaf35d10fc1f7dcf5be29923c22 (diff) | |
download | serverdata-0ba998861fe21ad5b0052926499cfc67b50a4836.tar.gz serverdata-0ba998861fe21ad5b0052926499cfc67b50a4836.tar.bz2 serverdata-0ba998861fe21ad5b0052926499cfc67b50a4836.tar.xz serverdata-0ba998861fe21ad5b0052926499cfc67b50a4836.zip |
Fishes to 012-1
Diffstat (limited to 'npc/012-1/wateranimation.txt')
-rw-r--r-- | npc/012-1/wateranimation.txt | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/npc/012-1/wateranimation.txt b/npc/012-1/wateranimation.txt new file mode 100644 index 000000000..19b13bbc4 --- /dev/null +++ b/npc/012-1/wateranimation.txt @@ -0,0 +1,25 @@ +// TMW2 scripts. +// Author: +// gumi +// Reid +// Saulc +// Jesusalva +// Description: +// Water animations, splash, fishes, etc... + +012-1,119,54,0 script #Hurn_WAM0 NPC_WATER_SPLASH,{ + + fishing; // begin or continue fishing + close; + +OnInit: + .sex = G_OTHER; + .distance = 4; + end; +} + +012-1,137,58,0 duplicate(#Hurn_WAM0) #Hurn_WAM1 NPC_WATER_SPLASH +012-1,137,88,0 duplicate(#Hurn_WAM0) #Hurn_WAM2 NPC_WATER_SPLASH +012-1,59,12,0 duplicate(#Hurn_WAM0) #Hurn_WAM3 NPC_WATER_SPLASH +012-1,138,31,0 duplicate(#Hurn_WAM0) #Hurn_WAM4 NPC_WATER_SPLASH + |