TXT语法专家
全部技术档案
TXT语法专家
可以放在什么触发下执行
TXT语法专家
[@PickUpItemEX] #if #act EatItem 10元宝 为什么不会执行
TXT语法专家
[@OnTimer61] #if #act sendmsg 9 Debug:触发了 #if check [426] 1 #act EatItem 10元宝 EatItem 20元宝 EatItem 30元宝 EatItem 50元宝 EatItem 100元宝 EatItem 200元宝 EatItem 300元宝 EatItem 500元宝 EatItem 1000元宝 这种写法耗时很高怎么办
后端Lua
跨服沙巴克怎么配置
前端Lua
-- 创建图鉴 local itemsConfig = npc.config[k].itemsIdx local itemName = npc.config[k].itemsName local imgStart_x = 10 local imgStart_y = 200 local content_Layout = GUI:Layou
热血江湖Lua
前端怎么获取自定义变量
前端Lua
SL:print("打开图鉴界面") local npc = {} npc.config = { -- 套装1:烈焰战神 [1] = { name = "烈焰战神", itemsIdx = {50037, 50038, 50039, 50040, 50041}, itemsName = {"屠龙", "骨玉权杖", "裁决之杖", "凝血", "霸者之刃"}, attrs = { {id
TXT语法专家
上线设置攻击模式
前端Lua
[LUA-print] ---------------------------------------- [LUA-print] LUA ERROR: [string "qianduan/tujian.lua"]:471: attempt to call method 'createItemShow' (a nil value) [LUA-print] stack traceback: [string "scripts/main.lua"]:14: in function 'c
前端Lua
SL:print("打开图鉴界面") local npc = {} npc.config = { -- 套装1:烈焰战神 [1] = { name = "烈焰战神", itemsIdx = {50037, 50038, 50039, 50040, 50041}, itemsName = {"屠龙", "骨玉权杖", "裁决之杖", "凝血", "霸者之刃"}, attrs = { {id
前端Lua
local MainButton = {} MainButton.cfg = { { but_id = "id1", x = 230, y = -270, but_img = "res\\custom\\top/20.png", cmd = { 1, 0, 0 } }, } -- 检查明天是否是周五、六、日 function MainButton:checkTomorrowIsWeekend() local serverTime = SL:GetMetaValue("SERVE
前端Lua
local MainButton = {} MainButton.cfg = { { but_id = "id1", x = 230, y = -270, but_img = "res\\custom\\top/20.png", cmd = { 1, 0, 0 } }, } -- 检查明天是否是周五、六、日 function MainButton:checkTomorrowIsWeekend() local serverTime = SL:GetMetaValue("SERVE
前端Lua
local MainButton = {} MainButton.cfg = { { but_id = "id1", x = 230, y = -270, but_img = "res\\custom\\top/20.png", cmd = { 1, 0, 0 } }, } -- 检查显示条件的函数 function MainButton:checkShowConditions() -- 判断条件1:检查是否是开服第一天 local serverOpenDay = SL
前端Lua