summaryrefslogtreecommitdiffstats
path: root/src/common
diff options
context:
space:
mode:
authorErik Schilling <ablu.erikschilling@googlemail.com>2013-04-24 15:42:23 +0200
committerErik Schilling <ablu.erikschilling@googlemail.com>2013-05-08 14:02:51 +0200
commit4d6abb9b40ee1b0a4642a208f314b4dbb41bbac8 (patch)
tree93eccf625249b2db8519dd3b57953b97cbb76849 /src/common
parent1758acc8e845524071db8996f3dd5d1935a059e1 (diff)
downloadmanaserv-4d6abb9b40ee1b0a4642a208f314b4dbb41bbac8.tar.gz
manaserv-4d6abb9b40ee1b0a4642a208f314b4dbb41bbac8.tar.xz
manaserv-4d6abb9b40ee1b0a4642a208f314b4dbb41bbac8.zip
[Abilities] Inform other players about ability uses
Diffstat (limited to 'src/common')
-rw-r--r--src/common/manaserv_protocol.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/manaserv_protocol.h b/src/common/manaserv_protocol.h
index 498e35f..73837b1 100644
--- a/src/common/manaserv_protocol.h
+++ b/src/common/manaserv_protocol.h
@@ -143,6 +143,8 @@ enum {
GPMSG_BEING_HEALTH_CHANGE = 0x0274, // W being id, W hp, W max hp
GPMSG_BEINGS_MOVE = 0x0280, // { W being id, B flags [, [W*2 position,] W*2 destination, B speed] }*
GPMSG_ITEMS = 0x0281, // { W item id, W*2 position }*
+ GPMSG_BEING_ABILITY_POINT = 0x0282, // W being id, B abilityId, W*2 point
+ GPMSG_BEING_ABILITY_BEING = 0x0283, // W being id, B abilityId, W target being id
PGMSG_ATTACK = 0x0290, // W being id
GPMSG_BEING_ATTACK = 0x0291, // W being id, B direction, B attack Id
PGMSG_USE_ABILITY_ON_BEING = 0x0292, // B abilityID, W being id