diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-07-14 10:14:35 -0600 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-07-14 10:33:44 -0600 |
commit | cc0878202c99c896f98918b219253eddcf9abf53 (patch) | |
tree | adced066461c9f987d3e05dba50617f4e8ee3395 /src/net/ea/protocol.h | |
parent | 6d3e53146ba15e4d90670db3067fa7f1a67034e1 (diff) | |
download | mana-cc0878202c99c896f98918b219253eddcf9abf53.tar.gz mana-cc0878202c99c896f98918b219253eddcf9abf53.tar.bz2 mana-cc0878202c99c896f98918b219253eddcf9abf53.tar.xz mana-cc0878202c99c896f98918b219253eddcf9abf53.zip |
Add netcode for specials
Diffstat (limited to 'src/net/ea/protocol.h')
-rw-r--r-- | src/net/ea/protocol.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/net/ea/protocol.h b/src/net/ea/protocol.h index ce8417bf..fcb96f22 100644 --- a/src/net/ea/protocol.h +++ b/src/net/ea/protocol.h @@ -161,6 +161,11 @@ static const int STORAGE_OFFSET = 1; #define CMSG_SKILL_LEVELUP_REQUEST 0x0112 #define CMSG_STAT_UPDATE_REQUEST 0x00bb +#define CMSG_SKILL_USE_BEING 0x0113 +#define CMSG_SKILL_USE_POSITION 0x0116 +// Variant of 0x116 with 80 char string at end (unsure of use) +#define CMSG_SKILL_USE_POSITION_MORE 0x0190 +#define CMSG_SKILL_USE_MAP 0x011b #define CMSG_PLAYER_INVENTORY_USE 0x00a7 #define CMSG_PLAYER_INVENTORY_DROP 0x00a2 |