[Gm版本库]传奇脚本系列-元素大师

 关闭 [复制链接]
查看811 | 回复0 | 2014-4-14 17:10:30 | 显示全部楼层 |阅读模式
[@main]
#if
#act
OpenBigDialogBox 16
#say
<在这里可以给你的装备注入各种元素属性.装备致命一击,攻击伤害增加,物理伤害减少/SCOLOR=253>\
<魔法上海减少,攻击伤害反弹,忽视目标防御。每种属性最高5%每次需要花费10000元宝!/SCOLOR=253>\  \
?                                  <头盔增加属性/@头盔>   \   \
?            <武器增加属性/@武器>                               <项链增加属性/@项链>\  \  \
?            <衣服增加属性/@衣服>                               <勋章增加属性/@勋章>\  \  \
?            <左手增加属性/@左手>                               <右手增加属性/@右手>\  \  \
?            <左戒增加属性/@左戒>                               <右戒增加属性/@右戒>\  \  \   \
?                       <毒符属性/SCOLOR=151> <腰带属性/@腰带> <靴子属性/@靴子> <宝石属性/@宝石>\

[@靴子]
#if
#act
OpenBigDialogBox
#say
\  \
<穿好你装备我才可以给你的装备加元素上属性,10000元宝增加1%,每种属性最高5%!/AUTOCOLOR=250,100,180,50,252,50>\  \
<当前你穿着的靴子是:/SCOLOR=250> <$BOOTS>\  \
<╭┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬╮/SCOLOR=254>\
<├/SCOLOR=254>                                                                            <┤/SCOLOR=254>\
<├/SCOLOR=254>  ㊣ <攻击型元素/SCOLOR=253> ……… ⊙  <致命一击[url=]/@12700[/url]>  ⊙  <攻击伤害增加[url=]/@12710[/url]> ⊙ <忽视目标防御[url=]/@12750[/url]>  ⊙   <┤/SCOLOR=254>\
<├/SCOLOR=254>                                                                            <┤/SCOLOR=254>\
<├/SCOLOR=254>                                                                            <┤/SCOLOR=254>\
<├/SCOLOR=254>  ㊣ <防御型元素/SCOLOR=253> ……… ⊙  <伤害反弹[url=]/@12730[/url]>  ⊙  <魔法伤害减少[url=]/@12740[/url]> ⊙ <物理伤害减少[url=]/@12720[/url]>  ⊙   <┤/SCOLOR=254>\
<├/SCOLOR=254>                                                                            <┤/SCOLOR=254>\
<├/SCOLOR=254>                                                                            <┤/SCOLOR=254>\
<├/SCOLOR=254>  ㊣ <防御型元素/SCOLOR=253> ……… ⊙  <体质增加[url=]/@12760[/url]>  ⊙  <返回首页[url=]/@main[/url]> ⊙                        <┤/SCOLOR=254>\
<├/SCOLOR=254>                                                                            <┤/SCOLOR=254>\
<╰┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴╯/SCOLOR=254>\   
[@12760]
#IF
CheckGameGold > 10000
CheckNewItemValue 11 6 < 5
#ACT
GameGold - 10000
SetNewItemValue 11 6 + 1
SENDMSG 5 恭喜附加元素属性成功!~!~!~
goto @xuez
#elseact
messagebox 你元宝不足或者你的升级点数超过5%的限制\
               
[@12750]
#IF
CheckGameGold > 10000
CheckNewItemValue 11 4 < 5
#ACT
GameGold - 10000
SetNewItemValue 11 4 + 1
SENDMSG 5 恭喜附加元素属性成功!~!~!~
goto @xuez
#elseact
messagebox 你元宝不足或者你的升级点数超过5%的限制\
[@12740]
#IF
CheckGameGold > 10000
CheckNewItemValue 11 3 < 5
#ACT
GameGold - 10000
SetNewItemValue 11 3 + 1
SENDMSG 5 恭喜附加元素属性成功!~!~!~
goto @xuez
#elseact
messagebox 你元宝不足或者你的升级点数超过5%的限制\
[@12730]
#IF
CheckGameGold > 10000
CheckNewItemValue 11 5 < 5
#ACT
GameGold - 10000
SetNewItemValue 11 5 + 1
SENDMSG 5 恭喜附加元素属性成功!~!~!~
goto @xuez
#elseact
messagebox 你元宝不足或者你的升级点数超过5%的限制\
[@12720]
#IF
CheckGameGold > 10000
CheckNewItemValue 11 2 < 5
#ACT
GameGold - 10000
SetNewItemValue 11 2 + 1
SENDMSG 5 恭喜附加元素属性成功!~!~!~
goto @xuez
#elseact
messagebox 你元宝不足或者你的升级点数超过5%的限制\
[@12710]
#IF
CheckGameGold > 10000
CheckNewItemValue 11 1 < 5
#ACT
GameGold - 10000
SetNewItemValue 11 1 + 1
SENDMSG 5 恭喜附加元素属性成功!~!~!~
goto @xuez
#elseact
messagebox 你元宝不足或者你的升级点数超过5%的限制\
[@12700]
#IF
CheckGameGold > 10000
CheckNewItemValue 11 0 < 5
#ACT
GameGold - 10000
SetNewItemValue 11 0 + 1
SENDMSG 5 恭喜附加元素属性成功!~!~!~
goto @xuez
#elseact
messagebox 你元宝不足或者你的升级点数超过5%的限制\
[@腰带]
#if
#act
OpenBigDialogBox
#say
\  \
<穿好你装备我才可以给你的装备加元素上属性,10000元宝增加1%,每种属性最高5%!/AUTOCOLOR=250,100,180,50,252,50>\  \
<当前你穿着的腰带是:/SCOLOR=250> <$BELT>\  \
<╭┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬╮/SCOLOR=254>\
<├/SCOLOR=254>                                                                            <┤/SCOLOR=254>\
<├/SCOLOR=254>  ㊣ <攻击型元素/SCOLOR=253> ……… ⊙  <致命一击[url=]/@12600[/url]>  ⊙  <攻击伤害增加[url=]/@12610[/url]> ⊙ <忽视目标防御[url=]/@12650[/url]>  ⊙   <┤/SCOLOR=254>\
<├/SCOLOR=254>                                                                            <┤/SCOLOR=254>\
<├/SCOLOR=254>                                                                            <┤/SCOLOR=254>\
<├/SCOLOR=254>  ㊣ <防御型元素/SCOLOR=253> ……… ⊙  <伤害反弹[url=]/@12630[/url]>  ⊙  <魔法伤害减少[url=]/@12640[/url]> ⊙ <物理伤害减少[url=]/@12620[/url]>  ⊙   <┤/SCOLOR=254>\
<├/SCOLOR=254>                                                                            <┤/SCOLOR=254>\
<├/SCOLOR=254>                                                                            <┤/SCOLOR=254>\
<├/SCOLOR=254>  ㊣ <防御型元素/SCOLOR=253> ……… ⊙  <体质增加[url=]/@12660[/url]>  ⊙  <返回首页[url=]/@main[/url]> ⊙                        <┤/SCOLOR=254>\
<├/SCOLOR=254>                                                                            <┤/SCOLOR=254>\
<╰┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴╯/SCOLOR=254>\  

[@12660]
#IF
CheckGameGold > 10000
CheckNewItemValue 10 6 < 5
#ACT
GameGold - 10000
SetNewItemValue 10 6 + 1
SENDMSG 5 恭喜附加元素属性成功!~!~!~
goto @yaod
#elseact
messagebox 你元宝不足或者你的升级点数超过5%的限制\
[@12650]
#IF
CheckGameGold > 10000
CheckNewItemValue 10 4 < 5
#ACT
GameGold - 10000
SetNewItemValue 10 4 + 1
SENDMSG 5 恭喜附加元素属性成功!~!~!~
goto @yaod
#elseact
messagebox 你元宝不足或者你的升级点数超过5%的限制\
[@12640]
#IF
CheckGameGold > 10000
CheckNewItemValue 10 3 < 5
#ACT
GameGold - 10000
SetNewItemValue 10 3 + 1
SENDMSG 5 恭喜附加元素属性成功!~!~!~
goto @yaod
#elseact
messagebox 你元宝不足或者你的升级点数超过5%的限制\
[@12630]
#IF
CheckGameGold > 10000
CheckNewItemValue 10 5 < 5
#ACT
GameGold - 10000
SetNewItemValue 10 5 + 1
SENDMSG 5 恭喜附加元素属性成功!~!~!~
goto @yaod
#elseact
messagebox 你元宝不足或者你的升级点数超过5%的限制\
[@12620]
#IF
CheckGameGold > 10000
CheckNewItemValue 10 2 < 5
#ACT
GameGold - 10000
SetNewItemValue 10 2 + 1
SENDMSG 5 恭喜附加元素属性成功!~!~!~
goto @yaod
#elseact
messagebox 你元宝不足或者你的升级点数超过5%的限制\
[@12610]
#IF
CheckGameGold > 10000
CheckNewItemValue 10 1 < 5
#ACT
GameGold - 10000
SetNewItemValue 10 1 + 1
SENDMSG 5 恭喜附加元素属性成功!~!~!~
goto @yaod
#elseact
messagebox 你元宝不足或者你的升级点数超过5%的限制\
[@12600]
#IF
CheckGameGold > 10000
CheckNewItemValue 10 0 < 5
#ACT
GameGold - 10000
SetNewItemValue 10 0 + 1
SENDMSG 5 恭喜附加元素属性成功!~!~!~
goto @yaod
#elseact
messagebox 你元宝不足或者你的升级点数超过5%的限制\
[@勋章]
#if
#act
OpenBigDialogBox
#say
\  \
<穿好你装备我才可以给你的装备加元素上属性,10000元宝增加1%,每种属性最高5%!/AUTOCOLOR=250,100,180,50,252,50>\  \
<当前你穿着的勋章是:/SCOLOR=250> <$RIGHTHAND>\  \
<╭┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬╮/SCOLOR=254>\
<├/SCOLOR=254>                                                                            <┤/SCOLOR=254>\
<├/SCOLOR=254>  ㊣ <攻击型元素/SCOLOR=253> ……… ⊙  <致命一击[url=]/@12500[/url]>  ⊙  <攻击伤害增加[url=]/@12510[/url]> ⊙ <忽视目标防御[url=]/@12550[/url]>  ⊙   <┤/SCOLOR=254>\
<├/SCOLOR=254>                                                                            <┤/SCOLOR=254>\
<├/SCOLOR=254>                                                                            <┤/SCOLOR=254>\
<├/SCOLOR=254>  ㊣ <防御型元素/SCOLOR=253> ……… ⊙  <伤害反弹[url=]/@12530[/url]>  ⊙  <魔法伤害减少[url=]/@12540[/url]> ⊙ <物理伤害减少[url=]/@12520[/url]>  ⊙   <┤/SCOLOR=254>\
<├/SCOLOR=254>                                                                            <┤/SCOLOR=254>\
<├/SCOLOR=254>                                                                            <┤/SCOLOR=254>\
<├/SCOLOR=254>  ㊣ <防御型元素/SCOLOR=253> ……… ⊙  <体质增加[url=]/@12560[/url]>  ⊙  <返回首页[url=]/@main[/url]> ⊙                        <┤/SCOLOR=254>\
<├/SCOLOR=254>                                                                            <┤/SCOLOR=254>\
<╰┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴╯/SCOLOR=254>\  
[@12560]
#IF
CheckGameGold > 10000
CheckNewItemValue 2 6 < 5
#ACT
GameGold - 10000
SetNewItemValue 2 6 + 1
SENDMSG 5 恭喜附加元素属性成功!~!~!~
goto @xunz
#elseact
messagebox 你元宝不足或者你的升级点数超过5%的限制\
[@12550]
#IF
CheckGameGold > 10000
CheckNewItemValue 2 4 < 5
#ACT
GameGold - 10000
SetNewItemValue 2 4 + 1
SENDMSG 5 恭喜附加元素属性成功!~!~!~
goto @xunz
#elseact
messagebox 你元宝不足或者你的升级点数超过5%的限制\
[@12540]
#IF
CheckGameGold > 10000
CheckNewItemValue 2 3 < 5
#ACT
GameGold - 10000
SetNewItemValue 2 3 + 1
SENDMSG 5 恭喜附加元素属性成功!~!~!~
goto @xunz
#elseact
messagebox 你元宝不足或者你的升级点数超过5%的限制\
[@12530]
#IF
CheckGameGold > 10000
CheckNewItemValue 2 5 < 5
#ACT
GameGold - 10000
SetNewItemValue 2 5 + 1
SENDMSG 5 恭喜附加元素属性成功!~!~!~
goto @xunz
#elseact
messagebox 你元宝不足或者你的升级点数超过5%的限制\
[@12520]
#IF
CheckGameGold > 10000
CheckNewItemValue 2 2 < 5
#ACT
GameGold - 10000
SetNewItemValue 2 2 + 1
SENDMSG 5 恭喜附加元素属性成功!~!~!~
goto @xunz
#elseact
messagebox 你元宝不足或者你的升级点数超过5%的限制\
[@12510]
#IF
CheckGameGold > 10000
CheckNewItemValue 2 1 < 5
#ACT
GameGold - 10000
SetNewItemValue 2 1 + 1
SENDMSG 5 恭喜附加元素属性成功!~!~!~
goto @xunz
#elseact
messagebox 你元宝不足或者你的升级点数超过5%的限制\
[@12500]
#IF
CheckGameGold > 10000
CheckNewItemValue 2 0 < 5
#ACT
GameGold - 10000
SetNewItemValue 2 0 + 1
SENDMSG 5 恭喜附加元素属性成功!~!~!~
goto @xunz
#elseact
messagebox 你元宝不足或者你的升级点数超过5%的限制\
[@shouz]
穿好你装备我才可以给你的装备加元素上属性\
条件:10000元宝加1%,点最高5%\
<左手镯[url=]/@zhuosz[/url]>  <右手镯[url=]/@yousz>\[/url]

[@左手]
#if
#act
OpenBigDialogBox
#say
\  \
<穿好你装备我才可以给你的装备加元素上属性,10000元宝增加1%,每种属性最高5%!/AUTOCOLOR=250,100,180,50,252,50>\  \
<当前你穿着的右手镯是:/SCOLOR=250> <$ARMRING_R>\  \
<╭┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬╮/SCOLOR=254>\
<├/SCOLOR=254>                                                                            <┤/SCOLOR=254>\
<├/SCOLOR=254>  ㊣ <攻击型元素/SCOLOR=253> ……… ⊙  <致命一击[url=]/@12400[/url]>  ⊙  <攻击伤害增加[url=]/@12410[/url]> ⊙ <忽视目标防御[url=]/@12450[/url]>  ⊙   <┤/SCOLOR=254>\
<├/SCOLOR=254>                                                                            <┤/SCOLOR=254>\
<├/SCOLOR=254>                                                                            <┤/SCOLOR=254>\
<├/SCOLOR=254>  ㊣ <防御型元素/SCOLOR=253> ……… ⊙  <伤害反弹[url=]/@12430[/url]>  ⊙  <魔法伤害减少[url=]/@12440[/url]> ⊙ <物理伤害减少[url=]/@12420[/url]>  ⊙   <┤/SCOLOR=254>\
<├/SCOLOR=254>                                                                            <┤/SCOLOR=254>\
<├/SCOLOR=254>                                                                            <┤/SCOLOR=254>\
<├/SCOLOR=254>  ㊣ <防御型元素/SCOLOR=253> ……… ⊙  <体质增加[url=]/@12460[/url]>  ⊙  <返回首页[url=]/@main[/url]> ⊙                        <┤/SCOLOR=254>\
<├/SCOLOR=254>                                                                            <┤/SCOLOR=254>\
<╰┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴╯/SCOLOR=254>\  

[@12460]
#IF
CheckGameGold > 10000
CheckNewItemValue 6 6 < 5
#ACT
GameGold - 10000
SetNewItemValue 6 6 + 1
SENDMSG 5 恭喜附加元素属性成功!~!~!~
goto @zhuosz
#elseact
messagebox 你元宝不足或者你的升级点数超过5%的限制\
[@12450]
#IF
CheckGameGold > 10000
CheckNewItemValue 6 4 < 5
#ACT
GameGold - 10000
SetNewItemValue 6 4 + 1
SENDMSG 5 恭喜附加元素属性成功!~!~!~
goto @zhuosz
#elseact
messagebox 你元宝不足或者你的升级点数超过5%的限制\
[@12440]
#IF
CheckGameGold > 10000
CheckNewItemValue 6 3 < 5
#ACT
GameGold - 10000
SetNewItemValue 6 3 + 1
SENDMSG 5 恭喜附加元素属性成功!~!~!~
goto @zhuosz
#elseact
messagebox 你元宝不足或者你的升级点数超过5%的限制\
[@12430]
#IF
CheckGameGold > 10000
CheckNewItemValue 6 5 < 5
#ACT
GameGold - 10000
SetNewItemValue 6 5 + 1
SENDMSG 5 恭喜附加元素属性成功!~!~!~
goto @zhuosz
#elseact
messagebox 你元宝不足或者你的升级点数超过5%的限制\
[@12420]
#IF
CheckGameGold > 10000
CheckNewItemValue 6 2 < 5
#ACT
GameGold - 10000
SetNewItemValue 6 2 + 1
SENDMSG 5 恭喜附加元素属性成功!~!~!~
goto @zhuosz
#elseact
messagebox 你元宝不足或者你的升级点数超过5%的限制\
[@12410]
#IF
CheckGameGold > 10000
CheckNewItemValue 6 1 < 5
#ACT
GameGold - 10000
SetNewItemValue 6 1 + 1
SENDMSG 5 恭喜附加元素属性成功!~!~!~
goto @zhuosz
#elseact
messagebox 你元宝不足或者你的升级点数超过5%的限制\
[@12400]
#IF
CheckGameGold > 10000
CheckNewItemValue 6 0 < 5
#ACT
GameGold - 10000
SetNewItemValue 6 0 + 1
SENDMSG 5 恭喜附加元素属性成功!~!~!~
goto @zhuosz
#elseact
messagebox 你元宝不足或者你的升级点数超过5%的限制\
[@右手]
#if
#act
OpenBigDialogBox
#say
\  \
<穿好你装备我才可以给你的装备加元素上属性,10000元宝增加1%,每种属性最高5%!/AUTOCOLOR=250,100,180,50,252,50>\  \
<当前你穿着的左手镯是:/SCOLOR=250> <$ARMRING_L>\  \
<╭┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬╮/SCOLOR=254>\
<├/SCOLOR=254>                                                                            <┤/SCOLOR=254>\
<├/SCOLOR=254>  ㊣ <攻击型元素/SCOLOR=253> ……… ⊙  <致命一击[url=]/@12300[/url]>  ⊙  <攻击伤害增加[url=]/@12310[/url]> ⊙ <忽视目标防御[url=]/@12350[/url]>  ⊙   <┤/SCOLOR=254>\
<├/SCOLOR=254>                                                                            <┤/SCOLOR=254>\
<├/SCOLOR=254>                                                                            <┤/SCOLOR=254>\
<├/SCOLOR=254>  ㊣ <防御型元素/SCOLOR=253> ……… ⊙  <伤害反弹[url=]/@12330[/url]>  ⊙  <魔法伤害减少[url=]/@12340[/url]> ⊙ <物理伤害减少[url=]/@12320[/url]>  ⊙   <┤/SCOLOR=254>\
<├/SCOLOR=254>                                                                            <┤/SCOLOR=254>\
<├/SCOLOR=254>                                                                            <┤/SCOLOR=254>\
<├/SCOLOR=254>  ㊣ <防御型元素/SCOLOR=253> ……… ⊙  <体质增加[url=]/@12360[/url]>  ⊙  <返回首页[url=]/@main[/url]> ⊙                        <┤/SCOLOR=254>\
<├/SCOLOR=254>                                                                            <┤/SCOLOR=254>\
<╰┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴╯/SCOLOR=254>\  

[@12360]
#IF
CheckGameGold > 10000
CheckNewItemValue 5 6 < 5
#ACT
GameGold - 10000
SetNewItemValue 5 6 + 1
SENDMSG 5 恭喜附加元素属性成功!~!~!~
goto @yousz
#elseact
messagebox 你元宝不足或者你的升级点数超过5%的限制\
[@12350]
#IF
CheckGameGold > 10000
CheckNewItemValue 5 4 < 5
#ACT
GameGold - 10000
SetNewItemValue 5 4 + 1
SENDMSG 5 恭喜附加元素属性成功!~!~!~
goto @yousz
#elseact
messagebox 你元宝不足或者你的升级点数超过5%的限制\
[@12340]
#IF
CheckGameGold > 10000
CheckNewItemValue 5 3 < 5
#ACT
GameGold - 10000
SetNewItemValue 5 3 + 1
SENDMSG 5 恭喜附加元素属性成功!~!~!~
goto @yousz
#elseact
messagebox 你元宝不足或者你的升级点数超过5%的限制\
[@12330]
#IF
CheckGameGold > 10000
CheckNewItemValue 5 5 < 5
#ACT
GameGold - 10000
SetNewItemValue 5 5 + 1
SENDMSG 5 恭喜附加元素属性成功!~!~!~
goto @yousz
#elseact
messagebox 你元宝不足或者你的升级点数超过5%的限制\
[@12320]
#IF
CheckGameGold > 10000
CheckNewItemValue 5 2 < 5
#ACT
GameGold - 10000
SetNewItemValue 5 2 + 1
SENDMSG 5 恭喜附加元素属性成功!~!~!~
goto @yousz
#elseact
messagebox 你元宝不足或者你的升级点数超过5%的限制\

[@12310]
#IF
CheckGameGold > 10000
CheckNewItemValue 5 1 < 5
#ACT
GameGold - 10000
SetNewItemValue 5 1 + 1
SENDMSG 5 恭喜附加元素属性成功!~!~!~
goto @yousz
#elseact
messagebox 你元宝不足或者你的升级点数超过5%的限制\
[@12300]
#IF
CheckGameGold > 10000
CheckNewItemValue 5 0 < 5
#ACT
GameGold - 10000
SetNewItemValue 5 0 + 1
SENDMSG 5 恭喜附加元素属性成功!~!~!~
goto @yousz
#elseact
messagebox 你元宝不足或者你的升级点数超过5%的限制\

[@右戒]
#if
#act
OpenBigDialogBox
#say
\  \
<穿好你装备我才可以给你的装备加元素上属性,10000元宝增加1%,每种属性最高5%!/AUTOCOLOR=250,100,180,50,252,50>\  \
<当前你穿着的右戒指是:/SCOLOR=250> <$RING_L>\  \
<╭┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬╮/SCOLOR=254>\
<├/SCOLOR=254>                                                                            <┤/SCOLOR=254>\
<├/SCOLOR=254>  ㊣ <攻击型元素/SCOLOR=253> ……… ⊙  <致命一击[url=]/@12200[/url]>  ⊙  <攻击伤害增加[url=]/@12210[/url]> ⊙ <忽视目标防御[url=]/@12250[/url]>  ⊙   <┤/SCOLOR=254>\
<├/SCOLOR=254>                                                                            <┤/SCOLOR=254>\
<├/SCOLOR=254>                                                                            <┤/SCOLOR=254>\
<├/SCOLOR=254>  ㊣ <防御型元素/SCOLOR=253> ……… ⊙  <伤害反弹[url=]/@12230[/url]>  ⊙  <魔法伤害减少[url=]/@12240[/url]> ⊙ <物理伤害减少[url=]/@12220[/url]>  ⊙   <┤/SCOLOR=254>\
<├/SCOLOR=254>                                                                            <┤/SCOLOR=254>\
<├/SCOLOR=254>                                                                            <┤/SCOLOR=254>\
<├/SCOLOR=254>  ㊣ <防御型元素/SCOLOR=253> ……… ⊙  <体质增加[url=]/@12260[/url]>  ⊙  <返回首页[url=]/@main[/url]> ⊙                        <┤/SCOLOR=254>\
<├/SCOLOR=254>                                                                            <┤/SCOLOR=254>\
<╰┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴╯/SCOLOR=254>\  

[@12260]
#IF
CheckGameGold > 10000
CheckNewItemValue 7 6 < 5
#ACT
GameGold - 10000
SetNewItemValue 7 6 + 1
SENDMSG 5 恭喜附加元素属性成功!~!~!~
goto @youjie
#elseact
messagebox 你元宝不足或者你的升级点数超过5%的限制\
[@12250]
#IF
CheckGameGold > 10000
CheckNewItemValue 7 4 < 5
#ACT
GameGold - 10000
SetNewItemValue 7 4 + 1
SENDMSG 5 恭喜附加元素属性成功!~!~!~
goto @youjie
#elseact
messagebox 你元宝不足或者你的升级点数超过5%的限制\
[@12240]
#IF
CheckGameGold > 10000
CheckNewItemValue 7 3 < 5
#ACT
GameGold - 10000
SetNewItemValue 7 3 + 1
SENDMSG 5 恭喜附加元素属性成功!~!~!~
goto @youjie
#elseact
messagebox 你元宝不足或者你的升级点数超过5%的限制\
[@12230]
#IF
CheckGameGold > 10000
CheckNewItemValue 7 5 < 5
#ACT
GameGold - 10000
SetNewItemValue 7 5 + 1
SENDMSG 5 恭喜附加元素属性成功!~!~!~
goto @youjie
#elseact
messagebox 你元宝不足或者你的升级点数超过5%的限制\
[@12220]
#IF
CheckGameGold > 10000
CheckNewItemValue 7 2 < 5
#ACT
GameGold - 10000
SetNewItemValue 7 2 + 1
SENDMSG 5 恭喜附加元素属性成功!~!~!~
goto @youjie
#elseact
messagebox 你元宝不足或者你的升级点数超过5%的限制\
[@12210]
#IF
CheckGameGold > 10000
CheckNewItemValue 7 1 < 5
#ACT
GameGold - 10000
SetNewItemValue 7 1 + 1
SENDMSG 5 恭喜附加元素属性成功!~!~!~
goto @youjie
#elseact
messagebox 你元宝不足或者你的升级点数超过5%的限制\
[@12200]
#IF
CheckGameGold > 10000
CheckNewItemValue 7 0 < 5
#ACT
GameGold - 10000
SetNewItemValue 7 0 + 1
SENDMSG 5 恭喜附加元素属性成功!~!~!~
goto @youjie
#elseact
messagebox 你元宝不足或者你的升级点数超过5%的限制\

[@左戒]
#if
#act
OpenBigDialogBox
#say
\  \
<穿好你装备我才可以给你的装备加元素上属性,10000元宝增加1%,每种属性最高5%!/AUTOCOLOR=250,100,180,50,252,50>\  \
<当前你穿着的左戒指是:/SCOLOR=250> <$RING_R>\  \
<╭┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬╮/SCOLOR=254>\
<├/SCOLOR=254>                                                                            <┤/SCOLOR=254>\
<├/SCOLOR=254>  ㊣ <攻击型元素/SCOLOR=253> ……… ⊙  <致命一击[url=]/@10200[/url]>  ⊙  <攻击伤害增加[url=]/@10210[/url]> ⊙ <忽视目标防御[url=]/@10250[/url]>  ⊙   <┤/SCOLOR=254>\
<├/SCOLOR=254>                                                                            <┤/SCOLOR=254>\
<├/SCOLOR=254>                                                                            <┤/SCOLOR=254>\
<├/SCOLOR=254>  ㊣ <防御型元素/SCOLOR=253> ……… ⊙  <伤害反弹[url=]/@10230[/url]>  ⊙  <魔法伤害减少[url=]/@10240[/url]> ⊙ <物理伤害减少[url=]/@10220[/url]>  ⊙   <┤/SCOLOR=254>\
<├/SCOLOR=254>                                                                            <┤/SCOLOR=254>\
<├/SCOLOR=254>                                                                            <┤/SCOLOR=254>\
<├/SCOLOR=254>  ㊣ <防御型元素/SCOLOR=253> ……… ⊙  <体质增加[url=]/@10260[/url]>  ⊙  <返回首页[url=]/@main[/url]> ⊙                        <┤/SCOLOR=254>\
<├/SCOLOR=254>                                                                            <┤/SCOLOR=254>\
<╰┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴╯/SCOLOR=254>\  
[@10260]
#IF
CheckGameGold > 10000
CheckNewItemValue 8 6 < 5
#ACT
GameGold - 10000
SetNewItemValue 8 6 + 1
SENDMSG 5 恭喜附加元素属性成功!~!~!~
goto @zhuojie
#elseact
messagebox 你元宝不足或者你的升级点数超过5%的限制\
[@10250]
#IF
CheckGameGold > 10000
CheckNewItemValue 8 4 < 5
#ACT
GameGold - 10000
SetNewItemValue 8 4 + 1
SENDMSG 5 恭喜附加元素属性成功!~!~!~
goto @zhuojie
#elseact
messagebox 你元宝不足或者你的升级点数超过5%的限制\
[@10240]
#IF
CheckGameGold > 10000
CheckNewItemValue 8 3 < 5
#ACT
GameGold - 10000
SetNewItemValue 8 3 + 1
SENDMSG 5 恭喜附加元素属性成功!~!~!~
goto @zhuojie
#elseact
messagebox 你元宝不足或者你的升级点数超过5%的限制\
[@10230]
#IF
CheckGameGold > 10000
CheckNewItemValue 8 5 < 5
#ACT
GameGold - 10000
SetNewItemValue 8 5 + 1
SENDMSG 5 恭喜附加元素属性成功!~!~!~
goto @zhuojie
#elseact
messagebox 你元宝不足或者你的升级点数超过5%的限制\
[@10220]
#IF
CheckGameGold > 10000
CheckNewItemValue 8 2 < 5
#ACT
GameGold - 10000
SetNewItemValue 8 2 + 1
SENDMSG 5 恭喜附加元素属性成功!~!~!~
goto @zhuojie
#elseact
messagebox 你元宝不足或者你的升级点数超过5%的限制\
[@10210]
#IF
CheckGameGold > 10000
CheckNewItemValue 8 1 < 5
#ACT
GameGold - 10000
SetNewItemValue 8 1 + 1
SENDMSG 5 恭喜附加元素属性成功!~!~!~
goto @zhuojie
#elseact
messagebox 你元宝不足或者你的升级点数超过5%的限制\
[@10200]
#IF
CheckGameGold > 10000
CheckNewItemValue 8 0 < 5
#ACT
GameGold - 10000
SetNewItemValue 8 0 + 1
SENDMSG 5 恭喜附加元素属性成功!~!~!~
goto @zhuojie
#elseact
messagebox 你元宝不足或者你的升级点数超过5%的限制\
[@项链]
#if
#act
OpenBigDialogBox
#say
\  \
<穿好你装备我才可以给你的装备加元素上属性,10000元宝增加1%,每种属性最高5%!/AUTOCOLOR=250,100,180,50,252,50>\  \
<当前你穿着的项链是:/SCOLOR=250> <$NECKLACE>\  \
<╭┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬╮/SCOLOR=254>\
<├/SCOLOR=254>                                                                            <┤/SCOLOR=254>\
<├/SCOLOR=254>  ㊣ <攻击型元素/SCOLOR=253> ……… ⊙  <致命一击[url=]/@10100[/url]>  ⊙  <攻击伤害增加[url=]/@10110[/url]> ⊙ <忽视目标防御[url=]/@10150[/url]>  ⊙   <┤/SCOLOR=254>\
<├/SCOLOR=254>                                                                            <┤/SCOLOR=254>\
<├/SCOLOR=254>                                                                            <┤/SCOLOR=254>\
<├/SCOLOR=254>  ㊣ <防御型元素/SCOLOR=253> ……… ⊙  <伤害反弹[url=]/@10130[/url]>  ⊙  <魔法伤害减少[url=]/@10140[/url]> ⊙ <物理伤害减少[url=]/@10120[/url]>  ⊙   <┤/SCOLOR=254>\
<├/SCOLOR=254>                                                                            <┤/SCOLOR=254>\
<├/SCOLOR=254>                                                                            <┤/SCOLOR=254>\
<├/SCOLOR=254>  ㊣ <防御型元素/SCOLOR=253> ……… ⊙  <体质增加[url=]/@10160[/url]>  ⊙  <返回首页[url=]/@main[/url]> ⊙                        <┤/SCOLOR=254>\
<├/SCOLOR=254>                                                                            <┤/SCOLOR=254>\
<╰┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴╯/SCOLOR=254>\  
[@10160]
#IF
CheckGameGold > 10000
CheckNewItemValue 3 6 < 5
#ACT
GameGold - 10000
SetNewItemValue 3 6 + 1
SENDMSG 5 恭喜附加元素属性成功!~!~!~
goto @xiang
#elseact
messagebox 你元宝不足或者你的升级点数超过5%的限制\
[@10150]
#IF
CheckGameGold > 10000
CheckNewItemValue 3 4 < 5
#ACT
GameGold - 10000
SetNewItemValue 3 4 + 1
SENDMSG 5 恭喜附加元素属性成功!~!~!~
goto @xiang
#elseact
messagebox 你元宝不足或者你的升级点数超过5%的限制\
[@10140]
#IF
CheckGameGold > 10000
CheckNewItemValue 3 3 < 5
#ACT
GameGold - 10000
SetNewItemValue 3 3 + 1
SENDMSG 5 恭喜附加元素属性成功!~!~!~
goto @xiang
#elseact
messagebox 你元宝不足或者你的升级点数超过5%的限制\
[@10130]
#IF
CheckGameGold > 10000
CheckNewItemValue 3 5 < 5
#ACT
GameGold - 10000
SetNewItemValue 3 5 + 1
SENDMSG 5 恭喜附加元素属性成功!~!~!~
goto @xiang
#elseact
messagebox 你元宝不足或者你的升级点数超过5%的限制\
[@10120]
#IF
CheckGameGold > 10000
CheckNewItemValue 3 2 < 5
#ACT
GameGold - 10000
SetNewItemValue 3 2 + 1
SENDMSG 5 恭喜附加元素属性成功!~!~!~
goto @xiang
#elseact
messagebox 你元宝不足或者你的升级点数超过5%的限制\

[@10110]
#IF
CheckGameGold > 10000
CheckNewItemValue 3 1 < 5
#ACT
GameGold - 10000
SetNewItemValue 3 1 + 1
SENDMSG 5 恭喜附加元素属性成功!~!~!~
goto @xiang
#elseact
messagebox 你元宝不足或者你的升级点数超过5%的限制\
[@10100]
#IF
CheckGameGold > 10000
CheckNewItemValue 3 0 < 5
#ACT
GameGold - 10000
SetNewItemValue 3 0 + 1
SENDMSG 5 恭喜附加元素属性成功!~!~!~
goto @xiang
#elseact
messagebox 你元宝不足或者你的升级点数超过5%的限制\
[@武器]
#if
#act
OpenBigDialogBox
#say
\  \
<穿好你装备我才可以给你的装备加元素上属性,10000元宝增加1%,每种属性最高5%!/AUTOCOLOR=250,100,180,50,252,50>\  \
<当前你穿着的武器是:/SCOLOR=250> <$WEAPON>\  \
<╭┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬╮/SCOLOR=254>\
<├/SCOLOR=254>                                                                            <┤/SCOLOR=254>\
<├/SCOLOR=254>  ㊣ <攻击型元素/SCOLOR=253> ……… ⊙  <致命一击[url=]/@1010[/url]>  ⊙  <攻击伤害增加[url=]/@1011[/url]> ⊙ <忽视目标防御[url=]/@1015[/url]>  ⊙   <┤/SCOLOR=254>\
<├/SCOLOR=254>                                                                            <┤/SCOLOR=254>\
<├/SCOLOR=254>                                                                            <┤/SCOLOR=254>\
<├/SCOLOR=254>  ㊣ <防御型元素/SCOLOR=253> ……… ⊙  <伤害反弹[url=]/@1013[/url]>  ⊙  <魔法伤害减少[url=]/@1014[/url]> ⊙ <物理伤害减少[url=]/@1012[/url]>  ⊙   <┤/SCOLOR=254>\
<├/SCOLOR=254>                                                                            <┤/SCOLOR=254>\
<├/SCOLOR=254>                                                                            <┤/SCOLOR=254>\
<├/SCOLOR=254>  ㊣ <防御型元素/SCOLOR=253> ……… ⊙  <体质增加[url=]/@1016[/url]>  ⊙  <返回首页[url=]/@main[/url]> ⊙                        <┤/SCOLOR=254>\
<├/SCOLOR=254>                                                                            <┤/SCOLOR=254>\
<╰┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴╯/SCOLOR=254>\
[@武器]
穿好你装备我才可以给你的装备加元素上属性\
条件:10000元宝加1%,点最高5%\
<致命一击[url=]/@1010[/url]>  <攻击伤害增加[url=]/@1011[/url]>  <物理伤害减少[url=]/@1012>\[/url]
<伤害反弹[url=]/@1013[/url]>  <魔法伤害减少[url=]/@1014[/url]>  <忽视目标防御[url=]/@1015>\[/url]
                      <返  回[url=]/@main[/url]>
[@1016]
#IF
CheckGameGold > 10000
CheckNewItemValue 1 6 < 5
#ACT
GameGold - 10000
SetNewItemValue 1 6 + 1
SENDMSG 5 恭喜附加元素属性成功!~!~!~
goto @wuq
#elseact
messagebox 你元宝不足或者你的升级点数超过5%的限制\
[@1015]
#IF
CheckGameGold > 10000
CheckNewItemValue 1 4 < 5
#ACT
GameGold - 10000
SetNewItemValue 1 4 + 1
SENDMSG 5 恭喜附加元素属性成功!~!~!~
goto @wuq
#elseact
messagebox 你元宝不足或者你的升级点数超过5%的限制\
[@1014]
#IF
CheckGameGold > 10000
CheckNewItemValue 1 3 < 5
#ACT
GameGold - 10000
SetNewItemValue 1 3 + 1
SENDMSG 5 恭喜附加元素属性成功!~!~!~
goto @wuq
#elseact
messagebox 你元宝不足或者你的升级点数超过5%的限制\
[@1013]
#IF
CheckGameGold > 10000
CheckNewItemValue 1 5 < 5
#ACT
GameGold - 10000
SetNewItemValue 1 5 + 1
SENDMSG 5 恭喜附加元素属性成功!~!~!~
goto @wuq
#elseact
messagebox 你元宝不足或者你的升级点数超过5%的限制\
[@1012]
#IF
CheckGameGold > 10000
CheckNewItemValue 1 2 < 5
#ACT
GameGold - 10000
SetNewItemValue 1 2 + 1
SENDMSG 5 恭喜附加元素属性成功!~!~!~
goto @wuq
#elseact
messagebox 你元宝不足或者你的升级点数超过5%的限制\
[@1011]
#IF
CheckGameGold > 10000
CheckNewItemValue 1 1 < 5
#ACT
GameGold - 10000
SetNewItemValue 1 1 + 1
SENDMSG 5 恭喜附加元素属性成功!~!~!~
goto @wuq
#elseact
messagebox 你元宝不足或者你的升级点数超过5%的限制\
[@1010]
#IF
CheckGameGold > 10000
CheckNewItemValue 1 0 < 5
#ACT
GameGold - 10000
SetNewItemValue 1 0 + 1
SENDMSG 5 恭喜附加元素属性成功!~!~!~
goto @wuq
#elseact
messagebox 你元宝不足或者你的升级点数超过5%的限制\
[@衣服]
#if
#act
OpenBigDialogBox
#say
\  \
<穿好你装备我才可以给你的装备加元素上属性,10000元宝增加1%,每种属性最高5%!/AUTOCOLOR=250,100,180,50,252,50>\  \
<当前你穿着的衣服是:/SCOLOR=250> <$DRESS>\  \
<╭┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬╮/SCOLOR=254>\
<├/SCOLOR=254>                                                                            <┤/SCOLOR=254>\
<├/SCOLOR=254>  ㊣ <攻击型元素/SCOLOR=253> ……… ⊙  <致命一击[url=]/@1000[/url]>  ⊙  <攻击伤害增加[url=]/@1001[/url]> ⊙ <忽视目标防御[url=]/@1005[/url]>  ⊙   <┤/SCOLOR=254>\
<├/SCOLOR=254>                                                                            <┤/SCOLOR=254>\
<├/SCOLOR=254>                                                                            <┤/SCOLOR=254>\
<├/SCOLOR=254>  ㊣ <防御型元素/SCOLOR=253> ……… ⊙  <伤害反弹[url=]/@1003[/url]>  ⊙  <魔法伤害减少[url=]/@1004[/url]> ⊙ <物理伤害减少[url=]/@1002[/url]>  ⊙   <┤/SCOLOR=254>\
<├/SCOLOR=254>                                                                            <┤/SCOLOR=254>\
<├/SCOLOR=254>                                                                            <┤/SCOLOR=254>\
<├/SCOLOR=254>  ㊣ <防御型元素/SCOLOR=253> ……… ⊙  <体质增加[url=]/@1006[/url]>  ⊙  <返回首页[url=]/@main[/url]> ⊙                        <┤/SCOLOR=254>\
<├/SCOLOR=254>                                                                            <┤/SCOLOR=254>\
<╰┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴╯/SCOLOR=254>\

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

[@物理8]
#IF
CheckNewItemValue 12 2 < 5
CheckGameGold > 28887
#ACT
GameGold - 10000
SetNewItemValue 12 2 + 1
SENDMSG 5 恭喜附加元素属性成功!~!~!~
goto @宝石
#ELSEACT
messagebox 你元宝不足或者你的升级点数超过5%的限制\

[@魔法8]
#IF
CheckNewItemValue 12 3 < 5
CheckGameGold > 28887
#ACT
GameGold - 10000
SetNewItemValue 12 3 + 1
SENDMSG 5 恭喜附加元素属性成功!~!~!~
goto @宝石
#ELSEACT
messagebox 你元宝不足或者你的升级点数超过5%的限制\

[@防御8]
#IF
CheckNewItemValue 12 4 < 5
CheckGameGold > 28887
#ACT
GameGold - 10000
SetNewItemValue 12 4 + 1
SENDMSG 5 恭喜附加元素属性成功!~!~!~
goto @宝石
#ELSEACT
messagebox 你元宝不足或者你的升级点数超过5%的限制\

[@反弹8]
#IF
CheckNewItemValue 12 5 < 5
CheckGameGold > 28887
#ACT
GameGold - 10000
SetNewItemValue 12 5 + 1
SENDMSG 5 恭喜附加元素属性成功!~!~!~
goto @宝石
#ELSEACT
messagebox 你元宝不足或者你的升级点数超过5%的限制\




上一篇:[Gm版本库]传奇脚本系列-元宝抽奖
下一篇:[Gm版本库]传奇脚本系列-云游铁匠
购买商业版本请联系站长 论坛所有资源均免费下载,回复帖子即出现下载地址!站长QQ:1109852670
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则