Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
Disabled for legacy servers because monster hp unknown and
compilated hp can be wrong (version <= 0).
For usage need add to action tag attribute hp="xx"
Example:
<action name="stand" hp="50" imageset="base">
...
</action>
Here 50 mean 50% of health or less.
Default action tag mean hp=100
|
|
|
|
Can be enabled by configure option -enable-memdebug=yes.
Known issue: not all memory allocations hooked with it.
|
|
|
|
|
|
New animation names: upleft, upright, downleft, downright
Tested atleast at mobs.
|
|
This code based on mana client http://www.gitorious.org/mana/mana
and my private repository.
|