diff options
author | mekolat <mekolat@users.noreply.github.com> | 2016-04-19 17:24:49 -0400 |
---|---|---|
committer | mekolat <mekolat@users.noreply.github.com> | 2016-04-19 17:24:49 -0400 |
commit | bccfdfdda350f7921c437e462942015b1d990771 (patch) | |
tree | 1b15a1429e253f6626649cc970418d16f0eeec55 /CHANGELOG | |
parent | e6e83bfc63dcf60cf036fff8e19e10fae40926db (diff) | |
download | tmwa-bccfdfdda350f7921c437e462942015b1d990771.tar.gz tmwa-bccfdfdda350f7921c437e462942015b1d990771.tar.bz2 tmwa-bccfdfdda350f7921c437e462942015b1d990771.tar.xz tmwa-bccfdfdda350f7921c437e462942015b1d990771.zip |
v16.4.21v16.4.21
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 25 |
1 files changed, 25 insertions, 0 deletions
@@ -1,3 +1,28 @@ +v16.4.21 + - use the client version sent to login server, ignore client version sent to char server + - allow remote execution for newer clients (protocol 6+) + - implement SMSG_SCRIPT_MESSAGE, add smsg builtin + - implement SMSG_PLAYER_CLIENT_COMMAND, add remotecmd builtin + - add builtin areatimer + - add builtin foreach + - add builtin aggravate + - add builtin overrideattack + - add builtin injure + - add builtin summon + - add builtin getdir + - add builtin addnpctimer + - add builtin get + - add builtin chr + - add builtin ord + - add builtin void + - add builtin getarg + - add builtin call + - remove magic-v2, keep sexpr parser + - implement puppet npcs + - add scope variables + - add npc variables + - expose some more params + - remove MESSAGE npc subtype v16.4.8 - fix pvpoff - broadcast map pvp status on pvpon/pvpoff |