TXT语法专家
全部技术档案
TXT语法专家
要打印出来呢?
TXT语法专家
如何把数值转化成时间
TXT语法专家
文本在容器里面自动滚屏 是怎么操作
TXT语法专家
我想的事 比如我 强化 屠龙刀 的时候 +1屠龙刀 +2屠龙刀 这样
TXT语法专家
强化装备的时候 改装备名字
热血江湖Lua
详细讲解一下官方原版的class()方法的参数,以及使用它创建类时有哪些必要的方法或生命周期以及生成对象的方法流程
后端Lua
如何退出跨服
热血江湖Lua
local LinkedList = class("LinkedList") function LinkedList:ctor() end function LinkedList:size() end function LinkedList:isEmpty() end function LinkedList:clear() end function LinkedList:pushFront(item) end function LinkedList:pushBack(item) end func
TXT语法专家
996传奇修改物品名称
TXT语法专家
修改物品名称
前端Lua
获取 武器的 5号标记位置有没有值
前端Lua
[LUA-print] Name 道德戒指 [LUA-print] StdMode 23 [LUA-print] ExtendInfo table: 0x24552ad8 [LUA-print] ExAbil table: 0x25210cb0 [LUA-print] Shape 0 [LUA-print] attribute 3#7#1|3#8#2 [LUA-print] OverLap 1 [LUA-print] Source
前端Lua
function ItemTips.ParseExAddAttr(attr, needAttrList) if not attr or string.len(attr) == "" then return end local attrAlignment = SL:GetMetaValue("WINPLAYMODE") and tonumber(SL:GetMetaValue("GAME_DATA", "pc_tips_attr_alignment
前端Lua