TXT语法专家
全部技术档案
TXT语法专家
idx获取唯一Id
后端Lua
local quantity =msgData.quantity local costStr = self._cfg[msgData.index].cost local moneyId, unitPrice = string.match(costStr, "(%d+)#(%d+)") unitPrice = tonumber(unitPrice) or 0 local totalCost = unitPrice * quantity
后端Lua
sendmsg(actor, 1, '{"Msg":""触发{[疾步印]|253:0:1} : 使自身 { 移速+15|251:0:1} 持续5秒"","FColor":255,"BColor":219,"Type":1}') 打印不出来 哪里写错了?
前端Lua
---@param tube number 这段代码什么意思怎么使用
前端Lua
--- 刷新UI 当前血条数 ---@param tube number 血条数 function MainMonster.UpdateUIHpTip(tube) tube = tube or 0 local hpTipText = MainMonster._ui.Text_hp_tip GUI:Text_setString(hpTipText, "X " .. tube) end ---@param tube number 这段代码什么意思怎么使用
前端Lua
人物装备界面的关闭按钮的点击事件在哪个文件里面
TXT语法专家
读取装备数据库
TXT语法专家
通过物品名称获取物品idx
TXT语法专家
人物物品掉落
TXT语法专家
人物装备掉落
后端Lua
-- 野蛮冲撞 function magselffunc27(actor) ATTACK_func.magic27(actor) end ATTACK_buff = { magic27 = function (actor) release_print("接收到了") end } return ATTACK_buff 报错:[2026/4/28 14:15:37] CallLua1 Func:magselffunc27 661 luaErr:.\Env
前端Lua
local tips_eff = GUI:Effect_Create(parent, "long_tips_eff", 290, 220, 0, 86676, 0, 0, 0, 0.5)我只想播放一次
TXT语法专家
爆出装备掉落提示 谁杀死了谁爆出了什么物品
TXT语法专家