代码搜索:Notify

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

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

c lifeheal.c

// lifeheal.c // Modified by Venus Oct.1997 #include int exert(object me, object target) { if ((!target)||target->query("id")==me->query("id")) return notify_fail("你要用真气为谁疗伤?\n");
www.eeworm.com/read/306178/3747432

c lifeheal.c

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

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/3748470

c refresh.c

// writen by FY@SH-morrison #include int main(object me) { object *ob_list; int i; if( !wizardp(me) ) return notify_fail("玩家不能使用此命令来从新分布使命!:(\n"); message("system",H
www.eeworm.com/read/306178/3748480

c wizlock.c

// wizlock.c inherit F_CLEAN_UP; int main(object me, string arg) { int lvl; if( me!=this_player(1) ) return 0; if( wiz_level(me) < wiz_level("(arch)") ) return notify_fail("你的巫师等级太低,
www.eeworm.com/read/306178/3748500

c cleanup.c

// cleanup.c inherit F_CLEAN_UP; int main(object me, string str) { object ob, where, *ob_list; int old_size, i; if (!str) return notify_fail("指令格式:cleanup \n"); str = resolve_p
www.eeworm.com/read/306178/3748626

c jiasi.c

// jiasi.c #include inherit F_CLEAN_UP; int main(object me, string arg) { int wimpy; // if(me->query("class") != "bandit") // return notify_fail("名门正派的人不可以装死!\n"); seteuid(g
www.eeworm.com/read/306178/3748653

c remove.c

// remove.c #include inherit F_CLEAN_UP; int do_remove(object me, object ob); int main(object me, string arg) { object ob, *inv; int i; if( !arg ) return notify_fail("你要脱
www.eeworm.com/read/306178/3754939

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/290548/8476868

c die_notifier.c

#include #include #include #include static ATOMIC_NOTIFIER_HEAD(die_chain); int notify_die(enum die_val val, const char *str,