diff options
author | Philipp Sehmisch <tmw@crushnet.org> | 2008-03-09 22:52:34 +0000 |
---|---|---|
committer | Philipp Sehmisch <tmw@crushnet.org> | 2008-03-09 22:52:34 +0000 |
commit | 16e99dc852affbc8b149d35037694dcdd25948e6 (patch) | |
tree | 2fed35187b803d595559b11b89118f7ef335d359 /ChangeLog | |
parent | 4e2ced304a2013808b2481cceb7622848b073e5b (diff) | |
download | mana-client-16e99dc852affbc8b149d35037694dcdd25948e6.tar.gz mana-client-16e99dc852affbc8b149d35037694dcdd25948e6.tar.bz2 mana-client-16e99dc852affbc8b149d35037694dcdd25948e6.tar.xz mana-client-16e99dc852affbc8b149d35037694dcdd25948e6.zip |
Actions and particle effect for monster attacks are now obtained from the monster database. Added new tail attack animation to scorpion monster sprite.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -7,8 +7,15 @@ src/net/beinghandler.cpp, src/resources/monsterinfo.cpp, src/resources/monsterinfo.h: Implemented interpretation of the attacktype parameter of attack messages and visualize monster attacks - other than id 1 with a particle effect. Prepared to get attack particle - effects and animation types from the monster database. + other than id 1 with a particle effect. Prepared to get attack + particle effects and animation types from the monster database. + * src/resources/monsterdb.cpp, src/resources/monsterinfo.cpp, + src/resources/monsterinfo.h, src/resources/spritedef.h: Actions and + particle effect for monster attacks are now obtained from the monster + database. + * data/monsters.xml, data/graphics/sprites/scorpion.cpp, + data/graphics/sprites/scorpion.xml: Gave the tail attack of the + scorpion a custom animation and a particle effect. 2008-03-06 David Athay <ko2fan@gmail.com> |