From 30c8d7704026aa450b64997c2996ee8d9d4f2cec Mon Sep 17 00:00:00 2001 From: skotlex Date: Thu, 19 Nov 2009 18:19:09 +0000 Subject: - Applied the renewal client support patch from Diablo (eA forum topic 222623) - Added support for strcharinfo(3) to retrieve the player's map - Added script command "searchitem" for name item searches. - Moved PACKETVER to src/common/mmo.h as it's needed by the char-server now - Changed the status valX from int to long so that it won't break for pointer-storage in other architectures. - Moved the change party leader code to party.c - A few bugfixes or packet field completions based on my past experience messing around with my server. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14155 54d463be-8e91-2dee-dedb-b68131a5f0ec --- Changelog-Trunk.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'Changelog-Trunk.txt') diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 25c4784b2..999c68be1 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -3,6 +3,17 @@ 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. +2009/11/19 + * Applied the renewal client support patch from Diablo (eA forum topic 222623). + By default eA still supports sakexe/ragexe clients. In order to support the + renewal clients you must: + - 1: Change the default packet version to "default" in db/packet_db.txt + - 2: Change the supported PACKETVER in src/common/mmo.h to the most recent one + - 3: recompile. [Skotlex] + * Added support for strcharinfo(3) to retrieve the player's map, as getmapxy + can be a bit unwieldy when you just want this information. [Skotlex] + * Added script command "searchitem" which enables scripts to do item searches + based on name (can be useful for creating query NPCs). [Skotlex] 09/11/09 * Fixed mob is removed from map right after his rebirth. [Inkfish] * Fixed dead event does not trigger when a mob has rebirth skill and dies for the second time. [Inkfish] -- cgit v1.2.3-60-g2f50