diff options
-rw-r--r-- | conf-tmpl/battle/drops.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf-tmpl/battle/drops.conf b/conf-tmpl/battle/drops.conf index e36194f57..83d58af47 100644 --- a/conf-tmpl/battle/drops.conf +++ b/conf-tmpl/battle/drops.conf @@ -124,7 +124,8 @@ item_drop_treasure_max: 10000 item_logarithmic_drops: no
// Can the monster's drop rate become 0? (Note 1)
-drop_rate0item: yes
+// Defualt: no (as in official servers).
+drop_rate0item: no
// drop_by_luk: Leave at 0 to use normal drop system. Anything higher than 0 will allow luk to affect drop rates. Note that both methods can be combined (the old method is applied first).
|