summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/functions/fishing.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/functions/fishing.txt b/npc/functions/fishing.txt
index 96bde415a..92a0161c8 100644
--- a/npc/functions/fishing.txt
+++ b/npc/functions/fishing.txt
@@ -230,7 +230,7 @@ function script fishing {
.@fish_id = any_of(.@common_fish);
}
specialeffect(.@success_fx, SELF, playerattached());
- getexp getvariableofnpc(.bait_ids[@bait_d+1], .@npc$)+(BaseLevel/10), 0; // xp gain is equivalent to bait rarity + BaseLevel boost
+ getexp getvariableofnpc(.bait_ids[@bait_d+1], .@npc$)+(BaseLevel/10), 4+getvariableofnpc(.bait_ids[@bait_d+1], .@npc$); // xp gain is equivalent to bait rarity + BaseLevel boost
// MobPt gain is equivalent to bait rarity.
if (MPQUEST)
@@ -250,6 +250,7 @@ function script fishing {
dispbottom l("You pulled too late and lost the bait...");
specialeffect(.@failure_fx, SELF, playerattached()); // event fail
.@fish_id = 0;
+ getexp 0, 5;
}
@fishing_spot$="";