diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-27 15:44:57 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-27 15:44:57 +0000 |
commit | 0e5784703b00fe94eb19e24298d3dde5dbc811da (patch) | |
tree | 1ef976c17a6049639fb6a7248e7dcb28e70c480d /Changelog-Trunk.txt | |
parent | e374dbba803c5d79ec3113bc80fece056193df31 (diff) | |
download | hercules-0e5784703b00fe94eb19e24298d3dde5dbc811da.tar.gz hercules-0e5784703b00fe94eb19e24298d3dde5dbc811da.tar.bz2 hercules-0e5784703b00fe94eb19e24298d3dde5dbc811da.tar.xz hercules-0e5784703b00fe94eb19e24298d3dde5dbc811da.zip |
- Now when you set the guardian's HP, if the guardian is spawned, it's HP will be updated accordingly (and if you set it to 0, the guardian is killed)
- Added functions status_set_hp/status_set_sp to set hp/sp to a given value. Applied usage of these on the Berserk and Soul Change code.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7922 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index ab52b6bec..5664838c9 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,12 @@ AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
2006/07/27
+ * Now when you set the guardian's HP, if the guardian is spawned, it's HP
+ will be updated accordingly (and if you set it to 0, the guardian is
+ killed) [Skotlex]
+ * Added functions status_set_hp/status_set_sp to set hp/sp to a given
+ value. Applied usage of these on the Berserk and Soul Change code.
+ [Skotlex]
* Added config setting "party_hp_mode" (battle/party.conf) which determines
method to use to update party-mate hp bars. Aegis style is to update HP
bars whenever HP changes, while eAthena style is to update it together with
|