diff options
author | Haru <haru@dotalux.com> | 2017-04-29 01:02:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-29 01:02:59 +0200 |
commit | e9daf0e172d5441ec6d264b4056db4f7f3e5780a (patch) | |
tree | e1caabf5f8b31434cc0d37de0a73d520a3171950 /conf | |
parent | 116a10e40cd80bc0629c36bf907868219ff6360b (diff) | |
parent | b767de877460a7fb55c4c8a6bd8e21bcbe079b07 (diff) | |
download | hercules-e9daf0e172d5441ec6d264b4056db4f7f3e5780a.tar.gz hercules-e9daf0e172d5441ec6d264b4056db4f7f3e5780a.tar.bz2 hercules-e9daf0e172d5441ec6d264b4056db4f7f3e5780a.tar.xz hercules-e9daf0e172d5441ec6d264b4056db4f7f3e5780a.zip |
Merge pull request #1713 from Jedzkie/17-DropAnnounce
Fixes #994
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 768bee777..a1b070391 100644 --- a/conf/messages.conf +++ b/conf/messages.conf @@ -469,12 +469,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! |