summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-02-28 22:31:55 +0000
committerLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-02-28 22:31:55 +0000
commit49f32a9e0a5a3c3598eaa9413f8661b4aaa2c8c4 (patch)
tree23f03558ecfa173b582d3b32e56838efc4210c70 /Changelog-Trunk.txt
parentf4e33de65bca782f34061cd9610792dbffad8b08 (diff)
downloadhercules-49f32a9e0a5a3c3598eaa9413f8661b4aaa2c8c4.tar.gz
hercules-49f32a9e0a5a3c3598eaa9413f8661b4aaa2c8c4.tar.bz2
hercules-49f32a9e0a5a3c3598eaa9413f8661b4aaa2c8c4.tar.xz
hercules-49f32a9e0a5a3c3598eaa9413f8661b4aaa2c8c4.zip
added setiteminfo function, updated setitemscript func, added NPC sample for them
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9938 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index ab859ec1b..c6c6a75fd 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -3,6 +3,13 @@ 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.
+2007/03/02
+ * Added new script function: setiteminfo. Now you can make custom items [Lupus]
+ - Updated script function setitemscript(itemID,script,WhichScript)
+ now u can set one of 3 item scripts: use/update, equip, unequip
+ But it works only if the original item had 3 non empty scriptsin ITEM_DB
+ can't fix this issue yet
+ - Check npc/sample/npc_test_setitemx.txt as example of setiteminfo & setitemscript
2007/03/01
* Fixed the definition of warpwaitingpc so that it allows an optional
argument (number of people to warp).