From e3cf8d5104f6fa28e1af240ac9a98f25a5552e27 Mon Sep 17 00:00:00 2001 From: skotlex Date: Wed, 19 Apr 2006 18:44:01 +0000 Subject: - Removed the max cap of autoloot so you are now allowed to set autoloot values above 100. - Initialized w1/w2/w3/w4 before reading each npc line to avoid sending unread values to the parsers (for example, if w4 has a value in one line and none on the next, it will be parsed with the previous value of w4 on the following lines) - Updated getpartymember to receive an int which specifies what to retrieve. 0: Character names (array $@partymembername$), 1 character char ids (array $@partymembercid), 2 character account ids (array $@partynameaid). By default it returns party member names. - Updated script_commands.txt with the updated behaviour of getpartymember. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6182 54d463be-8e91-2dee-dedb-b68131a5f0ec --- Changelog-Trunk.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'Changelog-Trunk.txt') diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index b31f124c5..e1e8ec311 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -3,6 +3,20 @@ Date Added AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK. IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. +2006/04/19 + * Removed the max cap of autoloot so you are now allowed to set autoloot + values above 100. [Skotlex] + * Initialized w1/w2/w3/w4 before reading each npc line to avoid sending + unread values to the parsers (for example, if w4 has a value in one line + and none on the next, it will be parsed with the previous value of w4 on + the following lines), this could cause serious problems with mapflags and + the recent "off" addition. [Skotlex] + * Updated getpartymember to receive an int which specifies what to + retrieve. 0: Character names (array $@partymembername$), 1 character char + ids (array $@partymembercid), 2 character account ids (array + $@partynameaid). By default it returns party member names. [Skotlex] + * Updated script_commands.txt with the updated behaviour of getpartymember. + [Skotlex] 2006/04/18 * Fixed a typo in map_search_freecell which was returning incorrect cells according to the ranges given. [Skotlex] -- cgit v1.2.3-70-g09d2