[@main] 
	 \ \ \ 
	小伙子,不错!你能找我帮忙真是太对了,我能节约你的时间!\ 
	我这里可以<快速加元素>,1次加满5点,收费1次是500万。\ 
	小伙子,心动了吧?哈哈!\ 
	<快点给劳资加元素/@main2>,劳资马上要激情了 
[@main2] 
	每加<1>次需要<500万/AUTOCOLOR=71,253,250,191>元宝.每次+5点.最高5点!\ 
	<注意:快速加元素1次加5点,前提是这件装备没有加过元素>\ 
	<武器属性增加/@1Sd>       <衣服属性增加/@0Sd>       <头盔属性增加/@4Sd>     \ 
	<项链属性增加/@3Sd>       <左手属性增加/@6Sd>       <右手属性增加/@5Sd>      \ 
	<左戒属性增加/@8Sd>       <右戒属性增加/@7Sd>       <腰带属性增加/@10Sd>     \ 
	<勋章属性增加/@2Sd>       <宝石属性增加/@12Sd>       <鞋子属性增加/@11Sd>      \   
	致命一击,攻击伤害,忽视防御=<超强输出能力/AUTOCOLOR=253>\ 
	物理伤害减少,魔法伤害减少,攻击反弹,体质=<超强生存能力/AUTOCOLOR=250> 
 
	[@0Sd] 
	<衣服致命一击/@0Sd0>        ---------    5000000元宝加5点\ 
	<衣服攻击伤害/@0Sd1>        ---------    5000000元宝加5点\ 
	<衣服物理伤害减少/@0Sd2>     ---------   5000000元宝加5点\ 
	<衣服魔法伤害减少/@0Sd3>     ---------   5000000元宝加5点\ 
	<衣服忽视目标防御/@0Sd4>     ---------   5000000元宝加5点\ 
	<衣服攻击伤害反弹/@0Sd5>     ---------   5000000元宝加5点\ 
	<衣服体质增加/@0Sd6>        ---------    5000000元宝加5点\ 
[@0Sd0] 
	#IF 
	CheckNewItemValue 0 0 < 1 
	CHECKgamegold > 4999999 
	#act 
	GuildNoticeMsg 255 219 【新属性】:勇士【%s】的衣服增加了五点致命一击! 
	gamegold - 5000000 
	SetNewItemValue 0 0 + 5 
	#elseact 
	MESSAGEBOX  升级失败,你没有500万元宝,或者你加了超过1点!最高只能加5点! 
[@0Sd1] 
	#IF 
	CheckNewItemValue 0 1 < 1 
	CHECKgamegold > 4999999 
	#act 
	GuildNoticeMsg 255 219 【新属性】:勇士【%s】的衣服增加了五点攻击伤害! 
	gamegold - 5000000 
	SetNewItemValue 0 1 + 5 
	#elseact 
	MESSAGEBOX  升级失败,你没有500万元宝,或者你加了超过1点!最高只能加5点! 
[@0Sd2] 
	#IF 
	CheckNewItemValue 0 2 < 1 
	CHECKgamegold > 4999999 
	#act 
	GuildNoticeMsg 255 219 【新属性】:勇士【%s】的衣服增加了五点物理伤害减少! 
	gamegold - 5000000 
	SetNewItemValue 0 2 + 5 
	#elseact 
	MESSAGEBOX  升级失败,你没有500万元宝,或者你加了超过1点!最高只能加5点! 
[@0Sd3] 
	#IF 
	CheckNewItemValue 0 3 < 1 
	CHECKgamegold > 4999999 
	#act 
	GuildNoticeMsg 255 219 【新属性】:勇士【%s】的衣服增加了五点魔法伤害减少! 
	gamegold - 5000000 
	SetNewItemValue 0 3 + 5 
	#elseact 
	MESSAGEBOX  升级失败,你没有500万元宝,或者你加了超过1点!最高只能加5点! 
[@0Sd4] 
	#IF 
	CheckNewItemValue 0 4 < 1 
	CHECKgamegold > 4999999 
	#act 
	GuildNoticeMsg 255 219 【新属性】:勇士【%s】的衣服增加了五点忽视目标防御! 
	gamegold - 5000000 
	SetNewItemValue 0 4 + 5 
	#elseact 
	MESSAGEBOX  升级失败,你没有500万元宝,或者你加了超过1点!最高只能加5点! 
[@0Sd5] 
	#IF 
	CheckNewItemValue 0 5 < 1 
	CHECKgamegold > 4999999 
	#act 
	GuildNoticeMsg 255 219 【新属性】:勇士【%s】的衣服增加了五点攻击伤害反弹! 
	gamegold - 5000000 
	SetNewItemValue 0 5 + 5 
	#elseact 
	MESSAGEBOX  升级失败,你没有500万元宝,或者你加了超过1点!最高只能加5点! 
[@0Sd6] 
	#IF 
	CheckNewItemValue 0 6 < 1 
	CHECKgamegold > 4999999 
	#act 
	GuildNoticeMsg 255 219 【新属性】:勇士【%s】的衣服增加了五点体质! 
	gamegold - 5000000 
	SetNewItemValue 0 6 + 5 
	#elseact 
	MESSAGEBOX  升级失败,你没有500万元宝,或者你加了超过1点!最高只能加5点! 
 |