diff options
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 873cfa7c7..cd2bd8dac 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -3,6 +3,18 @@ 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/02/16 + * Modified the "guardian" spawn script command, it no longer receives a + "amount" argument (since that only leads to trouble), if the class is + negative, it'll pick a random class the same way the monster spawn script + command does, and if you pass a spawn position with coordinates equal or + less to 0, a random spot in the map will be taken. However you can't use + "this" as a map name anymore since these script commands do not need an + attached player. + * Guardian spawning will now fail if you attempt to spawn a guardian that + already exists on the same position. + * Miracle of the Sun, Moon and Stars can now retrigger to lenghten it's + effect, and it is cancelled on warp/map-change. [Skotlex] 2007/02/15 * Reverted some of my mobdb code * Cleaned up clif_party_info a bit |