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

RangeHarm 不支持多级脚本吗

TXT语法专家

让人物地图地图上显示具体位置

TXT语法专家

让人物地图地图上高亮显示

后端Lua

如何获取玩家地图和位置

后端Lua

怎么判断玩家是否在线

前端Lua

--展开顶部按钮 function Button:upshow() local Node = GUI:getChildByName(parent, "Node1_upshow") if Node then GUI:setVisible(Node, true) return end local Node_1 = GUI:Node_Create(parent, "Node1_upshow", 0, 0) --基础容器 local layout = GUI:L

前端Lua

为什么我的layout容器 偏移了

前端Lua

--展开顶部按钮 function Button:upshow() local Node = GUI:getChildByName(parent, "Node1_upshow") if Node then GUI:setVisible(Node, true) return end local Node_1 = GUI:Node_Create(parent, "Node1_upshow", 0, 0) --基础容器 local layout = GUI:Layout_Create(Node_1,

前端Lua

手动怎么控制

前端Lua

--展开顶部按钮 function Button:upshow() local Node = GUI:getChildByName(parent, "Node1_upshow") if Node then GUI:setVisible(Node, true) return end local Node_1 = GUI:Node_Create(parent, "Node1_upshow", 0, 0) --基础容器 local layout = GUI:L

前端Lua

unction Button:upshow() local Node = GUI:getChildByName(parent, "Node1_upshow") if Node then GUI:setVisible(Node, true) return end local Node_1 = GUI:Node_Create(parent, "Node1_upshow", 0, 0) --基础容器 local layout = GUI:Layout_Crea

前端Lua

warning, loadTile:2, 100, 1347, param error warning, loadTile:2, 100, 1387, param error warning, loadTile:2, 100, 1248, param error warning, loadTile:2, 100, 1268, param error warning, loadTile:2, 100, 1328, param error warning, loadTile:2, 100, 1388

TXT语法专家

warning, loadTile:2, 100, 1347, param error warning, loadTile:2, 100, 1387, param error warning, loadTile:2, 100, 1248, param error warning, loadTile:2, 100, 1268, param error warning, loadTile:2, 100, 1328, param error warning, loadTile:2, 100, 1388

前端Lua

--自定义函数:执行升起动画(从当前位置底部升起) -- @param sssWidget 要升的控件(例如图片) -- @param targetX 目标X坐标 -- @param targetY 目标Y坐标 -- @param duration 动画持续时间(秒) local function playRiseAnimation(sssWidget, targetX, targetY, duration) -- 检查控件是否有效 if GUI:Win_IsNull(sssWi

前端Lua

-- 自定义函数:执行下降动画(从最高位降到底部后隐藏) local function playFallAnimation(sssWidget, targetX, targetY, duration) -- 检查控件是否有效 if GUI:Win_IsNull(sssWidget) then SL:print("sss 控件不存在或为空") return end -- 获取控件尺寸 local size = GUI