代码搜索:Notify

找到约 4,184 项符合「Notify」的源代码

代码结果 4,184
www.eeworm.com/read/306178/3746089

c transfer.c

// transfer.c 转内力 // Modified by Venus Oct.1997 #include int exert(object me, object target) { int force, trans; if( query_ip_name(target)==query_ip_name(me)) return notify_f
www.eeworm.com/read/306178/3746201

c cure.c

// lifeheal.c #include int exert(object me, object target) { if( !target || target == me) return notify_fail("你要用真气为谁治疗?\n"); if( me->is_fighting() || target->is_fighting() || !living(
www.eeworm.com/read/306178/3746229

c powerup.c

// powerup.c 化蛇大法 #include inherit F_CLEAN_UP; void remove_effect(object me, int amount); int exert(object me, object target) { int skill; if( target != me ) return notify_fail("
www.eeworm.com/read/306178/3746359

c heal.c

// heal.c #include int exert(object me, object target) { if( me->is_fighting() ) return notify_fail("战斗中运功疗伤?找死吗?\n"); if ((int)me->query_skill("bingxue-xin
www.eeworm.com/read/306178/3746500

c shayi.c

//杀意 exert shayi #include void remove_effect(object me); int exert(object me) { if( (int)me->query_skill("shayi-xinfa", 1) < 180 ) return notify_fail("你的杀意
www.eeworm.com/read/306178/3746667

c cloudforce.c

inherit FORCE; int valid_enable(string usage) { return usage=="force"; } int valid_learn(object me) { return 1; } int practice_skill(object me) { return notify_fail("淡云心法只能用学的,或
www.eeworm.com/read/306178/3746891

c yunlong-xinfa.c

// yunlong-xinfa.c 云龙心法 inherit SKILL; void create() { seteuid(getuid()); } string type() { return "knowledge"; } int practice_skill(object me) { return notify_fail("云龙心法只能靠学(learn)来提高。\n"); } s
www.eeworm.com/read/306178/3747105

c jingxing.c

inherit FORCE; int valid_enable(string usage) { return usage=="force"; } int valid_learn(object me) { return 1; } int practice_skill(object me) { return notify_fail("静行心法只能用学的,或
www.eeworm.com/read/306178/3747306

old drift_sense.old

// drift_sense.c #include //inherit SSERVER; int conjure(object me, object target) { if( me->is_fighting() ) return notify_fail("战斗中无法使用游识神通!\n"); if( me->query("jingli") < 7
www.eeworm.com/read/306178/3748650

c wear.c

// wear.c #include inherit F_CLEAN_UP; int do_wear(object me, object ob); int main(object me, string arg) { object ob, *inv; int i, count; if( !arg ) return notify_fail("