From 935d70ec604feaac02deb7cc23352706ad6a2f03 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 31 Jul 2011 02:44:53 +0300 Subject: Extract shared logic from npchandler and playerhandler netcode to ea namespace. --- src/net/ea/eaprotocol.h | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'src/net/ea/eaprotocol.h') diff --git a/src/net/ea/eaprotocol.h b/src/net/ea/eaprotocol.h index fae3651a8..d34cba0ca 100644 --- a/src/net/ea/eaprotocol.h +++ b/src/net/ea/eaprotocol.h @@ -23,6 +23,29 @@ #ifndef EA_EA_PROTOCOL_H #define EA_EA_PROTOCOL_H +enum +{ + EA_JOB = 0xa, + + EA_STR = 0xd, + EA_AGI, + EA_VIT, + EA_INT, + EA_DEX, + EA_LUK, + + EA_ATK, + EA_DEF, + EA_MATK, + EA_MDEF, + EA_HIT, + EA_FLEE, + EA_CRIT + +// KARMA, +// MANNER +}; + enum { EA_SPRITE_BASE = 0, -- cgit v1.2.3-60-g2f50