|
@@ -874,10 +874,10 @@ class FightProc {
|
|
|
|
|
|
if ($tag && !in_array($id, ctx()->privateState->funUnlockRecord_2)) {
|
|
if ($tag && !in_array($id, ctx()->privateState->funUnlockRecord_2)) {
|
|
ctx()->privateData(true)->funUnlockRecord[] = $id;
|
|
ctx()->privateData(true)->funUnlockRecord[] = $id;
|
|
- ctx()->privateData(true)->funUnlockRecord_2[] = $id;
|
|
|
|
- if($id == 13 || $id == 16){
|
|
|
|
|
|
+ ctx()->privateData(true)->funUnlockRecord_2[] = $id;
|
|
|
|
+ if ($id == 13 || $id == 16 || $id == 14) {
|
|
ctx()->privateData(true)->funUnlockRecord_3[] = $id;
|
|
ctx()->privateData(true)->funUnlockRecord_3[] = $id;
|
|
- }
|
|
|
|
|
|
+ }
|
|
self::SubFunDateInit_FunUnlock($id);
|
|
self::SubFunDateInit_FunUnlock($id);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -903,7 +903,11 @@ class FightProc {
|
|
|
|
|
|
if ($tag && !in_array($id, ctx()->privateState->funUnlockRecord_2)) {
|
|
if ($tag && !in_array($id, ctx()->privateState->funUnlockRecord_2)) {
|
|
ctx()->privateData(true)->funUnlockRecord[] = $id;
|
|
ctx()->privateData(true)->funUnlockRecord[] = $id;
|
|
- ctx()->privateData(true)->funUnlockRecord_2[] = $id;
|
|
|
|
|
|
+ ctx()->privateData(true)->funUnlockRecord_2[] = $id;
|
|
|
|
+
|
|
|
|
+ if ($id == 13 || $id == 16 || $id == 14) {
|
|
|
|
+ ctx()->privateData(true)->funUnlockRecord_3[] = $id;
|
|
|
|
+ }
|
|
self::SubFunDateInit_FunUnlock($id);
|
|
self::SubFunDateInit_FunUnlock($id);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -928,6 +932,9 @@ class FightProc {
|
|
if ($tag && !in_array($id, ctx()->privateState->funUnlockRecord_2)) {
|
|
if ($tag && !in_array($id, ctx()->privateState->funUnlockRecord_2)) {
|
|
ctx()->privateData(true)->funUnlockRecord[] = $id;
|
|
ctx()->privateData(true)->funUnlockRecord[] = $id;
|
|
ctx()->privateData(true)->funUnlockRecord_2[] = $id;
|
|
ctx()->privateData(true)->funUnlockRecord_2[] = $id;
|
|
|
|
+ if ($id == 13 || $id == 16 || $id == 14) {
|
|
|
|
+ ctx()->privateData(true)->funUnlockRecord_3[] = $id;
|
|
|
|
+ }
|
|
self::SubFunDateInit_FunUnlock($id);
|
|
self::SubFunDateInit_FunUnlock($id);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -964,6 +971,9 @@ class FightProc {
|
|
if ($tag && !in_array($id, ctx()->privateState->funUnlockRecord_2)) {
|
|
if ($tag && !in_array($id, ctx()->privateState->funUnlockRecord_2)) {
|
|
ctx()->privateData(true)->funUnlockRecord[] = $id;
|
|
ctx()->privateData(true)->funUnlockRecord[] = $id;
|
|
ctx()->privateData(true)->funUnlockRecord_2[] = $id;
|
|
ctx()->privateData(true)->funUnlockRecord_2[] = $id;
|
|
|
|
+ if ($id == 13 || $id == 16 || $id == 14) {
|
|
|
|
+ ctx()->privateData(true)->funUnlockRecord_3[] = $id;
|
|
|
|
+ }
|
|
self::SubFunDateInit_FunUnlock($id);
|
|
self::SubFunDateInit_FunUnlock($id);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -1306,7 +1316,7 @@ class FightProc {
|
|
$list = gMem()->zrevrange(MemKey_GameRun::Rank_FightPower_Zone_zset(req()->zoneid), 0, glc()->Rank_FightPower_OnListRank, true);
|
|
$list = gMem()->zrevrange(MemKey_GameRun::Rank_FightPower_Zone_zset(req()->zoneid), 0, glc()->Rank_FightPower_OnListRank, true);
|
|
//$selfExtraInfo = self::countUserFightPower();
|
|
//$selfExtraInfo = self::countUserFightPower();
|
|
$selfExtraInfo = FightPower_Calculate::GetFightPower();
|
|
$selfExtraInfo = FightPower_Calculate::GetFightPower();
|
|
-
|
|
|
|
|
|
+
|
|
$isExistFinishReward = self::isExistNoDrawed_FightPower();
|
|
$isExistFinishReward = self::isExistNoDrawed_FightPower();
|
|
$isExistFinishReward_other = self::isExistNoDrawed_MainGate();
|
|
$isExistFinishReward_other = self::isExistNoDrawed_MainGate();
|
|
}
|
|
}
|