|
|
@@ -112,7 +112,7 @@ end
|
|
|
function query(human, id)
|
|
|
local state, endTime, starTime = AbsActLogic.isStarted(human, id)
|
|
|
if not state then return end
|
|
|
-
|
|
|
+
|
|
|
local absActConfig = AbsActExcel.absActivity[id]
|
|
|
local absAct = human.db.absAct[id]
|
|
|
local bdCnt = absAct.bdCnt or 0
|
|
|
@@ -126,9 +126,9 @@ function query(human, id)
|
|
|
Grid.makeItem(msgRet.oneNeed, absActConfig.param[1], absActConfig.param[2])
|
|
|
Grid.makeItem(msgRet.tenNeed, absActConfig.param[1], absActConfig.param[2] * MANGHE_TEN_NEED)
|
|
|
|
|
|
- fontMr(human, id, MANGHE_MR_1, msgRet.mrReward[MANGHE_MR_1], absActConfig.actId)
|
|
|
- fontMr(human, id, MANGHE_MR_2, msgRet.mrReward[MANGHE_MR_2], absActConfig.actId)
|
|
|
- fontMr(human, id, MANGHE_MR_3, msgRet.mrReward[MANGHE_MR_3], absActConfig.actId)
|
|
|
+ fontMr(human, id, MANGHE_MR_1, msgRet.mrReward[MANGHE_MR_1], id)
|
|
|
+ fontMr(human, id, MANGHE_MR_2, msgRet.mrReward[MANGHE_MR_2], id)
|
|
|
+ fontMr(human, id, MANGHE_MR_3, msgRet.mrReward[MANGHE_MR_3], id)
|
|
|
msgRet.mrReward[0] = MANGHE_MR_3
|
|
|
msgRet.qiPao = absAct.qiPao or 1
|
|
|
absAct.qiPao = 2
|