summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-03-17 22:04:21 -0300
committerJesusaves <cpntb1@ymail.com>2018-03-17 22:04:21 -0300
commit92a70b4f20d1d6c2f26f91ecca2b2a0492b4df0d (patch)
treeb10d0a43c96d03d5591f3d87f96273cb1599c935
parentc723f9f19ce8f0c040ab225cc57d3e9bc86ef1a7 (diff)
downloadserverdata-92a70b4f20d1d6c2f26f91ecca2b2a0492b4df0d.tar.gz
serverdata-92a70b4f20d1d6c2f26f91ecca2b2a0492b4df0d.tar.bz2
serverdata-92a70b4f20d1d6c2f26f91ecca2b2a0492b4df0d.tar.xz
serverdata-92a70b4f20d1d6c2f26f91ecca2b2a0492b4df0d.zip
Bait ids for Candor fishingspot. Note using Tentacles have 24% chances of getting
Tench (which still sells for less than the CommonCarp but oh well)
-rw-r--r--npc/005-1/wateranimation.txt8
-rw-r--r--npc/functions/pondfishing.txt4
2 files changed, 10 insertions, 2 deletions
diff --git a/npc/005-1/wateranimation.txt b/npc/005-1/wateranimation.txt
index 367d4cb9a..cadd5e85d 100644
--- a/npc/005-1/wateranimation.txt
+++ b/npc/005-1/wateranimation.txt
@@ -18,6 +18,14 @@ OnInit:
setarray .rare_fish,
Tench;
+ setarray .bait_ids,
+ SmallTentacles, 6,
+ PiouLegs, 0,
+ Bread, 2,
+ Aquada, 6,
+ Tentacles, 8,
+ BugLeg, 0;
+
.sex = G_OTHER;
.distance = 4;
end;
diff --git a/npc/functions/pondfishing.txt b/npc/functions/pondfishing.txt
index 1154ff6f0..bfc7773be 100644
--- a/npc/functions/pondfishing.txt
+++ b/npc/functions/pondfishing.txt
@@ -7,7 +7,7 @@
// Jesusalva
// Saulc
// Description:
-// Pond Fishing functions.
+// Pond Fishing functions. DO NOT USE
// Variable
// .dir
// DOWN Never try or pulled too late
@@ -127,7 +127,7 @@ function script pondfishing {
// default baits (bait, chance booster)
setarray getvariableofnpc(.bait_ids[0], .@npc$),
SmallTentacles, 2,
- PiouLegs, 0,
+ PiouLegs, 0,
Bread, 0,
Aquada, 2,
Tentacles, 2,