前端Lua
全部技术档案
前端Lua
local __GD_Scale = SL:GetMetaValue("GAME_DATA", "itemSacle") local __GD_Style = SL:GetMetaValue("GAME_DATA", "goods_item_star_styleid") or "" local __GD_PowerDir = SL:GetMetaValue("GAME_DATA", "itemPowerTagDir") or 0 local __GD_ItemLock = SL:GetMetaV
TXT语法专家
进度条500/300 怎么写
TXT语法专家
<LoadingBar|x=84|y=272|endper=600|loadvalue=50|loadingbar=public/bg_szjm_03_2.png|interval=0.1|percent=1|outline=1|startper=0|color=161|img=public/cuilian/2.png|direction=0|outlinecolor=1|loadingbg=public/bg_szjm_03_1.png|size=14|esc=0|link=@11> 总进度怎
前端Lua
Item.lua ItemSplitPop.lua ItemTips.lua 这三个文件都是什么
后端Lua
触发脚本间隔(ms) script_trigger "只允许玩家执行 最低100ms,不建议这么低,影响性能 时间#脚本接口名,需要带@ 参数1:buffId,参数2:buff组" buff表内的这一行怎么调用?
前端Lua
local __GD_Scale = SL:GetMetaValue("GAME_DATA", "itemSacle") local __GD_Style = SL:GetMetaValue("GAME_DATA", "goods_item_star_styleid") or "" local __GD_PowerDir = SL:GetMetaValue("GAME_DATA", "itemPowerTagDir") or 0 local __GD_ItemLock = SL:GetMetaV
后端Lua
buff每秒执行
后端Lua
OnBuffTick 你查查有这个函数吗?
后端Lua
用循环写一个99乘法表
后端Lua
-- 自定义命令 function usercmd1(player,param) local userAccount = parsetext("<$USERACCOUNT>", player) if GeneralGlobalConfig.youtuberList[tostring(userAccount)] == nil then Message:Msg9(player, "无此权限!") return end if param
后端Lua
烈火伤害 +10%。命中目标后,使其进入灼烧状态 3 秒,每秒造成攻击力 ×10% 的真实伤害。若目标在灼烧状态下再次被你的烈火命中,则该次烈火无视目标 20% 的物理防御(只能是自己打出的烈火标记的灼烧状态才可以二次烈火无视防御 20%) 这个效果怎么实现
前端Lua
local __GD_Scale = SL:GetMetaValue("GAME_DATA", "itemSacle") local __GD_Style = SL:GetMetaValue("GAME_DATA", "goods_item_star_styleid") or "" local __GD_PowerDir = SL:GetMetaValue("GAME_DATA", "itemPowerTagDir") or 0 local __GD_ItemLock = SL:GetMetaV
后端Lua
帮我做一个99乘法表
前端Lua