diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-05-31 16:38:30 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-05-31 16:38:30 -0300 |
commit | 7156a6353694cbcea9d4d9aaaa9e3857c38c31e8 (patch) | |
tree | ee00c23586617216dff3f39af55eb4df861cbe04 | |
parent | 9666bccd4cd3232e675dad60c7c9c4b4c869677c (diff) | |
download | serverdata-7156a6353694cbcea9d4d9aaaa9e3857c38c31e8.tar.gz serverdata-7156a6353694cbcea9d4d9aaaa9e3857c38c31e8.tar.bz2 serverdata-7156a6353694cbcea9d4d9aaaa9e3857c38c31e8.tar.xz serverdata-7156a6353694cbcea9d4d9aaaa9e3857c38c31e8.zip |
Change rare fishing rule. Because... the secret bait.
-rw-r--r-- | npc/functions/fishing.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/npc/functions/fishing.txt b/npc/functions/fishing.txt index 70ccaa2cf..784efeae7 100644 --- a/npc/functions/fishing.txt +++ b/npc/functions/fishing.txt @@ -129,13 +129,13 @@ function script fishing { { // default baits (bait, chance booster) setarray getvariableofnpc(.bait_ids[0], .@npc$), - SmallTentacles, 0, - Bread, 0, - Aquada, 1, - Tentacles, 2, + SmallTentacles, 1, + Bread, 1, + Aquada, 2, + Tentacles, 3, BugLeg, 0, - CaveSnakeTongue, 0, - RoastedMaggot, 1; + CaveSnakeTongue, 1, + RoastedMaggot, 2; } |