summaryrefslogtreecommitdiff
path: root/npc/functions/fishing.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/functions/fishing.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/functions/fishing.txt')
-rw-r--r--npc/functions/fishing.txt9
1 files changed, 6 insertions, 3 deletions
diff --git a/npc/functions/fishing.txt b/npc/functions/fishing.txt
index be11579d9..6cbc33ac0 100644
--- a/npc/functions/fishing.txt
+++ b/npc/functions/fishing.txt
@@ -104,15 +104,18 @@ function script fishing {
.@pull_rand_max = (.@pull_rand_max ? .@pull_rand_max : 800);
.@fish_id = CommonCarp; // failsafe
-
- if (getarraysize(getvariableofnpc(.common_fish, .@npc$)) < 1)
+
+ .@common_fish=getvariableofnpc(.common_fish, .@npc$);
+ if (getarraysize(.@common_fish) < 1)
{
// default fishes
setarray .@common_fish,
CommonCarp;
+ debugmes "Default";
}
- if (getarraysize(getvariableofnpc(.rare_fish, .@npc$)) < 1)
+ .@rare_fish=getvariableofnpc(.rare_fish, .@npc$);
+ if (getarraysize(.@rare_fish) < 1)
{
// default fishes
setarray .@rare_fish,