From 63210f3050b985f0311316d09f57c1178448ad9f Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 25 Feb 2020 03:06:04 -0300 Subject: Fishing: Accomodate 300ms more of lag --- npc/functions/fishing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc') diff --git a/npc/functions/fishing.txt b/npc/functions/fishing.txt index c34c6d72e..96bde415a 100644 --- a/npc/functions/fishing.txt +++ b/npc/functions/fishing.txt @@ -134,7 +134,7 @@ function script fishing { .@catch_time = (.@catch_time ? .@catch_time : 5000); .@pull_rand_max = getvariableofnpc(.pull_rand_max, .@npc$); - .@pull_rand_max = (.@pull_rand_max ? .@pull_rand_max : 800); + .@pull_rand_max = (.@pull_rand_max ? .@pull_rand_max : 1100); .@fish_id = CommonCarp; // failsafe -- cgit v1.2.3-60-g2f50