后端Lua
后端Lua
后端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
装备如何强化
后端Lua
---@diagnostic disable: undefined-global function main_fashion_build(actor) local item = getboxitem(actor,0)--获取自定义OK框中的物品 local width = getconst(actor, "$SCREENWIDTH") / 2 -- 获取屏幕宽度 local height = getconst(actor, "$SCREENHEIGHT") / 2
后端Lua
say界面ITEMBOX怎么设置只能放入时装
后端Lua
跨服内的变量怎么传回本服,本服的变量怎么传到跨服,请帮我出两个案例
后端Lua