diff options
author | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-12-20 22:57:29 +0000 |
---|---|---|
committer | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-12-20 22:57:29 +0000 |
commit | 8d050598f736bdb24f4eccf1760bc04c26e39e31 (patch) | |
tree | 73157e2ea0134ded227268c4e698ced5c0246c40 /Changelog-Trunk.txt | |
parent | fd7ef4f94dfd354582c06341716c159d5b9234c6 (diff) | |
download | hercules-8d050598f736bdb24f4eccf1760bc04c26e39e31.tar.gz hercules-8d050598f736bdb24f4eccf1760bc04c26e39e31.tar.bz2 hercules-8d050598f736bdb24f4eccf1760bc04c26e39e31.tar.xz hercules-8d050598f736bdb24f4eccf1760bc04c26e39e31.zip |
* Extended how duplicates work: (based on Orcao's work in bugreport:2361) [FlavioJS]
- you can duplicate warps/shops/cashshops/npcs (before only npcs could be duplicated)
- warp duplicates inherit the target location
- shop/cashshop duplicates inherit the item list
- npc duplicates inherit the script code (backward compatible behaviour)
- updated script_commands.txt with the information
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13407 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 53b3a613e..65ea86bd5 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. +2008/12/20 + * Extended how duplicates work: (based on Orcao's work in bugreport:2361) [FlavioJS] + - you can duplicate warps/shops/cashshops/npcs (before only npcs could be duplicated) + - warp duplicates inherit the target location + - shop/cashshop duplicates inherit the item list + - npc duplicates inherit the script code (backward compatible behaviour) + - updated script_commands.txt with the information 2008/12/17 * Removed charcommand code and allowed atcommand code to support its functionality. [SketchyPhoenix] - Charcommands still retain their '#' symbol but now looks for a character name as the first parameter instead of last. |