[@2Sd1] 
	#IF 
	CheckNewItemValue 2 1 < 1 
	CHECKgamegold > 4999999 
	#act 
	GuildNoticeMsg 255 219 【新属性】:勇士【%s】的勋章增加了五点攻击伤害! 
	gamegold - 5000000 
	SetNewItemValue 2 1 + 5 
	#elseact 
	MESSAGEBOX  升级失败,你没有500万元宝,或者你加了超过1点!最高只能加5点! 
[@2Sd2] 
	#IF 
	CheckNewItemValue 2 2 < 1 
	CHECKgamegold > 4999999 
	#act 
	GuildNoticeMsg 255 219 【新属性】:勇士【%s】的勋章增加了五点物理伤害减少! 
	gamegold - 5000000 
	SetNewItemValue 2 2 + 5 
	#elseact 
	MESSAGEBOX  升级失败,你没有500万元宝,或者你加了超过1点!最高只能加5点! 
[@2Sd3] 
	#IF 
	CheckNewItemValue 2 3 < 1 
	CHECKgamegold > 4999999 
	#act 
	GuildNoticeMsg 255 219 【新属性】:勇士【%s】的勋章增加了五点魔法伤害减少! 
	gamegold - 5000000 
	SetNewItemValue 2 3 + 5 
	#elseact 
	MESSAGEBOX  升级失败,你没有500万元宝,或者你加了超过1点!最高只能加5点! 
[@2Sd4] 
	#IF 
	CheckNewItemValue 2 4 < 1 
	CHECKgamegold > 4999999 
	#act 
	GuildNoticeMsg 255 219 【新属性】:勇士【%s】的勋章增加了五点忽视目标防御! 
	gamegold - 5000000 
	SetNewItemValue 2 4 + 5 
	#elseact 
	MESSAGEBOX  升级失败,你没有500万元宝,或者你加了超过1点!最高只能加5点! 
[@2Sd5] 
	#IF 
	CheckNewItemValue 2 5 < 1 
	CHECKgamegold > 4999999 
	#act 
	GuildNoticeMsg 255 219 【新属性】:勇士【%s】的勋章增加了五点攻击伤害反弹! 
	gamegold - 5000000 
	SetNewItemValue 2 5 + 5 
	#elseact 
	MESSAGEBOX  升级失败,你没有500万元宝,或者你加了超过1点!最高只能加5点! 
[@2Sd6] 
	#IF 
	CheckNewItemValue 2 6 < 1 
	CHECKgamegold > 4999999 
	#act 
	GuildNoticeMsg 255 219 【新属性】:勇士【%s】的勋章增加了五点体质! 
	gamegold - 5000000 
	SetNewItemValue 2 6 + 5 
	#elseact 
	MESSAGEBOX  升级失败,你没有500万元宝,或者你加了超过1点!最高只能加5点! 
[@3Sd] 
	<项链致命一击/@3Sd0>        ---------    5000000元宝加5点\ 
	<项链攻击伤害/@3Sd1>        ---------    5000000元宝加5点\ 
	<项链物理伤害减少/@3Sd2>     ---------   5000000元宝加5点\ 
	<项链魔法伤害减少/@3Sd3>     ---------   5000000元宝加5点\ 
	<项链忽视目标防御/@3Sd4>     ---------   5000000元宝加5点\ 
	<项链攻击伤害反弹/@3Sd5>     ---------   5000000元宝加5点\ 
	<项链体质增加/@3Sd6>        ---------    5000000元宝加5点\ 
[@3Sd0] 
	#IF 
	CheckNewItemValue 3 0 < 1 
	CHECKgamegold > 4999999 
	#act 
	GuildNoticeMsg 255 219 【新属性】:勇士【%s】的项链增加了五点致命一击! 
	gamegold - 5000000 
	SetNewItemValue 3 0 + 5 
	#elseact 
	MESSAGEBOX  升级失败,你没有500万元宝,或者你加了超过1点!最高只能加5点! 
[@3Sd1] 
	#IF 
	CheckNewItemValue 3 1 < 1 
	CHECKgamegold > 4999999 
	#act 
	GuildNoticeMsg 255 219 【新属性】:勇士【%s】的项链增加了五点攻击伤害! 
	gamegold - 5000000 
	SetNewItemValue 3 1 + 5 
	#elseact 
	MESSAGEBOX  升级失败,你没有500万元宝,或者你加了超过1点!最高只能加5点! 
[@3Sd2] 
	#IF 
	CheckNewItemValue 3 2 < 1 
	CHECKgamegold > 4999999 
	#act 
	GuildNoticeMsg 255 219 【新属性】:勇士【%s】的项链增加了五点物理伤害减少! 
	gamegold - 5000000 
	SetNewItemValue 3 2 + 5 
	#elseact 
	MESSAGEBOX  升级失败,你没有500万元宝,或者你加了超过1点!最高只能加5点! 
[@3Sd3] 
	#IF 
	CheckNewItemValue 3 3 < 1 
	CHECKgamegold > 4999999 
	#act 
	GuildNoticeMsg 255 219 【新属性】:勇士【%s】的项链增加了五点魔法伤害减少! 
	gamegold - 5000000 
	SetNewItemValue 3 3 + 5 
	#elseact 
	MESSAGEBOX  升级失败,你没有500万元宝,或者你加了超过1点!最高只能加5点! 
[@3Sd4] 
	#IF 
	CheckNewItemValue 3 4 < 1 
	CHECKgamegold > 4999999 
	#act 
	GuildNoticeMsg 255 219 【新属性】:勇士【%s】的项链增加了五点忽视目标防御! 
	gamegold - 5000000 
	SetNewItemValue 3 4 + 5 
	#elseact 
	MESSAGEBOX  升级失败,你没有500万元宝,或者你加了超过1点!最高只能加5点! 
 |