STATUS: ONLINE | DISPLAYING 15 ITEMS PER PAGE
后端Lua

ReloadAdmin 怎么在后端 脚本调用管理命令

前端Lua

[LUA-print] dump from: [string "GUILayout/ItemTips.lua"]:2650: in function 'AddFrameEffect' [LUA-print] - "<var>" = userdata: 0x36fbcaa8 Inner height <= scrollview height, it will be force sized! 这些是什么意思

前端Lua

local function animScale(anim) if anim and anim.isSFX then --isSFX判断是否是特效 local scaleX, scaleY = 1, 1 if anim.configW and anim.configW > 0 then scaleX = anim.configW end if anim.

前端Lua

--自定义框体特效 local cur_effId if itemData and itemData.sDivParam2 then for key, value in pairs(custCfg.matchEffCfg) do if string.find(itemData.sDivParam2, key) then cur_effId = value break

后端Lua

local tunshi = {} function tunshi.link(actor, msgid, arg1, arg2, arg3, sMsg) -- 假设的奖励配置(这里应该从cfg_tunshi读取) -- 格式:{ 消耗物品名, 消耗数量, 奖励列表 } local feedConfig = { consumeItem = "罪孽残烬", consumeCount = 1, baseRewards = {

后端Lua

string.gmatch(name, '([^,]+)') 什么意思

后端Lua

local name = '圣灵盔,圣灵项链,圣灵护腕,圣灵戒,圣灵靴,圣灵腰带,玄暝盔,玄暝项链,玄暝护腕,玄暝戒,玄暝靴,玄暝腰带,瑶光盔,瑶光项链,瑶光护腕,瑶光戒,瑶光靴,瑶光腰带' 把这些一个一个提取出来

后端Lua

local tunshi = {} function tunshi.link(actor, msgid, arg1, arg2, arg3, sMsg) -- 假设的奖励配置(这里应该从cfg_tunshi读取) -- 格式:{ 消耗物品名, 消耗数量, 奖励列表 } local feedConfig = { consumeItem = "罪孽残烬", consumeCount = 1, baseRewards = {

后端Lua

local config = { ['T1'] = { name = '圣灵盔,圣灵项链,圣灵护腕,圣灵戒,圣灵靴,圣灵腰带,玄暝盔,玄暝项链,玄暝护腕,玄暝戒,玄暝靴,玄暝腰带,瑶光盔,瑶光项链,瑶光护腕,瑶光戒,瑶光靴,瑶光腰带',cailiao = '火晶石' , num = 1 }, ['T2'] = { name = '破界盔,破界项链,破界护腕,破界戒,破界靴,破界腰带,幻界盔,幻界项链,幻界护腕,幻界戒,幻界靴,幻界腰带,灵界盔,灵界项链,灵界护腕,灵界戒,灵界靴,灵界腰带',ca

后端Lua

local tunshi = {} function tunshi.link(actor, msgid, arg1, arg2, arg3, sMsg) if not cfg_tunshi or not next(cfg_tunshi) then lib:msg(actor, "配置错误") return end -- 获取焚天等级

后端Lua

local tunshi = {} function tunshi.link(actor, msgid, arg1, arg2, arg3, sMsg) if not cfg_tunshi or not next(cfg_tunshi) then lib:msg(actor, "配置错误") return end -- 获取焚天等级

前端Lua

local tunshi = {} function tunshi.main(param1, param2, param3, param4) lib:Require(param1, function(state) if state then if param1 then tunshi.parent = lib:openwin(param1, nil, true, param4) or {}

TXT语法专家

<Img|x=104.0|y=465.0|img=public/1900000668.png|esc=0> <Input|x=118.0|y=468.0|width=100|height=25|place=请输入物品名称|size=16|inputid=1|type=0|color=255> <Button|ax=0|ay=1|x=522.0|y=459.0|size=18|nimg=public/1900000660.png|color=255|text=制造物品|link=@制造物品> <I

后端Lua

我QF 是 TXT 为什么用 changemoney(actor,money,'-',num) 金币更新不实时更新 用TXT命令 money 金币 - 1000 就能更新

TXT语法专家

前端实时显示货币数量的 常量