逍遥MIR 发表于 2024-7-17 01:50:35

最新传奇版本洗练附加功能脚本


[@main]

#IF
#SAY
\ \
<专属洗练倍攻武器和项链,最高可以洗五条倍功,单条属性最大+80/FCOLOR=70>\ \ \
<想要鉴定出牛逼的属性得看你脸洗的是不是比屁股白了/FCOLOR=250>\ \ \
<我可是收费的,500元宝,拒绝还价/FCOLOR=250>\ \ \
<>      <我要洗练/@重生1>      <我要洗练/@重生1>      \



[@重生1]
#if
;CHECKGAMEGOLD > 499
#ACT
OPENUPGRADEDLG 装备重生
#elseact
SendMsg 5 你的元宝不足500个


[@UpgradeDlgItem]
#OR
EQUAL <$DLGITEM.STDMODE> 19
EQUAL <$DLGITEM.STDMODE> 5
EQUAL <$DLGITEM.STDMODE> 6
EQUAL <$DLGITEM.STDMODE> 20

#ELSEACT
RECLAIMITEM
sendmsg 6 放入了错误的装备类型。
BREAK



#if
CHECKGAMEGOLD > 499
#ACT
GAMEGOLD - 500
;mov S23 <$DLGITEM.NAME>
MOVR M26 5 9
MOVR M27 3 9
MOVR M28 5 9
MOVR M29 3 9
MOVR M30 5 9
MOVR M31 20 80
MOVR M32 20 80
MOVR M33 20 80
MOVR M34 20 80
MOVR M35 20 80
MOV S10
MOV S11
SetCustomItemText-1 [隐藏属性]:
SetCustomItemTextCOLOR -1 245
SetCustomItemValue -1 0 = <$STR(M31)>
SetCustomItemValue -1 1 = <$STR(M32)>
SetCustomItemValue -1 2 = <$STR(M33)>
SetCustomItemValue -1 3 = <$STR(M34)>
SetCustomItemValue -1 4 = <$STR(M35)>
;SetCustomItemValue -1 6 = <$STR(N$属性7)>
;自定义属性说明的颜色
SetCustomItemAbil -1 0 0 250
SetCustomItemAbil -1 1 0 254
SetCustomItemAbil -1 2 0 253
SetCustomItemAbil -1 3 0 249
SetCustomItemAbil -1 4 0 46

;自定义属性代表的位置
SetCustomItemAbil -1 0 1 <$STR(M30)>
SetCustomItemAbil -1 1 1 <$STR(M29)>
SetCustomItemAbil -1 2 1 <$STR(M28)>
SetCustomItemAbil -1 3 1 <$STR(M27)>
SetCustomItemAbil -1 4 1 <$STR(M26)>
;自定义属性显示的格式
SetCustomItemAbil -1 0 2 0
SetCustomItemAbil -1 1 2 1
SetCustomItemAbil -1 2 2 2
SetCustomItemAbil -1 3 2 3
SetCustomItemAbil -1 4 2 4

;自定义属性是否百分比
SetCustomItemAbil -1 0 3 0
SetCustomItemAbil -1 1 3 0
SetCustomItemAbil -1 2 3 0
SetCustomItemAbil -1 3 3 0
SetCustomItemAbil -1 4 3 0

MOVR N$属性7 2000 3000
MOVR N$属性8 2000 3000
SetCustomItemAbil -1 6 1 6
;设置第7个自定义属性绑定的属性
SetCustomItemAbil -1 6 2 6
;设置第7个自定义属性显示的位置
SetCustomItemAbil -1 6 3 0
;设置第7个自定义属性为百分比模式
SetCustomItemValue -1 6 = <$STR(N$属性7)>
;设置第7个自定义属性的点数

;设置第8个自定义属性的颜色
SetCustomItemAbil -1 7 1 7
;设置第8个自定义属性绑定的属性
SetCustomItemAbil -1 7 2 7
;设置第8个自定义属性显示的位置
SetCustomItemAbil -1 7 3 0
;设置第8个自定义属性为百分比模式
SetCustomItemValue -1 7 = <$STR(N$属性8)>
;设置第8个自定义属性的点数

;ChangeItemName -1 <$STR(S23)>
CHANGEITEMUPGRADECOUNT -1 = 0
RECLAIMITEM
;updateitem -1
SendMsg 5 你的装备已洗练出最佳状态
break

页: [1]
查看完整版本: 最新传奇版本洗练附加功能脚本