STATUS: ONLINE | DISPLAYING 15 ITEMS PER PAGE
后端Lua

比如排行榜设置55级能查看,我想有多个特殊账号不到55级能查看怎么做

后端Lua

多个账号如何判断

后端Lua

比如排行榜设置55级能查看,我想有一些特殊账号不到55级能查看怎么做

后端Lua

function car:setcolor(color) self.color = color return self end 这段话什么意思 返回的值是什么

后端Lua

local che = {brand = '大众',price = 200000} local mycar = {} setmetatable(mycar,{__index = che}) function newcar() local car = { brand = brand, price = price, color = color } setmetatable(car,{__index = mycar})

后端Lua

local che = {brand = '大众',price = 200000} local mycar = {} setmetatable(mycar,{__index = che}) function newcar() local car = { brand = mycar.brand, price = mycar.price, color = mycar.color } setmetatable(car,{__index = mycar}) function car:setcolor(c

后端Lua

local che = {brand = '大众',price = 200000} local mycar = {} setmetatable(mycar,{__index = che}) function newcar() local car = { brand = mycar.brand, price = mycar.price, color = mycar.color } setmetatable(car,{__i

后端Lua

local che = {brand = '大众',price = 200000} local mycar = {} setmetatable(mycar,{__index = che}) function newcar(color) local car = { brand = brand, price = price, color = color or '白色' } function car:setcolor

后端Lua

local che = {brand = '大众',price = 200000} local mycar = {} setmetatable(mycar,{__index = che}) function newcar(brand,price,color) local car = { brand = brand, price = price, color = color or '白色' } function

后端Lua

local npc = {} EquipPos = {[0] = "衣服",[1] = "武器",[2] = "勋章",[3] = "头盔",[4] = "项链",[5] = "手镯(右)" , [6] = "手镯(左)",[7] = "戒指(右)",[8] = "戒指(左)",[10] = "腰带",[11] = "靴子"} npc.Attribute = { attName = { [1] = "血量", [3] = "攻击下限", [4] = "

后端Lua

-- 添加所有获取到的属性 for attr_key, attr_value in pairs(attributes) do local attr_id = attr_id_map[attr_key] if attr_id and attr_value > 0 then lib:setattrb(actor, attr_id, attr_

后端Lua

-- 魔神原力系统后端处理 local moshenyuanli = {} local var_cfg = { [1] = "U25", [2] = "U26", [3] = "U27", [4] = "U28", [5] = "U29", } function moshenyuanli.link(actor, msgid, arg1, arg2, arg3, sMsg) if not cfg_moshenyuanl

后端Lua

给称号

后端Lua

元素要去表里写好在添加吗

后端Lua

-- 魔神原力系统后端处理 local moshenyuanli={} function moshenyuanli.link(actor, msgid, arg1, arg2, arg3, sMsg) if not cfg_moshenyuanli or not next(cfg_moshenyuanli) then return end if arg2==0 then local levels = {} levels[