前端Lua
全部技术档案
前端Lua
local npc = {} EquipPos = {[0] = "衣服",[1] = "武器",[2] = "勋章",[3] = "头盔",[4] = "项链",[5] = "手镯(右)" , [6] = "手镯(左)",[7] = "戒指(右)",[8] = "戒指(左)",[10] = "腰带",[11] = "靴子"} npc.Attribute = { attName = { [1] = "血量", [3] = "攻击下限", [4] = "
前端Lua
SL:RegisterLUAEvent("LUA_EVENT_NPC_TALK", "GUIUtile", function(data) local npcID = SL:GetMetaValue("CURRENT_TALK_NPC_ID") local npcIndex = SL:GetMetaValue("CURRENT_TALK_NPC_TYPEINDEX") local layer = SL:GetMetaValue("CURRENT_TALK_NPC_LAYER
前端Lua
我这边的界面都代码都是后端say出来的,我这边需要打开所有界面的时候需要淡入淡出的效果
TXT语法专家
996PC 引擎 拾取鉴定
TXT语法专家
拍卖行货币怎么换成别的货币
后端Lua
function diybutton.bag(actor) local isMobile= tonumber(getconst(actor, "<$CLIENTFLAG>")) or 1 local tk = "" -- 先声明tk变量 if isMobile == 2 then tk = "<ListView|x=500.0|y=80.0|width=85|height=395|children={hq106,hq107,hq108,hq109,hq110,hq
后端Lua
function diybutton.bag(actor) local isMobile= tonumber(getconst(actor, "<$CLIENTFLAG>")) or 1 local tk = "" -- 先声明tk变量 if isMobile == 2 then tk = "<ListView|x=500.0|y=80.0|width=85|height=395|children={hq106,hq107,hq108,hq109,hq110,hq
后端Lua
function diybutton.bag(actor) local isMobile= tonumber(getconst(actor, "<$CLIENTFLAG>")) or 1 local tk = "" -- 先声明tk变量 if isMobile == 2 then tk = "<ListView|x=500.0|y=80.0|width=85|height=395|children={hq106,hq107,hq108,hq109,hq110,hq
后端Lua
function diybutton.bag(actor) local isMobile= tonumber(getconst(actor, "<$CLIENTFLAG>")) or 1 local tk = "" -- 先声明tk变量 if isMobile == 2 then tk = "<ListView|x=500.0|y=80.0|width=85|height=395|children={hq106,hq107,hq108,hq109,hq110,hq
TXT语法专家
日志指引在哪
TXT语法专家
有说明书吗
后端Lua
商城购买的物品怎么给他设置成绑定的啊
TXT语法专家
怎么升级版本引擎
后端Lua