头衔 熊猫酒仙
|
Je-Rock | 职务 赏善使者 人物等级 炉火纯青 江湖威望 +39 江湖阅历 56 门派贡献 2695 实战经验 19247 文章 508 注册 06-02-22 07:58
|
|
|
发表 2008-03-21 14:45:18 人气:615
int valid_learn(object me)
{ if ((int)me->query("dex") < 34) return notify_fail("你的先天身法不足,无法修炼弹指神通。\n");
if ((int)me->query_skill("force", 1) < 150) return notify_fail("你的内功火候不够,无法修炼弹指神通。\n");
if ((int)me->query("max_neili") < 2000) return notify_fail("你的内力修为太弱,无法修炼弹指神通。\n");
if ((int)me->query_skill("finger", 1) < 150) return notify_fail("你的基本指法火候不够,无法学弹指神通。\n");
if ((int)me->query_skill("finger", 1) < (int)me->query_skill("tanzhi-shentong", 1)) return notify_fail("你的基本指法水平有限,无法领会更高深的弹指神通。\n");
return 1;
} |
我靠,中美人计被活擒了 |
相关帖子 | |
学弹指神通需要啥要求?? (sweat,10115,2008-03-20 00:39:01) | help 没人知道吗?mymud.... (sweat,548,2008-03-20 23:45:28) | int valid_learn(obje... (Je-Rock,615,2008-03-21 14:45:18) | 汗,老说我功力太浅..估计是经验不够.. (sweat,730,2008-03-21 15:44:01) | if (ob->query("can_l... (sweat,621,2008-03-22 14:58:31) |
|
|