From 7a4be47faf11811b29dd5f805ed333f5c9842386 Mon Sep 17 00:00:00 2001 From: Reid Date: Tue, 1 Mar 2016 08:31:55 +0100 Subject: Change the difficulty of fishing. --- npc/functions/fishing.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/npc/functions/fishing.txt b/npc/functions/fishing.txt index e3289daf..8083e375 100644 --- a/npc/functions/fishing.txt +++ b/npc/functions/fishing.txt @@ -6,13 +6,13 @@ function script fishing { - .@wait_time_min = 5000; - .@wait_time_max = 30000; + .@wait_time_min = 8000; + .@wait_time_max = 35000; .@pull_rand_max = 800; .@pull_timeout = 1500; .@fish_id = CommonCarp; .@max_wait_times = 3; - .@rare_fish_chance = 2500; + .@rare_fish_chance = 25; setarray .@bait_ids[0], SmallTentacles, Bread, Aquada, UrchinMeat, TortugaTongue, @@ -94,7 +94,7 @@ L_Wait: case 1: .@timediff = gettimetick(0) - .@tick; .@rnd = rand(.@timediff); - if (!rand(.@rare_fish_chance)) + if (rand(.@rare_fish_chance) == 0) .@fish_id = GrassCarp; // debugmes "timediff = " + .@timediff; -- cgit v1.2.3-70-g09d2