搜索
LUA

LUA

本版块未设置版块简介!请后台版块编辑添加。
  •  帖子: 115
  •  讨论: 115
  •  关注: 0

BattleIndex_save.lua--获取战斗index

GP 发表于 2025-5-10 03:10:58 | 显示全部楼层 |阅读模式
138 0
Global_Reg.RegBattleStartEvent ("BattleIndex_start_GP");--战斗开始
Global_Reg.RegCharBattleOver ("BattleIndex_over_forGP");--战斗结束

BattleIndex_save_tbl=BattleIndex_save_tbl or {}


function BattleIndex_start_GP(battleIndex)
        local GetType = Battle.GetType(battleIndex);
        if GetType==2 then
                for Side=0,1 do
                        for Num=0,9 do
                                local Charindex = Battle.GetPlayIndex(battleIndex,Side,Num)
                                if Charindex >= 0 then
                                        local ifpet = Char.GetData(Charindex,0)--返回:3是宠,1是人
                                        if ifpet==1 then
                                                BattleIndex_save_tbl[Charindex]=battleIndex
                                                --NLG.SystemMessage(-1,"[战斗记录]玩家index是"..Charindex)
                                        end
                                end
                        end
                end
        end
    return 0
end

function BattleIndex_over_forGP(Battleindex,Charindex)
        if BattleIndex_save_tbl[Charindex] then
                BattleIndex_save_tbl[Charindex]=nil
        end
       
        return
end


回复

使用道具 举报

全部评论

暂无评论,期待您打破宁静

TA的帖子
相关帖子
  • admin 2025-5-10

    #先到阿斯提亞鎮 打完UD找到NPC卡蓮 拿到給LBLS 的信 然後去打LBLS 再打完 LBLS以後 ...

  • admin 2025-5-10

    用本目录下文件"内容"覆盖服务器data目录下同名文件相应"内容" 请勿直接覆盖文件本身 ...

  • admin 2025-5-11

    ############## 城城的武器强化系统 ############## #剑1 block StrCmpChat == 700 W ...

  • admin 2025-5-11

    魔力宝贝手动架设中遇到的问题及解决方法魔力宝贝手动架设教程—魔力私服,魔力宝贝私 ...

  • admin 2025-5-12

    起始地点法兰城的竞技场的贝贝(34.36)头目战╳ 必要条件---必要等级Lv1 职业限定---建 ...

  • admin 2025-5-12

    1.与里谢里雅堡的H1N1防疫宣传员(28,77)说话,取得"防疫小口罩"。 图例物品名称等级种 ...

  • admin 2025-5-12

    魅惑的哈密瓜无取得宠物「哈密瓜公主」╳╳○ 起始地点魔法大学头目战╳ 必要条件--- ...

  • admin 2025-5-12

    起始地点法兰城的里谢里雅堡头目战○ 必要条件---必要等级--- 职业限定---建议等级--- ...

  • admin 2025-5-12

    起始地点法兰城的里谢里雅堡头目战○ 必要条件---必要等级--- 职业限定---建议等级--- ...

  • admin 2025-5-12

    起始地点法兰城的冒险者旅馆头目战○ 必要条件---必要等级--- 职业限定---建议等级LV8 ...

发布 联系QQ