前端Lua
全部技术档案
前端Lua
ChuanSong = {} local cfg_chuansong = { { index = 1, mapname = "比奇矿洞", mapid = "d411", needlv = 0, consume = "", isXh = false, bossshow = "尸王", showitems = "法神披风#霓裳羽衣#法神头盔#法神项链#法神手镯#法神戒指" }, { index = 2, mapname = "蜈蚣洞穴", mapid = "d413", need
前端Lua
ChuanSong = {} local cfg_chuansong = { { index = 1, mapname = "比奇矿洞", mapid = "d411", needlv = 0, consume = "", isXh = false, bossshow = "尸王", showitems = "法神披风#霓裳羽衣#法神头盔#法神项链#法神手镯#法神戒指" }, { index = 2, mapname = "蜈蚣洞穴", mapid = "d413", need
前端Lua
ChuanSong = {} local cfg_chuansong = { { index = 1, mapname = "比奇矿洞", mapid = "d411", needlv = 0, consume = "", isXh = false, bossshow = "尸王", showitems = "法神披风#霓裳羽衣#法神头盔#法神项链#法神手镯#法神戒指" }, { index = 2, mapname = "蜈蚣洞穴", mapid = "d413", need
前端Lua
ChuanSong = {} local cfg_chuansong = { { index = 1, mapname = "比奇矿洞", mapid = "d411", needlv = 0, consume = "", isXh = false, bossshow = "尸王", showitems = "法神披风#霓裳羽衣#法神头盔#法神项链#法神手镯#法神戒指" }, { index = 2, mapname = "蜈蚣洞穴", mapid = "d413", need
后端Lua
连续打怪 40分钟 提醒 怎么做
前端Lua
自动寻路 可以写坐标点 怎么写
前端Lua
SL:SetMetaValue("BATTLE_MOVE_BEGIN", 3, 333, 333) 自动寻路怎么写 这样写对吗
后端Lua
SL:SetMetaValue("BATTLE_MOVE_BEGIN", 3, 333, 333) 自动寻路怎么写 这样写对吗
后端Lua
用lua 获取玩家名称
后端Lua
获取玩家名称
TXT语法专家
新人登录出生点设置
后端Lua
---@diagnostic disable: undefined-global, invert-if local M = {} function M.main(actor, msgID, param1, param2, param3, str) if msgID == 3 and param1 == 1 then local buff = hasbuff(actor, 10001) --判断是否存在buff if buff then sendce
后端Lua
changehumability(actor, id, value, time) setbaseinfo setusebonuspoint(actor, nIndex, nValue) 修改人物血上限,这三个方法有什么区别
TXT语法专家