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 | |
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')
-rw-r--r-- | conf/map/battle/drops.conf | 9 | ||||
-rw-r--r-- | conf/messages.conf | 7 |
2 files changed, 1 insertions, 15 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 diff --git a/conf/messages.conf b/conf/messages.conf index 3cebc4173..01750ee9a 100644 --- a/conf/messages.conf +++ b/conf/messages.conf @@ -468,12 +468,7 @@ 538: Hack on trade: character '%s' (account: %d) try to trade more items that he has. 539: This player has %d of a kind of item (id: %d), and tried to trade %d of them. 540: This player has been definitively blocked. -// Rare Items Drop/Steal announce -541: '%s' got %s's %s (chance: %0.02f%%) -//541: %.0s%.0sSomeone got %s -542: '%s' stole %s's %s (chance: %0.02f%%) -//542: %.0s%.0sSomeone stole %s -//543-545 FREE +//541-545 FREE // @showmobs 546: Please enter a mob name/id (usage: @showmobs <mob name/id>) 547: Invalid mob name %s! |