代码搜索:Notify
找到约 4,184 项符合「Notify」的源代码
代码结果 4,184
www.eeworm.com/read/306178/3746675
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("bibo-shengong", 1) < 20)
return notif
www.eeworm.com/read/306178/3746677
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/3746704
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/3746732
c heal.c
// heal.c
#include
int exert(object me, object target)
{
if( me->is_fighting() )
return notify_fail("战斗中运功疗伤?找死吗?\n");
if( (int)me->query("neili") < 50 ) // - (int)me->query("max_neili
www.eeworm.com/read/306178/3746735
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/3746755
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("yunv-xinfa", 1) < 20)
return
www.eeworm.com/read/306178/3746774
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/3746828
c shield.c
// shield.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_fai
www.eeworm.com/read/306178/3746865
c heal.c
// heal.c
#include
int exert(object me, object target)
{
if( me->is_fighting() )
return notify_fail("战斗中运功疗伤?找死吗?\n");
if( (int)me->query("neili") < 50 ) // - (int)me->query("max_neili
www.eeworm.com/read/306178/3746875
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("yunlong-shengong", 1) < 20)
return no