VIP服务员NPC脚本

文章作者:找私服  文章来源:www.zhaosf.org 更新时间:2011-9-24 14:11:35 浏览次数:276

[@main]
尊贵的<VIP会员>您好,你可以在这里享受元宝福利和半价传送服务.\
你可以每天领取50W元宝.而且还可以免费传送高级地图.真是超值.\
┏┯┯┯┯┑   ┏┯┯┯┯┑    ┏┯┯┯┯┑    ┏┯┯┯┯┑\
┣<终极领地/@1>┥   ┣<明星宝阁/@2>┥    ┣<最新神殿/@3>┥    ┣<试练五层/@4>┥\
┗┷┷┷┷┛   ┗┷┷┷┷┛    ┗┷┷┷┷┛    ┗┷┷┷┷┛ \
<我要购买VIP会员证/@goumai>-------------5000万元宝\
<我是会员我要领取10分钟2.0倍攻击/@强化攻击>----官方网站:<$WEBSITE>\
<我是会员我要领取元宝/@领取元宝>

[@goumai]
#if
CHECKGAMEGOLD > 49999999
#act
GAMEGOLD - 50000000
give VIP会员证 1
#ELSEACT
messagebox 你都没有元宝,拿什么购买?请冲值元宝...
break

[@1]
#IF
checknamelist ..\QuestDiary\合区数据\VIP会员名单.txt
CHECKGAMEGOLD > 999999
#ACT
GAMEGOLD - 1000000
MAPMOVE zjld
SENDMSG 0 VIP会员[%s].使用VIP会员功能直接飞到了【终极领地】.半价哦,羡慕吧.....
close
break
#ELSEACT
messagebox 你还不是VIP会员名单!!

[@2]
#IF
checknamelist ..\QuestDiary\合区数据\VIP会员名单.txt
CHECKGAMEGOLD > 249999
#ACT
GAMEGOLD - 250000
MAPMOVE mxbg
SENDMSG 0 VIP会员[%s].使用VIP会员功能直接飞到了【明星宝阁】.半价哦,羡慕吧.....
close
break
#ELSEACT
messagebox 你还不是VIP会员名单!!

[@3]
#IF
checknamelist ..\QuestDiary\合区数据\VIP会员名单.txt
CHECKGAMEGOLD > 499999
#ACT
GAMEGOLD - 500000
MAPMOVE yuan3
SENDMSG 0 VIP会员[%s].使用VIP会员功能+500000元宝直接飞到了【最新神殿】.羡慕吧.....
close
break
#ELSEACT
messagebox 你还不是VIP会员名单!!

[@4]
#IF
checknamelist ..\QuestDiary\合区数据\VIP会员名单.txt
CHECKGAMEGOLD > 199999
#ACT
GAMEGOLD - 200000
MAPMOVE slian5
SENDMSG 0 VIP会员[%s].使用VIP会员功能直接飞到了【试练之路五层】.羡慕吧.....
close
break
#ELSEACT
messagebox 你还不是VIP会员名单!!


[@强化攻击]
#if
checknamelist ..\QuestDiary\合区数据\VIP会员名单.txt
#act
goto @强化攻击1
#ELSEACT
messagebox 你还不是VIP会员名单!!


[@强化攻击1]
会员每天都可以得到10分钟的双倍力量!!!\ \ \
<获取力量/@1huoquliliang>\ \
<返回/@main>
[@1huoquliliang]
#if
dayofweek sun
#act
goto @1sssunchenw01
break
#if
dayofweek mon
#act
goto @1ssmonchenw01
break
#if
dayofweek tue
#act
goto @1sstuechenw01
break
#if
dayofweek wed
#act
goto @1sswedchenw01
break
#if
dayofweek thu
#act
goto @1ssthuchenw01
break
#if
dayofweek fri
#act
goto @1ssfrichenw01
break
#if
dayofweek sat
#act
goto @1sssatchenw01
break
[@1sssunchenw01]
#IF
dayofweek sun
check [411] 0
#act
SETRANKLEVELNAME %s\[神力护身]
reset [411] 7
set [411] 1
POWERRATE 200 600
close
#ELSESAY
每天只能获得10分钟双倍力量!\ \
<返回/@main>
[@1ssmonchenw01]
#IF
dayofweek mon
check [412] 0
#act
SETRANKLEVELNAME %s\[神力护身]
reset [411] 7
set [412] 1
POWERRATE 200 600
close
#ELSESAY
每天只能获得10分钟双倍力量!\ \
<返回/@main>
[@1sstuechenw01]
#IF
dayofweek tue
check [413] 0
#act
SETRANKLEVELNAME %s\[神力护身]
reset [411] 7
set [413] 1
POWERRATE 200 600
close
#ELSESAY
每天只能获得10分钟双倍力量!\ \
<返回/@main>
[@1sswedchenw01]
#IF
dayofweek wed
check [414] 0
#act
SETRANKLEVELNAME %s\[神力护身]
reset [411] 7
set [414] 1
POWERRATE 200 600
close
#ELSESAY
每天只能获得10分钟双倍力量!\ \
<返回/@main>
[@1ssthuchenw01]
#IF
dayofweek thu
check [415] 0
#act
SETRANKLEVELNAME %s\[神力护身]
reset [411] 7
set [415] 1
POWERRATE 200 600
close
#ELSESAY
每天只能获得10分钟双倍力量!\ \
<返回/@main>
[@1ssfrichenw01]
#IF
dayofweek fri
check [416] 0
#act
SETRANKLEVELNAME %s\[神力护身]
reset [411] 7
set [416] 1
POWERRATE 200 600
close
#ELSESAY
每天只能获得10分钟双倍力量!\ \
<返回/@main>
[@1sssatchenw01]
#IF
dayofweek sat
check [417] 0
#act
SETRANKLEVELNAME %s\[神力护身]
reset [411] 7
set [417] 1
POWERRATE 200 600
close
#ELSESAY
每天只能获得10分钟双倍力量!\ \
<返回/@main>

 

[@领取元宝]
#if
checknamelist ..\QuestDiary\合区数据\VIP会员名单.txt
#act
goto @领取元宝1
#ELSEACT
messagebox 你还不是VIP会员名单!!


[@领取元宝1]
#if
dayofweek sun
#act
goto @sunchenw02
break
#if
dayofweek mon
#act
goto @monchenw02
break
#if
dayofweek tue
#act
goto @tuechenw02
break
#if
dayofweek wed
#act
goto @wedchenw02
break
#if
dayofweek thu
#act
goto @thuchenw02
break
#if
dayofweek fri
#act
goto @frichenw02
break
#if
dayofweek sat
#act
goto @satchenw02
break
[@sunchenw02]
#IF
dayofweek sun
check [211] 0
#act
reset [211] 7
set [211] 1
GAMEGOLD + 500000
CREDITPOINT + 50
SENDMSG 0 恭喜[%s]领取了VIP会员福利.500000元宝+50声望.
#ELSESAY
你好象今天已经领过了啊,怎么还想再领?\
难道你不是VIP会员?\ \
<返回/@main>
[@monchenw02]
#IF
check [212] 0
#act
reset [211] 7
set [212] 1
GAMEGOLD + 500000
CREDITPOINT + 50
SENDMSG 0 恭喜[%s]领取了VIP会员福利.500000元宝+50声望.
#ELSESAY
你好象今天已经领过了啊,怎么还想再领?\
难道你不是VIP会员?\ \
<返回/@main>
[@tuechenw02]
#IF
dayofweek tue
check [213] 0
#act
reset [211] 7
set [213] 1
GAMEGOLD + 500000
CREDITPOINT + 50
SENDMSG 0 恭喜[%s]领取了VIP会员福利.500000元宝+50声望.
#ELSESAY
你好象今天已经领过了啊,怎么还想再领?\
难道你不是会员VIP会员?\ \
<返回/@main>

[@wedchenw02]
#IF
dayofweek wed
check [214] 0
#act
reset [211] 7
set [214] 1
GAMEGOLD + 500000
CREDITPOINT + 50
SENDMSG 0 恭喜[%s]领取了VIP会员福利.500000元宝+50声望.
#ELSESAY
你好象今天已经领过了啊,怎么还想再领?\
难倒你不是会员?\ \
<返回/@main>

[@thuchenw02]
#IF
dayofweek thu
check [215] 0
#act
reset [211] 7
set [215] 1
GAMEGOLD + 500000
CREDITPOINT + 50
SENDMSG 0 恭喜[%s]领取了VIP会员福利.500000元宝+50声望.
#ELSESAY
你好象今天已经领过了啊,怎么还想再领?\
难道你不是会员VIP会员?\ \
<返回/@main>
[@frichenw02]
#IF
dayofweek fri
check [216] 0
#act
reset [211] 7
set [216] 1
GAMEGOLD + 500000
CREDITPOINT + 50
SENDMSG 0 恭喜[%s]领取了VIP会员福利.500000元宝+50声望.
#ELSESAY
你好象今天已经领过了啊,怎么还想再领?\
难道你不是会员VIP会员?\ \
<返回/@main>
[@satchenw02]
#IF
dayofweek sat
check [217] 0
#act
reset [211] 7
set [217] 1
GAMEGOLD + 500000
CREDITPOINT + 50
SENDMSG 0 恭喜[%s]领取了VIP会员福利.500000元宝+50声望.
#ELSESAY
你好象今天已经领过了啊,怎么还想再领?\
难道你不是会员VIP会员?\ \
<返回/@main>

最新文章
热门文章

拒绝盗版游戏 注意自我保护 谨防受骗上当 适度游戏益脑 沉迷游戏伤身 合理安排时间 享受健康生活
网站备案登记号:京ICP备05037113号 建议使用:1024×768 分辨率 IE5.0以上版本
© 2011 www.zhaosf.org All Rights Reserved(注:找私服只收录官方授权游戏信息,非官方授权游戏请在办理业务之前告知)
*注释:找sf发布所有信息均来自互联网与本站无关。请玩家仔细辨认zhaosf信息的真实性,避免上当受骗!网站地图