最新最全最权威的各类手游,端游,页游游戏信息开服信息,尽在游民之家.
订阅微信
游民之家
热门搜索:
LOL
雷霆之怒
蓝月传奇
传奇霸业
首页
游戏资讯
开服表
游戏攻略
网游研究
我的位置:
首页
>
网游研究
>
网游技术
> 文章内容
烈焰会员系统得称谓-到V30
发表时间:2015-03-19 09:38
点击人气:
责任编辑:admin
VIP称谓代码如下
if player:get_player_type() ==1 then ---VIP称号
player:set_name_pre(9,"<font color='#D00EC1'>☆☆体验VIP-1☆☆</font>");
end
if player:get_player_type() ==2 then
player:set_name_pre(9,"<font color='#FF000F'>☆☆高级白银VIP-2☆☆</font>");
end
if player:get_player_type() ==3 then
player:set_name_pre(9,"<font color='#EE1177'>☆☆高级白银VIP-3☆☆</font>");
end
if player:get_player_type() ==4 then
player:set_name_pre(9,"<font color='#EA4037'>☆☆高级白银VIP-4☆☆</font>");
end
if player:get_player_type() ==5 then
player:set_name_pre(9,"<font color='#D26363'>☆☆高级白银VIP-5☆☆</font>");
end
if player:get_player_type() ==6 then
player:set_name_pre(9,"<font color='#71EF59'>☆☆高级白银VIP-6☆☆</font>");
end
if player:get_player_type() ==7 then
player:set_name_pre(9,"<font color='#F25BB4'>☆☆高级白银VIP-7☆☆</font>");
end
if player:get_player_type() ==8 then
player:set_name_pre(9,"<font color='#FEEF88'>☆☆高级白银VIP-8☆☆</font>");
end
if player:get_player_type() ==9 then
player:set_name_pre(9,"<font color='#4A0D7A'>☆☆高级白银VIP-9☆☆</font>");
end
if player:get_player_type() ==10 then
player:set_name_pre(9,"<font color='#FF0A00'>☆☆高级白银VIP-10☆☆</font>");
end
if player:get_player_type() ==11 then
player:set_name_pre(9,"<font color='#FF0A00'>☆☆超级黄金VIP-11☆☆</font>");
end
if player:get_player_type() ==12 then
player:set_name_pre(9,"<font color='#FF0A00'>☆☆超级黄金VIP-12☆☆</font>");
end
if player:get_player_type() ==13 then
player:set_name_pre(9,"<font color='#FF0A00'>☆☆超级黄金VIP-13☆☆</font>");
end
if player:get_player_type() ==14 then
player:set_name_pre(9,"<font color='#FF0A00'>☆☆超级黄金VIP-14☆☆</font>");
end
if player:get_player_type() ==15 then
player:set_name_pre(9,"<font color='#FF0A00'>☆☆超级黄金VIP-15☆☆</font>");
end
if player:get_player_type() ==16 then
player:set_name_pre(9,"<font color='#FF0A00'>☆☆超级黄金VIP-16☆☆</font>");
end
if player:get_player_type() ==17 then
player:set_name_pre(9,"<font color='#FF0A00'>☆☆超级黄金VIP-17☆☆</font>");
end
if player:get_player_type() ==18 then
player:set_name_pre(9,"<font color='#FF0A00'>☆☆超级黄金VIP-18☆☆</font>");
end
if player:get_player_type() ==19 then
player:set_name_pre(9,"<font color='#FF0A00'>☆☆超级黄金VIP-19☆☆</font>");
end
if player:get_player_type() ==20 then
player:set_name_pre(9,"<font color='#FF0A00'>☆☆超级黄金VIP-20☆☆</font>");
end
if player:get_player_type() ==21 then
player:set_name_pre(9,"<font color='#FF0A00'>☆☆尊贵钻石VIP-21☆☆</font>");
end
if player:get_player_type() ==22 then
player:set_name_pre(9,"<font color='#FF0A00'>☆☆尊贵钻石VIP-22☆☆</font>");
end
if player:get_player_type() ==23 then
player:set_name_pre(9,"<font color='#FF0A00'>☆☆尊贵钻石VIP-23☆☆</font>");
end
if player:get_player_type() ==24 then
player:set_name_pre(9,"<font color='#FF0A00'>☆☆尊贵钻石VIP-24☆☆</font>");
end
if player:get_player_type() ==25 then
player:set_name_pre(9,"<font color='#FF0A00'>☆☆尊贵钻石VIP-25☆☆</font>");
end
if player:get_player_type() ==26 then
player:set_name_pre(9,"<font color='#FF0A00'>☆☆尊贵钻石VIP-26☆☆</font>");
end
if player:get_player_type() ==27 then
player:set_name_pre(9,"<font color='#FF0A00'>☆☆尊贵钻石VIP-27☆☆</font>");
end
if player:get_player_type() ==28 then
player:set_name_pre(9,"<font color='#FF0A00'>☆☆尊贵钻石VIP-28☆☆</font>");
end
if player:get_player_type() ==29 then
player:set_name_pre(9,"<font color='#FF0A00'>☆☆尊贵钻石VIP-29☆☆</font>");
end
if player:get_player_type() ==30 then
player:set_name_pre(9,"<font color='#FF0A00'>☆☆尊贵钻石VIP-30☆☆</font>");
end
上一篇:
烈焰SF添加杀人触发公告脚本
下一篇:
烈焰服务端里的根据玩家等级给与不同称谓的代码
热点文章
01-08
战神引擎自动循环吃元宝灵符的脚本
10-14
战神引擎MIR数据库表及字段名属性解析
10-14
战神引擎玩家属性参数说明
01-08
战神引擎手游传奇SF会员充值奖励脚本
10-14
战神引擎脚本之任务脚本的编写
01-08
战神引擎在线泡点脚本
01-08
战神引擎元宝交易防刷修复版
10-14
战神引擎gamedata库的表及字段名属性说明
12-15
烈焰私服服务端增加高级锻造师脚本
01-08
战神引擎会员服务脚本
更多>>
新游测试表
时间
游戏
区服
其他
10:00
雷霆之怒
星辰雷霆复古
10:00
雷霆之怒
逐鹿雷霆之怒