TXT语法专家
全部技术档案
TXT语法专家
#act inc S$记录玩家名单 <Text|id=ds_ph_<$str(N1)>|color=161|size=16|text=[暂无玩家]> #elseact inc S$记录玩家名单 <Text|id=ds_ph_<$str(N1)>|color=151|size=16|text=[<$SORTRANK(1,<$str(N1)>)>]|link=@DS_排行玩家#查询玩家=<$SORTRANK(1,<$str(N1)>)>> 改成如果在列表中就不重复显示
TXT语法专家
这个ds_ph_0在哪里调过来的数据
TXT语法专家
<ListView|x=160|y=173|width=635|height=25|direction=2|margin=10|bounce=1|cantouch=1|children={ds_ph_0,ds_ph_1,ds_ph_2,ds_ph_3,ds_ph_4,ds_ph_5,ds_ph_6,ds_ph_7,ds_ph_8,ds_ph_9,ds_ph_10,ds_ph_11,ds_ph_12,ds_ph_13,ds_ph_14,ds_ph_15,ds_ph_16,ds_ph_17,ds_p
TXT语法专家
<Text|x=160|y=110|width=200|height=25|text=记录玩家名单|fontsize=16|color=#FFFFFF> <ListView|x=160|y=141|width=635|height=25|direction=2|margin=10|bounce=1|cantouch=1|children={ds_jl_0,ds_jl_1,ds_jl_2,ds_jl_3,ds_jl_4,ds_jl_5,ds_jl_6,ds_jl_7,ds_jl_8,ds_jl_9
TXT语法专家
<Img|x=21|y=-14|width=800|height=575|img=ds\ds_ht\01.png|bg=1|esc=1|move=1|reset=1|show=4|loadDelay=0> <Layout|x=765|y=-17|width=69|height=62|link=@exit> <Button|x=782|y=-4|width=34|height=36|nimg=ds/0001.png|pimg=ds/0001.png|mimg=ds/0001.png|color=2
后端Lua
-----------------固定攻击力-------------------------------------------------------------------------------------------------------- function diyattribute.fixedAttackPower(actor) local fixedAttackPower = getbaseinfo(actor, 51, 233) addattlist(acto
后端Lua
-----------------固定攻击力-------------------------------------------------------------------------------------------------------- function diyattribute.fixedAttackPower(actor) local fixedAttackPower = getbaseinfo(actor, 51, 233) addattlist(acto
后端Lua
百分比的属性 可以加小数吗
TXT语法专家
movr N$随机陨铁 1 101 #if small N$随机陨铁 51 #act mov S$额外物品 金币 mov S$额外数量 500000 #if large N$随机陨铁 50 #act mov S$额外物品 天工神锤 mov S$额外数量 1 #if large N$随机陨铁 80 #act mov S$额外物品 神秘之水 mov S$额外数量 1 #if large N$随机陨铁 94 #act mov S$额外物品 唤神宝珠 mov S$额外数量 1
TXT语法专家
movr N$随机陨铁 1 101 #if equal N$随机陨铁 100 #act mov S$额外物品 传世龙玺 mov S$额外数量 1 #if small N$随机陨铁 100 #act mov S$额外物品 唤神宝珠 mov S$额外数量 1 #if small N$随机陨铁 94 #act mov S$额外物品 神秘之水 mov S$额外数量 1 #if small N$随机陨铁 80 #act mov S$额外物品 天工神锤 mov S$额外数量 1 #if s
后端Lua
穿戴的装备爆出有触发吗?
TXT语法专家
3#1#4000|3#3#200|3#4#200|3#5#200|3#6#200|3#7#200|3#8#200|3#9#50|3#10#100|3#11#50|3#12#100|3#21#2|3#25#2|3#26#2|3#27#2|3#28#2|3#30#2|3#77#200
后端Lua
function main(actor) local str = [[ <Img|x=358.0|y=135.0|show=0|reset=1|move=1|loadDelay=1|esc=1|bg=1|img=public/z2010.png> <Button|x=655.0|y=140.0|nimg=public/1900000510.png|pimg=public/1900000511.png|link=@exit> <Img|x=360.0|y=147.0|img=public/wor
后端Lua