传奇版本

传奇西天佛界点灯进入地图脚本

[复制链接]
查看33809 | 回复20 | 2012-11-19 19:08:32 | 显示全部楼层 |阅读模式
[@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 佛界掉落佛界首饰套装,掉所有套装首饰类物品:\ \*佛界项链-魔法躲避-幸运\*佛界手镯-准确-敏捷-带传送\*佛界狂戒-躲避-带复活\*带起五件可以触发防麻痹.法师道士麻痹



论坛一条龙
新锐科技 | 2014-3-7 13:21:19 | 显示全部楼层
我默默的回帖,从不声张!
张郑杰 | 2014-3-7 13:51:29 | 显示全部楼层
好好学习楼主的帖子!
罗丹萍 | 2014-3-7 13:54:57 | 显示全部楼层
楼主的等级很高啊!
无心 | 2014-3-7 13:37:50 | 显示全部楼层
刚看见一个妹子,很漂亮!
咸鱼干 | 2014-3-7 14:00:03 | 显示全部楼层
好无聊啊!
zdy1218 | 2014-3-30 13:10:26 | 显示全部楼层
楼上的说的很多!
oswbv | 2014-3-30 13:11:05 | 显示全部楼层
楼上的真不讲道理!
onynf | 2014-3-30 12:59:37 | 显示全部楼层
今天不想骂人!
gongjintian | 2014-3-30 13:17:30 | 显示全部楼层
坚持回帖!
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则