summaryrefslogtreecommitdiff
path: root/conf/map/battle/drops.conf
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-09-14 18:49:13 -0300
committerJesusaves <cpntb1@ymail.com>2019-09-14 18:49:13 -0300
commitcaa876d59502c2020e7685adba470a3fae8786bb (patch)
treef3119b50fc1ea6f5369d60e7b1c03ba8bffdf98d /conf/map/battle/drops.conf
parente356ef5e200896fbf74803618c5add7dca8b18ce (diff)
downloadserverdata-caa876d59502c2020e7685adba470a3fae8786bb.tar.gz
serverdata-caa876d59502c2020e7685adba470a3fae8786bb.tar.bz2
serverdata-caa876d59502c2020e7685adba470a3fae8786bb.tar.xz
serverdata-caa876d59502c2020e7685adba470a3fae8786bb.zip
Hercules updates (authored by 4144)
Diffstat (limited to 'conf/map/battle/drops.conf')
-rw-r--r--conf/map/battle/drops.conf11
1 files changed, 10 insertions, 1 deletions
diff --git a/conf/map/battle/drops.conf b/conf/map/battle/drops.conf
index d88de95ba..3ec302dcd 100644
--- a/conf/map/battle/drops.conf
+++ b/conf/map/battle/drops.conf
@@ -9,7 +9,7 @@
//= This file is part of Hercules.
//= http://herc.ws - http://github.com/HerculesWS/Hercules
//=
-//= Copyright (C) 2014-2018 Hercules Dev Team
+//= Copyright (C) 2014-2019 Hercules Dev Team
//=
//= Hercules is free software: you can redistribute it and/or modify
//= it under the terms of the GNU General Public License as published by
@@ -152,3 +152,12 @@ drops_by_luk2: 200
// 1: Only marine spheres drop items.
// 2: All alchemist summons drop items.
alchemist_summon_reward: 1
+
+// The maximum number of full iterations that server can do when dropping an item with options.
+// When picking random options for a dropped item, it does lots of iterations to choose the option to be set,
+// this value limits the number of iterations to avoid making the server hang in a long loop.
+option_drop_max_loop: 10
+
+// Does autoloot take into account player bonuses and penalties? (Note 1)
+// If RENEWAL_DROP, Bubble Gum, or any other modifiers are active autoloot will take them into account.
+autoloot_adjust: false