diff options
author | Guilherme G. Menaldo <guilherme.menaldo@outlook.com> | 2018-10-01 13:52:15 -0300 |
---|---|---|
committer | Guilherme Menaldo <guilherme.menaldo@outlook.com> | 2019-04-20 15:45:56 -0300 |
commit | d34df93e14582b1c2ad43763666d674b7e8440ca (patch) | |
tree | 027d88ed46ffc566a81b357f3de83e62ba0edd3f /conf/map | |
parent | 4fcd9b9a3891f3538ecd8a073c3f0e1c5eb85f55 (diff) | |
download | hercules-d34df93e14582b1c2ad43763666d674b7e8440ca.tar.gz hercules-d34df93e14582b1c2ad43763666d674b7e8440ca.tar.bz2 hercules-d34df93e14582b1c2ad43763666d674b7e8440ca.tar.xz hercules-d34df93e14582b1c2ad43763666d674b7e8440ca.zip |
Added support for mobs to drop items with Random Options
Diffstat (limited to 'conf/map')
-rw-r--r-- | conf/map/battle/drops.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/map/battle/drops.conf b/conf/map/battle/drops.conf index eb7d94f13..51280702b 100644 --- a/conf/map/battle/drops.conf +++ b/conf/map/battle/drops.conf @@ -146,3 +146,8 @@ drops_by_luk2: 0 // 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 |