新开传奇版本洗练附加功能服务器脚本

来源: 作者: 点击:
[@main]

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



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


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

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



#if
CHECKGAMEGOLD>499
#ACT
GAMEGOLD-500
;movS23<$DLGITEM.NAME>
MOVRM2659
MOVRM2739
MOVRM2859
MOVRM2939
MOVRM3059
MOVRM312080
MOVRM322080
MOVRM332080
MOVRM342080
MOVRM352080
MOVS10
MOVS11
SetCustomItemText-1[隐藏属性]:
SetCustomItemTextCOLOR-1245
SetCustomItemValue-10=<$STR(M31)>
SetCustomItemValue-11=<$STR(M32)>
SetCustomItemValue-12=<$STR(M33)>
SetCustomItemValue-13=<$STR(M34)>
SetCustomItemValue-14=<$STR(M35)>
;SetCustomItemValue-16=<$STR(N$属性7)>
;自定义属性说明的颜色
SetCustomItemAbil-100250
SetCustomItemAbil-110254
SetCustomItemAbil-120253
SetCustomItemAbil-130249
SetCustomItemAbil-14046

;自定义属性代表的位置
SetCustomItemAbil-101<$STR(M30)>
SetCustomItemAbil-111<$STR(M29)>
SetCustomItemAbil-121<$STR(M28)>
SetCustomItemAbil-131<$STR(M27)>
SetCustomItemAbil-141<$STR(M26)>
;自定义属性显示的格式
SetCustomItemAbil-1020
SetCustomItemAbil-1121
SetCustomItemAbil-1222
SetCustomItemAbil-1323
SetCustomItemAbil-1424

;自定义属性是否百分比
SetCustomItemAbil-1030
SetCustomItemAbil-1130
SetCustomItemAbil-1230
SetCustomItemAbil-1330
SetCustomItemAbil-1430

MOVRN$属性720003000
MOVRN$属性820003000
SetCustomItemAbil-1616
;设置第7个自定义属性绑定的属性
SetCustomItemAbil-1626
;设置第7个自定义属性显示的位置
SetCustomItemAbil-1630
;设置第7个自定义属性为百分比模式
SetCustomItemValue-16=<$STR(N$属性7)>
;设置第7个自定义属性的点数

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

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