diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-07-31 02:44:53 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-07-31 04:55:37 +0300 |
commit | 935d70ec604feaac02deb7cc23352706ad6a2f03 (patch) | |
tree | 92361309a58a8039bdebba5fee15ce8fa8100729 /src/net/ea/eaprotocol.h | |
parent | ab2f28cfa2995dffeaf95a3a160654eee363c593 (diff) | |
download | plus-935d70ec604feaac02deb7cc23352706ad6a2f03.tar.gz plus-935d70ec604feaac02deb7cc23352706ad6a2f03.tar.bz2 plus-935d70ec604feaac02deb7cc23352706ad6a2f03.tar.xz plus-935d70ec604feaac02deb7cc23352706ad6a2f03.zip |
Extract shared logic from npchandler and playerhandler netcode to ea namespace.
Diffstat (limited to 'src/net/ea/eaprotocol.h')
-rw-r--r-- | src/net/ea/eaprotocol.h | 23 |
1 files changed, 23 insertions, 0 deletions
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 @@ -25,6 +25,29 @@ 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, EA_SPRITE_SHOE, EA_SPRITE_BOTTOMCLOTHES, |