hxp
2025-04-11 f6b954f5dfd2eae35e92b0222016c3efd2ec6960
10367 【越南】【英语】【BT】【砍树】仙盟攻城战-服务端
2个文件已修改
14 ■■■■■ 已修改文件
GMToolClient/GMTManage/GMT_QueryBillboardCross.php 5 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
GMToolClient/cfg/GMT_QueryBillboardCross.php 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
GMToolClient/GMTManage/GMT_QueryBillboardCross.php
@@ -46,6 +46,7 @@
$groupValue1 = null;
$groupValue2 = null;
$dataTotal = null;
$groupValueMark = "";
if ($ResultMsg) {
    $bbType = $ResultMsg["billboardType"];
    $groupList = $ResultMsg["groupList"];
@@ -57,6 +58,7 @@
    $billboardKeyChPri = $billboardCh[$bbType];
    $billboardKeyChPri = array_key_exists($bbType, $billboardCh) ? $billboardCh[$bbType] : array();
    $bbName = $billboardKeyChPri['BBName'];
    $groupValueMark = $billboardKeyChPri['GroupValueMark'];
}
$groupCount = count($groupList);
$retCount = count($resultList);
@@ -88,12 +90,13 @@
function showGroup()
{
    global $bbName, $groupCount, $groupList, $dataTotalDict, $groupValue1, $groupValue2, $bbType, $ResultMsg;
    global $bbName, $groupCount, $groupList, $dataTotalDict, $groupValue1, $groupValue2, $bbType, $ResultMsg, $groupValueMark;
    if ($bbName) {
        echo "【" . $bbName . "】<br/>";
    }
    echo \Lang\gettext("榜单类型") . ": " . $bbType . "<br/>";
    echo \Lang\gettext("总分组数") . ": " . $groupCount . "<br/>";
    echo \Lang\gettext("分组格式") . ": " . $groupValueMark . "<br/>";
    $startRank = $ResultMsg["startRank"];
    $queryCount = $ResultMsg["queryCount"];
GMToolClient/cfg/GMT_QueryBillboardCross.php
@@ -32,11 +32,12 @@
        '164' => array('BBName' => \Lang\gettext('跨服骑宠养成'), 'CmpValue' => \Lang\gettext('积分')),
        '165' => array('BBName' => \Lang\gettext('跨服竞技场'), 'CmpValue' => \Lang\gettext('积分'), 'Value2' => \Lang\gettext('段位')),
        '166' => array('BBName' => \Lang\gettext('跨服炼器大会'), 'CmpValue' => \Lang\gettext('积分'), 'CmpValue2' => \Lang\gettext('最高等级')),
        '167' => array('BBName' => \Lang\gettext('仙盟攻城战仙盟积分'), 'CmpValue' => \Lang\gettext('积分')),
        '168' => array('BBName' => \Lang\gettext('仙盟攻城战玩家伤害'), 'CmpValue' => \Lang\gettext('伤害亿部分'), 'CmpValue2' => \Lang\gettext('伤害')),
        '167' => array('BBName' => \Lang\gettext('仙盟攻城战仙盟积分'), 'CmpValue' => \Lang\gettext('积分'), 'CmpValue2' => \Lang\gettext('比较权值')),
        '168' => array('BBName' => \Lang\gettext('仙盟攻城战玩家伤害'), 'CmpValue' => \Lang\gettext('伤害亿部分'), 'CmpValue2' => \Lang\gettext('伤害'),),
        '169' => array(
            'BBName' => \Lang\gettext('仙盟攻城战轮次伤害'), 'CmpValue' => \Lang\gettext('伤害亿部分'), 'CmpValue2' => \Lang\gettext('伤害'),
            'Name1' => \Lang\gettext('仙盟名'), 'ID2' => \Lang\gettext('盟主ID'), 'Name2' => \Lang\gettext('盟主'), 'Value5' => \Lang\gettext('盟服务器ID')
            'BBName' => \Lang\gettext('仙盟攻城战轮次伤害'), 'CmpValue' => \Lang\gettext('伤害亿部分'), 'CmpValue2' => \Lang\gettext('伤害'), 'CmpValue3' => \Lang\gettext('比较权值'),
            'Name1' => \Lang\gettext('仙盟名'), 'ID2' => \Lang\gettext('盟主ID'), 'Name2' => \Lang\gettext('盟主'), 'Value5' => \Lang\gettext('盟服务器ID'),
            'GroupValueMark' => \Lang\gettext('类型-分区ID-战场类型*100+分组编号')
        ),
    );
    return $billboardCh;