至于祝福糕,可以在商铺中购买,天关可以获得,宝箱中也可\
以得到。\ \
<我知道了/@liaojie>
[@jiefeng]
想解开封印装备需要相对的封印装备和一根金条\
若无缘得见,也无可奈何。我会尽力帮你唤醒装备沉睡中的力\
量,但不敢保证一定能够成功,如果失败,那装备就不复存在\
了。如果成功,你就能成为它的主人。\ \
<好的,开始解封吧/@jieba>\ \
<谢谢,我明白了/@main>
[@gongxi]
恭喜你。成为了此神器的主人\ \
<谢谢,我明白了/@main>
[@shibai]
很可惜,鉴定失败了\ \
<谢谢,我明白了/@main>
[@jieba]
#if
checkitem 狂雷战盔(封印) 1
checkitem 金条 1
#act
goto @z1
break
#if
checkitem 狂雷项链(封印) 1
checkitem 金条 1
#act
goto @z2
break
#if
checkitem 狂雷战戒(封印) 1
checkitem 金条 1
#act
goto @z3
break
#if
checkitem 狂雷护腕(封印) 1
checkitem 金条 1
#act
goto @z4
break
#if
checkitem 狂雷腰带(封印) 1
checkitem 金条 1
#act
goto @z5
break
#if
checkitem 狂雷战靴(封印) 1
checkitem 金条 1
#act
goto @z6
break
#if
checkitem 逆火魔盔(封印) 1
checkitem 金条 1
#act
goto @f1
break
#if
checkitem 逆火项链(封印) 1
checkitem 金条 1
#act
goto @f2
break
#if
checkitem 逆火魔戒(封印) 1
checkitem 金条 1
#act
goto @f3
break
#if
checkitem 逆火护腕(封印) 1
checkitem 金条 1
#act
goto @f4
break
#if
checkitem 逆火腰带(封印) 1
checkitem 金条 1
#act
goto @f5
break
#if
checkitem 逆火魔靴(封印) 1
checkitem 金条 1
#act
goto @f6
break
#if
checkitem 通云道盔(封印) 1
checkitem 金条 1
#act
goto @d1
break
#if
checkitem 通云项链(封印) 1
checkitem 金条 1
#act
goto @d2
break
#if
checkitem 通云道戒(封印) 1
checkitem 金条 1
#act
goto @d3
break
#if
checkitem 通云护腕(封印) 1
checkitem 金条 1
#act
goto @d4
break
#if
checkitem 通云腰带(封印) 1
checkitem 金条 1
#act
goto @d5
break
#if
checkitem 通云道靴(封印) 1
checkitem 金条 1
#act
goto @d6
break
#elsesay
你没有对应的封印首饰或金条
[@z1]
#if
random 15
#act
give 狂雷战盔 1
take 狂雷战盔(封印) 1
take 金条 1
goto @gongxi
#elseact
take 狂雷战盔(封印) 1
take 金条 1
goto @shibai
[@z2]
#if
random 15
#act
give 狂雷项链 1
take 狂雷项链(封印) 1
take 金条 1
goto @gongxi
#elseact
take 狂雷项链(封印) 1
take 金条 1
goto @shibai
[@z3]
#if
random 15
#act
give 狂雷战戒 1
take 狂雷战戒(封印) 1
take 金条 1
goto @gongxi
#elseact
take 狂雷战戒(封印) 1
take 金条 1
goto @shibai
[@z4]
#if
random 15
#act
give 狂雷护腕 1
take 狂雷护腕(封印) 1
take 金条 1
goto @gongxi
#elseact
take 狂雷护腕(封印) 1
take 金条 1
goto @shibai
[@z5]
#if
random 15
#act
give 狂雷腰带 1
take 狂雷腰带(封印) 1
take 金条 1
goto @gongxi
#elseact
take 狂雷腰带(封印) 1
take 金条 1
goto @shibai
[@z6]
#if
random 15
#act
give 狂雷战靴 1
take 狂雷战靴(封印) 1
take 金条 1
goto @gongxi
#elseact
take 狂雷战靴(封印) 1
take 金条 1
goto @shibai
[@f1]
#if
random 15
#act
give 逆火魔盔 1
take 逆火魔盔(封印) 1
take 金条 1
goto @gongxi
#elseact
take 逆火魔盔(封印) 1
take 金条 1
goto @shibai
[@f2]
#if
random 15
#act
give 逆火项链 1
take 逆火项链(封印) 1
take 金条 1
goto @gongxi
#elseact
take 逆火项链(封印) 1
take 金条 1
goto @shibai
[@f3]
#if
random 15
#act
give 逆火魔戒 1
take 逆火魔戒(封印) 1
take 金条 1
goto @gongxi
#elseact
take 逆火魔戒(封印) 1
take 金条 1
goto @shibai
[@f4]
#if
random 15
#act
give 逆火护腕 1
take 逆火护腕(封印) 1
take 金条 1
goto @gongxi
#elseact
take 逆火护腕(封印) 1
take 金条 1
goto @shibai
[@f5]
#if
random 15
#act
give 逆火腰带 1
take 逆火腰带(封印) 1
take 金条 1
goto @gongxi
#elseact
take 逆火腰带(封印) 1
take 金条 1
goto @shibai
[@f6]
#if
random 15
#act
give 逆火魔靴 1
take 逆火魔靴(封印) 1
take 金条 1
goto @gongxi
#elseact
take 逆火魔靴(封印) 1
take 金条 1
goto @shibai
[@d1]
#if
random 15
#act
give 通云道盔 1
take 通云道盔(封印) 1
take 金条 1
goto @gongxi
#elseact
take 通云道盔(封印) 1
take 金条 1
goto @shibai
[@d2]
#if
random 15
#act
give 通云项链 1
take 通云项链(封印) 1
take 金条 1
goto @gongxi
#elseact
take 通云项链(封印) 1
take 金条 1
goto @shibai
(责任编辑:找搜服传奇发布网) |