瀏覽代碼

玩家经验进度条

cyzhao 1 年之前
父節點
當前提交
f8c032ed2f
共有 1 個文件被更改,包括 3 次插入2 次删除
  1. 3 2
      Gameserver/App/model/User/Info_UserBase.php

+ 3 - 2
Gameserver/App/model/User/Info_UserBase.php

@@ -118,9 +118,10 @@ class Info_UserBase extends Object_ext {
 //        my_Assert(GameConfig::primordial_data(), "找不到账号初始化数据");         # 防御
         $this->gold = 1000000;
         $this->cash = 5000;
-//        $this->xp = GameConfig::primordial_data()->User_XP;
+        $this->xp = 0;
         $this->tili = GameConfig::globalsettings()->tili_RecoverrMax;           # 恢复体力上限
-//        $this->maxXp = 0;
+        $this->maxXp = GameConfig::player_level_getItem(1)->xp_need;
+        
         $this->level = 1;
         $this->name = '';