summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-08-06 12:24:25 -0300
committerJesusaves <cpntb1@ymail.com>2019-08-06 12:24:25 -0300
commit0e9b48607b0535d73630c84616c9a0003d6ef40d (patch)
treeb12656a0e3a8214edc08438b7e8c878ec4a56192
parentc03262f999d8916c5d1fe45cdf8c046fcba5c7ef (diff)
downloadserverdata-0e9b48607b0535d73630c84616c9a0003d6ef40d.tar.gz
serverdata-0e9b48607b0535d73630c84616c9a0003d6ef40d.tar.bz2
serverdata-0e9b48607b0535d73630c84616c9a0003d6ef40d.tar.xz
serverdata-0e9b48607b0535d73630c84616c9a0003d6ef40d.zip
Missing cleanup at fishing. Item on floor last longer.
-rw-r--r--conf/map/battle/drops.conf2
-rw-r--r--npc/functions/fishing.txt1
2 files changed, 2 insertions, 1 deletions
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;
}