TXT语法专家
全部技术档案
后端Lua
后端接口,有没有物品进入背包后触发
前端Lua
local fentian = {} function fentian.main(param1, param2, param3, param4) lib:Require(param1, function(state) if state then if param1 then fentian.parent = lib:openwin(param1, nil, true, param4) or {}
TXT语法专家
在特定地图杀死boss 爆率是原本的3倍
前端Lua
local fentian = {} function fentian.main(param1, param2, param3, param4) lib:Require(param1, function(state) if state then if param1 then fentian.parent = lib:openwin(param1, nil, true, param4) or {}
TXT语法专家
写一个合成武器的脚本
TXT语法专家
写一个合成脚本
前端Lua
[LUA-print] [21:09:43-340] 错误:Button_2 控件不存在! [LUA-print] [21:09:43-340] 错误:Button_3 控件不存在! [LUA-print] [21:09:43-349] [GUI LOG] GUI:Win_Open,2 load cost(milliseconds) main/MiniMap 45.000000000073 true
前端Lua
-- 在MiniMap.lua的main函数中,找到创建按钮的代码 -- 假设你的按钮ID是 "Button_close" 和 "Button_other" local button_close = GUI:getChildByName(parent, "Button_close") local button_other = GUI:getChildByName(parent, "Button_other") -- 在绑定事件前,先检查控件是否存在 if not GUI:Win_IsNull(
前端Lua
GUI:addOnClickEvent(MiniMap._ui["Button_2"], function() ChuanSongX:suiJiChuanSong() end) GUI:addOnClickEvent(MiniMap._ui["Button_3"], function() ChuanSongX:goHome("盟重省") end) 这个是56行开始的脚本
前端Lua
[LUA-print] [21:02:16-900] Anim data is UNUSED, ID[15] TYPE[npc] [LUA-print] [21:02:16-907] Anim data is UNUSED, ID[17] TYPE[npc] [LUA-print] [21:02:16-911] Anim data is UNUSED, ID[210] TYPE[npc] [LUA-print] [21:02:16-914] Anim data is UNUSED, ID[31]
前端Lua
local rongyuchenghao = {} function rongyuchenghao.main(param1, param2, param3, param4) lib:Require(param1, function(state) if state then if param1 then rongyuchenghao.parent = lib:openwin(param1, nil, true, pa
TXT语法专家
cfg 放哪里
前端Lua
手机登录还是电脑登录 用哪个接口
前端Lua