153 lines
4.8 KiB
C
153 lines
4.8 KiB
C
![]() |
#include "version.h"
|
|||
|
#include "object.h"
|
|||
|
#include "char_base.h"
|
|||
|
#include "char.h"
|
|||
|
#include "util.h"
|
|||
|
#include "npcutil.h"
|
|||
|
#include "npc_oldman.h"
|
|||
|
#include "title.h"
|
|||
|
#include "char_data.h"
|
|||
|
#include "readmap.h"
|
|||
|
|
|||
|
/* hoge */
|
|||
|
|
|||
|
BOOL NPC_OldmanInit( int meindex )
|
|||
|
{
|
|||
|
|
|||
|
#if 0
|
|||
|
int oldmanid=0, bornfl=0, bornx=0 ,borny=0;
|
|||
|
char* npcarg;
|
|||
|
char token[32]="";
|
|||
|
/* print( "<22><><EFBFBD>ϵ<EFBFBD><CFB5><EFBFBD><EFBFBD><EFBFBD>: '%s'\n" , CHAR_getChar(
|
|||
|
meindex, CHAR_NPCARGUMENT ));*/
|
|||
|
npcarg = CHAR_getChar(meindex,CHAR_NPCARGUMENT);
|
|||
|
|
|||
|
getStringFromIndexWithDelim( npcarg,"|",1,token,sizeof(token));
|
|||
|
oldmanid = atoi( token );
|
|||
|
getStringFromIndexWithDelim( npcarg,"|",2,token,sizeof(token));
|
|||
|
bornfl = atoi( token );
|
|||
|
getStringFromIndexWithDelim( npcarg,"|",3,token,sizeof(token));
|
|||
|
bornx = atoi( token );
|
|||
|
getStringFromIndexWithDelim( npcarg,"|",4,token,sizeof(token));
|
|||
|
borny = atoi( token );
|
|||
|
|
|||
|
/* Ӯ <20><>IDë<44><C3AB><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʹ<EFBFBD><CAB9><EFBFBD> */
|
|||
|
CHAR_setWorkInt( meindex , CHAR_WORKOLDMANID ,oldmanid );
|
|||
|
CHAR_setInt( meindex , CHAR_WHICHTYPE , CHAR_TYPEHEALER );
|
|||
|
CHAR_setFlg( meindex , CHAR_ISATTACKED , 0 );
|
|||
|
CHAR_setFlg( meindex , CHAR_ISOVERED , 0 );
|
|||
|
|
|||
|
if( MAP_IsValidCoordinate( bornfl,bornx,borny )== TRUE
|
|||
|
/* <20><EFBFBD>ʧID<49><44><EFBFBD><EFBFBD><EFBFBD>о<EFBFBD><D0BE><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ëƩ<C3AB><C6A9><EFBFBD><EFBFBD> */
|
|||
|
&&
|
|||
|
CHAR_ElderSetPosition( oldmanid ,bornfl,bornx, borny )
|
|||
|
== TRUE ){
|
|||
|
/* Ӯ <20><><EFBFBD><EFBFBD> ë<><C3AB><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ئԻ */
|
|||
|
return TRUE;
|
|||
|
}else{
|
|||
|
printf( "Invalid elder npcarg=%s\n", npcarg );
|
|||
|
|
|||
|
/* ؤ<><D8A4>Ի<EFBFBD><D4BB><EFBFBD><EFBFBD>ۢئ<DBA2>¡<DEB7>ئ<EFBFBD><D8A6>ƥ<EFBFBD><C6A5>neverMake<6B><65>ئ<EFBFBD>У<EFBFBD>
|
|||
|
<EFBFBD>Ծ¡<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> */
|
|||
|
return FALSE;
|
|||
|
}
|
|||
|
#endif
|
|||
|
|
|||
|
return FALSE;
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
|
|||
|
/*
|
|||
|
*
|
|||
|
* Ӯ <EFBFBD><EFBFBD>
|
|||
|
*
|
|||
|
* <EFBFBD><EFBFBD><EFBFBD><EFBFBD>ئ<EFBFBD><EFBFBD><EFBFBD>Ƿ<EFBFBD> <EFBFBD>ƾ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ľ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>屹į<EFBFBD><EFBFBD> <EFBFBD><EFBFBD>ë<EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ի
|
|||
|
* <EFBFBD><EFBFBD><EFBFBD>³<EFBFBD><EFBFBD><EFBFBD><EFBFBD>֣<EFBFBD>
|
|||
|
* * by ringo
|
|||
|
*/
|
|||
|
|
|||
|
void NPC_OldmanTalked( int meindex , int talkerindex , char *msg ,
|
|||
|
int color )
|
|||
|
|
|||
|
{
|
|||
|
char message[1024];
|
|||
|
char *n = CHAR_getChar( talkerindex , CHAR_NAME );
|
|||
|
int title_change = 0;
|
|||
|
|
|||
|
/* <20><>ئ<EFBFBD>ƾ<EFBFBD><C6BE><EFBFBD><EFBFBD>Ʊ<D7B9><C6B1><EFBFBD><EFBFBD><EFBFBD><EFBFBD>м<EFBFBD>IDë<44><C3AB>ʢ<EFBFBD><CAA2><EFBFBD><EFBFBD><EFBFBD><EFBFBD> */
|
|||
|
CHAR_setInt( talkerindex, CHAR_LASTTALKELDER ,
|
|||
|
CHAR_getWorkInt( meindex, CHAR_WORKOLDMANID ) );
|
|||
|
|
|||
|
/*
|
|||
|
|
|||
|
if( title_change == 0 && strcmp( n , "ƻ<EFBFBD><EFBFBD>" ) == 0 ){
|
|||
|
|
|||
|
if( NPC_Util_HaveTitle( talkerindex , 3 ) == 0 ){
|
|||
|
char *ts;
|
|||
|
NPC_Util_AddOneTitle( talkerindex , 3 );
|
|||
|
ts = TITLE_makeTitleStatusString( talkerindex , 3 );
|
|||
|
snprintf( message , sizeof(message),
|
|||
|
"<EFBFBD><EFBFBD><EFBFBD>Ǹ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20>ͽ<EFBFBD>%s<>ɣ<EFBFBD>",
|
|||
|
ts );
|
|||
|
title_change = 1;
|
|||
|
}
|
|||
|
}
|
|||
|
*/
|
|||
|
{
|
|||
|
int addcnt,delcnt;
|
|||
|
title_change = TITLE_TitleCheck_Nomsg( talkerindex, 0, &addcnt, &delcnt);
|
|||
|
|
|||
|
if( !title_change){
|
|||
|
snprintf( message, sizeof( message ) ,
|
|||
|
"<EFBFBD><EFBFBD><EFBFBD>ĺ<EFBFBD>%s<>ڸ<EFBFBD><DAB8><EFBFBD><EFBFBD>ƺ<EFBFBD>ʱ"
|
|||
|
"<EFBFBD><EFBFBD><EFBFBD>ǻ<EFBFBD>û<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>" , n );
|
|||
|
CHAR_talkToCli( talkerindex , meindex , message , CHAR_COLORWHITE );
|
|||
|
}
|
|||
|
else {
|
|||
|
#define NPC_OLDMAN_TITLE_UNIT1 "TSU"
|
|||
|
#define NPC_OLDMAN_TITLE_UNIT2 "KO"
|
|||
|
|
|||
|
snprintf( message, sizeof( message ) ,"<EFBFBD><EFBFBD><EFBFBD>ĺ<EFBFBD>%s",n );
|
|||
|
CHAR_talkToCli( talkerindex , meindex , message , CHAR_COLORWHITE );
|
|||
|
if( delcnt > 0 && addcnt > 0 ) {
|
|||
|
snprintf( message, sizeof( message ) ,
|
|||
|
"<EFBFBD><EFBFBD>ɥʧ<EFBFBD><EFBFBD>%d%s <20>ƺŵ<C6BA><C5B5>ʸ<EFBFBD><CAB8><EFBFBD>"
|
|||
|
"<EFBFBD><EFBFBD><EFBFBD>ǵõ<EFBFBD><EFBFBD><EFBFBD>%d%s <20>ijƺ<C4B3><C6BA>ʸ<EFBFBD><CAB8><EFBFBD><EFBFBD><EFBFBD>"
|
|||
|
, delcnt,
|
|||
|
delcnt < 10 ? NPC_OLDMAN_TITLE_UNIT1:NPC_OLDMAN_TITLE_UNIT2,
|
|||
|
addcnt,
|
|||
|
addcnt < 10 ? NPC_OLDMAN_TITLE_UNIT1:NPC_OLDMAN_TITLE_UNIT2
|
|||
|
);
|
|||
|
CHAR_talkToCli( talkerindex , meindex , message , CHAR_COLORWHITE );
|
|||
|
}
|
|||
|
else if( delcnt > 0 ) {
|
|||
|
snprintf( message, sizeof( message ) ,
|
|||
|
"<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ɥʧ<EFBFBD>õ<EFBFBD>%d%s<>ƺŵ<C6BA><C5B5>ʸ<EFBFBD><CAB8><EFBFBD>", delcnt,
|
|||
|
delcnt < 10 ? NPC_OLDMAN_TITLE_UNIT1:NPC_OLDMAN_TITLE_UNIT2);
|
|||
|
CHAR_talkToCli( talkerindex , meindex , message , CHAR_COLORWHITE );
|
|||
|
}
|
|||
|
else if( addcnt > 0 ) {
|
|||
|
snprintf( message, sizeof( message ) ,
|
|||
|
"<EFBFBD><EFBFBD><EFBFBD><EFBFBD>%d%s<>ijƺŰɣ<C5B0>", addcnt, // CoolFish: d%s -> %d%s 2001/4/18
|
|||
|
addcnt < 10 ? NPC_OLDMAN_TITLE_UNIT1:NPC_OLDMAN_TITLE_UNIT2);
|
|||
|
CHAR_talkToCli( talkerindex , meindex , message , CHAR_COLORWHITE );
|
|||
|
}
|
|||
|
if( delcnt > 0 ) {
|
|||
|
snprintf( message, sizeof( message),
|
|||
|
"ʧȥ%d%s <20>ƺţ<C6BA>", delcnt,
|
|||
|
delcnt < 10 ? NPC_OLDMAN_TITLE_UNIT1:NPC_OLDMAN_TITLE_UNIT2);
|
|||
|
CHAR_talkToCli( talkerindex, -1, message, CHAR_COLORYELLOW);
|
|||
|
}
|
|||
|
if( addcnt > 0 ) {
|
|||
|
snprintf( message, sizeof( message),
|
|||
|
"<EFBFBD><EFBFBD><EFBFBD><EFBFBD>%d%s <20>ƺţ<C6BA>", addcnt,
|
|||
|
addcnt < 10 ? NPC_OLDMAN_TITLE_UNIT1:NPC_OLDMAN_TITLE_UNIT2);
|
|||
|
CHAR_talkToCli( talkerindex, -1, message, CHAR_COLORYELLOW);
|
|||
|
}
|
|||
|
}
|
|||
|
}
|
|||
|
if( title_change ) CHAR_sendStatusString( talkerindex , "T" );
|
|||
|
|
|||
|
}
|