summaryrefslogtreecommitdiff
path: root/src/net
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2005-04-26 00:04:45 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2005-04-26 00:04:45 +0000
commit8b0e30d3798cd5bdce2c3a34a3c384e90dceac99 (patch)
tree3fdca13a0cc138ed65b72de8cd3747cc79916818 /src/net
parenta31ba215a3043ebd62d415a7d855a531239fb630 (diff)
downloadmana-client-8b0e30d3798cd5bdce2c3a34a3c384e90dceac99.tar.gz
mana-client-8b0e30d3798cd5bdce2c3a34a3c384e90dceac99.tar.bz2
mana-client-8b0e30d3798cd5bdce2c3a34a3c384e90dceac99.tar.xz
mana-client-8b0e30d3798cd5bdce2c3a34a3c384e90dceac99.zip
Changed keyboard control to integrate better with mouse walk, changed location
of packet.list and chatlog.txt and removed name from player chat "balloon".
Diffstat (limited to 'src/net')
-rw-r--r--src/net/protocol.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/net/protocol.h b/src/net/protocol.h
index ea746412..9a755e63 100644
--- a/src/net/protocol.h
+++ b/src/net/protocol.h
@@ -32,6 +32,9 @@
#define SMSG_PLAYER_UPDATE_2 0x01d9 //
#define SMSG_MOVE_PLAYER_BEING 0x01da // A nearby player moves
#define SMSG_CHANGE_BEING_LOOKS 0x00c3 //
+#define SMSG_BEING_CHAT 0x008d // A being talks
+#define SMSG_MY_BEING_CHAT 0x008e // My being talks
+#define SMSG_GM_CHAT 0x009a // GM announce
/** Packet length by id */