This commit is contained in:
NguyenVanDat
2025-10-28 17:56:33 +07:00
parent 777bda9cd9
commit 59e06cc5f3
2 changed files with 1 additions and 2 deletions
@@ -801,7 +801,6 @@ public abstract class CECPlayer : CECObject
public int GetLevelUpExp(int iLevel)
{
// BMLogger.LogError();
return _player_levelup_exp.exp[iLevel - 1];
//return iLevel * iLevel * 500;
}
+1 -1
View File
@@ -407,8 +407,8 @@ public class CECHostPlayer : CECPlayer
m_ExtProps.bs.max_mp = pCmd.iMaxMP;
m_ExtProps.max_ap = pCmd.iMaxAP;
EventBus.Publish(pCmd);
EventBus.Publish(new EXPToUpLevel(GetLevelUpExp(pCmd.sLevel)));
EventBus.Publish(pCmd);
// if (pCmd.State != 0 && m_bFight == false) PlayEnterBattleGfx();
m_bFight = pCmd.State != 0 ? true : false;