前端Lua
全部技术档案
后端Lua
unpack 怎么用?
TXT语法专家
kill <$TEMPMONUSERID> CALLLUA shengyan @main,<$TEMPMONUSERID> 允许吗
TXT语法专家
通过怪物唯一id杀死他 怎么操作
TXT语法专家
如何检测对方是不是宝宝
前端Lua
function zhuansheng.tigger_tips() local ui = zhuansheng.parent._ui local parent = ui.ImageView local curLevel = lib:get_zs_level() or 0 -- Create tips_layout local tips_layout = GUI:Layout_Create(parent, "zs_tips_layout"
前端Lua
function zhuansheng.tigger_tips() local ui = zhuansheng.parent._ui local parent = ui.ImageView local curLevel = lib:get_zs_level() or 0 -- Create tips_layout local tips_layout = GUI:Layout_Create(parent, "zs_tips_layout"
前端Lua
MainTarget = {} MainTarget.jobIconPath = { "res/private/main/Target/1900012533.png", "res/private/main/Target/1900012534.png", "res/private/main/Target/1900012535.png" } MainTarget.heroJobIconPath = { "res/private/main/Target/1900012
前端Lua
function MainTarget.OnClickLockPanel() local actor = SL:GetMetaValue("ACTOR_DATA", MainTarget._targetID) if not actor then return end -- 未存活 if not SL:GetMetaValue("PET_ALIVE") then return end -- F9关闭了
前端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() -- SL:Print("--------------", SL:GetMetaV
前端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() -- SL:Print("--------------", SL:GetMetaV
前端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() -- SL:Print("--------------", SL:GetMetaV
TXT语法专家
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() -- SL:Print("--------------", SL:GetMetaV
后端Lua
加了自定义召唤术技能,但是战斗自动召唤里面没有
前端Lua