传奇西天佛界点灯进入地图脚本
[@main]#IF
#ACT
CloseBigDialogBox
#SAY
<点燃佛灯,挑战西天狂魔!/SCOLOR=254>\ \
<游戏规则:/SCOLOR=249>三盏佛灯,需要依次点亮\
第一盏灯<80%/SCOLOR=250>几率点亮--需<100/SCOLOR=250>元宝\
第二盏灯<50%/SCOLOR=250>几率点亮--需<300/SCOLOR=250>元宝\
第三盏灯<30%/SCOLOR=250>几率点亮--需<500/SCOLOR=250>元宝\ \
全部点亮后,西天之门就会开放,地图中<装备狂爆/SCOLOR=253> <特殊说明/@特殊说明>\
<★☆★/SCOLOR=242> <开始点灯/@开始点灯> <★☆★/SCOLOR=242>
[@开始点灯]
<┏━━━━━┓/SCOLOR=250> <┏━━━━━┓/SCOLOR=250> <┏━━━━━┓/SCOLOR=250>\
<┃/SCOLOR=250><╭───╮/SCOLOR=58><┃/SCOLOR=250> <┃/SCOLOR=250><╭───╮/SCOLOR=58><┃/SCOLOR=250> <┃/SCOLOR=250><╭───╮/SCOLOR=58><┃/SCOLOR=250>\
<┃/SCOLOR=250><│/SCOLOR=58>未点亮<│/SCOLOR=58><┃/SCOLOR=250> <┃/SCOLOR=250><│/SCOLOR=58>未点亮<│/SCOLOR=58><┃/SCOLOR=250> <┃/SCOLOR=250><│/SCOLOR=58>未点亮<│/SCOLOR=58><┃/SCOLOR=250>\
<┃/SCOLOR=250><╰───╯/SCOLOR=58><┃/SCOLOR=250> <┃/SCOLOR=250><╰───╯/SCOLOR=58><┃/SCOLOR=250> <┃/SCOLOR=250><╰───╯/SCOLOR=58><┃/SCOLOR=250>\
<┗━━━━━┛/SCOLOR=250> <┗━━━━━┛/SCOLOR=250> <┗━━━━━┛/SCOLOR=250>\ \
*<开始点灯/@第一盏>*\ \
【<返回/@main>】【<关闭/@eXIT
[@第一盏]
#IF
CheckGameGold > 99
RANDOM 3
#ACT
GameGold - 100
MESSAGEBOX 恭喜你点灯成功,请继续点亮下一盏灯吧!
goto @第一盏亮
BREAK
#IF
CheckGameGold > 99
RANDOM 2
#ACT
GameGold - 100
MESSAGEBOX 恭喜你点灯成功,请继续点亮下一盏灯吧!
goto @第一盏亮
BREAK
#IF
CheckGameGold > 99
#ACT
GameGold - 100
MESSAGEBOX 非常抱歉,由于你诚意不足,佛灯没有点亮!
#elseact
messagebox 操作失败:元宝不足100个,无法点灯!
此文出自久久传奇99ytl.com 谢谢大家观赏!
[@第一盏亮]
<┏━━━━━┓/SCOLOR=250> <┏━━━━━┓/SCOLOR=250> <┏━━━━━┓/SCOLOR=250>\
<┃/SCOLOR=250><╭───╮/SCOLOR=58><┃/SCOLOR=250> <┃/SCOLOR=250><╭───╮/SCOLOR=58><┃/SCOLOR=250> <┃/SCOLOR=250><╭───╮/SCOLOR=58><┃/SCOLOR=250>\
<┃/SCOLOR=250><│/SCOLOR=58><已点亮/SCOLOR=254><│/SCOLOR=58><┃/SCOLOR=250> <┃/SCOLOR=250><│/SCOLOR=58>未点亮<│/SCOLOR=58><┃/SCOLOR=250> <┃/SCOLOR=250><│/SCOLOR=58>未点亮<│/SCOLOR=58><┃/SCOLOR=250>\
<┃/SCOLOR=250><╰───╯/SCOLOR=58><┃/SCOLOR=250> <┃/SCOLOR=250><╰───╯/SCOLOR=58><┃/SCOLOR=250> <┃/SCOLOR=250><╰───╯/SCOLOR=58><┃/SCOLOR=250>\
<┗━━━━━┛/SCOLOR=250> <┗━━━━━┛/SCOLOR=250> <┗━━━━━┛/SCOLOR=250>\ \
*<已经点亮/SCOLOR=242>* *<开始点灯/@第二盏>*\ \
【<返回/@main>】【<关闭/@eXIT>
[@第二盏]
#IF
CheckGameGold > 299
RANDOM 2
#ACT
GameGold - 300
MESSAGEBOX 恭喜你点灯成功,请继续点亮下一盏灯吧!
goto @第二盏亮
BREAK
#IF
CheckGameGold > 299
#ACT
GameGold - 300
MESSAGEBOX 非常抱歉,由于你诚意不足,佛灯没有点亮!
#elseact
messagebox 操作失败:元宝不足300个,无法点灯!
[@第二盏亮]
<┏━━━━━┓/SCOLOR=250> <┏━━━━━┓/SCOLOR=250> <┏━━━━━┓/SCOLOR=250>\
<┃/SCOLOR=250><╭───╮/SCOLOR=58><┃/SCOLOR=250> <┃/SCOLOR=250><╭───╮/SCOLOR=58><┃/SCOLOR=250> <┃/SCOLOR=250><╭───╮/SCOLOR=58><┃/SCOLOR=250>\
<┃/SCOLOR=250><│/SCOLOR=58><已点亮/SCOLOR=254><│/SCOLOR=58><┃/SCOLOR=250> <┃/SCOLOR=250><│/SCOLOR=58><已点亮/SCOLOR=254><│/SCOLOR=58><┃/SCOLOR=250> <┃/SCOLOR=250><│/SCOLOR=58>未点亮<│/SCOLOR=58><┃/SCOLOR=250>\
<┃/SCOLOR=250><╰───╯/SCOLOR=58><┃/SCOLOR=250> <┃/SCOLOR=250><╰───╯/SCOLOR=58><┃/SCOLOR=250> <┃/SCOLOR=250><╰───╯/SCOLOR=58><┃/SCOLOR=250>\
<┗━━━━━┛/SCOLOR=250> <┗━━━━━┛/SCOLOR=250> <┗━━━━━┛/SCOLOR=250>\ \
*<已经点亮/SCOLOR=242>* *<已经点亮/SCOLOR=242>* *<开始点灯/@第三盏>*\ \ 【<返回/@main>】【<关闭/@eXIT>】
[@第三盏]
#IF
CheckGameGold > 499
RANDOM 3
#ACT
GameGold - 500
MESSAGEBOX 恭喜你点灯成功,请继续点亮下一盏灯吧!
GuildNoticeMsg 251 5 玩家(%s)成功的点亮了③盏佛灯,获得了前往“西天佛界”的机会!
goto @第三盏亮
BREAK
#IF
CheckGameGold > 499
#ACT
GameGold - 500
MESSAGEBOX 非常抱歉,由于你诚意不足,佛灯没有点亮!
#elseact
messagebox 操作失败:元宝不足500个,无法点灯!
[@第三盏亮]
<┏━━━━━┓/SCOLOR=250> <┏━━━━━┓/SCOLOR=250> <┏━━━━━┓/SCOLOR=250>\
<┃/SCOLOR=250><╭───╮/SCOLOR=58><┃/SCOLOR=250> <┃/SCOLOR=250><╭───╮/SCOLOR=58><┃/SCOLOR=250> <┃/SCOLOR=250><╭───╮/SCOLOR=58><┃/SCOLOR=250>\
<┃/SCOLOR=250><│/SCOLOR=58><已点亮/SCOLOR=254><│/SCOLOR=58><┃/SCOLOR=250> <┃/SCOLOR=250><│/SCOLOR=58><已点亮/SCOLOR=254><│/SCOLOR=58><┃/SCOLOR=250> <┃/SCOLOR=250><│/SCOLOR=58><已点亮/SCOLOR=254><│/SCOLOR=58><┃/SCOLOR=250>\
<┃/SCOLOR=250><╰───╯/SCOLOR=58><┃/SCOLOR=250> <┃/SCOLOR=250><╰───╯/SCOLOR=58><┃/SCOLOR=250> <┃/SCOLOR=250><╰───╯/SCOLOR=58><┃/SCOLOR=250>\
<┗━━━━━┛/SCOLOR=250> <┗━━━━━┛/SCOLOR=250> <┗━━━━━┛/SCOLOR=250>\ \
*<恭喜你全部点亮三盏佛灯,你可以传送:/SCOLOR=242>* *<西天佛界/@西天佛界>*\ \
【<返回/@main>】【<关闭/@eXIT>】
[@西天佛界]
#IF
#ACT
take 回城卷 46
give 回城卷 1
MAPMOVE D2083 39 89
BREAK
[@特殊说明]
#ACT
MESSAGEBOX 佛界掉落佛界首饰套装,掉所有套装首饰类物品:\ \*佛界项链-魔法躲避-幸运\*佛界手镯-准确-敏捷-带传送\*佛界狂戒-躲避-带复活\*带起五件可以触发防麻痹.法师道士麻痹
论坛一条龙
我默默的回帖,从不声张! 好好学习楼主的帖子! 楼主的等级很高啊! 刚看见一个妹子,很漂亮! 好无聊啊! 楼上的说的很多! 楼上的真不讲道理! 今天不想骂人! 坚持回帖!