后端Lua
后端Lua
后端Lua
function diybutton.bag(actor) -- 判断客户端类型 (1=PC, 2=Mobile) local isMobile = tonumber(getconst(actor, "<$CLIENTFLAG>")) or 1 -- 根据客户端类型设置主容器(ListView)参数 local tk = "" if isMobile == 2 then tk = "<ListView|x=500.0|y=80.0
后端Lua
给予英雄称号
后端Lua
function diybutton.bag(actor) -- 判断客户端类型 (1=PC, 2=Mobile) local isMobile = tonumber(getconst(actor, "<$CLIENTFLAG>")) or 1 -- 根据客户端类型设置主容器(ListView)参数 local tk = "" if isMobile == 2 then tk = "<ListView|x=500.0|y=80.0|width=85|height=395|childre
后端Lua
function diybutton.bag(actor) -- 判断客户端类型 (1=PC, 2=Mobile) local isMobile = tonumber(getconst(actor, "<$CLIENTFLAG>")) or 1 -- 根据客户端类型设置主容器(ListView)参数 local tk = "" if isMobile == 2 then tk = "<ListView|x=500.0|y=80.0
后端Lua
function diybutton.bag(actor) local isMobile = tonumber(getconst(actor, "<$CLIENTFLAG>")) or 1 local tk = "" if isMobile == 2 then tk = "<ListView|x=500.0|y=80.0|width=85|height=395|children={hq106,hq107,hq108,hq109,hq110,hq111,hq
后端Lua
背包神器可无限制指定位置佩戴在右侧,但是同名装备仅可佩戴1件,要怎么去写
后端Lua
我一个自定义装备穿上了之后脱不下来,还会显示无法取下,是什么原因
后端Lua
怎么设置宝宝可以同时召唤神兽 召唤圣兽 召唤月灵同时存在? 现在学了3种技能 但只能召唤一种 M2上有可以设置的地方吗?
后端Lua
学习了召唤神兽 骷髅就召不出来了 怎么同时召唤2种?
后端Lua
爆率透视
后端Lua
攻击怪物会显示该怪物爆出什么物品
后端Lua
-- 获取复选框状态 local refined.lock = {} -- 复选框状态 for i = 1 ,3 do local lockState = "CheckBox_"..i local lockState_i = GUI:CheckBox_isSelected(refined.ui[lockState]) if lockState_i == true then lo
后端Lua
for i = 1 ,3 do local lockState = "CheckBox_"..i local lockState_i = GUI:CheckBox_isSelected(refined.ui[lockState]) if lockState_i == true then local refined.lock[i] == 1 else local refined.lo
后端Lua