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
|
|
|
|
|
|
if server version more than 0.
|
|
|
|
|
|
Command: /dumpg
|
|
|
|
|
|
|
|
Fix error in event.cpp from last commits.
Improve party members sorting.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Some other minor changes.
|
|
|
|
|
|
|
|
|
|
|
|
replacement rules.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Known issue: Impossible mix replace logic with direction and without direction.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Now invisible tiles will be removed if this mode enabled.
|
|
Small code style fix.
|
|
|
|
|