diff options
author | Aaron Marks <nymacro@gmail.com> | 2005-08-04 08:54:03 +0000 |
---|---|---|
committer | Aaron Marks <nymacro@gmail.com> | 2005-08-04 08:54:03 +0000 |
commit | ca4fec29828b55ea66c5835ab20d2287bb1eb4ff (patch) | |
tree | 7211660bd5fed954a82a234faf14de1db0d612ab /docs | |
parent | 18b778662388e98e90b13f28f28a83911ee96e95 (diff) | |
download | manaserv-ca4fec29828b55ea66c5835ab20d2287bb1eb4ff.tar.gz manaserv-ca4fec29828b55ea66c5835ab20d2287bb1eb4ff.tar.bz2 manaserv-ca4fec29828b55ea66c5835ab20d2287bb1eb4ff.tar.xz manaserv-ca4fec29828b55ea66c5835ab20d2287bb1eb4ff.zip |
Added basic inventory (not fully functional)
Extended GameHandler
Extended protocol
Fixed problem with SQL query
Diffstat (limited to 'docs')
-rw-r--r-- | docs/server.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/server.txt b/docs/server.txt index e2d506af..5fd61b85 100644 --- a/docs/server.txt +++ b/docs/server.txt @@ -170,3 +170,9 @@ being(s) are to be controlled. MSG_CHAR_CREATE { ... } The character creation process will need to be thought out. + +8. MISCLELLANEOUS + + Server to client: + + SMSG_LOAD_MAP { A mapName, L x, L y} // Change map & update player X and Y |