您当前的位置:首页 > 传奇技术

传奇服务端武器衣服元素唤醒功能

本文出处:网游动力作者:本站发布时间:2016-02-13阅读次数:

 [@main]

#if
#act
openBigDialogBox
#say
<你是不是杀人慢?装备不秒人?那就升级元素属性吧,只要升级几率越高杀人越快!>\
<升级元素是100%成功的,每次50000元宝,最高7点上限(防变态,部分只允许加到3点)。/SCOLOR=250>\
<升级属性有:致命一击.物理伤害减少.忽视目标防御/SCOLOR=250>\
      <攻击反弹.魔法伤害减少.攻击伤害/SCOLOR=250>\
<此升级系统是随机元素的。想拥有你心目中的属性就要看你的运气咯。/SCOLOR=250>\
<════════════════════════════════════/SCOLOR=249>\
<升级武器灵魂属性/@升级武器灵魂>  <升级衣服灵魂属性/@升级衣服灵魂>  <升级头盔灵魂属性/@升级头盔灵魂>  <升级项链灵魂属性/@升级项链灵魂>\ \
<升级勋章灵魂属性/@升级勋章灵魂>  <升级手镯灵魂属性/@升级手镯灵魂>  <升级戒指灵魂属性/@升级戒指灵魂>  <升级腰带灵魂属性/@升级腰带灵魂>\ \
<升级鞋子灵魂属性/@升级鞋子灵魂>  <升级宝石灵魂属性/@升级宝石灵魂>  <升级护符灵魂属性/@升级护符灵魂>\
<════════════════════════════════════/SCOLOR=249>\
<【致命一击】-【自身多倍攻击暴击】     【忽视目标防御】-【忽视玩家或者怪物的防御】/SCOLOR=206>\
<【攻击伤害】-【增加自身攻击力百分比】 【物理伤害减少】-【减少物理攻击对自己的伤害】/SCOLOR=206>\
<【攻击反弹】-【反弹受到的伤害给敌人】 【魔法伤害减少】-【减少魔法攻击对自己的伤害】/SCOLOR=206>\ \
<只是路过随便看看/@exit>
 
[@升级护符灵魂]
#if
checkgamegold < 50000
#act
messagebox 升级失败,您没有50000个元宝,请准备好了再进行升级!
break
 
#if
CHECKUSEITEM 9
checkgamegold > 49999
#act
goto @穿了护符
#elseact
break
 
[@穿了护符]
#IF
CheckNewItemValue 9 0 > 2
CheckNewItemValue 9 1 > 6
CheckNewItemValue 9 2 > 6
CheckNewItemValue 9 3 > 6
CheckNewItemValue 9 4 > 6
CheckNewItemValue 9 5 > 2
#act
break
 
#if
CheckNewItemValue 9 0 < 7
random 3
#act
gamegold - 50000
SetNewItemValue 9 0 + 1
MESSAGEBOX 你的护符已经成功加了【1%致命一击】
break
 
#if
CheckNewItemValue 9 5 < 7
random 3
#act
gamegold - 50000
SetNewItemValue 9 5 + 1
MESSAGEBOX 你的护符已经成功加了【1%攻击伤害反弹】
break
 
#if
CheckNewItemValue 9 1 < 7
random 3
#act
gamegold - 50000
SetNewItemValue 9 1 + 1
MESSAGEBOX 你的护符已经成功加了【1%攻击伤害】
break
 
#if
CheckNewItemValue 9 2 < 3
random 3
#act
gamegold - 50000
SetNewItemValue 9 2 + 1
MESSAGEBOX 你的护符已经成功加了【1%物理伤害减少】
break
 
#if
CheckNewItemValue 9 3 < 3
random 3
#act
gamegold - 50000
SetNewItemValue 9 3 + 1
MESSAGEBOX 你的护符已经成功加了【1%魔法伤害减少】
break
 
#if
CheckNewItemValue 9 4 < 7
random 3
#act
gamegold - 50000
SetNewItemValue 9 4 + 1
MESSAGEBOX 你的护符已经成功加了【1%忽视目标防御】
break
 
[@升级宝石灵魂]
#if
checkgamegold < 50000
#act
messagebox 升级失败,您没有50000个元宝,请准备好了再进行升级!
break
 
#if
CHECKUSEITEM 12
checkgamegold > 49999
#act
goto @穿了宝石
#elseact
break
 
[@穿了宝石]
#IF
CheckNewItemValue 12 0 > 2
CheckNewItemValue 12 1 > 6
CheckNewItemValue 12 2 > 6
CheckNewItemValue 12 3 > 6
CheckNewItemValue 12 4 > 6
CheckNewItemValue 12 5 > 2
#act
break
 
#if
CheckNewItemValue 12 0 < 7
random 3
#act
gamegold - 50000
SetNewItemValue 12 0 + 1
MESSAGEBOX 你的宝石已经成功加了【1%致命一击】
break
 
#if
CheckNewItemValue 12 5 < 7
random 3
#act
gamegold - 50000
SetNewItemValue 12 5 + 1
MESSAGEBOX 你的宝石已经成功加了【1%攻击伤害反弹】
break
 
#if
CheckNewItemValue 12 1 < 7
random 3
#act
gamegold - 50000
SetNewItemValue 12 1 + 1
MESSAGEBOX 你的宝石已经成功加了【1%攻击伤害】
break
 
#if
CheckNewItemValue 12 2 < 3
random 3
#act
gamegold - 50000
SetNewItemValue 12 2 + 1
MESSAGEBOX 你的宝石已经成功加了【1%物理伤害减少】
break
 
#if
CheckNewItemValue 12 3 < 3
random 3
#act
gamegold - 50000
SetNewItemValue 12 3 + 1
MESSAGEBOX 你的宝石已经成功加了【1%魔法伤害减少】
break
 
#if
CheckNewItemValue 12 4 < 7
random 3
#act
gamegold - 50000
SetNewItemValue 12 4 + 1
MESSAGEBOX 你的宝石已经成功加了【1%忽视目标防御】
break
 
[@升级鞋子灵魂]
#if
checkgamegold < 50000
#act
messagebox 升级失败,您没有50000个元宝,请准备好了再进行升级!
break
 
#if
CHECKUSEITEM 11
checkgamegold > 49999
#act
goto @穿了鞋子
#elseact
break
 
[@穿了鞋子]
#IF
CheckNewItemValue 11 0 > 2
CheckNewItemValue 11 1 > 6
CheckNewItemValue 11 2 > 6
CheckNewItemValue 11 3 > 6
CheckNewItemValue 11 4 > 6
CheckNewItemValue 11 5 > 2
#act
break
 
#if
CheckNewItemValue 11 0 < 7
random 3
#act
gamegold - 50000
SetNewItemValue 11 0 + 1
MESSAGEBOX 你的鞋子已经成功加了【1%致命一击】
break
 
#if
CheckNewItemValue 11 5 < 7
random 3
#act
gamegold - 50000
SetNewItemValue 11 5 + 1
MESSAGEBOX 你的鞋子已经成功加了【1%攻击伤害反弹】
break
 
#if
CheckNewItemValue 11 1 < 7
random 3
#act
gamegold - 50000
SetNewItemValue 11 1 + 1
MESSAGEBOX 你的鞋子已经成功加了【1%攻击伤害】
break
 
#if
CheckNewItemValue 11 2 < 3
random 3
#act
gamegold - 50000
SetNewItemValue 11 2 + 1
MESSAGEBOX 你的鞋子已经成功加了【1%物理伤害减少】
break
 
#if
CheckNewItemValue 11 3 < 3
random 3
#act
gamegold - 50000
SetNewItemValue 11 3 + 1
MESSAGEBOX 你的鞋子已经成功加了【1%魔法伤害减少】
break
 
#if
CheckNewItemValue 11 4 < 7
random 3
#act
gamegold - 50000
SetNewItemValue 11 4 + 1
MESSAGEBOX 你的鞋子已经成功加了【1%忽视目标防御】
break
 
[@升级腰带灵魂]
#if
checkgamegold < 50000
#act
messagebox 升级失败,您没有50000个元宝,请准备好了再进行升级!
break
 
#if
CHECKUSEITEM 10
checkgamegold > 49999
#act
goto @穿了腰带
#elseact
break
 
[@穿了腰带]
#IF
CheckNewItemValue 10 0 > 2
CheckNewItemValue 10 1 > 6
CheckNewItemValue 10 2 > 6
CheckNewItemValue 10 3 > 6
CheckNewItemValue 10 4 > 6
CheckNewItemValue 10 5 > 2
#act
break
 
#if
CheckNewItemValue 10 0 < 7
random 3
#act
gamegold - 50000
SetNewItemValue 10 0 + 1
MESSAGEBOX 你的腰带已经成功加了【1%致命一击】
break
 
#if
CheckNewItemValue 10 5 < 7
random 3
#act
gamegold - 50000
SetNewItemValue 10 5 + 1
MESSAGEBOX 你的腰带已经成功加了【1%攻击伤害反弹】
break
 
#if
CheckNewItemValue 10 1 < 7
random 3
#act
gamegold - 50000
SetNewItemValue 10 1 + 1
MESSAGEBOX 你的腰带已经成功加了【1%攻击伤害】
break
 
#if
CheckNewItemValue 10 2 < 3
random 3
#act
gamegold - 50000
SetNewItemValue 10 2 + 1
MESSAGEBOX 你的腰带已经成功加了【1%物理伤害减少】
break
 
#if
CheckNewItemValue 10 3 < 3
random 3
#act
gamegold - 50000
SetNewItemValue 10 3 + 1
MESSAGEBOX 你的腰带已经成功加了【1%魔法伤害减少】
break
 
#if
CheckNewItemValue 10 4 < 7
random 3
#act
gamegold - 50000
SetNewItemValue 10 4 + 1
MESSAGEBOX 你的腰带已经成功加了【1%忽视目标防御】
break
 
[@升级戒指灵魂]
#if
checkgamegold < 50000
#act
messagebox 升级失败,您没有50000个元宝,请准备好了再进行升级!
break
 
#if
CHECKUSEITEM 8
checkgamegold > 49999
#act
goto @穿了戒指
#elseact
break
 
[@穿了戒指]
#IF
CheckNewItemValue 8 0 > 2
CheckNewItemValue 8 1 > 6
CheckNewItemValue 8 2 > 6
CheckNewItemValue 8 3 > 6
CheckNewItemValue 8 4 > 6
CheckNewItemValue 8 5 > 2
#act
break
 
#if
CheckNewItemValue 8 0 < 7
random 3
#act
gamegold - 50000
SetNewItemValue 8 0 + 1
MESSAGEBOX 你的戒指已经成功加了【1%致命一击】
break
 
#if
CheckNewItemValue 8 5 < 7
random 3
#act
gamegold - 50000
SetNewItemValue 8 5 + 1
MESSAGEBOX 你的戒指已经成功加了【1%攻击伤害反弹】
break
 
#if
CheckNewItemValue 8 1 < 7
random 3
#act
gamegold - 50000
SetNewItemValue 8 1 + 1
MESSAGEBOX 你的戒指已经成功加了【1%攻击伤害】
break
 
#if
CheckNewItemValue 8 2 < 3
random 3
#act
gamegold - 50000
SetNewItemValue 8 2 + 1
MESSAGEBOX 你的戒指已经成功加了【1%物理伤害减少】
break
 
#if
CheckNewItemValue 8 3 < 3
random 3
#act
gamegold - 50000
SetNewItemValue 8 3 + 1
MESSAGEBOX 你的戒指已经成功加了【1%魔法伤害减少】
break
 
#if
CheckNewItemValue 8 4 < 7
random 3
#act
gamegold - 50000
SetNewItemValue 8 4 + 1
MESSAGEBOX 你的戒指已经成功加了【1%忽视目标防御】
break
 
[@升级手镯灵魂]
#if
checkgamegold < 50000
#act
messagebox 升级失败,您没有50000个元宝,请准备好了再进行升级!
break
 
#if
CHECKUSEITEM 6
checkgamegold > 49999
#act
goto @穿了手镯
#elseact
break
 
[@穿了手镯]
#IF
CheckNewItemValue 6 0 > 2
CheckNewItemValue 6 1 > 6
CheckNewItemValue 6 2 > 6
CheckNewItemValue 6 3 > 6
CheckNewItemValue 6 4 > 6
CheckNewItemValue 6 5 > 2
#act
break
 
#if
CheckNewItemValue 6 0 < 7
random 3
#act
gamegold - 50000
SetNewItemValue 6 0 + 1
MESSAGEBOX 你的手镯已经成功加了【1%致命一击】
break
 
#if
CheckNewItemValue 6 5 < 7
random 3
#act
gamegold - 50000
SetNewItemValue 6 5 + 1
MESSAGEBOX 你的手镯已经成功加了【1%攻击伤害反弹】
break
 
#if
CheckNewItemValue 6 1 < 7
random 3
#act
gamegold - 50000
SetNewItemValue 6 1 + 1
MESSAGEBOX 你的手镯已经成功加了【1%攻击伤害】
break
 
#if
CheckNewItemValue 6 2 < 3
random 3
#act
gamegold - 50000
SetNewItemValue 6 2 + 1
MESSAGEBOX 你的手镯已经成功加了【1%物理伤害减少】
break
 
#if
CheckNewItemValue 6 3 < 3
random 3
#act
gamegold - 50000
SetNewItemValue 6 3 + 1
MESSAGEBOX 你的手镯已经成功加了【1%魔法伤害减少】
break
 
#if
CheckNewItemValue 6 4 < 7
random 3
#act
gamegold - 50000
SetNewItemValue 6 4 + 1
MESSAGEBOX 你的手镯已经成功加了【1%忽视目标防御】
break
 
[@升级勋章灵魂]
#if
checkgamegold < 50000
#act
messagebox 升级失败,您没有50000个元宝,请准备好了再进行升级!
break
 
#if
CHECKUSEITEM 2
checkgamegold > 49999
#act
goto @穿了勋章
#elseact
break
 
[@穿了勋章]
#IF
CheckNewItemValue 2 0 > 2
CheckNewItemValue 2 1 > 6
CheckNewItemValue 2 2 > 6
CheckNewItemValue 2 3 > 6
CheckNewItemValue 2 4 > 6
CheckNewItemValue 2 5 > 2
#act
break
 
#if
CheckNewItemValue 2 0 < 7
random 3
#act
gamegold - 50000
SetNewItemValue 2 0 + 1
MESSAGEBOX 你的勋章已经成功加了【1%致命一击】
break
 
#if
CheckNewItemValue 2 5 < 7
random 3
#act
gamegold - 50000
SetNewItemValue 2 5 + 1
MESSAGEBOX 你的勋章已经成功加了【1%攻击伤害反弹】
break
 
#if
CheckNewItemValue 2 1 < 7
random 3
#act
gamegold - 50000
SetNewItemValue 2 1 + 1
MESSAGEBOX 你的勋章已经成功加了【1%攻击伤害】
break
 
#if
CheckNewItemValue 2 2 < 3
random 3
#act
gamegold - 50000
SetNewItemValue 2 2 + 1
MESSAGEBOX 你的勋章已经成功加了【1%物理伤害减少】
break
 
#if
CheckNewItemValue 2 3 < 3
random 3
#act
gamegold - 50000
SetNewItemValue 2 3 + 1
MESSAGEBOX 你的勋章已经成功加了【1%魔法伤害减少】
break
 
#if
CheckNewItemValue 2 4 < 7
random 3
#act
gamegold - 50000
SetNewItemValue 2 4 + 1
MESSAGEBOX 你的勋章已经成功加了【1%忽视目标防御】
break
 
[@升级项链灵魂]
#if
checkgamegold < 50000
#act
messagebox 升级失败,您没有50000个元宝,请准备好了再进行升级!
break
 
#if
CHECKUSEITEM 3
checkgamegold > 49999
#act
goto @穿了项链
#elseact
break
 
[@穿了项链]
#IF
CheckNewItemValue 3 0 > 2
CheckNewItemValue 3 1 > 6
CheckNewItemValue 3 2 > 6
CheckNewItemValue 3 3 > 6
CheckNewItemValue 3 4 > 6
CheckNewItemValue 3 5 > 2
#act
break
 
#if
CheckNewItemValue 3 0 < 7
random 3
#act
gamegold - 50000
SetNewItemValue 3 0 + 1
MESSAGEBOX 你的项链已经成功加了【1%致命一击】
break
 
#if
CheckNewItemValue 3 5 < 7
random 3
#act
gamegold - 50000
SetNewItemValue 3 5 + 1
MESSAGEBOX 你的项链已经成功加了【1%攻击伤害反弹】
break
 
#if
CheckNewItemValue 3 1 < 7
random 3
#act
gamegold - 50000
SetNewItemValue 3 1 + 1
MESSAGEBOX 你的项链已经成功加了【1%攻击伤害】
break
 
#if
CheckNewItemValue 3 2 < 3
random 3
#act
gamegold - 50000
SetNewItemValue 3 2 + 1
MESSAGEBOX 你的项链已经成功加了【1%物理伤害减少】
break
 
#if
CheckNewItemValue 3 3 < 3
random 3
#act
gamegold - 50000
SetNewItemValue 3 3 + 1
MESSAGEBOX 你的项链已经成功加了【1%魔法伤害减少】
break
 
#if
CheckNewItemValue 3 4 < 7
random 3
#act
gamegold - 50000
SetNewItemValue 3 4 + 1
MESSAGEBOX 你的项链已经成功加了【1%忽视目标防御】
break
 
[@升级头盔灵魂]
#if
checkgamegold < 50000
#act
messagebox 升级失败,您没有50000个元宝,请准备好了再进行升级!
break
 
#if
CHECKUSEITEM 4
checkgamegold > 49999
#act
goto @穿了头盔
#elseact
break
 
[@穿了头盔]
#IF
CheckNewItemValue 4 0 > 2
CheckNewItemValue 4 1 > 6
CheckNewItemValue 4 2 > 6
CheckNewItemValue 4 3 > 6
CheckNewItemValue 4 4 > 6
CheckNewItemValue 4 5 > 2
#act
break
 
#if
CheckNewItemValue 4 0 < 7
random 3
#act
gamegold - 50000
SetNewItemValue 4 0 + 1
MESSAGEBOX 你的头盔已经成功加了【1%致命一击】
break
 
#if
CheckNewItemValue 4 5 < 7
random 3
#act
gamegold - 50000
SetNewItemValue 4 5 + 1
MESSAGEBOX 你的头盔已经成功加了【1%攻击伤害反弹】
break
 
#if
CheckNewItemValue 4 1 < 7
random 3
#act
gamegold - 50000
SetNewItemValue 4 1 + 1
MESSAGEBOX 你的头盔已经成功加了【1%攻击伤害】
break
 
#if
CheckNewItemValue 4 2 < 3
random 3
#act
gamegold - 50000
SetNewItemValue 4 2 + 1
MESSAGEBOX 你的头盔已经成功加了【1%物理伤害减少】
break
 
#if
CheckNewItemValue 4 3 < 3
random 3
#act
gamegold - 50000
SetNewItemValue 4 3 + 1
MESSAGEBOX 你的头盔已经成功加了【1%魔法伤害减少】
break
 
#if
CheckNewItemValue 4 4 < 7
random 3
#act
gamegold - 50000
SetNewItemValue 4 4 + 1
MESSAGEBOX 你的头盔已经成功加了【1%忽视目标防御】
break
 
[@升级衣服灵魂]
#if
checkgamegold < 50000
#act
messagebox 升级失败,您没有50000个元宝,请准备好了再进行升级!
break
 
#if
CHECKUSEITEM 0
checkgamegold > 49999
#act
goto @穿了衣服
#elseact
break
 
[@穿了衣服]
#IF
CheckNewItemValue 0 0 > 2
CheckNewItemValue 0 1 > 6
CheckNewItemValue 0 2 > 6
CheckNewItemValue 0 3 > 6
CheckNewItemValue 0 4 > 6
CheckNewItemValue 0 5 > 2
#act
break
 
#if
CheckNewItemValue 0 0 < 7
random 3
#act
gamegold - 50000
SetNewItemValue 0 0 + 1
MESSAGEBOX 你的衣服已经成功加了【1%致命一击】
break
 
#if
CheckNewItemValue 0 5 < 7
random 3
#act
gamegold - 50000
SetNewItemValue 0 5 + 1
MESSAGEBOX 你的衣服已经成功加了【1%攻击伤害反弹】
break
 
#if
CheckNewItemValue 0 1 < 7
random 3
#act
gamegold - 50000
SetNewItemValue 0 1 + 1
MESSAGEBOX 你的衣服已经成功加了【1%攻击伤害】
break
 
#if
CheckNewItemValue 0 2 < 3
random 3
#act
gamegold - 50000
SetNewItemValue 0 2 + 1
MESSAGEBOX 你的衣服已经成功加了【1%物理伤害减少】
break
 
#if
CheckNewItemValue 0 3 < 3
random 3
#act
gamegold - 50000
SetNewItemValue 0 3 + 1
MESSAGEBOX 你的衣服已经成功加了【1%魔法伤害减少】
break
 
#if
CheckNewItemValue 0 4 < 7
random 3
#act
gamegold - 50000
SetNewItemValue 0 4 + 1
MESSAGEBOX 你的衣服已经成功加了【1%忽视目标防御】
break
 
[@升级武器灵魂]
#if
checkgamegold < 50000
#act
messagebox 升级失败,您没有50000个元宝,请准备好了再进行升级!
break
 
#if
CHECKUSEITEM 1
checkgamegold > 49999
#act
goto @穿了武器
#elseact
break
 
[@穿了武器]
#IF
CheckNewItemValue 1 0 > 2
CheckNewItemValue 1 1 > 6
CheckNewItemValue 1 2 > 6
CheckNewItemValue 1 3 > 6
CheckNewItemValue 1 4 > 6
CheckNewItemValue 1 5 > 2
#act
break
 
#if
CheckNewItemValue 1 0 < 7
random 3
#act
gamegold - 50000
SetNewItemValue 1 0 + 1
MESSAGEBOX 你的武器已经成功加了【1%致命一击】
break
 
#if
CheckNewItemValue 1 5 < 7
random 3
#act
gamegold - 50000
SetNewItemValue 1 5 + 1
MESSAGEBOX 你的武器已经成功加了【1%攻击伤害反弹】
break
 
#if
CheckNewItemValue 1 1 < 7
random 3
#act
gamegold - 50000
SetNewItemValue 1 1 + 1
MESSAGEBOX 你的武器已经成功加了【1%攻击伤害】
break
 
#if
CheckNewItemValue 1 2 < 3
random 3
#act
gamegold - 50000
SetNewItemValue 1 2 + 1
MESSAGEBOX 你的武器已经成功加了【1%物理伤害减少】
break
 
#if
CheckNewItemValue 1 3 < 3
random 3
#act
gamegold - 50000
SetNewItemValue 1 3 + 1
MESSAGEBOX 你的武器已经成功加了【1%魔法伤害减少】
break
 
#if
CheckNewItemValue 1 4 < 7
random 3
#act
gamegold - 50000
SetNewItemValue 1 4 + 1
MESSAGEBOX 你的武器已经成功加了【1%忽视目标防御】
break
 
 
[@100]
#IF
CHECKITEM 断·兲 1
checkgamegold > 999999
#ACT
gamegold - 1000000
AutoTakeOnItem 断·兲 3
GOTO @duan
#ELSEACT
MESSAGEBOX 你的(断·兲必须放在包裹里,还是没有100万元宝
 
[@duan]
#IF
CheckNewItemValue 3 1 < 12
CheckNewItemValue 3 2 < 4
CheckNewItemValue 3 3 < 4
CheckNewItemValue 3 4 < 4
CheckNewItemValue 3 5 < 12
#ACT
SetNewItemValue 3 1 = 12
SetNewItemValue 3 2 = 4
SetNewItemValue 3 3 = 4
SetNewItemValue 3 4 = 4
SetNewItemValue 3 5 = 12
GuildNoticeMsg 100 5 [%s]唤醒了[断·兲]元素属性大大提升!
GuildNoticeMsg 100 5 [%s]唤醒了[断·兲]元素属性大大提升!
#ELSEACT
MESSAGEBOX 我需要一件元素属性少于5的[断·兲]来唤醒,!!!\
BREAK
 
[@1000]
#IF
CHECKITEM 晴空万里 1
checkgamegold > 999999
#ACT
gamegold - 1000000
AutoTakeOnItem 晴空万里 3
GOTO @wan
#ELSEACT
MESSAGEBOX 你的晴空万里必须放在包裹里,还是没有100万元宝
 
[@wan]
#IF
CheckNewItemValue 3 1 < 12
CheckNewItemValue 3 2 < 4
CheckNewItemValue 3 3 < 4
CheckNewItemValue 3 4 < 4
CheckNewItemValue 3 5 < 12
#ACT
SetNewItemValue 3 1 = 12
SetNewItemValue 3 2 = 4
SetNewItemValue 3 3 = 4
SetNewItemValue 3 4 = 12
SetNewItemValue 3 5 = 12
GuildNoticeMsg 100 5 [%s]唤醒了[晴空万里]元素属性大大提升!
GuildNoticeMsg 100 5 [%s]唤醒了[晴空万里]元素属性大大提升!
#ELSEACT
MESSAGEBOX 我需要一件元素属性少于5的[晴空万里]来唤醒,!!!\
BREAK
 
[@16]
#IF
CHECKITEM [ 封の魔 ] 1
checkgamegold > 999999
#ACT
gamegold - 1000000
AutoTakeOnItem [ 封の魔 ] 7
GOTO @222
#ELSEACT
MESSAGEBOX 你的([ 封の魔 ])戒指必须放在包裹里,还是没有100万元宝
 
[@222]
#IF
CheckNewItemValue 7 1 < 12
CheckNewItemValue 7 2 < 4
CheckNewItemValue 7 3 < 4
CheckNewItemValue 7 4 < 4
CheckNewItemValue 7 5 < 12
#ACT
SetNewItemValue 7 1 = 12
SetNewItemValue 7 2 = 4
SetNewItemValue 7 3 = 4
SetNewItemValue 7 4 = 4
SetNewItemValue 7 5 = 12
GuildNoticeMsg 100 5 [%s]唤醒了[[ 封の魔 ]]元素属性大大提升!
GuildNoticeMsg 100 5 [%s]唤醒了[[ 封の魔 ]]元素属性大大提升!
#ELSEACT
MESSAGEBOX 我需要一件元素属性少于5的[[ 封の魔 ]]来唤醒,!!!\
BREAK
 
[@15]
#IF
CHECKITEM [ 封の神 ] 1
checkgamegold > 999999
#ACT
gamegold - 1000000
AutoTakeOnItem [ 封の神 ] 5
GOTO @555
#ELSEACT
MESSAGEBOX 你的([ 封の神 ])必须放在包裹里,还是没有100万元宝
 
[@555]
#IF
CheckNewItemValue 5 1 < 12
CheckNewItemValue 5 2 < 4
CheckNewItemValue 5 3 < 4
CheckNewItemValue 5 4 < 4
CheckNewItemValue 5 5 < 12
#ACT
SetNewItemValue 5 1 = 12
SetNewItemValue 5 2 = 4
SetNewItemValue 5 3 = 4
SetNewItemValue 5 4 = 4
SetNewItemValue 5 5 = 12
GuildNoticeMsg 100 5 [%s]唤醒了[[ 封の神 ]]元素属性大大提升!
GuildNoticeMsg 100 5 [%s]唤醒了[[ 封の神 ]]元素属性大大提升!
#ELSEACT
MESSAGEBOX 我需要一件元素属性少于5的[[ 封の神 ]]来唤醒,!!!\
BREAK
 
 
[@14]
#IF
CHECKITEM 毒の尾 1
checkgamegold > 999999
#ACT
gamegold - 1000000
AutoTakeOnItem 毒の尾 7
GOTO @111
#ELSEACT
MESSAGEBOX 你的(毒の尾)戒指必须放在包裹里,还是没有100万元宝
 
[@111]
#IF
CheckNewItemValue 7 1 < 12
CheckNewItemValue 7 2 < 4
CheckNewItemValue 7 3 < 4
CheckNewItemValue 7 4 < 4
CheckNewItemValue 7 5 < 12
#ACT
SetNewItemValue 7 1 = 12
SetNewItemValue 7 2 = 4
SetNewItemValue 7 3 = 4
SetNewItemValue 7 4 = 4
SetNewItemValue 7 5 = 12
GuildNoticeMsg 100 5 [%s]唤醒了[毒の尾]元素属性大大提升!
GuildNoticeMsg 100 5 [%s]唤醒了[毒の尾]元素属性大大提升!
#ELSEACT
MESSAGEBOX 我需要一件元素属性少于5的[毒の尾]来唤醒,!!!\
BREAK
 
[@13]
#IF
CHECKITEM [黑の雾] 1
checkgamegold > 999999
#ACT
gamegold - 1000000
AutoTakeOnItem [黑の雾] 5
GOTO @444
#ELSEACT
MESSAGEBOX 你的([黑の雾])必须放在包裹里,还是没有100万元宝
 
[@444]
#IF
CheckNewItemValue 5 1 < 12
CheckNewItemValue 5 2 < 4
CheckNewItemValue 5 3 < 4
CheckNewItemValue 5 4 < 4
CheckNewItemValue 5 5 < 12
#ACT
SetNewItemValue 5 1 = 12
SetNewItemValue 5 2 = 4
SetNewItemValue 5 3 = 4
SetNewItemValue 5 4 = 4
SetNewItemValue 5 5 = 12
GuildNoticeMsg 100 5 [%s]唤醒了[[黑の雾]]元素属性大大提升!
GuildNoticeMsg 100 5 [%s]唤醒了[[黑の雾]]元素属性大大提升!
GuildNoticeMsg 100 5 [%s]唤醒了[[黑の雾]]元素属性大大提升!
#ELSEACT
MESSAGEBOX 我需要一件元素属性少于5的[[黑の雾]]来唤醒,!!!\
BREAK
 
 
[@11]
#IF
CHECKITEM [霸の主] 1
checkgamegold > 999999
#ACT
gamegold - 1000000
AutoTakeOnItem [霸の主] 5
GOTO @333
#ELSEACT
MESSAGEBOX 你的([霸の主])戒指必须放在包裹里,还是没有100万元宝
 
[@333]
#IF
CheckNewItemValue 5 1 < 12
CheckNewItemValue 5 2 < 4
CheckNewItemValue 5 3 < 4
CheckNewItemValue 5 4 < 4
CheckNewItemValue 5 5 < 12
#ACT
SetNewItemValue 5 1 = 12
SetNewItemValue 5 2 = 4
SetNewItemValue 5 3 = 4
SetNewItemValue 5 4 = 4
SetNewItemValue 5 5 = 12
GuildNoticeMsg 100 5 [%s]唤醒了[[霸の主]]元素属性大大提升!
GuildNoticeMsg 100 5 [%s]唤醒了[[霸の主]]元素属性大大提升!!
#ELSEACT
MESSAGEBOX 我需要一件元素属性少于5的[[霸の主]]来唤醒,!!!\
BREAK
 
[@12]
#IF
CHECKITEM [無の雙] 1
checkgamegold > 999999
#ACT
gamegold - 1000000
AutoTakeOnItem [無の雙] 7
GOTO @a12
#ELSEACT
MESSAGEBOX 你的([無の雙])戒指必须放在包裹里,还是没有100万元宝
 
[@a12]
#IF
CheckNewItemValue 7 1 < 12
CheckNewItemValue 7 2 < 4
CheckNewItemValue 7 3 < 4
CheckNewItemValue 7 4 < 4
CheckNewItemValue 7 5 < 12
#ACT
SetNewItemValue 7 1 = 12
SetNewItemValue 7 2 = 4
SetNewItemValue 7 3 = 4
SetNewItemValue 7 4 = 4
SetNewItemValue 7 5 = 12
GuildNoticeMsg 100 5 [%s]唤醒了[[無の雙]]元素属性大大提升!
GuildNoticeMsg 100 5 [%s]唤醒了[[無の雙]]元素属性大大提升!
#ELSEACT
MESSAGEBOX 我需要一件元素属性少于5的[[無の雙]]来唤醒,!!!\
BREAK
 
[@1]
#IF
checkgamegold > 999999
CHECKITEM 鬼流破风刀[神] 1
#ACT
gamegold - 1000000
AutoTakeOnItem 鬼流破风刀[神] 1
GOTO @wuqi11
#ELSEACT
MESSAGEBOX 你的(鬼流破风刀[神])武器必须放在包裹里,还是没有100万元宝\
 
[@wuqi11]
#IF
CheckNewItemValue 1 1 < 12
CheckNewItemValue 1 2 < 4
CheckNewItemValue 1 3 < 4
CheckNewItemValue 1 4 < 4
CheckNewItemValue 1 5 < 12
#ACT
SetNewItemValue 1 1 = 12
SetNewItemValue 1 2 = 4
SetNewItemValue 1 3 = 4
SetNewItemValue 1 4 = 4
SetNewItemValue 1 5 = 12
GuildNoticeMsg 100 5 [%s]唤醒了[鬼流破风刀[神]]元素属性大大提升!
GuildNoticeMsg 100 5 [%s]唤醒了[鬼流破风刀[神]]元素属性大大提升!
GuildNoticeMsg 100 5 [%s]唤醒了[鬼流破风刀[神]]元素属性大大提升!
GuildNoticeMsg 100 5 [%s]唤醒了[鬼流破风刀[神]]元素属性大大提升!
#ELSEACT
MESSAGEBOX 我需要一把元素属性少于5的[鬼流破风刀[神]]来唤醒,!!!\
BREAK
 
 
[@2]
#IF
checkgamegold > 999999
CHECKITEM 倚天屠龙刀(终) 1
#ACT
gamegold - 1000000
AutoTakeOnItem 倚天屠龙刀(终) 1
GOTO @wuqi11
#ELSEACT
MESSAGEBOX 你的(倚天屠龙刀(终))武器必须放在包裹里,还是没有100万元宝\
 
[@wuqi22]
#IF
CheckNewItemValue 1 1 < 12
CheckNewItemValue 1 2 < 4
CheckNewItemValue 1 3 < 4
CheckNewItemValue 1 4 < 4
CheckNewItemValue 1 5 < 12
#ACT
SetNewItemValue 1 1 = 12
SetNewItemValue 1 2 = 4
SetNewItemValue 1 3 = 4
SetNewItemValue 1 4 = 4
SetNewItemValue 1 5 = 12
GuildNoticeMsg 100 5 [%s]唤醒了[倚天屠龙刀(终)]元素属性大大提升!
GuildNoticeMsg 100 5 [%s]唤醒了[倚天屠龙刀(终)]元素属性大大提升!
GuildNoticeMsg 100 5 [%s]唤醒了[倚天屠龙刀(终)]元素属性大大提升!
GuildNoticeMsg 100 5 [%s]唤醒了[倚天屠龙刀(终)]元素属性大大提升!
#ELSEACT
MESSAGEBOX 我需要一把元素属性少于5的[倚天屠龙刀(终)]来唤醒,!!!\
BREAK
 
 
 
[@3]
#IF
checkgamegold > 999999
CHECKITEM 末日审判[最终] 1
#ACT
gamegold - 1000000
AutoTakeOnItem 末日审判[最终] 1
GOTO @wuqi13
#ELSEACT
MESSAGEBOX 你的(末日审判[最终])武器必须放在包裹里,还是没有100万元宝\
 
[@wuqi13]
#IF
CheckNewItemValue 1 1 < 12
CheckNewItemValue 1 2 < 4
CheckNewItemValue 1 3 < 4
CheckNewItemValue 1 4 < 4
CheckNewItemValue 1 5 < 12
#ACT
SetNewItemValue 1 1 = 12
SetNewItemValue 1 2 = 4
SetNewItemValue 1 3 = 4
SetNewItemValue 1 4 = 4
SetNewItemValue 1 5 = 12
GuildNoticeMsg 100 5 [%s]唤醒了[末日审判[最终]]元素属性大大提升!
GuildNoticeMsg 100 5 [%s]唤醒了[末日审判[最终]]元素属性大大提升!
GuildNoticeMsg 100 5 [%s]唤醒了[末日审判[最终]]元素属性大大提升!
GuildNoticeMsg 100 5 [%s]唤醒了[末日审判[最终]]元素属性大大提升!
#ELSEACT
MESSAGEBOX 我需要一把元素属性少于5的[末日审判[最终]]来唤醒,!!!\
BREAK
 
[@33]
#IF
checkgamegold > 999999
CHECKITEM 法道鞭(终极) 1
#ACT
gamegold - 1000000
AutoTakeOnItem 法道鞭(终极) 1
GOTO @wuqi83
#ELSEACT
MESSAGEBOX 你的(法道鞭(终极))武器必须放在包裹里,还是没有100万元宝\
 
[@wuqi83]
#IF
CheckNewItemValue 1 1 < 12
CheckNewItemValue 1 2 < 4
CheckNewItemValue 1 3 < 4
CheckNewItemValue 1 4 < 4
CheckNewItemValue 1 5 < 12
#ACT
SetNewItemValue 1 1 = 12
SetNewItemValue 1 2 = 4
SetNewItemValue 1 3 = 4
SetNewItemValue 1 4 = 4
SetNewItemValue 1 5 = 12
GuildNoticeMsg 100 5 [%s]唤醒了[法道鞭(终极)]元素属性大大提升!
GuildNoticeMsg 100 5 [%s]唤醒了[法道鞭(终极)]元素属性大大提升!
GuildNoticeMsg 100 5 [%s]唤醒了[法道鞭(终极)]元素属性大大提升!
GuildNoticeMsg 100 5 [%s]唤醒了[法道鞭(终极)]元素属性大大提升!
#ELSEACT
MESSAGEBOX 我需要一把元素属性少于5的[法道鞭(终极)]来唤醒,!!!\
BREAK
 
 
[@4]
#IF
CHECKITEM 龍·袍 1
checkgamegold > 999999
#ACT
gamegold - 1000000
AutoTakeOnItem 龍·袍 0
GOTO @yifu27
#ELSEACT
MESSAGEBOX 你的([龍·袍])必须放在包裹里,还是没有100万元宝\
 
[@yifu27]
#IF
CheckNewItemValue 0 1 < 12
CheckNewItemValue 0 2 < 4
CheckNewItemValue 0 3 < 4
CheckNewItemValue 0 4 < 4
CheckNewItemValue 0 5 < 12
#ACT
SetNewItemValue 0 1 = 12
SetNewItemValue 0 2 = 4
SetNewItemValue 0 3 = 4
SetNewItemValue 0 4 = 4
SetNewItemValue 0 5 = 12
GuildNoticeMsg 100 5 [%s]唤醒了[龍·袍]元素属性大大提升!
GuildNoticeMsg 100 5 [%s]唤醒了[龍·袍]元素属性大大提升!
GuildNoticeMsg 100 5 [%s]唤醒了[龍·袍]元素属性大大提升!
GuildNoticeMsg 100 5 [%s]唤醒了[龍·袍]元素属性大大提升!
#ELSEACT
MESSAGEBOX 我需要一件元素属性少于5的[龍·袍]来唤醒,!!!\
BREAK
 
[@44]
#IF
CHECKITEM 鳯·飛 1
checkgamegold > 999999
#ACT
gamegold - 1000000
AutoTakeOnItem 鳯·飛 0
GOTO @yifu277
#ELSEACT
MESSAGEBOX 你的([鳯·飛])必须放在包裹里,还是没有100万元宝\
 
[@yifu277]
#IF
CheckNewItemValue 0 1 < 12
CheckNewItemValue 0 2 < 4
CheckNewItemValue 0 3 < 4
CheckNewItemValue 0 4 < 4
CheckNewItemValue 0 5 < 12
#ACT
SetNewItemValue 0 1 = 12
SetNewItemValue 0 2 = 4
SetNewItemValue 0 3 = 4
SetNewItemValue 0 4 = 12
SetNewItemValue 0 5 = 12
GuildNoticeMsg 100 5 [%s]唤醒了[鳯·飛]元素属性大大提升!
GuildNoticeMsg 100 5 [%s]唤醒了[鳯·飛]元素属性大大提升!
GuildNoticeMsg 100 5 [%s]唤醒了[鳯·飛]元素属性大大提升!
GuildNoticeMsg 100 5 [%s]唤醒了[鳯·飛]元素属性大大提升!
#ELSEACT
MESSAGEBOX 我需要一件元素属性少于5的[鳯·飛]来唤醒,!!!\
BREAK
 
[@5]
#IF
CHECKITEM 金丝缕衣[护甲] 1
checkgamegold > 999999
#ACT
gamegold - 1000000
AutoTakeOnItem 金丝缕衣[护甲] 0
GOTO @yifu28
#ELSEACT
MESSAGEBOX 你的(金丝缕衣[护甲])必须放在包裹里,还是没有100万元宝\
 
[@yifu28]
#IF
CheckNewItemValue 0 1 < 12
CheckNewItemValue 0 2 < 4
CheckNewItemValue 0 3 < 4
CheckNewItemValue 0 4 < 4
CheckNewItemValue 0 5 < 12
#ACT
SetNewItemValue 0 1 = 12
SetNewItemValue 0 2 = 4
SetNewItemValue 0 3 = 4
SetNewItemValue 0 4 = 4
SetNewItemValue 0 5 = 12
GuildNoticeMsg 100 5 [%s]唤醒了[金丝缕衣[护甲]]元素属性大大提升!
GuildNoticeMsg 100 5 [%s]唤醒了[金丝缕衣[护甲]]元素属性大大提升!
GuildNoticeMsg 100 5 [%s]唤醒了[金丝缕衣[护甲]]元素属性大大提升!
GuildNoticeMsg 100 5 [%s]唤醒了[金丝缕衣[护甲]]元素属性大大提升!
#ELSEACT
MESSAGEBOX 我需要一件元素属性少于5的[金丝缕衣[护甲]]来唤醒,!!!\
BREAK
 
[@55]
#IF
CHECKITEM 金丝缕衣[披风] 1
checkgamegold > 999999
#ACT
gamegold - 1000000
AutoTakeOnItem 金丝缕衣[披风] 0
GOTO @yifu288
#ELSEACT
MESSAGEBOX 你的(金丝缕衣[披风])必须放在包裹里,还是没有100万元宝\
 
[@yifu288]
#IF
CheckNewItemValue 0 1 < 12
CheckNewItemValue 0 2 < 4
CheckNewItemValue 0 3 < 4
CheckNewItemValue 0 4 < 4
CheckNewItemValue 0 5 < 12
#ACT
SetNewItemValue 0 1 = 12
SetNewItemValue 0 2 = 4
SetNewItemValue 0 3 = 4
SetNewItemValue 0 4 = 4
SetNewItemValue 0 5 = 12
GuildNoticeMsg 100 5 [%s]唤醒了[金丝缕衣[披风]]元素属性大大提升!
GuildNoticeMsg 100 5 [%s]唤醒了[金丝缕衣[披风]]元素属性大大提升!
GuildNoticeMsg 100 5 [%s]唤醒了[金丝缕衣[披风]]元素属性大大提升!
GuildNoticeMsg 100 5 [%s]唤醒了[金丝缕衣[披风]]元素属性大大提升!
#ELSEACT
MESSAGEBOX 我需要一件元素属性少于5的[金丝缕衣[披风]]来唤醒,!!!\
BREAK
 
[@6]
#IF
CHECKITEM 八卦乾坤·袍 1
checkgamegold > 999999
#ACT
gamegold - 1000000
AutoTakeOnItem 八卦乾坤·袍 0
GOTO @yifu29
#ELSEACT
MESSAGEBOX 你的(八卦乾坤·袍)必须放在包裹里,还是没有100万元宝\
 
[@yifu29]
#IF
CheckNewItemValue 0 1 < 12
CheckNewItemValue 0 2 < 4
CheckNewItemValue 0 3 < 4
CheckNewItemValue 0 4 < 4
CheckNewItemValue 0 5 < 12
#ACT
SetNewItemValue 0 1 = 12
SetNewItemValue 0 2 = 4
SetNewItemValue 0 3 = 4
SetNewItemValue 0 4 = 4
SetNewItemValue 0 5 = 12
GuildNoticeMsg 100 5 [%s]唤醒了{八卦乾坤·袍]元素属性大大提升!
GuildNoticeMsg 100 5 [%s]唤醒了{八卦乾坤·袍]元素属性大大提升!
GuildNoticeMsg 100 5 [%s]唤醒了{八卦乾坤·袍]元素属性大大提升!
GuildNoticeMsg 100 5 [%s]唤醒了{八卦乾坤·袍]元素属性大大提升!
#ELSEACT
MESSAGEBOX 我需要一件元素属性少于5的八卦乾坤·袍来唤醒,!!!\
BREAK
 
[@66]
#IF
CHECKITEM 八卦乾坤·衣 1
checkgamegold > 999999
#ACT
gamegold - 1000000
AutoTakeOnItem 八卦乾坤·衣 0
GOTO @yifu299
#ELSEACT
MESSAGEBOX 你的(八卦乾坤·衣)必须放在包裹里,还是没有100万元宝\
 
[@yifu299]
#IF
CheckNewItemValue 0 1 < 12
CheckNewItemValue 0 2 < 4
CheckNewItemValue 0 3 < 4
CheckNewItemValue 0 4 < 4
CheckNewItemValue 0 5 < 12
#ACT
SetNewItemValue 0 1 = 12
SetNewItemValue 0 2 = 4
SetNewItemValue 0 3 = 4
SetNewItemValue 0 4 = 4
SetNewItemValue 0 5 = 12
GuildNoticeMsg 100 5 [%s]唤醒了{八卦乾坤·衣]元素属性大大提升!
GuildNoticeMsg 100 5 [%s]唤醒了{八卦乾坤·衣]元素属性大大提升!
GuildNoticeMsg 100 5 [%s]唤醒了{八卦乾坤·衣]元素属性大大提升!
GuildNoticeMsg 100 5 [%s]唤醒了{八卦乾坤·衣]元素属性大大提升!
#ELSEACT
MESSAGEBOX 我需要一件元素属性少于5的八卦乾坤·衣来唤醒,!!!\
BREAK
 
[@7]
#IF
CHECKITEM [法道·护甲] 1
checkgamegold > 999999
#ACT
gamegold - 1000000
AutoTakeOnItem [法道·护甲] 0
GOTO @yifu29
#ELSEACT
MESSAGEBOX 你的([法道·护甲])必须放在包裹里,还是没有100万元宝\
 
[@yifu29]
#IF
CheckNewItemValue 0 1 < 12
CheckNewItemValue 0 2 < 4
CheckNewItemValue 0 3 < 4
CheckNewItemValue 0 4 < 4
CheckNewItemValue 0 5 < 12
#ACT
SetNewItemValue 0 1 = 12
SetNewItemValue 0 2 = 4
SetNewItemValue 0 3 = 4
SetNewItemValue 0 4 = 4
SetNewItemValue 0 5 = 12
GuildNoticeMsg 100 5 [%s]唤醒了[法道·护甲]元素属性大大提升!
GuildNoticeMsg 100 5 [%s]唤醒了[法道·护甲]元素属性大大提升!
GuildNoticeMsg 100 5 [%s]唤醒了[法道·护甲]元素属性大大提升!
GuildNoticeMsg 100 5 [%s]唤醒了[法道·护甲]元素属性大大提升!
#ELSEACT
MESSAGEBOX 我需要一件元素属性少于5的[法道·护甲]来唤醒,!!!\
BREAK
 
[@77]
#IF
CHECKITEM [法道·披风] 1
checkgamegold > 999999
#ACT
gamegold - 1000000
AutoTakeOnItem [法道·披风] 0
GOTO @yifu299
#ELSEACT
MESSAGEBOX 你的([法道·披风])必须放在包裹里,还是没有100万元宝\
 
[@yifu299]
#IF
CheckNewItemValue 0 1 < 12
CheckNewItemValue 0 2 < 4
CheckNewItemValue 0 3 < 4
CheckNewItemValue 0 4 < 4
CheckNewItemValue 0 5 < 12
#ACT
SetNewItemValue 0 1 = 12
SetNewItemValue 0 2 = 4
SetNewItemValue 0 3 = 4
SetNewItemValue 0 4 = 4
SetNewItemValue 0 5 = 12
GuildNoticeMsg 100 5 [%s]唤醒了[法道·披风]元素属性大大提升!
GuildNoticeMsg 100 5 [%s]唤醒了[法道·披风]元素属性大大提升!
GuildNoticeMsg 100 5 [%s]唤醒了[法道·披风]元素属性大大提升!
GuildNoticeMsg 100 5 [%s]唤醒了[法道·披风]元素属性大大提升!
#ELSEACT
MESSAGEBOX 我需要一件元素属性少于5的[法道·披风]来唤醒,!!!\
BREAK
 
[@8]
#IF
CHECKITEM 炼妖壶 1
checkgamegold > 999999
#ACT
gamegold - 1000000
AutoTakeOnItem 炼妖壶 12
GOTO @yifu12
#ELSEACT
MESSAGEBOX 你的{炼妖壶必须放在包裹里,还是没有100万元宝\
 
[@yifu12]
#IF
CheckNewItemValue 12 1 < 12
CheckNewItemValue 12 2 < 4
CheckNewItemValue 12 3 < 4
CheckNewItemValue 12 4 < 4
CheckNewItemValue 12 5 < 12
#ACT
SetNewItemValue 12 1 = 12
SetNewItemValue 12 2 = 4
SetNewItemValue 12 3 = 4
SetNewItemValue 12 4 = 4
SetNewItemValue 12 5 = 12
GuildNoticeMsg 100 5 [%s]唤醒了炼妖壶元素属性大大提升!
GuildNoticeMsg 100 5 [%s]唤醒了炼妖壶元素属性大大提升!
GuildNoticeMsg 100 5 [%s]唤醒了炼妖壶元素属性大大提升!
#ELSEACT
MESSAGEBOX 我需要一件元素属性少于5的炼妖壶来唤醒,!!!\
BREAK
 
[@88]
#IF
CHECKITEM 崆峒印 1
checkgamegold > 999999
#ACT
gamegold - 1000000
AutoTakeOnItem 崆峒印 12
GOTO @yifu120
#ELSEACT
MESSAGEBOX 你的{崆峒印必须放在包裹里,还是没有100万元宝\
 
[@yifu120]
#IF
CheckNewItemValue 12 1 < 12
CheckNewItemValue 12 2 < 4
CheckNewItemValue 12 3 < 4
CheckNewItemValue 12 4 < 4
CheckNewItemValue 12 5 < 12
#ACT
SetNewItemValue 12 1 = 12
SetNewItemValue 12 2 = 4
SetNewItemValue 12 3 = 4
SetNewItemValue 12 4 = 4
SetNewItemValue 12 5 = 12
GuildNoticeMsg 100 5 [%s]唤醒了崆峒印元素属性大大提升!
GuildNoticeMsg 100 5 [%s]唤醒了崆峒印元素属性大大提升!
GuildNoticeMsg 100 5 [%s]唤醒了崆峒印元素属性大大提升!
#ELSEACT
MESSAGEBOX 我需要一件元素属性少于5的崆峒印来唤醒,!!!\
BREAK
 
[@888]
#IF
CHECKITEM 昊天塔 1
checkgamegold > 999999
#ACT
gamegold - 1000000
AutoTakeOnItem 昊天塔 12
GOTO @yifu12
#ELSEACT
MESSAGEBOX 你的{昊天塔必须放在包裹里,还是没有100万元宝\
 
[@yifu12]
#IF
CheckNewItemValue 12 1 < 12
CheckNewItemValue 12 2 < 4
CheckNewItemValue 12 3 < 4
CheckNewItemValue 12 4 < 4
CheckNewItemValue 12 5 < 12
#ACT
SetNewItemValue 12 1 = 12
SetNewItemValue 12 2 = 4
SetNewItemValue 12 3 = 4
SetNewItemValue 12 4 = 4
SetNewItemValue 12 5 = 12
GuildNoticeMsg 100 5 [%s]唤醒了昊天塔元素属性大大提升!
GuildNoticeMsg 100 5 [%s]唤醒了昊天塔元素属性大大提升!
GuildNoticeMsg 100 5 [%s]唤醒了昊天塔元素属性大大提升!
#ELSEACT
MESSAGEBOX 我需要一件元素属性少于5的昊天塔来唤醒,!!!\
BREAK
 
[@8888]
#IF
CHECKITEM 女娲石 1
checkgamegold > 999999
#ACT
gamegold - 1000000
AutoTakeOnItem 女娲石 12
GOTO @yifu12
#ELSEACT
MESSAGEBOX 你的{女娲石必须放在包裹里,还是没有100万元宝\
 
[@yifu12]
#IF
CheckNewItemValue 12 1 < 12
CheckNewItemValue 12 2 < 4
CheckNewItemValue 12 3 < 4
CheckNewItemValue 12 4 < 4
CheckNewItemValue 12 5 < 12
#ACT
SetNewItemValue 12 1 = 12
SetNewItemValue 12 2 = 4
SetNewItemValue 12 3 = 4
SetNewItemValue 12 4 = 4
SetNewItemValue 12 5 = 12
GuildNoticeMsg 100 5 [%s]唤醒了女娲石元素属性大大提升!
GuildNoticeMsg 100 5 [%s]唤醒了女娲石元素属性大大提升!
GuildNoticeMsg 100 5 [%s]唤醒了女娲石元素属性大大提升!
#ELSEACT
MESSAGEBOX 我需要一件元素属性少于5的女娲石来唤醒,!!!\
BREAK
 
[@9]
#IF
CHECKITEM 神龙鼎 1
checkgamegold > 999999
#ACT
gamegold - 1000000
AutoTakeOnItem 神龙鼎 2
GOTO @yifu31
#ELSEACT
MESSAGEBOX 你的(神龙鼎)必须放在包裹里,还是没有100万元宝\
 
[@yifu31]
#IF
CheckNewItemValue 2 1 < 12
CheckNewItemValue 2 2 < 4
CheckNewItemValue 2 3 < 4
CheckNewItemValue 2 4 < 4
CheckNewItemValue 2 5 < 12
#ACT
SetNewItemValue 2 1 = 12
SetNewItemValue 2 2 = 4
SetNewItemValue 2 3 = 4
SetNewItemValue 2 4 = 4
SetNewItemValue 2 5 = 12
GuildNoticeMsg 100 5 [%s]唤醒了神龙鼎元素属性大大提升!
GuildNoticeMsg 100 5 [%s]唤醒了神龙鼎元素属性大大提升!
GuildNoticeMsg 100 5 [%s]唤醒了神龙鼎元素属性大大提升!
#ELSEACT
MESSAGEBOX 我需要一件元素属性少于5的神龙鼎来唤醒,!!!\
BREAK
 
[@99]
#IF
CHECKITEM 伏羲琴 1
checkgamegold > 999999
#ACT
gamegold - 1000000
AutoTakeOnItem 伏羲琴 2
GOTO @yifu31
#ELSEACT
MESSAGEBOX 你的(伏羲琴)必须放在包裹里,还是没有100万元宝\
 
[@yifu31]
#IF
CheckNewItemValue 2 1 < 12
CheckNewItemValue 2 2 < 4
CheckNewItemValue 2 3 < 4
CheckNewItemValue 2 4 < 4
CheckNewItemValue 2 5 < 12
#ACT
SetNewItemValue 2 1 = 12
SetNewItemValue 2 2 = 4
SetNewItemValue 2 3 = 4
SetNewItemValue 2 4 = 4
SetNewItemValue 2 5 = 12
GuildNoticeMsg 100 5 [%s]唤醒了伏羲琴元素属性大大提升!
GuildNoticeMsg 100 5 [%s]唤醒了伏羲琴元素属性大大提升!
GuildNoticeMsg 100 5 [%s]唤醒了伏羲琴元素属性大大提升!
#ELSEACT
MESSAGEBOX 我需要一件元素属性少于5的伏羲琴来唤醒,!!!\
BREAK
 
[@999]
#IF
CHECKITEM 昆仑镜 1
checkgamegold > 999999
#ACT
gamegold - 1000000
AutoTakeOnItem 昆仑镜 2
GOTO @yifu31
#ELSEACT
MESSAGEBOX 你的(昆仑镜)必须放在包裹里,还是没有100万元宝\
 
[@yifu31]
#IF
CheckNewItemValue 2 1 < 12
CheckNewItemValue 2 2 < 4
CheckNewItemValue 2 3 < 4
CheckNewItemValue 2 4 < 4
CheckNewItemValue 2 5 < 12
#ACT
SetNewItemValue 2 1 = 12
SetNewItemValue 2 2 = 4
SetNewItemValue 2 3 = 4
SetNewItemValue 2 4 = 4
SetNewItemValue 2 5 = 12
GuildNoticeMsg 100 5 [%s]唤醒了昆仑镜元素属性大大提升!
GuildNoticeMsg 100 5 [%s]唤醒了昆仑镜元素属性大大提升!
GuildNoticeMsg 100 5 [%s]唤醒了昆仑镜元素属性大大提升!
#ELSEACT
MESSAGEBOX 我需要一件元素属性少于5的昆仑镜来唤醒,!!!\
BREAK
 
[@9999]
#IF
CHECKITEM 东皇钟 1
checkgamegold > 999999
#ACT
gamegold - 1000000
AutoTakeOnItem 东皇钟 2
GOTO @yifu31
#ELSEACT
MESSAGEBOX 你的(东皇钟)必须放在包裹里,还是没有100万元宝\
 
[@yifu31]
#IF
CheckNewItemValue 2 1 < 12
CheckNewItemValue 2 2 < 4
CheckNewItemValue 2 3 < 4
CheckNewItemValue 2 4 < 4
CheckNewItemValue 2 5 < 12
#ACT
SetNewItemValue 2 1 = 12
SetNewItemValue 2 2 = 4
SetNewItemValue 2 3 = 4
SetNewItemValue 2 4 = 4
SetNewItemValue 2 5 = 12
GuildNoticeMsg 100 5 [%s]唤醒了东皇钟元素属性大大提升!
GuildNoticeMsg 100 5 [%s]唤醒了东皇钟元素属性大大提升!
GuildNoticeMsg 100 5 [%s]唤醒了东皇钟元素属性大大提升!
#ELSEACT
MESSAGEBOX 我需要一件元素属性少于5的东皇钟来唤醒,!!!\
BREAK