代码搜索:Notify
找到约 4,184 项符合「Notify」的源代码
代码结果 4,184
www.eeworm.com/read/306178/3746197
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/3746250
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/3746283
c roar.c
// roar.c 佛门狮子吼
#include
inherit F_CLEAN_UP;
int exert(object me, object target)
{
object *ob;
int i, skill, damage;
if( environment(me)->query("no_fight") )
return notify_fail("这里不能
www.eeworm.com/read/306178/3746332
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/3746380
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/3746393
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() || ta
www.eeworm.com/read/306178/3746396
lifeheal
// 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() || ta
www.eeworm.com/read/306178/3746756
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/3746830
c heal.c
// heal.c
// Modified by Venus Oct.1997
#include
int exert(object me, object target)
{
if( me->is_fighting() )
return notify_fail("战斗中运功疗伤?找死吗?\n");
if ((int)me->query_skill
www.eeworm.com/read/306178/3747017
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");