[@106]
#IF
CheckGameGold > 10000
CheckNewItemValue 4 6 < 5
#ACT
GameGold - 10000
SetNewItemValue 4 6 + 1
SENDMSG 5 恭喜附加元素属性成功!~!~!~
goto @touk
#elseact
messagebox 你元宝不足或者你的升级点数超过5%的限制\
[@105]
#IF
CheckGameGold > 10000
CheckNewItemValue 4 4 < 5
#ACT
GameGold - 10000
SetNewItemValue 4 4 + 1
SENDMSG 5 恭喜附加元素属性成功!~!~!~
goto @touk
#elseact
messagebox 你元宝不足或者你的升级点数超过5%的限制\
[@104]
#IF
CheckGameGold > 10000
CheckNewItemValue 4 3 < 5
#ACT
GameGold - 10000
SetNewItemValue 4 3 + 1
SENDMSG 5 恭喜附加元素属性成功!~!~!~
goto @touk
#elseact
messagebox 你元宝不足或者你的升级点数超过5%的限制\
[@103]
#IF
CheckGameGold > 10000
CheckNewItemValue 4 5 < 5
#ACT
GameGold - 10000
SetNewItemValue 4 5 + 1
SENDMSG 5 恭喜附加元素属性成功!~!~!~
goto @touk
#elseact
messagebox 你元宝不足或者你的升级点数超过5%的限制\
[@102]
#IF
CheckGameGold > 10000
CheckNewItemValue 4 2 < 5
#ACT
GameGold - 10000
SetNewItemValue 4 2 + 1
SENDMSG 5 恭喜附加元素属性成功!~!~!~
goto @touk
#elseact
messagebox 你元宝不足或者你的升级点数超过5%的限制\
[@101]
#IF
CheckGameGold > 10000
CheckNewItemValue 4 1 < 5
#ACT
GameGold - 10000
SetNewItemValue 4 1 + 1
SENDMSG 5 恭喜附加元素属性成功!~!~!~
goto @touk
#elseact
messagebox 你元宝不足或者你的升级点数超过5%的限制\
[@100]
#IF
CheckGameGold > 10000
CheckNewItemValue 4 0 < 5
#ACT
GameGold - 10000
SetNewItemValue 4 0 + 1
SENDMSG 5 恭喜附加元素属性成功!~!~!~
goto @touk
#elseact
messagebox 你元宝不足或者你的升级点数超过5%的限制\
[@宝石]
#if
#act
OpenBigDialogBox
#say
\ \
<穿好你装备我才可以给你的装备加元素上属性,10000元宝增加1%,每种属性最高5%!/AUTOCOLOR=250,100,180,50,252,50>\ \
<当前你穿着的宝石是:/SCOLOR=250> <$CHARM>\ \
<╭┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬╮/SCOLOR=254>\
<├/SCOLOR=254> <┤/SCOLOR=254>\
<├/SCOLOR=254> ㊣ <攻击型元素/SCOLOR=253> ……… ⊙ <致命一击/@致命8> ⊙ <攻击伤害增加/@伤害8> ⊙ <忽视目标防御/@防御8> ⊙ <┤/SCOLOR=254>\
<├/SCOLOR=254> <┤/SCOLOR=254>\
<├/SCOLOR=254> <┤/SCOLOR=254>\
<├/SCOLOR=254> ㊣ <防御型元素/SCOLOR=253> ……… ⊙ <伤害反弹/@反弹8> ⊙ <魔法伤害减少/@魔法8> ⊙ <物理伤害减少/@物理8> ⊙ <┤/SCOLOR=254>\
<├/SCOLOR=254> <┤/SCOLOR=254>\
<├/SCOLOR=254> <┤/SCOLOR=254>\
<├/SCOLOR=254> ㊣ <防御型元素/SCOLOR=253> ……… ⊙ <体质增加/@体质8> ⊙ <返回首页/@main> ⊙ <┤/SCOLOR=254>\
<├/SCOLOR=254> <┤/SCOLOR=254>\
<╰┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴╯/SCOLOR=254>\
[@体质8]
#IF
CheckNewItemValue 12 6 < 5
CheckGameGold > 28887
#ACT
GameGold - 10000
SetNewItemValue 12 6 + 1
SENDMSG 5 恭喜附加元素属性成功!~!~!~
goto @宝石
#ELSEACT
messagebox 你元宝不足或者你的升级点数超过5%的限制\
[@致命8]
#IF
CheckNewItemValue 12 0 < 5
CheckGameGold > 28887
#ACT
GameGold - 10000
SetNewItemValue 12 0 + 1
SENDMSG 5 恭喜附加元素属性成功!~!~!~
goto @宝石
#ELSEACT
messagebox 你元宝不足或者你的升级点数超过5%的限制\
[@伤害8]
#IF
CheckNewItemValue 12 1 < 5
CheckGameGold > 28887
#ACT
GameGold - 10000
SetNewItemValue 12 1 + 1
SENDMSG 5 恭喜附加元素属性成功!~!~!~
goto @宝石
#ELSEACT
messagebox 你元宝不足或者你的升级点数超过5%的限制\
数据统计中!!