From 663c5e9d66b5db613271285c710f678e20b9ee18 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 13 Sep 2019 17:43:40 -0300 Subject: MobPt on fishing: Multiply based on your own level. Max multiplier is 10x bait rarity. --- npc/functions/fishing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/functions/fishing.txt') diff --git a/npc/functions/fishing.txt b/npc/functions/fishing.txt index 0a3c0fe7e..c34c6d72e 100644 --- a/npc/functions/fishing.txt +++ b/npc/functions/fishing.txt @@ -234,7 +234,7 @@ function script fishing { // MobPt gain is equivalent to bait rarity. if (MPQUEST) - Mobpt+=getvariableofnpc(.bait_ids[@bait_d+1], .@npc$); + Mobpt+=.@bai*limit(1, BaseLevel/10, 10); if(!checkweight(.@fish_id, 1)) { -- cgit v1.2.3-70-g09d2