diff options
author | Jedzkie <jedzkie13@rocketmail.com> | 2017-04-26 00:08:06 +0800 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2017-04-29 00:47:10 +0200 |
commit | b767de877460a7fb55c4c8a6bd8e21bcbe079b07 (patch) | |
tree | 8613b56845c68e62a2659ef11ff90b2953de5552 /conf/map/battle/drops.conf | |
parent | 25e4f661211fc91a64a6e18d8ffd9d16581dfaf9 (diff) | |
download | hercules-b767de877460a7fb55c4c8a6bd8e21bcbe079b07.tar.gz hercules-b767de877460a7fb55c4c8a6bd8e21bcbe079b07.tar.bz2 hercules-b767de877460a7fb55c4c8a6bd8e21bcbe079b07.tar.xz hercules-b767de877460a7fb55c4c8a6bd8e21bcbe079b07.zip |
Removal of rare_drop_announce config.
Diffstat (limited to 'conf/map/battle/drops.conf')
-rw-r--r-- | conf/map/battle/drops.conf | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/conf/map/battle/drops.conf b/conf/map/battle/drops.conf index 547a4ae4e..4dbbf8fd5 100644 --- a/conf/map/battle/drops.conf +++ b/conf/map/battle/drops.conf @@ -146,12 +146,3 @@ drops_by_luk2: 0 // 1: Only marine spheres drop items. // 2: All alchemist summons drop items. alchemist_summon_reward: 1 - -// Make broadcast ** Player1 won Pupa's Pupa Card (chance 0.01%) *** -// This can be set to any value between 0~10000. -// Note: It also announces STEAL skill usage with rare items -// 0 = don't show announces at all -// 1 = show announces for 0.01% drop chance items -// 333 = show announces for 3.33% or lower drop chance items -// 10000 = show announces for all items -rare_drop_announce: 0 |