后端Lua
后端Lua
后端Lua
跨服服务器内的A变量支持多少个字符
后端Lua
function fashion_advanced(actor) --时装进阶按钮 local item = getboxitem(actor, 0) -- 获取自定义OK框中的物品唯一id(为空返回"0") local item_name = getiteminfo(actor, item, 7) -- 获取自定义OK框中的物品名称 if item == "0" then sendcenterms
后端Lua
function fashion_advanced(actor) --时装进阶按钮 local item = getboxitem(actor, 0) -- 获取自定义OK框中的物品唯一id(为空返回"0") local item_name = getiteminfo(actor, item, 7) -- 获取自定义OK框中的物品名称 if item == "0" then sendcenterms
后端Lua
我这边需要在跨服沙巴克活动时间结束了之后,把跨服获得沙巴克的行会传递到本服,然后把当前地图id为kf_wm内的所有玩家传送回土城3,333,333,8格范围内,回城后立马判断我的行会是否获得了跨服沙巴克的归属,如果获得了立马发送邮件奖励
后端Lua
function fashion_refined(actor) --时装洗练按钮 math.randomseed(tostring(os.time()):reverse():sub(1, 7)) local attribute = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 } --属性id local item = getboxitem(a
后端Lua
function fashion_refined(actor) --时装洗练按钮 math.randomseed(tostring(os.time()):reverse():sub(1, 7)) local attribute = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 } --属性id local item = getboxitem(a
后端Lua
lua中全局定时器能设定几个?
后端Lua
帮我写一个挖矿脚本
后端Lua
function fashion_reinforcement(actor) local item = getboxitem(actor, 0) -- 获取自定义OK框中的物品唯一id local item_name = getiteminfo(actor, item, 7) -- 获取自定义OK框中的物品名称 if item == "0" then sendcentermsg(actor, 180, 0, "请放入需要打造的时装",
后端Lua
function fashion_reinforcement(actor) local item = getboxitem(actor, 0) -- 获取自定义OK框中的物品唯一id local item_name = getiteminfo(actor, item, 7) -- 获取自定义OK框中的物品名称 if item == "0" then sendcentermsg(actor, 180, 0, "请放入需要打造的时装",
后端Lua
addbutton(actor, 7, 2, "<Text|id=996|x=60.0|y=350.0|size=20|color=255|text=金币数量:$STM(MONEY_2,4)>") addbutton(actor, 7, 3, "<Text|id=996|x=40.0|y=395.0|size=14|color=255|text=绑元:$STM(MONEY_4,4)>") 有什么问题吗
后端Lua
setitemcustomabil参数详细讲解
后端Lua
function fashion_reinforcement(actor) local item = getboxitem(actor, 0) --获取自定义OK框中的物品唯一id local item_name = getiteminfo(actor, item, 7)--获取自定义OK框中的物品名称 if item == "0" then sendcentermsg(actor, 180, 0, "请放入需要打造的时装", 0, 3)
后端Lua