302 lines
8.3 KiB
C
302 lines
8.3 KiB
C
![]() |
#include "version.h"
|
|||
|
#include <string.h>
|
|||
|
#include "char.h"
|
|||
|
#include "object.h"
|
|||
|
#include "char_base.h"
|
|||
|
#include "npcutil.h"
|
|||
|
#include "lssproto_serv.h"
|
|||
|
#include "npc_fmpkman.h"
|
|||
|
#include "npc_scheduleman.h"
|
|||
|
#include "npc_fmwarpman.h"
|
|||
|
#include "family.h"
|
|||
|
#include "readmap.h"
|
|||
|
#include "battle.h"
|
|||
|
#include "log.h"
|
|||
|
|
|||
|
enum {
|
|||
|
NPC_WORK_ID = CHAR_NPCWORKINT1,
|
|||
|
};
|
|||
|
|
|||
|
static void NPC_FMPKMan_selectWindow(int meindex, int toindex, int num, int select);
|
|||
|
// shan add
|
|||
|
BOOL NPC_PARTY_CHAECK1(int meindex,int talker);
|
|||
|
void NPC_ERR_DiSP1(int meindex,int talker,int errNO);
|
|||
|
|
|||
|
/*********************************
|
|||
|
* <EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
|||
|
*********************************/
|
|||
|
BOOL NPC_FMPKManInit( int meindex )
|
|||
|
{
|
|||
|
|
|||
|
char npcarg[NPC_UTIL_GETARGSTR_BUFSIZE];
|
|||
|
char buf[1024];
|
|||
|
char buff2[256];
|
|||
|
int fl, x, y, meid;
|
|||
|
|
|||
|
if( NPC_Util_GetArgStr( meindex, npcarg, sizeof( npcarg)) == NULL){
|
|||
|
print("FMPKMan:GetArgStrErr");
|
|||
|
return FALSE;
|
|||
|
}
|
|||
|
|
|||
|
/*--<2D><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ɬ<EFBFBD>ý<EFBFBD>ľ<EFBFBD><C4BE><EFBFBD><EFBFBD><EFBFBD>¾<EFBFBD>----*/
|
|||
|
/*--<2D><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ɬ<EFBFBD>ý<EFBFBD>ľ<EFBFBD><C4BE>ئ<EFBFBD><D8A6>ľ<EFBFBD><C4BE>NPCë<43><C3AB><EFBFBD><EFBFBD>ئ<EFBFBD>г<EFBFBD><D0B3><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>--*/
|
|||
|
if(NPC_Util_GetStrFromStrWithDelim( npcarg, "WARP", buf, sizeof( buf))==NULL){
|
|||
|
print("FMPKMan Err is %s",npcarg);
|
|||
|
print("FMPKMan Err");
|
|||
|
return FALSE;
|
|||
|
}
|
|||
|
|
|||
|
/*--<2D><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ɬ<EFBFBD>ý<EFBFBD>ľ<EFBFBD><C4BE><EFBFBD>л<EFBFBD><D0BB>ַ<EFBFBD><D6B7><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ƻ<EFBFBD>ئ<EFBFBD><D8A6>ľ<EFBFBD><C4BE><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ƿ<EFBFBD><C7B7>NPCë<43><C3AB><EFBFBD><EFBFBD>ئ<EFBFBD><D8A6>--*/
|
|||
|
getStringFromIndexWithDelim(buf,",",1,buff2,sizeof(buff2));
|
|||
|
fl=atoi(buff2);
|
|||
|
getStringFromIndexWithDelim(buf,",",2,buff2,sizeof(buff2));
|
|||
|
x=atoi(buff2);
|
|||
|
getStringFromIndexWithDelim(buf,",",3,buff2,sizeof(buff2));
|
|||
|
y=atoi(buff2);
|
|||
|
|
|||
|
if( MAP_IsValidCoordinate( fl,x,y )== FALSE ){
|
|||
|
print( "FMWarp NPC:Invalid warpman ERR" );
|
|||
|
return FALSE;
|
|||
|
}
|
|||
|
|
|||
|
meid = NPC_Util_GetNumFromStrWithDelim(npcarg, "ID");
|
|||
|
if ((meid < 0) || (meid >= MAX_SCHEDULEMAN))
|
|||
|
{
|
|||
|
print("FMPKMAN NPC: Init error Invalid ID:%d", meid);
|
|||
|
return FALSE;
|
|||
|
}
|
|||
|
CHAR_setWorkInt(meindex, NPC_WORK_ID, meid);
|
|||
|
|
|||
|
/*--<2D><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ɬ<EFBFBD><C9AC>--*/
|
|||
|
CHAR_setInt( meindex , CHAR_WHICHTYPE , CHAR_TYPEWARPMAN );
|
|||
|
|
|||
|
return TRUE;
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
/*********************************
|
|||
|
* <EFBFBD>ƾ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ľ<EFBFBD><EFBFBD><EFBFBD>ݼ<EFBFBD><EFBFBD><EFBFBD>
|
|||
|
*********************************/
|
|||
|
void NPC_FMPKManTalked( int meindex , int talkerindex , char *szMes ,int color )
|
|||
|
{
|
|||
|
/* <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>帲<EFBFBD>ƻ<EFBFBD><C6BB><EFBFBD><EFBFBD><EFBFBD> ɱ<><C9B1><EFBFBD><EFBFBD> */
|
|||
|
if( CHAR_getInt( talkerindex , CHAR_WHICHTYPE ) != CHAR_TYPEPLAYER ) {
|
|||
|
return;
|
|||
|
}
|
|||
|
|
|||
|
/*-- <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>¾<EFBFBD><C2BE><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>--*/
|
|||
|
if(NPC_Util_isFaceToFace(talkerindex,meindex,2 )==FALSE){
|
|||
|
/* <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> */
|
|||
|
if( NPC_Util_CharDistance( talkerindex, meindex ) > 1) return;
|
|||
|
}
|
|||
|
|
|||
|
/*--<2D><><EFBFBD><EFBFBD><EFBFBD>ͼ<EFBFBD><CDBC><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>--*/
|
|||
|
CHAR_setWorkInt(talkerindex, CHAR_WORKSHOPRELEVANT, 0);
|
|||
|
|
|||
|
/*-<2D><>Ԫ<EFBFBD><D4AA><EFBFBD><EFBFBD><EFBFBD><EFBFBD> --*/
|
|||
|
NPC_FMPKMan_selectWindow( meindex, talkerindex, 0, -1);
|
|||
|
}
|
|||
|
|
|||
|
static void NPC_FMPKMan_selectWindow( int meindex, int toindex, int num,int select)
|
|||
|
{
|
|||
|
char npcarg[NPC_UTIL_GETARGSTR_BUFSIZE];
|
|||
|
char token[1024], buf[256], buf2[256];
|
|||
|
int buttontype = 0, windowtype = 0, windowno = 0;
|
|||
|
int fd = getfdFromCharaIndex(toindex);
|
|||
|
int num1 = 0, num2 = 0;
|
|||
|
int fmpks_pos = CHAR_getWorkInt(meindex, NPC_WORK_ID) * MAX_SCHEDULE;
|
|||
|
|
|||
|
if( fd == -1 ) {
|
|||
|
print( "getfd err\n");
|
|||
|
return;
|
|||
|
}
|
|||
|
|
|||
|
if(NPC_Util_GetArgStr( meindex, npcarg, sizeof(npcarg))==NULL){
|
|||
|
print("GetArgStrErr");
|
|||
|
return ;
|
|||
|
}
|
|||
|
/*--ɬ<>ð<EFBFBD><C3B0><EFBFBD><EFBFBD>̻P <20><><EFBFBD><EFBFBD>ʧ<EFBFBD><CAA7><EFBFBD>ѻ<EFBFBD>϶<EFBFBD>ý<EFBFBD>ľ<EFBFBD><C4BE><EFBFBD><EFBFBD><EFBFBD>¾<EFBFBD><C2BE><EFBFBD>ľ<EFBFBD><C4BE><EFBFBD><EFBFBD>ľ<EFBFBD>ɰ<C9B0>ʧ<EFBFBD><CAA7><EFBFBD>Ѽ<EFBFBD><D1BC><EFBFBD>Ի<EFBFBD><D4BB><EFBFBD><EFBFBD>*/
|
|||
|
if(strstr(npcarg,"%4d")!=NULL){
|
|||
|
int work;
|
|||
|
NPC_Util_GetStrFromStrWithDelim( npcarg, "WARP", buf, sizeof( buf));
|
|||
|
getStringFromIndexWithDelim(buf,",",1,buf2,sizeof(buf2));
|
|||
|
work = atoi( buf2);
|
|||
|
}
|
|||
|
|
|||
|
token[0] = '\0';
|
|||
|
|
|||
|
switch(num){
|
|||
|
// <20>ټ<EFBFBD><D9BC><EFBFBD>ū<EFBFBD><C5AB><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
|||
|
case 0:
|
|||
|
if(NPC_Util_GetStrFromStrWithDelim( npcarg, "MainMsg", buf,
|
|||
|
sizeof( buf)) == NULL)
|
|||
|
return;
|
|||
|
sprintf(token, "3\n<EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>У˳<D0A3><CBB3><EFBFBD>\n"
|
|||
|
"%s"
|
|||
|
"\n <20><> <20>쿴˫<ECBFB4><CBAB><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><>"
|
|||
|
"\n <20><> <20>뿪<EFBFBD>У˳<D0A3> <20><>",
|
|||
|
buf);
|
|||
|
buttontype = WINDOW_BUTTONTYPE_NONE;
|
|||
|
windowtype = WINDOW_MESSAGETYPE_SELECT;
|
|||
|
windowno = CHAR_WINDOWTYPE_FMPKMAN_START;
|
|||
|
break;
|
|||
|
case 1:
|
|||
|
if(NPC_Util_GetStrFromStrWithDelim(npcarg, "ViewMsg", buf,
|
|||
|
sizeof(token)) == NULL)
|
|||
|
return;
|
|||
|
NPC_GetPKFMNum(CHAR_getInt(toindex, CHAR_FLOOR),
|
|||
|
fmpks[fmpks_pos].host_index,
|
|||
|
fmpks[fmpks_pos].guest_index,
|
|||
|
&num1, &num2);
|
|||
|
/*
|
|||
|
print("host:%s guest:%s hostindex:%d guestindex:%d\n",
|
|||
|
fmpks[fmpks_pos].host_name,
|
|||
|
fmpks[fmpks_pos].guest_name,
|
|||
|
fmpks[fmpks_pos].host_index,
|
|||
|
fmpks[fmpks_pos].guest_index);
|
|||
|
*/
|
|||
|
sprintf(token, "\n%s\n\n%s:%4d<34><64>\n\n%s:%4d<34><64>", buf,
|
|||
|
fmpks[fmpks_pos].host_name, num1,
|
|||
|
fmpks[fmpks_pos].guest_name, num2);
|
|||
|
buttontype = WINDOW_BUTTONTYPE_OK;
|
|||
|
windowtype = WINDOW_MESSAGETYPE_MESSAGE;
|
|||
|
windowno = CHAR_WINDOWTYPE_FMPKMAN_VIEW;
|
|||
|
break;
|
|||
|
case 2:
|
|||
|
if(NPC_Util_GetStrFromStrWithDelim(npcarg, "LeavepkMsg", token,
|
|||
|
sizeof(token)) == NULL)
|
|||
|
return;
|
|||
|
|
|||
|
buttontype = WINDOW_BUTTONTYPE_YESNO;
|
|||
|
windowtype = WINDOW_MESSAGETYPE_MESSAGE;
|
|||
|
windowno = CHAR_WINDOWTYPE_FMPKMAN_LEAVEPK;
|
|||
|
break;
|
|||
|
default:
|
|||
|
break;
|
|||
|
}
|
|||
|
|
|||
|
/*--<2D><EFBFBD><DEB5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>--*/
|
|||
|
//makeEscapeString( token, escapedname, sizeof(escapedname));
|
|||
|
|
|||
|
|
|||
|
/*--˪<><CBAA>--*/
|
|||
|
lssproto_WN_send( fd, windowtype,
|
|||
|
buttontype,
|
|||
|
windowno,
|
|||
|
CHAR_getWorkInt( meindex, CHAR_WORKOBJINDEX),
|
|||
|
token);
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
/*-----------------------------------------
|
|||
|
* <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>
|
|||
|
*
|
|||
|
-------------------------------------------*/
|
|||
|
void NPC_FMPKManWindowTalked( int meindex, int talkerindex,
|
|||
|
int seqno, int select, char *data)
|
|||
|
{
|
|||
|
int datanum = -1, fl, x, y;
|
|||
|
char npcarg[NPC_UTIL_GETARGSTR_BUFSIZE];
|
|||
|
char buf[1024], buff2[256];
|
|||
|
|
|||
|
if (NPC_Util_GetArgStr(meindex, npcarg, sizeof(npcarg)) == NULL)
|
|||
|
{
|
|||
|
print("GetArgStrErr");
|
|||
|
return;
|
|||
|
}
|
|||
|
NPC_Util_GetStrFromStrWithDelim(npcarg, "WARP", buf, sizeof(buf));
|
|||
|
getStringFromIndexWithDelim(buf, ",", 1, buff2, sizeof(buff2));
|
|||
|
fl = atoi(buff2);
|
|||
|
getStringFromIndexWithDelim(buf, ",", 2, buff2, sizeof(buff2));
|
|||
|
x = atoi(buff2);
|
|||
|
getStringFromIndexWithDelim(buf, ",", 3, buff2, sizeof(buff2));
|
|||
|
y = atoi(buff2);
|
|||
|
|
|||
|
makeStringFromEscaped( data);
|
|||
|
|
|||
|
// print("meindex:%d seqno:%d select:%d data:%s\n", meindex, seqno, select, data);
|
|||
|
|
|||
|
datanum = atoi( data);
|
|||
|
switch( seqno){
|
|||
|
|
|||
|
/*--<2D><>Ԫ<EFBFBD><D4AA>Ի<EFBFBD><D4BB> --*/
|
|||
|
case CHAR_WINDOWTYPE_FMPKMAN_START:
|
|||
|
if (datanum == 1)
|
|||
|
NPC_FMPKMan_selectWindow(meindex, talkerindex, 1, -1);
|
|||
|
else if (datanum == 2)
|
|||
|
NPC_FMPKMan_selectWindow(meindex, talkerindex, 2, -1);
|
|||
|
break;
|
|||
|
case CHAR_WINDOWTYPE_FMPKMAN_VIEW:
|
|||
|
break;
|
|||
|
case CHAR_WINDOWTYPE_FMPKMAN_LEAVEPK:
|
|||
|
if (select == WINDOW_BUTTONTYPE_YES)
|
|||
|
{
|
|||
|
if (CHAR_getWorkInt(talkerindex, CHAR_WORKBATTLEMODE)
|
|||
|
!= BATTLE_CHARMODE_NONE)
|
|||
|
return;
|
|||
|
|
|||
|
// shan add
|
|||
|
if(NPC_PARTY_CHAECK1( meindex, talkerindex)==FALSE){
|
|||
|
NPC_ERR_DiSP1( meindex, talkerindex, 1);
|
|||
|
return;
|
|||
|
}
|
|||
|
|
|||
|
CHAR_setWorkInt(talkerindex, CHAR_WORKWARPCHECK, FALSE);
|
|||
|
CHAR_warpToSpecificPoint(talkerindex, fl, x, y);
|
|||
|
}
|
|||
|
break;
|
|||
|
default:
|
|||
|
break;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
// shan add
|
|||
|
BOOL NPC_PARTY_CHAECK1(int meindex,int talker)
|
|||
|
{
|
|||
|
if(CHAR_getWorkInt(talker,CHAR_WORKPARTYMODE) != CHAR_PARTY_NONE){
|
|||
|
return FALSE;
|
|||
|
}
|
|||
|
return TRUE;
|
|||
|
}
|
|||
|
|
|||
|
// shan add errNO=1(<28><><EFBFBD><EFBFBD>)
|
|||
|
void NPC_ERR_DiSP1(int meindex,int talker,int errNO)
|
|||
|
{
|
|||
|
char token[1024];
|
|||
|
int i=0;
|
|||
|
int otherindex;
|
|||
|
int fd = getfdFromCharaIndex( talker);
|
|||
|
char npcarg[NPC_UTIL_GETARGSTR_BUFSIZE];
|
|||
|
|
|||
|
if(NPC_Util_GetArgStr( meindex, npcarg, sizeof(npcarg))==NULL){
|
|||
|
print("GetArgStrErr");
|
|||
|
return ;
|
|||
|
}
|
|||
|
|
|||
|
if(errNO==1){
|
|||
|
if(NPC_Util_GetStrFromStrWithDelim( npcarg, "PartyMsg",token, sizeof( token))==NULL){
|
|||
|
sprintf(token, "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ŷ<EFBFBD><EFBFBD>볡<EFBFBD><EFBFBD>\n\n<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ŷӽ<EFBFBD>ɢ֮<EFBFBD><EFBFBD><EFBFBD>ٸ<EFBFBD><EFBFBD><EFBFBD>\n<EFBFBD>볡<EFBFBD><EFBFBD>");
|
|||
|
}
|
|||
|
|
|||
|
if(CHAR_getWorkInt(talker,CHAR_WORKPARTYMODE)==CHAR_PARTY_CLIENT){
|
|||
|
|
|||
|
}else{
|
|||
|
for( i=0 ; i < CHAR_PARTYMAX ;i++){
|
|||
|
otherindex=CHAR_getWorkInt(talker,CHAR_WORKPARTYINDEX1+i);
|
|||
|
if(otherindex != -1){
|
|||
|
fd = getfdFromCharaIndex( otherindex);
|
|||
|
lssproto_WN_send( fd, WINDOW_MESSAGETYPE_MESSAGE,
|
|||
|
WINDOW_BUTTONTYPE_OK,
|
|||
|
CHAR_WINDOWTYPE_WINDOWWARPMAN_ERR,
|
|||
|
CHAR_getWorkInt( meindex, CHAR_WORKOBJINDEX),
|
|||
|
token);
|
|||
|
}
|
|||
|
}
|
|||
|
return ;
|
|||
|
}
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
|
|||
|
|