BBShelp 版 (精华区)

发信人: Sun (大灯泡), 信区: BBS_help
标  题: 经验值!
发信站: 哈工大紫丁香 (2000年05月31日09:00:12 星期三), 站内信件

        if(exp==-9999)
                return "没等级";
        if(exp<=100+expbase)
                return "新手上路";
        if(exp>100+expbase&&exp<=450+expbase)
                return "一般站友";
        if(exp>450+expbase&&exp<=850+expbase)
                return "中级站友";
        if(exp>850+expbase&&exp<=1500+expbase)
                return "高级站友";
        if(exp>1500+expbase&&exp<=2500+expbase)
                return "老站友";
        if(exp>2500+expbase&&exp<=3000+expbase)
                return "长老级";
        if(exp>3000+expbase&&exp<=5000+expbase)
                return "本站元老";
        if(exp>5000+expbase&&exp<=10000+expbase)
                return "开国大老";
        if(exp>10000+expbase&&exp<=20000+expbase)
                return "灌水天王";
        if(exp>20000+expbase&&exp<=50000+expbase)
                return "天王之王";
        if(exp>50000+expbase)
                return "天下无敌";

--
    太阳就是个大灯泡。(自创)
    先天下之光而光,后天下之脱而脱。(摘抄)

※ 来源:·哈工大紫丁香 bbs.hit.edu.cn·[FROM: 202.118.239.237]
[百宝箱] [返回首页] [上级目录] [根目录] [返回顶部] [刷新] [返回]
Powered by KBS BBS 2.0 (http://dev.kcn.cn)
页面执行时间:4.600毫秒