summaryrefslogtreecommitdiff
path: root/src/net/ea/eaprotocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/ea/eaprotocol.h')
-rw-r--r--src/net/ea/eaprotocol.h23
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,