| 
	这个脚本是个较为普通的脚本,HEROM2引擎下测试绝对无错!不敢保证原创,但是我开区用过,绝对保证无错、无漏洞! 个人认为这个脚本适用于轻中变或超变版本,因为各属性可以加到7%,在轻变以下这个脚本可以破坏你的游戏平衡! 微变复古慎用! ====以下为脚本正文==== [@main] 
	 \ 
	<●●●●●●●●●●●●●●●●●●●●●●●●●●●●/SCOLOR=254>\ 
	<●/SCOLOR=254>      <致 命 一 击 /@1>  <攻 击 伤 害 /@2>  <魔法伤害减少/@3>      <●/SCOLOR=254>\ 
	<●/SCOLOR=254>      <攻击伤害反弹/@6>  <物理伤害减少/@5>  <忽视目标防御/@4>      <●/SCOLOR=254>\ 
	<●/SCOLOR=254><开放6种元素属性,每种最高可以加+7%.每次需花费1000元宝><●/SCOLOR=254>\ 
	<●●●●●●●●●●●●●●●●●●●●●●●●●●●●/SCOLOR=254>\ \ 
	    <提示:元素属性一但加上之后不可更改.威力巨大./SCOLOR=253> 
	[@1] 
	请问您需要给您身上的哪件装备增加<致命一击>属性\ 
	 \ 
	<武器属性增加:/@1.11>【<$WEAPON>】     <衣服属性增加:/@1.12>【<$DRESS>】\ 
	<项链属性增加:/@1.13>【<$NECKLACE>】     <头盔属性增加:/@1.14>【<$HELMET>】\ 
	<腰带属性增加:/@1.16>【<$BELT>】     <靴子属性增加:/@1.17>【<$BOOTS>】    \ 
	<左手镯属性增加:/@1.19>【<$ARMRING_R>】   <右手镯属性增加:/@1.20>【<$ARMRING_L>】\ 
	<左戒指属性增加:/@1.21>【<$RING_R>】   <右戒指属性增加:/@1.22>【<$RING_L>】\ 
	                          <返回/@main>\ 
	 {每增加一点元素属性需消耗1000元宝,最高7点/SCOLOR=250}\ 
	[@1.22] 
	#if 
	CheckNewItemValue 7 0 < 7 
	checkgamegold > 999 
	#act 
	gamegold - 1000 
	SetNewItemValue 7 0 + 1 
	sendmsg 0 恭喜<%s>戒指添加1%的致命一击! 
	#elseact 
	messagebox 您的元宝不足1000或您的属性已经加满!\ 
	[@1.21] 
	#if 
	CheckNewItemValue 8 0 < 7 
	checkgamegold > 999 
	#act 
	gamegold - 1000 
	SetNewItemValue 8 0 + 1 
	sendmsg 0 恭喜<%s>戒指添加1%的致命一击! 
	#elseact 
	messagebox 您的元宝不足1000或您的属性已经加满!\ 
	[@1.20] 
	#if 
	CheckNewItemValue 5 0 < 7 
	checkgamegold > 999 
	#act 
	gamegold - 1000 
	SetNewItemValue 5 0 + 1 
	sendmsg 0 恭喜<%s>手镯添加1%的致命一击! 
	#elseact 
	messagebox 您的元宝不足1000或您的属性已经加满!\ 
	[@1.19] 
	#if 
	CheckNewItemValue 6 0 < 7 
	checkgamegold > 999 
	#act 
	gamegold - 1000 
	SetNewItemValue 6 0 + 1 
	sendmsg 0 恭喜<%s>手镯添加1%的致命一击! 
	#elseact 
	messagebox 您的元宝不足1000或您的属性已经加满!\ 
	[@1.18] 
	#if 
	CheckNewItemValue 12 0 < 7 
	checkgamegold > 999 
	#act 
	gamegold - 1000 
	SetNewItemValue 12 0 + 1 
	sendmsg 0 恭喜<%s>宝石添加1%的致命一击! 
	#elseact 
	messagebox 您的元宝不足1000或您的属性已经加满!\ 
	[@1.17] 
	#if 
	CheckNewItemValue 11 0 < 7 
	checkgamegold > 999 
	#act 
	gamegold - 1000 
	SetNewItemValue 11 0 + 1 
	sendmsg 0 恭喜<%s>靴子添加1%的致命一击! 
	#elseact 
	messagebox 您的元宝不足1000或您的属性已经加满!\ 
	[@1.16] 
	#if 
	CheckNewItemValue 10 0 < 7 
	checkgamegold > 999 
	#act 
	gamegold - 1000 
	SetNewItemValue 10 0 + 1 
	sendmsg 0 恭喜<%s>腰带添加1%的致命一击! 
	#elseact 
	messagebox 您的元宝不足1000或您的属性已经加满!\ 
	[@1.15] 
	#if 
	CheckNewItemValue 2 0 < 7 
	checkgamegold > 999 
	#act 
	gamegold - 1000 
	SetNewItemValue 2 0 + 1 
	sendmsg 0 恭喜<%s>勋章添加1%的致命一击! 
	#elseact 
	messagebox 您的元宝不足1000或您的属性已经加满!\ 
	[@1.14] 
	#if 
	CheckNewItemValue 4 0 < 7 
	checkgamegold > 999 
	#act 
	gamegold - 1000 
	SetNewItemValue 4 0 + 1 
	sendmsg 0 恭喜<%s>头盔添加1%的致命一击! 
	#elseact 
	messagebox 您的元宝不足1000或您的属性已经加满!\ 
	[@1.13] 
	#if 
	CheckNewItemValue 3 0 < 7 
	checkgamegold > 999 
	#act 
	gamegold - 1000 
	SetNewItemValue 3 0 + 1 
	sendmsg 0 恭喜<%s>项链添加1%的致命一击! 
	#elseact 
	messagebox 您的元宝不足1000或您的属性已经加满!\ 
	[@1.12] 
	#if 
	CheckNewItemValue 0 0 < 7 
	checkgamegold > 999 
	#act 
	gamegold - 1000 
	SetNewItemValue 0 0 + 1 
	sendmsg 0 恭喜<%s>衣服添加1%的致命一击! 
	#elseact 
	messagebox 您的元宝不足1000或您的属性已经加满!\ 
	[@1.11] 
	#if 
	CheckNewItemValue 1 0 < 7 
	checkgamegold > 999 
	#act 
	gamegold - 1000 
	SetNewItemValue 1 0 + 1 
	sendmsg 0 恭喜<%s>武器添加1%的致命一击! 
	#elseact 
	messagebox 您的元宝不足1000或您的属性已经加满!\ 
	[@2] 
	#say 
	请问您需要给您身上的哪件装备增加<攻击伤害>属性\ 
	 \ 
	<武器属性增加:/@2.11>【<$WEAPON>】     <衣服属性增加:/@2.12>【<$DRESS>】\ 
	<项链属性增加:/@2.13>【<$NECKLACE>】     <头盔属性增加:/@2.14>【<$HELMET>】\ 
	<腰带属性增加:/@2.16>【<$BELT>】     <靴子属性增加:/@2.17>【<$BOOTS>】    \ 
	<左手镯属性增加:/@2.19>【<$ARMRING_R>】   <右手镯属性增加:/@2.20>【<$ARMRING_L>】\ 
	<左戒指属性增加:/@2.21>【<$RING_R>】   <右戒指属性增加:/@2.22>【<$RING_L>】\ 
	                          <返回/@main>\ 
	 {每增加一点元素属性需消耗1000元宝,最高7点/SCOLOR=250}\ 
	[@2.22] 
	#if 
	CheckNewItemValue 7 1 < 7 
	checkgamegold > 999 
	#act 
	gamegold - 1000 
	SetNewItemValue 7 1 + 1 
	sendmsg 0 恭喜<%s>戒指添加1%的攻击伤害! 
	#elseact 
	messagebox 您的元宝不足1000或您的属性已经加满!\ 
	[@2.21] 
	#if 
	CheckNewItemValue 8 1 < 7 
	checkgamegold > 999 
	#act 
	gamegold - 1000 
	SetNewItemValue 8 1 + 1 
	sendmsg 0 恭喜<%s>戒指添加1%的攻击伤害! 
	#elseact 
	messagebox 您的元宝不足1000或您的属性已经加满!\ 
	[@2.20] 
	#if 
	CheckNewItemValue 5 1 < 7 
	checkgamegold > 999 
	#act 
	gamegold - 1000 
	SetNewItemValue 5 1 + 1 
	sendmsg 0 恭喜<%s>手镯添加1%的攻击伤害! 
	#elseact 
	messagebox 您的元宝不足1000或您的属性已经加满!\ 
	[@2.19] 
	#if 
	CheckNewItemValue 6 1 < 7 
	checkgamegold > 999 
	#act 
	gamegold - 1000 
	SetNewItemValue 6 1 + 1 
	sendmsg 0 恭喜<%s>手镯添加1%的攻击伤害! 
	#elseact 
	messagebox 您的元宝不足1000或您的属性已经加满!\ 
	[@2.18] 
	#if 
	CheckNewItemValue 12 1 < 7 
	checkgamegold > 999 
	#act 
	gamegold - 1000 
	SetNewItemValue 12 1 + 1 
	sendmsg 0 恭喜<%s>宝石添加1%的攻击伤害! 
	#elseact 
	messagebox 您的元宝不足1000或您的属性已经加满!\ 
	[@2.17] 
	#if 
	CheckNewItemValue 11 1 < 7 
	checkgamegold > 999 
	#act 
	gamegold - 1000 
	SetNewItemValue 11 1 + 1 
	sendmsg 0 恭喜<%s>靴子添加1%的攻击伤害! 
	#elseact 
	messagebox 您的元宝不足1000或您的属性已经加满!\ 
	[@2.16] 
	#if 
	CheckNewItemValue 10 1 < 7 
	checkgamegold > 999 
	#act 
	gamegold - 1000 
	SetNewItemValue 10 1 + 1 
	sendmsg 0 恭喜<%s>腰带添加1%的攻击伤害! 
	#elseact 
	messagebox 您的元宝不足1000或您的属性已经加满!\ 
	[@2.15] 
	#if 
	CheckNewItemValue 2 1 < 7 
	checkgamegold > 999 
	#act 
	gamegold - 1000 
	SetNewItemValue 2 1 + 1 
	sendmsg 0 恭喜<%s>勋章添加1%的攻击伤害! 
	#elseact 
	messagebox 您的元宝不足1000或您的属性已经加满!\ 
	[@2.14] 
	#if 
	CheckNewItemValue 4 1 < 7 
	checkgamegold > 999 
	#act 
	gamegold - 1000 
	SetNewItemValue 4 1 + 1 
	sendmsg 0 恭喜<%s>头盔添加1%的攻击伤害! 
	#elseact 
	messagebox 您的元宝不足1000或您的属性已经加满!\ 
	[@2.13] 
	#if 
	CheckNewItemValue 3 1 < 7 
	checkgamegold > 999 
	#act 
	gamegold - 1000 
	SetNewItemValue 3 1 + 1 
	sendmsg 0 恭喜<%s>项链添加1%的攻击伤害! 
	#elseact 
	messagebox 您的元宝不足1000或您的属性已经加满!\ 
	[@2.12] 
	#if 
	CheckNewItemValue 0 1 < 7 
	checkgamegold > 999 
	#act 
	gamegold - 1000 
	SetNewItemValue 0 1 + 1 
	sendmsg 0 恭喜<%s>衣服添加1%的攻击伤害! 
	#elseact 
	messagebox 您的元宝不足1000或您的属性已经加满!\ 
	[@2.11] 
	#if 
	CheckNewItemValue 1 1 < 7 
	checkgamegold > 999 
	#act 
	gamegold - 1000 
	SetNewItemValue 1 1 + 1 
	sendmsg 0 恭喜<%s>武器添加1%的攻击伤害! 
	#elseact 
	messagebox 您的元宝不足1000或您的属性已经加满!\ 
	[@3] 
	#say 
	请问您需要给您身上的哪件装备增加<魔法伤害减少>属性\ 
	 \ 
	<武器属性增加:/@3.11>【<$WEAPON>】     <衣服属性增加:/@3.12>【<$DRESS>】\ 
	<项链属性增加:/@3.13>【<$NECKLACE>】     <头盔属性增加:/@3.14>【<$HELMET>】\ 
	<腰带属性增加:/@3.16>【<$BELT>】     <靴子属性增加:/@3.17>【<$BOOTS>】\ 
	<左手镯属性增加:/@3.19>【<$ARMRING_R>】   <右手镯属性增加:/@3.20>【<$ARMRING_L>】\ 
	<左戒指属性增加:/@3.21>【<$RING_R>】   <右戒指属性增加:/@3.22>【<$RING_L>】\ 
	                          <返回/@main>\ 
	 {每增加一点元素属性需消耗1000元宝,最高7点/SCOLOR=250}\ 
	[@3.22] 
	#if 
	CheckNewItemValue 7 3 < 7 
	checkgamegold > 999 
	#act 
	gamegold - 1000 
	SetNewItemValue 7 3 + 1 
	sendmsg 0 恭喜<%s>戒指添加1%的魔法伤害减少! 
	#elseact 
	messagebox 您的元宝不足1000或您的属性已经加满!\ 
	[@3.21] 
	#if 
	CheckNewItemValue 8 3 < 7 
	checkgamegold > 999 
	#act 
	gamegold - 1000 
	SetNewItemValue 8 3 + 1 
	sendmsg 0 恭喜<%s>戒指添加1%的魔法伤害减少! 
	#elseact 
	messagebox 您的元宝不足1000或您的属性已经加满!\ 
	[@3.20] 
	#if 
	CheckNewItemValue 5 3 < 7 
	checkgamegold > 999 
	#act 
	gamegold - 1000 
	SetNewItemValue 5 3 + 1 
	sendmsg 0 恭喜<%s>手镯添加1%的魔法伤害减少! 
	#elseact 
	messagebox 您的元宝不足1000或您的属性已经加满!\ 
	[@3.19] 
	#if 
	CheckNewItemValue 6 3 < 7 
	checkgamegold > 999 
	#act 
	gamegold - 1000 
	SetNewItemValue 6 3 + 1 
	sendmsg 0 恭喜<%s>手镯添加1%的魔法伤害减少! 
	#elseact 
	messagebox 您的元宝不足1000或您的属性已经加满!\ 
	[@3.18] 
	#if 
	CheckNewItemValue 12 3 < 7 
	checkgamegold > 999 
	#act 
	gamegold - 1000 
	SetNewItemValue 12 3 + 1 
	sendmsg 0 恭喜<%s>宝石添加1%的魔法伤害减少! 
	#elseact 
	messagebox 您的元宝不足1000或您的属性已经加满!\ 
	[@3.17] 
	#if 
	CheckNewItemValue 11 3 < 7 
	checkgamegold > 999 
	#act 
	gamegold - 1000 
	SetNewItemValue 11 3 + 1 
	sendmsg 0 恭喜<%s>靴子添加1%的魔法伤害减少! 
	#elseact 
	messagebox 您的元宝不足1000或您的属性已经加满!\ 
	[@3.16] 
	#if 
	CheckNewItemValue 10 3 < 7 
	checkgamegold > 999 
	#act 
	gamegold - 1000 
	SetNewItemValue 10 3 + 1 
	sendmsg 0 恭喜<%s>腰带添加1%的魔法伤害减少! 
	#elseact 
	messagebox 您的元宝不足1000或您的属性已经加满!\ 
	[@3.15] 
	#if 
	CheckNewItemValue 2 3 < 7 
	checkgamegold > 999 
	#act 
	gamegold - 1000 
	SetNewItemValue 2 3 + 1 
	sendmsg 0 恭喜<%s>勋章添加1%的魔法伤害减少! 
	#elseact 
	messagebox 您的元宝不足1000或您的属性已经加满!\ 
	[@3.14] 
	#if 
	CheckNewItemValue 4 3 < 7 
	checkgamegold > 999 
	#act 
	gamegold - 1000 
	SetNewItemValue 4 3 + 1 
	sendmsg 0 恭喜<%s>头盔添加1%的魔法伤害减少! 
	#elseact 
	messagebox 您的元宝不足1000或您的属性已经加满!\ 
	[@3.13] 
	#if 
	CheckNewItemValue 3 3 < 7 
	checkgamegold > 999 
	#act 
	gamegold - 1000 
	SetNewItemValue 3 3 + 1 
	sendmsg 0 恭喜<%s>项链添加1%的魔法伤害减少! 
	#elseact 
	messagebox 您的元宝不足1000或您的属性已经加满!\ 
	[@3.12] 
	#if 
	CheckNewItemValue 0 3 < 7 
	checkgamegold > 999 
	#act 
	gamegold - 1000 
	SetNewItemValue 0 3 + 1 
	sendmsg 0 恭喜<%s>衣服添加1%的魔法伤害减少! 
	#elseact 
	messagebox 您的元宝不足1000或您的属性已经加满!\ 
	[@3.11] 
	#if 
	CheckNewItemValue 1 3 < 7 
	checkgamegold > 999 
	#act 
	gamegold - 1000 
	SetNewItemValue 1 3 + 1 
	sendmsg 0 恭喜<%s>武器添加1%的攻魔法伤害减少! 
	#elseact 
	messagebox 您的元宝不足1000或您的属性已经加满!\ 
	[@4] 
	#say 
	请问您需要给您身上的哪件装备增加<忽视目标防御>属性\ 
	 \ 
	<武器属性增加:/@4.11>【<$WEAPON>】     <衣服属性增加:/@4.12>【<$DRESS>】\ 
	<项链属性增加:/@4.13>【<$NECKLACE>】     <头盔属性增加:/@4.14>【<$HELMET>】\ 
	<腰带属性增加:/@4.16>【<$BELT>】     <靴子属性增加:/@4.17>【<$BOOTS>】\ 
	<左手镯属性增加:/@4.19>【<$ARMRING_R>】   <右手镯属性增加:/@4.20>【<$ARMRING_L>】\ 
	<左戒指属性增加:/@4.21>【<$RING_R>】   <右戒指属性增加:/@4.22>【<$RING_L>】\ 
	                          <返回/@main>\ 
	 {每增加一点元素属性需消耗1000元宝,最高7点/SCOLOR=250}\ 
	[@4.22] 
	#if 
	CheckNewItemValue 7 4 < 7 
	checkgamegold > 999 
	#act 
	gamegold - 1000 
	SetNewItemValue 7 4 + 1 
	sendmsg 0 恭喜<%s>戒指添加1%的忽视目标防御! 
	#elseact 
	messagebox 您的元宝不足1000或您的属性已经加满!\ 
	[@4.21] 
	#if 
	CheckNewItemValue 8 4 < 7 
	checkgamegold > 999 
	#act 
	gamegold - 1000 
	SetNewItemValue 8 4 + 1 
	sendmsg 0 恭喜<%s>戒指添加1%的忽视目标防御! 
	#elseact 
	messagebox 您的元宝不足1000或您的属性已经加满!\ 
	[@4.20] 
	#if 
	CheckNewItemValue 5 4 < 7 
	checkgamegold > 999 
	#act 
	gamegold - 1000 
	SetNewItemValue 5 4 + 1 
	sendmsg 0 恭喜<%s>手镯添加1%的忽视目标防御! 
	#elseact 
	messagebox 您的元宝不足1000或您的属性已经加满!\ 
	[@4.19] 
	#if 
	CheckNewItemValue 6 4 < 7 
	checkgamegold > 999 
	#act 
	gamegold - 1000 
	SetNewItemValue 6 4 + 1 
	sendmsg 0 恭喜<%s>手镯添加1%的忽视目标防御! 
	#elseact 
	messagebox 您的元宝不足1000或您的属性已经加满!\ 
	[@4.18] 
	#if 
	CheckNewItemValue 12 4 < 7 
	checkgamegold > 999 
	#act 
	gamegold - 1000 
	SetNewItemValue 12 4 + 1 
	sendmsg 0 恭喜<%s>宝石添加1%的忽视目标防御! 
	#elseact 
	messagebox 您的元宝不足1000或您的属性已经加满!\ 
	[@4.17] 
	#if 
	CheckNewItemValue 11 4 < 7 
	checkgamegold > 999 
	#act 
	gamegold - 1000 
	SetNewItemValue 11 4 + 1 
	sendmsg 0 恭喜<%s>靴子添加1%的忽视目标防御! 
	#elseact 
	messagebox 您的元宝不足1000或您的属性已经加满!\ 
	[@4.16] 
	#if 
	CheckNewItemValue 10 4 < 7 
	checkgamegold > 999 
	#act 
	gamegold - 1000 
	SetNewItemValue 10 4 + 1 
	sendmsg 0 恭喜<%s>腰带添加1%的忽视目标防御! 
	#elseact 
	messagebox 您的元宝不足1000或您的属性已经加满!\ 
	[@4.15] 
	#if 
	CheckNewItemValue 2 4 < 7 
	checkgamegold > 999 
	#act 
	gamegold - 1000 
	SetNewItemValue 2 4 + 1 
	sendmsg 0 恭喜<%s>勋章添加1%的忽视目标防御! 
	#elseact 
	messagebox 您的元宝不足1000或您的属性已经加满!\ 
	[@4.14] 
	#if 
	CheckNewItemValue 4 4 < 7 
	checkgamegold > 999 
	#act 
	gamegold - 1000 
	SetNewItemValue 4 4 + 1 
	sendmsg 0 恭喜<%s>头盔添加1%的忽视目标防御! 
	#elseact 
	messagebox 您的元宝不足1000或您的属性已经加满!\ 
	[@4.13] 
	#if 
	CheckNewItemValue 3 4 < 7 
	checkgamegold > 999 
	#act 
	gamegold - 1000 
	SetNewItemValue 3 4 + 1 
	sendmsg 0 恭喜<%s>项链添加1%的忽视目标防御! 
	#elseact 
	messagebox 您的元宝不足1000或您的属性已经加满!\ 
	[@4.12] 
	#if 
	CheckNewItemValue 0 4 < 7 
	checkgamegold > 999 
	#act 
	gamegold - 1000 
	SetNewItemValue 0 4 + 1 
	sendmsg 0 恭喜<%s>衣服添加1%的忽视目标防御! 
	#elseact 
	messagebox 您的元宝不足1000或您的属性已经加满!\ 
	[@4.11] 
	#if 
	CheckNewItemValue 1 4 < 7 
	checkgamegold > 999 
	#act 
	gamegold - 1000 
	SetNewItemValue 1 4 + 1 
	sendmsg 0 恭喜<%s>武器添加1%的忽视目标防御! 
	#elseact 
	messagebox 您的元宝不足1000或您的属性已经加满!\ 
	[@5] 
	#say 
	请问您需要给您身上的哪件装备增加<物理伤害减少>属性\ 
	 \ 
	<武器属性增加:/@5.11>【<$WEAPON>】     <衣服属性增加:/@5.12>【<$DRESS>】\ 
	<项链属性增加:/@5.13>【<$NECKLACE>】     <头盔属性增加:/@5.14>【<$HELMET>】\ 
	<腰带属性增加:/@5.16>【<$BELT>】     <靴子属性增加:/@5.17>【<$BOOTS>】\ 
	<左手镯属性增加:/@5.19>【<$ARMRING_R>】   <右手镯属性增加:/@5.20>【<$ARMRING_L>】\ 
	<左戒指属性增加:/@5.21>【<$RING_R>】   <右戒指属性增加:/@5.22>【<$RING_L>】\ 
	                          <返回/@main>\ 
	 {每增加一点元素属性需消耗1000元宝,最高7点/SCOLOR=250}\ 
	[@5.22] 
	#if 
	CheckNewItemValue 7 2 < 7 
	checkgamegold > 999 
	#act 
	gamegold - 1000 
	SetNewItemValue 7 2 + 1 
	sendmsg 0 恭喜<%s>戒指添加1%的物理伤害减少! 
	#elseact 
	messagebox 您的元宝不足1000或您的属性已经加满!\ 
	[@5.21] 
	#if 
	CheckNewItemValue 8 2 < 7 
	checkgamegold > 999 
	#act 
	gamegold - 1000 
	SetNewItemValue 8 2 + 1 
	sendmsg 0 恭喜<%s>戒指添加1%的物理伤害减少! 
	#elseact 
	messagebox 您的元宝不足1000或您的属性已经加满!\ 
	[@5.20] 
	#if 
	CheckNewItemValue 5 2 < 7 
	checkgamegold > 999 
	#act 
	gamegold - 1000 
	SetNewItemValue 5 2 + 1 
	sendmsg 0 恭喜<%s>手镯添加1%的物理伤害减少! 
	#elseact 
	messagebox 您的元宝不足1000或您的属性已经加满!\ 
	[@5.19] 
	#if 
	CheckNewItemValue 6 2 < 7 
	checkgamegold > 999 
	#act 
	gamegold - 1000 
	SetNewItemValue 6 2 + 1 
	sendmsg 0 恭喜<%s>手镯添加1%的物理伤害减少! 
	#elseact 
	messagebox 您的元宝不足1000或您的属性已经加满!\ 
	[@5.18] 
	#if 
	CheckNewItemValue 12 2 < 7 
	checkgamegold > 999 
	#act 
	gamegold - 1000 
	SetNewItemValue 12 2 + 1 
	sendmsg 0 恭喜<%s>宝石添加1%的物理伤害减少! 
	#elseact 
	messagebox 您的元宝不足1000或您的属性已经加满!\ 
	[@5.17] 
	#if 
	CheckNewItemValue 11 2 < 7 
	checkgamegold > 999 
	#act 
	gamegold - 1000 
	SetNewItemValue 11 2 + 1 
	sendmsg 0 恭喜<%s>靴子添加1%的物理伤害减少! 
	#elseact 
	messagebox 您的元宝不足1000或您的属性已经加满!\ 
	[@5.16] 
	#if 
	CheckNewItemValue 10 2 < 7 
	checkgamegold > 999 
	#act 
	gamegold - 1000 
	SetNewItemValue 10 2 + 1 
	sendmsg 0 恭喜<%s>腰带添加1%的物理伤害减少! 
	#elseact 
	messagebox 您的元宝不足1000或您的属性已经加满!\ 
	[@5.15] 
	#if 
	CheckNewItemValue 2 2 < 7 
	checkgamegold > 999 
	#act 
	gamegold - 1000 
	SetNewItemValue 2 2 + 1 
	sendmsg 0 恭喜<%s>勋章添加1%的物理伤害减少! 
	#elseact 
	messagebox 您的元宝不足1000或您的属性已经加满!\ 
	[@5.14] 
	#if 
	CheckNewItemValue 4 2 < 7 
	checkgamegold > 999 
	#act 
	gamegold - 1000 
	SetNewItemValue 4 2 + 1 
	sendmsg 0 恭喜<%s>头盔添加1%的物理伤害减少! 
	#elseact 
	messagebox 您的元宝不足1000或您的属性已经加满!\ 
	[@5.13] 
	#if 
	CheckNewItemValue 3 2 < 7 
	checkgamegold > 999 
	#act 
	gamegold - 1000 
	SetNewItemValue 3 2 + 1 
	sendmsg 0 恭喜<%s>项链添加1%的物理伤害减少! 
	#elseact 
	messagebox 您的元宝不足1000或您的属性已经加满!\ 
	[@5.12] 
	#if 
	CheckNewItemValue 0 2 < 7 
	checkgamegold > 999 
	#act 
	gamegold - 1000 
	SetNewItemValue 0 2 + 1 
	sendmsg 0 恭喜<%s>衣服添加1%的物理伤害减少! 
	#elseact 
	messagebox 您的元宝不足1000或您的属性已经加满!\ 
	[@5.11] 
	#if 
	CheckNewItemValue 1 2 < 7 
	checkgamegold > 999 
	#act 
	gamegold - 1000 
	SetNewItemValue 1 2 + 1 
	sendmsg 0 恭喜<%s>武器添加1%的物理伤害减少! 
	#elseact 
	messagebox 您的元宝不足1000或您的属性已经加满!\ 
	[@6] 
	#say 
	请问您需要给您身上的哪件装备增加<攻击伤害反弹>属性\ 
	 \ 
	<武器属性增加:/@6.11>【<$WEAPON>】     <衣服属性增加:/@6.12>【<$DRESS>】\ 
	<项链属性增加:/@6.13>【<$NECKLACE>】     <头盔属性增加:/@6.14>【<$HELMET>】\ 
	<腰带属性增加:/@6.16>【<$BELT>】     <靴子属性增加:/@6.17>【<$BOOTS>】\ 
	<左手镯属性增加:/@6.19>【<$ARMRING_R>】   <右手镯属性增加:/@6.20>【<$ARMRING_L>】\ 
	<左戒指属性增加:/@6.21>【<$RING_R>】   <右戒指属性增加:/@6.22>【<$RING_L>】\ 
	                          <返回/@main>\ 
	 {每增加一点元素属性需消耗1000元宝,最高7点/SCOLOR=250}\ 
	[@6.22] 
	#if 
	CheckNewItemValue 7 5 < 7 
	checkgamegold > 999 
	#act 
	gamegold - 1000 
	SetNewItemValue 7 5 + 1 
	sendmsg 0 恭喜<%s>戒指添加1%的攻击伤害反弹! 
	#elseact 
	messagebox 您的元宝不足1000或您的属性已经加满!\ 
	[@6.21] 
	#if 
	CheckNewItemValue 8 5 < 7 
	checkgamegold > 999 
	#act 
	gamegold - 1000 
	SetNewItemValue 8 5 + 1 
	sendmsg 0 恭喜<%s>戒指添加1%的攻击伤害反弹! 
	#elseact 
	messagebox 您的元宝不足1000或您的属性已经加满!\ 
	[@6.20] 
	#if 
	CheckNewItemValue 5 5 < 7 
	checkgamegold > 999 
	#act 
	gamegold - 1000 
	SetNewItemValue 5 5 + 1 
	sendmsg 0 恭喜<%s>手镯添加1%的攻击伤害反弹! 
	#elseact 
	messagebox 您的元宝不足1000或您的属性已经加满!\ 
	[@6.19] 
	#if 
	CheckNewItemValue 6 5 < 7 
	checkgamegold > 999 
	#act 
	gamegold - 1000 
	SetNewItemValue 6 5 + 1 
	sendmsg 0 恭喜<%s>手镯添加1%的攻击伤害反弹! 
	#elseact 
	messagebox 您的元宝不足1000或您的属性已经加满!\ 
	[@6.18] 
	#if 
	CheckNewItemValue 12 5 < 7 
	checkgamegold > 999 
	#act 
	gamegold - 1000 
	SetNewItemValue 12 5 + 1 
	sendmsg 0 恭喜<%s>宝石添加1%的攻击伤害反弹! 
	#elseact 
	messagebox 您的元宝不足1000或您的属性已经加满!\ 
	[@6.17] 
	#if 
	CheckNewItemValue 11 5 < 7 
	checkgamegold > 999 
	#act 
	gamegold - 1000 
	SetNewItemValue 11 5 + 1 
	sendmsg 0 恭喜<%s>靴子添加1%的攻击伤害反弹! 
	#elseact 
	messagebox 您的元宝不足1000或您的属性已经加满!\ 
	[@6.16] 
	#if 
	CheckNewItemValue 10 5 < 7 
	checkgamegold > 999 
	#act 
	gamegold - 1000 
	SetNewItemValue 10 5 + 1 
	sendmsg 0 恭喜<%s>腰带添加1%的攻击伤害反弹! 
	#elseact 
	messagebox 您的元宝不足1000或您的属性已经加满!\ 
	[@6.15] 
	#if 
	CheckNewItemValue 2 5 < 7 
	checkgamegold > 999 
	#act 
	gamegold - 1000 
	SetNewItemValue 2 5 + 1 
	sendmsg 0 恭喜<%s>勋章添加1%的攻击伤害反弹! 
	#elseact 
	messagebox 您的元宝不足1000或您的属性已经加满!\ 
	[@6.14] 
	#if 
	CheckNewItemValue 4 5 < 7 
	checkgamegold > 999 
	#act 
	gamegold - 1000 
	SetNewItemValue 4 5 + 1 
	sendmsg 0 恭喜<%s>头盔添加1%的攻击伤害反弹! 
	#elseact 
	messagebox 您的元宝不足1000或您的属性已经加满!\ 
	[@6.13] 
	#if 
	CheckNewItemValue 3 5 < 7 
	checkgamegold > 999 
	#act 
	gamegold - 1000 
	SetNewItemValue 3 5 + 1 
	sendmsg 0 恭喜<%s>项链添加1%的攻击伤害反弹! 
	#elseact 
	messagebox 您的元宝不足1000或您的属性已经加满!\ 
	[@6.12] 
	#if 
	CheckNewItemValue 0 5 < 7 
	checkgamegold > 999 
	#act 
	gamegold - 1000 
	SetNewItemValue 0 5 + 1 
	sendmsg 0 恭喜<%s>衣服添加1%的攻击伤害反弹! 
	#elseact 
	messagebox 您的元宝不足1000或您的属性已经加满!\ 
	[@6.11] 
	#if 
	CheckNewItemValue 1 5 < 7 
	checkgamegold > 999 
	#act 
	gamegold - 1000 
	SetNewItemValue 1 5 + 1 
	sendmsg 0 恭喜<%s>武器添加1%的攻击伤害反弹! 
	#elseact 
	messagebox 您的元宝不足1000或您的属性已经加满!\ 
	[@7] 
	#say 
	请问您需要给您身上的哪件装备增加<人物体质>属性\ 
	 \ 
	<武器属性增加:/@7.11>【<$WEAPON>】     <衣服属性增加:/@7.12>【<$DRESS>】\ 
	<项链属性增加:/@7.13>【<$NECKLACE>】     <头盔属性增加:/@7.14>【<$HELMET>】\ 
	<腰带属性增加:/@7.16>【<$BELT>】     <靴子属性增加:/@7.17>【<$BOOTS>】\ 
	<左手镯属性增加:/@7.19>【<$ARMRING_R>】   <右手镯属性增加:/@7.20>【<$ARMRING_L>】\ 
	<左戒指属性增加:/@7.21>【<$RING_R>】   <右戒指属性增加:/@7.22>【<$RING_L>】\ 
	                          <返回/@main>\ 
	 {每增加一点元素属性需消耗1000元宝,最高7点/SCOLOR=250}\ 
	[@7.22] 
	#if 
	CheckNewItemValue 7 5 < 7 
	checkgamegold > 999 
	#act 
	gamegold - 1000 
	SetNewItemValue 7 5 + 1 
	sendmsg 0 恭喜<%s>戒指添加1%的人物体质! 
	#elseact 
	messagebox 您的元宝不足1000或您的属性已经加满!\ 
	[@7.21] 
	#if 
	CheckNewItemValue 8 5 < 7 
	checkgamegold > 999 
	#act 
	gamegold - 1000 
	SetNewItemValue 8 5 + 1 
	sendmsg 0 恭喜<%s>戒指添加1%的人物体质! 
	#elseact 
	messagebox 您的元宝不足1000或您的属性已经加满!\ 
	[@7.20] 
	#if 
	CheckNewItemValue 5 5 < 7 
	checkgamegold > 999 
	#act 
	gamegold - 1000 
	SetNewItemValue 5 5 + 1 
	sendmsg 0 恭喜<%s>手镯添加1%的人物体质! 
	#elseact 
	messagebox 您的元宝不足1000或您的属性已经加满!\ 
	[@7.19] 
	#if 
	CheckNewItemValue 6 5 < 7 
	checkgamegold > 999 
	#act 
	gamegold - 1000 
	SetNewItemValue 6 5 + 1 
	sendmsg 0 恭喜<%s>手镯添加1%的人物体质! 
	#elseact 
	messagebox 您的元宝不足1000或您的属性已经加满!\ 
	[@7.18] 
	#if 
	CheckNewItemValue 12 5 < 7 
	checkgamegold > 999 
	#act 
	gamegold - 1000 
	SetNewItemValue 12 5 + 1 
	sendmsg 0 恭喜<%s>宝石添加1%的人物体质! 
	#elseact 
	messagebox 您的元宝不足1000或您的属性已经加满!\ 
	[@7.17] 
	#if 
	CheckNewItemValue 11 5 < 7 
	checkgamegold > 999 
	#act 
	gamegold - 1000 
	SetNewItemValue 11 5 + 1 
	sendmsg 0 恭喜<%s>靴子添加1%的人物体质! 
	#elseact 
	messagebox 您的元宝不足1000或您的属性已经加满!\ 
	[@7.16] 
	#if 
	CheckNewItemValue 10 5 < 7 
	checkgamegold > 999 
	#act 
	gamegold - 1000 
	SetNewItemValue 10 5 + 1 
	sendmsg 0 恭喜<%s>腰带添加1%的人物体质! 
	#elseact 
	messagebox 您的元宝不足1000或您的属性已经加满!\ 
	[@7.15] 
	#if 
	CheckNewItemValue 2 5 < 7 
	checkgamegold > 999 
	#act 
	gamegold - 1000 
	SetNewItemValue 2 5 + 1 
	sendmsg 0 恭喜<%s>勋章添加1%的人物体质! 
	#elseact 
	messagebox 您的元宝不足1000或您的属性已经加满!\ 
	[@7.14] 
	#if 
	CheckNewItemValue 4 5 < 7 
	checkgamegold > 999 
	#act 
	gamegold - 1000 
	SetNewItemValue 4 5 + 1 
	sendmsg 0 恭喜<%s>头盔添加1%的人物体质! 
	#elseact 
	messagebox 您的元宝不足1000或您的属性已经加满!\ 
	[@7.13] 
	#if 
	CheckNewItemValue 3 5 < 7 
	checkgamegold > 999 
	#act 
	gamegold - 1000 
	SetNewItemValue 3 5 + 1 
	sendmsg 0 恭喜<%s>项链添加1%的人物体质! 
	#elseact 
	messagebox 您的元宝不足1000或您的属性已经加满!\ 
	[@7.12] 
	#if 
	CheckNewItemValue 0 5 < 7 
	checkgamegold > 999 
	#act 
	gamegold - 1000 
	SetNewItemValue 0 5 + 1 
	sendmsg 0 恭喜<%s>衣服添加1%的人物体质! 
	#elseact 
	messagebox 您的元宝不足1000或您的属性已经加满!\ 
	[@7.11] 
	#if 
	CheckNewItemValue 1 5 < 7 
	checkgamegold > 999 
	#act 
	gamegold - 1000 
	SetNewItemValue 1 5 + 1 
	sendmsg 0 恭喜<%s>武器添加1%的人物体质! 
	#elseact 
	messagebox 您的元宝不足1000或您的属性已经加满!\ | 
