diff options
author | mekolat <mekolat@users.noreply.github.com> | 2016-05-11 21:50:07 -0400 |
---|---|---|
committer | mekolat <mekolat@users.noreply.github.com> | 2016-05-11 21:50:07 -0400 |
commit | f9df1a84b4486eefc65fb91287c2c399531e5b37 (patch) | |
tree | 95198e065a68704bd6a9e23e177986e3de31e11e | |
parent | a8e9ab18abcc3b3dc29098c41ffa5c9a915e8d57 (diff) | |
download | tmwa-f9df1a84b4486eefc65fb91287c2c399531e5b37.tar.gz tmwa-f9df1a84b4486eefc65fb91287c2c399531e5b37.tar.bz2 tmwa-f9df1a84b4486eefc65fb91287c2c399531e5b37.tar.xz tmwa-f9df1a84b4486eefc65fb91287c2c399531e5b37.zip |
release v2016.5.12 [ci skip]v16.5.12
-rw-r--r-- | CHANGELOG | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +v16.5.12 + - add target argument to the getmap() builtin + - make builtin overrideattack dumber; make scripts handle the logic + - make builtin aggravate dumber; make scripts handle the logic + - send 0 for param HP when player is dead, even if player has hp + - revert attachrid modifications (temporary measure, please avoid attachrid) + - add target argument to the addtimer builtin + - add target argument to the foreach builtin + - use pc_heal when changing hp using params + - add MUTE params (global mute, party mute, whisper mute, guild mute) + - don't allow to talk when muted + - allow to use custom commands (ie magic) in whispers and party v16.4.25 - check for null pointers in the new/modified builtins v16.4.24 |