配套脚本

[@main]
#act
openmerchantbigdlg 1 747 1 4 0 -50 0
#say
<><imgex:1:621:622:623:453:-9/@exit> \ \
 <至尊会员/scolor=154> <new~~!/scolor=249>\
<>  <欢迎您来到/scolor=251> {◆<$servername>◆/autocolor=209,253,254,252,215,95,252,247}   <荐~:至尊会员超值福利.赠送超多物品!!!/scolor=254>\
<img:746:1:20:4>\\
<『至尊vip』> 本服vip可购买多次,狂暴属性只送一次,购买一次vip赠送一次限时福利!\ 
<当前购买vip次数为『/scolor=254><$str(u8)><』次,/scolor=254><目前拥有福利机会/scolor=254><『/scolor=254><$str(u9)><』次/scolor=254>  <获得幸运爆率机会/scolor=251>\ 
<img:746:1:20:4>\\
<> 「<购买至尊vip/@购买vip>」      <本服顶级赞助仅需10w金币> <★★可重复购买叠加积分★★/scolor=70> \
<img:746:1:20:4>\\
<奖励物品:/scolor=70> ⒈<300w元宝/scolor=251>     <35亿经验/scolor=251>     <魔龙之眼*100/scolor=251>    <轮回转生(10)/scolor=251>\  \
<>           ⒉<上古斗笠*1/scolor=251>    <上古·盾*1/scolor=251>     <治疗宝珠⑥/scolor=251>      \  \
<>           ⒊<时装一件/scolor=251>      <小狂暴/scolor=251>          <幸运石*1/scolor=251>       <10点充值积分/scolor=251>\  \
<img:746:1:20:4>\\
<>    <至尊vip特权:/scolor=70> ①<装备回收比例增加:30%/scolor=253>         ②<杀怪爆率增加:1.5倍/scolor=253> 


[@购买vip]
#if
not checkgold 100000
#act
messagebox 你没有足够的金币赞助!
break


#if
not checkbagsize 8
#act
messagebox 您的背包空格不足8个
break

#if
checkgold 100000
checkbagsize 8
#act

take 金币 100000
give 10亿经验卷 3
give 5亿经验卷 1
give 上古斗笠 1
give 上古·盾 1
give 魔龙之眼 100
give 治疗宝珠⑥ 1
give 幸运石 1
deprivetitle 会员称号
confertitle 会员称号
gamediamond + 10
goto @给时装
goto @给狂暴
goto @给转生
inc u8 1
inc u9 1
#call [\登陆执行\杀怪爆率.txt] @杀怪爆率脚本
goto @main

[@给时装]
#if
gender man
#act
give 起源·[龍]甲 1
break


#if
gender woman
#act
give 起源·[凰]袍 1
break


[@给狂暴]
#if
equal u8 0
;check [131] 0
#act
;set [131] 1
set [59] 1
confertitle 小狂暴 


[@给转生]
#if
checkrenewlevel < 10
#act
gmexecute zs <$username> 10

评论提问