summaryrefslogtreecommitdiff
path: root/npc/005-1/wateranimation.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-03-17 19:41:51 -0300
committerJesusaves <cpntb1@ymail.com>2018-03-17 19:41:51 -0300
commitd24df5473a1e7edb2ecde29f781df5d64ee7121d (patch)
tree761e25707a6b9d4fd7eb1735e650f193ea28f254 /npc/005-1/wateranimation.txt
parent68528b7e639693a8f2c1442bd960252be136ec33 (diff)
downloadserverdata-d24df5473a1e7edb2ecde29f781df5d64ee7121d.tar.gz
serverdata-d24df5473a1e7edb2ecde29f781df5d64ee7121d.tar.bz2
serverdata-d24df5473a1e7edb2ecde29f781df5d64ee7121d.tar.xz
serverdata-d24df5473a1e7edb2ecde29f781df5d64ee7121d.zip
The correct way to do Candor fishing, without a custom file
Diffstat (limited to 'npc/005-1/wateranimation.txt')
-rw-r--r--npc/005-1/wateranimation.txt10
1 files changed, 9 insertions, 1 deletions
diff --git a/npc/005-1/wateranimation.txt b/npc/005-1/wateranimation.txt
index ce016c1c5..367d4cb9a 100644
--- a/npc/005-1/wateranimation.txt
+++ b/npc/005-1/wateranimation.txt
@@ -6,10 +6,18 @@
005-1,74,52,0 script #water_animation_candor0 NPC_WATER_SPLASH,{
- pondfishing; // begin or continue fishing
+ fishing; // begin or continue fishing
close;
OnInit:
+ // default fishes
+ setarray .common_fish,
+ Roach;
+
+ // rare fishes
+ setarray .rare_fish,
+ Tench;
+
.sex = G_OTHER;
.distance = 4;
end;