diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-03-17 19:20:37 +0100 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-03-17 19:20:37 +0100 |
commit | 18466d45c5a1fa0485160188c3caa4e104599d2a (patch) | |
tree | 436b15cee215776a7c77516159ee8911d9164320 /npc/functions | |
parent | a516bbeb60c602c9b48d41cb5a3507666526b47b (diff) | |
download | serverdata-18466d45c5a1fa0485160188c3caa4e104599d2a.tar.gz serverdata-18466d45c5a1fa0485160188c3caa4e104599d2a.tar.bz2 serverdata-18466d45c5a1fa0485160188c3caa4e104599d2a.tar.xz serverdata-18466d45c5a1fa0485160188c3caa4e104599d2a.zip |
balance bait
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/pondfishing.txt | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/npc/functions/pondfishing.txt b/npc/functions/pondfishing.txt index 095a87cfc..d480b1d78 100644 --- a/npc/functions/pondfishing.txt +++ b/npc/functions/pondfishing.txt @@ -127,14 +127,12 @@ function script fishing { { // default baits (bait, chance booster) setarray getvariableofnpc(.bait_ids[0], .@npc$), - SmallTentacles, 0, + SmallTentacles, 2, + PiouLegs, 0, Bread, 0, - Aquada, 1, + Aquada, 2, Tentacles, 2, - BugLeg, 0, - CaveSnakeTongue, 0, - Tentacles, 0, - RoastedMaggot, 1; + BugLeg, 0; } |