diff options
Diffstat (limited to 'npc/003-1/wateranimation.txt')
-rw-r--r-- | npc/003-1/wateranimation.txt | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/npc/003-1/wateranimation.txt b/npc/003-1/wateranimation.txt index f99753da9..7dfa48f37 100644 --- a/npc/003-1/wateranimation.txt +++ b/npc/003-1/wateranimation.txt @@ -32,3 +32,23 @@ OnInit: 003-1,83,140,0 duplicate(#water_animation0) #water_animation13 NPC_WATER_SPLASH 003-1,72,147,0 duplicate(#water_animation0) #water_animation14 NPC_WATER_SPLASH 003-1,72,122,0 duplicate(#water_animation0) #water_animation15 NPC_WATER_SPLASH + + +003-1,71,58,0 script #lowsea_tulim0 NPC_WATER_SPLASH,{ + + fishing; // begin or continue fishing + close; + +OnInit: + .sex = G_OTHER; + .distance = 4; + .rod=SmallFishingNet; + .net_ratio=3; + .catch_time=8000; // You have 3 more seconds to pull here + .wait_time_min=8000; + .wait_time_max=21000; + .pull_rand_max=1600; + .regen_time=30; + end; +} + |