后端Lua
后端Lua
后端Lua
if p2 == 8 then local show_children = "" local i = 0 local layout_gao = 0 local list_buff = getallbuffid(change_obj) -- 遍历所有buff for k, v in ipairs(list_buff) do i = i + 1
后端Lua
没有读取ini文件的接口吗
后端Lua
local str = getconst(actor,'<$NPCINPUT(6)>') - 如果str 的 格式 不等于 "***=***=**",那么报错 怎么写
后端Lua
local str = getconst(actor,'<$NPCINPUT(6)>') local key, value = string.match(str, "([^=]+)=(.+)") local subKey, subValue = string.match(value, "([^=]+)=(.+)") local varValue = getplaydef(actor,key) local result = {} for k, v in string.gmatch(key, "(
后端Lua
local str = getconst(actor,'<$NPCINPUT(6)>') local key, value = string.match(str, "([^=]+)=(.+)") local subKey, subValue = string.match(value, "([^=]+)=(.+)") local varValue = getplaydef(actor,key) local result = {} for k, v
后端Lua
local str = getconst(actor,'<$NPCINPUT(6)>') local key, value = string.match(str, "([^=]+)=(.+)") local subKey, subValue = string.match(value, "([^=]+)=(.+)") local varValue = getplaydef(actor,key) local result = {} 把这个3个
后端Lua
string.match(str, "([^=]+)=(.+)") 用这个模式分割 "T20=第一神通=1"
后端Lua
string.match(str, "([^=]+)=(.+)") 什么意思
后端Lua
最简单的方法 切割"T20=第一神通=1" 用=切割
后端Lua
input 只有9个 怎么办
后端Lua
有接口知道 本区服是否有通区吗
后端Lua
local list = { [1] = {name = "品牌介绍" , }, [2] = {name = "新手上路" , }, [3] = {name = "消费指南" , }, [4] = {name = "元神系统" , }, [5] = {name = "上古铭文" , }, [6] = {name = "客服中心" , }, [7] = {name = "主播助力" , }, } function addbutton_gong
后端Lua
最大减速不能让玩家停止移动是吗最大减速不能让玩家停止移动是吗
后端Lua