diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-02-10 14:21:52 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-02-10 14:21:52 +0000 |
commit | 21e3a2b44c691dbdbef5c5c39f3c0b2285534fe2 (patch) | |
tree | bca1d79bbd31ab86fd2b9836520a6d96d0720a12 /Changelog-Trunk.txt | |
parent | 4df6d4b882583a2dcb3155a2cfc0e380a5f6f70c (diff) | |
download | hercules-21e3a2b44c691dbdbef5c5c39f3c0b2285534fe2.tar.gz hercules-21e3a2b44c691dbdbef5c5c39f3c0b2285534fe2.tar.bz2 hercules-21e3a2b44c691dbdbef5c5c39f3c0b2285534fe2.tar.xz hercules-21e3a2b44c691dbdbef5c5c39f3c0b2285534fe2.zip |
- Modified map_searchrandfreecell to always do a check on a 9x9 area around the target tile, and to return the x,y coordinates modified with the new target.
- Modified map_addflooritem so that the type is &1 for mvp drops and &2 for stacking checks, when &2 the item to drop cannot stack on the floor, otherwise it has no stacking limit.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5248 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 b18b9c668..40b444246 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/02/10
+ * Modified the drop item routines to perform stacking checks only for
+ player attempted item drops, therefore, mob drops will stack up to
+ infinity. [Skotlex]
* NPC_POWERUP now gives +20% attack per skill level. [Skotlex]
2006/02/09
* Fixed "set baselevel, X" sending one to a different level than the one
|