代码搜索:Notify
找到约 4,184 项符合「Notify」的源代码
代码结果 4,184
www.eeworm.com/read/306178/3746200
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/3746228
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("wudu-shengong", 1) < 30)
return notif
www.eeworm.com/read/306178/3746236
lingji-zhuang
// 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/3746249
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("biyun-xinfa", 1) < 30)
retu
www.eeworm.com/read/306178/3746382
c wakeup.c
// wakeup.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->is_fi
www.eeworm.com/read/306178/3746435
c hebi.c
#include
inherit F_SSERVER;
int perform(object me, string arg)
{
object weapon, weapon1, target;
int skill, skill1;
string msg;
if (!arg) return notify_fail("你想和谁一起双刀合璧?\n");
if (!obje
www.eeworm.com/read/306178/3746468
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/3746498
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("shayi-xinfa", 1) < 100)
retur
www.eeworm.com/read/306178/3746578
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("xiantian-qigong", 1) < 20)
re
www.eeworm.com/read/306178/3746640
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("kurong-changong", 1) < 20)
re