TXT语法专家
全部技术档案
后端Lua
local str = getconst(actor,'<$NPCINPUT(6)>') local key, value = string.match(str, "([^=]+)=(.+)") local subKey, subValue = string.match(value, "([^=]+)=(.+)") local varValue = getplaydef(actor,key) local result = {} 把这个3个
TXT语法专家
增加防御与魔防属性
后端Lua
string.match(str, "([^=]+)=(.+)") 用这个模式分割 "T20=第一神通=1"
后端Lua
string.match(str, "([^=]+)=(.+)") 什么意思
后端Lua
最简单的方法 切割"T20=第一神通=1" 用=切割
TXT语法专家
<$NPCINPUT(X)> 这个是一个NPC页面只能支持9个吗
TXT语法专家
<$NPCINPUT(X)> 只有9个怎么办
后端Lua
input 只有9个 怎么办
TXT语法专家
不是技能特效不是顶戴花翎
TXT语法专家
P. 与 M. 在@struck中生效吗
TXT语法专家
P. 与 M. 只在attack触发时有效是吗
TXT语法专家
怪物光环
TXT语法专家
怪物特效怎么加
后端Lua