File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -100,6 +100,14 @@ local function UpdatePlayerData(hFrame, KSelf)
100100 nCurrentExtra , nMaxExtra = nAccumulate , 5
101101 szExtraImage , nExtraFrame = " rRing.UITex" , 2
102102 nCurrentMana , nMaxMana = KSelf .nCurrentMana , KSelf .nMaxMana
103+ elseif KSelf .dwForceID == FORCE_TYPE .BA_DAO then
104+ if KSelf .nPoseState == POSE_TYPE .BROADSWORD then
105+ nCurrentMana , nMaxMana = KSelf .nCurrentRage , KSelf .nMaxRage
106+ elseif KSelf .nPoseState == POSE_TYPE .DOUBLE_BLADE then
107+ nCurrentMana , nMaxMana = KSelf .nCurrentEnergy , KSelf .nMaxEnergy
108+ elseif KSelf .nPoseState == POSE_TYPE .SHEATH_KNIFE then
109+ nCurrentMana , nMaxMana = KSelf .nCurrentSunEnergy , KSelf .nMaxSunEnergy
110+ end
103111 else
104112 nCurrentMana , nMaxMana = KSelf .nCurrentMana , KSelf .nMaxMana
105113 end
You can’t perform that action at this time.
0 commit comments