新三端-如何获取刀魂当前进度值
文档中只有加刀魂和删除刀魂,没找到有获取当前进度条值的方法[@武器加刀魂]
#IF
#ACT
SetitemStr 1 刀魂名字 = ★杀怪修仙
SetItemInt 1 进度条变量 = 6600
SetitemStr 1 颜色 = 254
SENDMSG 5 刀魂名字★杀怪修仙
SendItemVar 1
[@武器加刀魂2]
#IF
#ACT
SetitemStr 1 刀魂名字2 = ★杀人附魔
SetItemInt 1 进度条变量2 = 66
SetitemStr 1 颜色2 = 253
SetitemStr 1 显示2 = 0
SENDMSG 5 刀魂名字★杀人附魔
SendItemVar 1
[@删除刀魂2]
#IF
#ACT
SetitemStr 1 显示2 = 1
SendItemVar 1
SENDMSG 5 删除刀魂2<$itemstr(1,显示2)>
知道了,不是很好找,在自定义属性找到的
sendmsg 9 <$itemstr(2,勋章刀魂名字)>
sendmsg 9 <$itemint(2,勋章刀魂进度条变量)>
页:
[1]