From 0e9b48607b0535d73630c84616c9a0003d6ef40d Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 6 Aug 2019 12:24:25 -0300 Subject: Missing cleanup at fishing. Item on floor last longer. --- conf/map/battle/drops.conf | 2 +- npc/functions/fishing.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/map/battle/drops.conf b/conf/map/battle/drops.conf index aff592dc5..d88de95ba 100644 --- a/conf/map/battle/drops.conf +++ b/conf/map/battle/drops.conf @@ -34,7 +34,7 @@ item_auto_get: false // How long does it take for an item to disappear from the floor after it is dropped? (in milliseconds) -flooritem_lifetime: 60000 +flooritem_lifetime: 180000 // Grace time during which only the person who did the most damage to a monster can get the item? (in milliseconds) item_first_get_time: 5000 diff --git a/npc/functions/fishing.txt b/npc/functions/fishing.txt index 48f83de3e..8d87fd2b9 100644 --- a/npc/functions/fishing.txt +++ b/npc/functions/fishing.txt @@ -245,6 +245,7 @@ function script fishing { .@fish_id = 0; } + @fishing_spot$=""; return .@fish_id; } -- cgit v1.2.3-70-g09d2