diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-18 12:56:47 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-18 12:56:47 -0200 |
commit | f179443a471b17c3eb375b8c32a2e5cee0ed4d76 (patch) | |
tree | d5a0d20fbfb1fd551dd6d5a586e4b2ec9975ddda /npc/005-1/wateranimation.txt | |
parent | 5c4affefd601e6e869da7ae3f8f28eb9a24fb563 (diff) | |
download | serverdata-f179443a471b17c3eb375b8c32a2e5cee0ed4d76.tar.gz serverdata-f179443a471b17c3eb375b8c32a2e5cee0ed4d76.tar.bz2 serverdata-f179443a471b17c3eb375b8c32a2e5cee0ed4d76.tar.xz serverdata-f179443a471b17c3eb375b8c32a2e5cee0ed4d76.zip |
Maybe Hurnscald was successful? I don't care, replace the fishing fish system
Diffstat (limited to 'npc/005-1/wateranimation.txt')
-rw-r--r-- | npc/005-1/wateranimation.txt | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/npc/005-1/wateranimation.txt b/npc/005-1/wateranimation.txt index 519ad6069..cb8ae56c2 100644 --- a/npc/005-1/wateranimation.txt +++ b/npc/005-1/wateranimation.txt @@ -6,18 +6,12 @@ 005-1,81,62,0 script #water_animation_candor0 NPC_WATER_SPLASH,{ - fishing; // begin or continue fishing + fishing(1, + Roach, + Tench); // begin or continue fishing close; OnInit: - // default fishes - setarray .common_fish, - Roach; - - // rare fishes - setarray .rare_fish, - Tench; - setarray .bait_ids, SmallTentacles, 24, PiouLegs, 1, |