diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-08 16:03:28 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-08 16:03:28 +0000 |
commit | fdc56c485b839f78ae7d777f8a6e745825a8bc3d (patch) | |
tree | d5ce890bfabcc8e116fe058fc74e8bd017ef88f5 /Changelog-Trunk.txt | |
parent | 9ee5081a5ef7b8aa20cfdd992cad280665b5ed7f (diff) | |
download | hercules-fdc56c485b839f78ae7d777f8a6e745825a8bc3d.tar.gz hercules-fdc56c485b839f78ae7d777f8a6e745825a8bc3d.tar.bz2 hercules-fdc56c485b839f78ae7d777f8a6e745825a8bc3d.tar.xz hercules-fdc56c485b839f78ae7d777f8a6e745825a8bc3d.zip |
- Items now store the top MAX_SEARCH drops from mobs and lists them through the new atcommand @whodrops. All merged from my server, of course =D
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5515 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 867cf5cbe..34c32e21e 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -5,6 +5,9 @@ IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. EV GOES INTO TRUNK AND WILL BE MERGED INTO STABLE BY VALARIS AND WIZPUTER. -- VALARIS
2006/03/08
+ * Added atcommand @whodrops which lists mobs with the top drop-rates for a
+ given item. List of stored mobs and their dropchances is also defined by
+ MAX_SEARCH on map.h [Skotlex]
* Modified atcommands @mobinfo and @iteminfo to display multiple matches
instead of just one. Max number of matches to display is set in map.h
(MAX_SEARCH) which is currently 5. [Skotlex]
|