From 3fe5d486bf33d4658ab75b49fe878a9a0394d835 Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Sun, 7 Jan 2007 00:23:22 +0000 Subject: Synchronized player attributes with wiki Attributes page and removed Job XP. --- src/localplayer.h | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'src/localplayer.h') diff --git a/src/localplayer.h b/src/localplayer.h index 765b7cca..980b1aff 100644 --- a/src/localplayer.h +++ b/src/localplayer.h @@ -39,7 +39,7 @@ class LocalPlayer : public Player { public: enum Attribute { - STR = 0, AGI, VIT, INT, DEX, LUK + STR = 0, AGI, DEX, VIT, INT, WIL, CHR }; /** @@ -137,17 +137,16 @@ class LocalPlayer : public Player Uint32 mCharId; - Uint32 mXp, mJobXp; + Uint32 mXp; Uint16 mLevel; - Uint32 mJobLevel; - Uint32 mXpForNextLevel, mJobXpForNextLevel; + Uint32 mXpForNextLevel; Uint16 mHp, mMaxHp, mMp, mMaxMp; Uint32 mMoney; Uint32 mTotalWeight, mMaxWeight; - Uint8 mAttr[6]; - Uint8 mAttrUp[6]; + Uint8 mAttr[7]; + Uint8 mAttrUp[7]; Sint16 ATK, MATK, DEF, MDEF, HIT, FLEE; Sint16 ATK_BONUS, MATK_BONUS, DEF_BONUS, MDEF_BONUS, FLEE_BONUS; -- cgit v1.2.3-70-g09d2