STATUS: ONLINE | DISPLAYING 15 ITEMS PER PAGE
TXT语法专家

"//作用时间(秒) //参数1:数量 //参数2:时间单位(0:秒,1:毫秒,2:天数,0点结束) //参数3:时间保存方式(0:不保存 1:截止时间(下线计时)2:剩余时间(下线不计时)) //示例:100#0#2 即持续100s作用时间,下线后会暂停计时,等到下次上线才会继续计时 永久配置:0#0#2" 这个 0#2#1 是配的什么

后端Lua

写一个计算目标当前血量百分比的代码

前端Lua

在创建角色界面出现请不要包含敏感字体怎么解决

TXT语法专家

在创建角色界面出现请不要包含敏感字体怎么解决

TXT语法专家

创建角色的时候检测敏感词在哪里关闭

后端Lua

GameEvent = {} local _listeners = {} function GameEvent.add(eventName, func, tag, priority) assert(tag, "Tag must not be nil") if not _listeners[eventName] then _listeners[eventName] = {} end local eventListeners =

后端Lua

想要战士自定义技能展示在F12的战斗里面,要怎么配置

后端Lua

GameEvent = {} local _listeners = {} function GameEvent.add(eventName, func, tag, priority) assert(tag, "Tag must not be nil") if not _listeners[eventName] then _listeners[eventName] = {} end local eventListeners = _listeners[eventName]

后端Lua

刷新背包

后端Lua

lua有获取脚本目录的命令吗

后端Lua

function clicknpc(play, npcid, sScript) release_print("NPC路径:",sScript,type(sScript)) end [2026/4/24 12:48:30] Print:NPC路径:,,nil 点击NPC获取路径无效 我写的不对吗? 你有其他方法吗?

前端Lua

function clicknpc(play, npcid, sScript) release_print("NPC路径:",sScript,type(sScript)) end [2026/4/24 12:48:30] Print:NPC路径:,,nil 点击NPC获取路径无效 我写的不对吗? 你有其他方法吗?

TXT语法专家

受到单次伤害最大不超过自身总血量30% 通过修改掉血值 怎么修改

TXT语法专家

受到单次伤害最大不超过自身总血量30% 怎么写

前端Lua

local config = { [1] = { monName = "甲壳虫", monShowItems = { [1] = 60298, [2] = 60299, [3] = 60300 } }, [2] = { monName = "蠕虫", monShowItems = { [1] = 60298, [2] = 60299, [3] = 60300 } }, [3] = { monName = "变异虫王",