628 lines
21 KiB
C
628 lines
21 KiB
C
![]() |
#include "version.h"
|
|||
|
#include <stdio.h>
|
|||
|
|
|||
|
#include "char_base.h"
|
|||
|
#include "char.h"
|
|||
|
#include "object.h"
|
|||
|
#include "readmap.h"
|
|||
|
#include "map_deal.h"
|
|||
|
#include "lssproto_serv.h"
|
|||
|
#include "handletime.h"
|
|||
|
#include "pet.h"
|
|||
|
#include "battle.h"
|
|||
|
#include "petmail.h"
|
|||
|
#include "log.h"
|
|||
|
#ifdef _MARKET_TRADE
|
|||
|
#include "item_trade.h"
|
|||
|
#endif
|
|||
|
#include "function.h"
|
|||
|
/*
|
|||
|
* ʸ<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>
|
|||
|
* CHAR<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>index <EFBFBD><EFBFBD> <EFBFBD><EFBFBD>-1
|
|||
|
*-----------------------------------------------------------------------*/
|
|||
|
int PET_DEBUG_initPetOne( int charaindex)
|
|||
|
{
|
|||
|
Char ch;
|
|||
|
int havepetindex;
|
|||
|
int index;
|
|||
|
/* ʸ<><CAB8><EFBFBD><EFBFBD>ë <20><><EFBFBD>¾<EFBFBD>Ʃ<EFBFBD><C6A9><EFBFBD><EFBFBD> */
|
|||
|
havepetindex = CHAR_getCharPetElement( charaindex) ;
|
|||
|
|
|||
|
memset( &ch, 0, sizeof( ch));
|
|||
|
if( !CHAR_getDefaultChar( &ch,31010 ) )return -1;
|
|||
|
|
|||
|
/* <20><> į */
|
|||
|
ch.data[CHAR_BASEBASEIMAGENUMBER]
|
|||
|
= ch.data[CHAR_BASEIMAGENUMBER] = 30008;
|
|||
|
ch.data[CHAR_WHICHTYPE] = CHAR_TYPEPET;
|
|||
|
/* <20><> */
|
|||
|
ch.workint[CHAR_WORKATTACKPOWER] = 100;
|
|||
|
/* <20><> */
|
|||
|
ch.workint[CHAR_WORKDEFENCEPOWER] = 50;
|
|||
|
/* HP */
|
|||
|
ch.data[CHAR_HP] = 100;
|
|||
|
/* <20><> */
|
|||
|
strcpysafe( ch.string[CHAR_NAME].string, 32, "<EFBFBD><EFBFBD><EFBFBD>" );
|
|||
|
|
|||
|
/* CHAR<41><52><EFBFBD><EFBFBD>Ի<D4BB><F1B2BBAF> */
|
|||
|
index = PET_initCharOneArray( &ch);
|
|||
|
|
|||
|
if( index < 0 ) return -1;
|
|||
|
|
|||
|
/* <20><>DZ<EFBFBD>б<EFBFBD><D0B1><EFBFBD><EFBFBD><EFBFBD> */
|
|||
|
CHAR_setWorkInt( index, CHAR_WORKPLAYERINDEX, charaindex);
|
|||
|
CHAR_setWorkInt( index,CHAR_WORKOBJINDEX,-1);
|
|||
|
CHAR_setCharPet( charaindex, havepetindex, index);
|
|||
|
CHAR_setInt( index, CHAR_SLOT, 2);
|
|||
|
return havepetindex;
|
|||
|
}
|
|||
|
|
|||
|
static int _PET_dropPet( int charaindex, int havepetindex, int tofl, int tox, int toy)
|
|||
|
{
|
|||
|
char szPet[128];
|
|||
|
int dirx[9],diry[9];
|
|||
|
int i, j;
|
|||
|
int objindex=-1;
|
|||
|
int floor,x,y;
|
|||
|
int petindex;
|
|||
|
int count_chara =0, count_item =0;
|
|||
|
|
|||
|
if( CHAR_getWorkInt( charaindex, CHAR_WORKBATTLEMODE)
|
|||
|
!= BATTLE_CHARMODE_NONE) return FALSE;
|
|||
|
petindex = CHAR_getCharPet(charaindex,havepetindex);
|
|||
|
if( !CHAR_CHECKINDEX( petindex )) return FALSE;
|
|||
|
if( !CHAR_CHECKINDEX( charaindex ) )return FALSE;
|
|||
|
if( CHAR_CHECKINDEX( petindex) == FALSE ) return FALSE;
|
|||
|
|
|||
|
#ifdef _AVID_TRADETRYBUG //<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
|||
|
if( CHAR_getWorkInt( charaindex, CHAR_WORKTRADEMODE) == CHAR_TRADE_TRADING ){
|
|||
|
CHAR_talkToCli( charaindex, -1, "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>״̬<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>", CHAR_COLORYELLOW );
|
|||
|
return FALSE;
|
|||
|
}
|
|||
|
#endif
|
|||
|
// CoolFish: Family 2001/6/13
|
|||
|
if (CHAR_getInt(petindex, CHAR_PETFAMILY) == 1){
|
|||
|
CHAR_talkToCli(charaindex, -1, "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ػ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>", CHAR_COLORYELLOW);
|
|||
|
return FALSE;
|
|||
|
}
|
|||
|
if (CHAR_getInt(charaindex, CHAR_RIDEPET) == havepetindex ){
|
|||
|
CHAR_talkToCli(charaindex, -1, "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>еij<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>", CHAR_COLORYELLOW);
|
|||
|
return FALSE;
|
|||
|
}
|
|||
|
|
|||
|
#ifdef _DROPCHECK2
|
|||
|
|
|||
|
floor = CHAR_getInt( charaindex, CHAR_FLOOR);
|
|||
|
x = CHAR_getInt( charaindex, CHAR_X);
|
|||
|
y = CHAR_getInt( charaindex, CHAR_Y);
|
|||
|
|
|||
|
for( i = x-CHAR_DEFAULTSEESIZ/2 ; i <= x+CHAR_DEFAULTSEESIZ/2 ; i++ ){
|
|||
|
for( j = y-CHAR_DEFAULTSEESIZ/2 ; j <= y+CHAR_DEFAULTSEESIZ/2 ; j ++ ){
|
|||
|
OBJECT object;
|
|||
|
for( object = MAP_getTopObj(floor,i,j); object ; object = NEXT_OBJECT(object ) ) {
|
|||
|
int objindex = GET_OBJINDEX(object);
|
|||
|
if( OBJECT_getType(objindex) == OBJTYPE_NOUSE ) continue;
|
|||
|
|
|||
|
if( OBJECT_getType(objindex) == OBJTYPE_CHARA ) {
|
|||
|
count_chara++;
|
|||
|
}
|
|||
|
if( OBJECT_getType(objindex) == OBJTYPE_ITEM || OBJECT_getType(objindex) == OBJTYPE_GOLD ) {
|
|||
|
count_item++;
|
|||
|
}
|
|||
|
}
|
|||
|
}
|
|||
|
if( count_item > 80 || count_chara > 80 ) {
|
|||
|
CHAR_talkToCli( charaindex, -1, "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ѿ<EFBFBD>̫ӵ<EFBFBD><EFBFBD><EFBFBD>ˣ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ٶ<EFBFBD><EFBFBD>ˡ<EFBFBD>", CHAR_COLORYELLOW );
|
|||
|
return FALSE;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
#endif
|
|||
|
if( tofl == -1 ) {
|
|||
|
for( i = 0 ; i < 7 ; i ++ ){
|
|||
|
dirx[i+2] = CHAR_getDX(CHAR_getInt(charaindex,CHAR_DIR) + i+1);
|
|||
|
diry[i+2] = CHAR_getDY(CHAR_getInt(charaindex,CHAR_DIR) + i+1);
|
|||
|
}
|
|||
|
dirx[0] = CHAR_getDX(CHAR_getInt(charaindex,CHAR_DIR));
|
|||
|
diry[0] = CHAR_getDY(CHAR_getInt(charaindex,CHAR_DIR));
|
|||
|
dirx[1] = 0;
|
|||
|
diry[1] = 0;
|
|||
|
floor = CHAR_getInt( charaindex,CHAR_FLOOR );
|
|||
|
for( i = 0 ; i < 9 ; i ++ ){
|
|||
|
int x=CHAR_getInt(charaindex,CHAR_X)+dirx[i];
|
|||
|
int y=CHAR_getInt(charaindex,CHAR_Y)+diry[i];
|
|||
|
if( PET_isPutPoint( floor, x, y ) == TRUE ) {
|
|||
|
break;
|
|||
|
}
|
|||
|
}
|
|||
|
if( i == 9 ) i = 1;
|
|||
|
x=CHAR_getInt(charaindex,CHAR_X)+dirx[i];
|
|||
|
y=CHAR_getInt(charaindex,CHAR_Y)+diry[i];
|
|||
|
}else {
|
|||
|
if( MAP_walkAbleFromPoint( tofl,tox,toy, FALSE ) == FALSE ) {
|
|||
|
print( "map walkable err %s:%d\n", __FILE__,__LINE__);
|
|||
|
return FALSE;
|
|||
|
}
|
|||
|
floor = tofl;
|
|||
|
x = tox;
|
|||
|
y = toy;
|
|||
|
}
|
|||
|
#ifdef _MARKET_TRADE
|
|||
|
if( MAP_TRADEPETDROP( charaindex, petindex, floor, x, y) == TRUE )
|
|||
|
return TRUE;
|
|||
|
#endif
|
|||
|
objindex = PET_dropPetAbsolute( petindex,floor,x,y, FALSE );
|
|||
|
if( objindex == -1 ) return FALSE;
|
|||
|
|
|||
|
CHAR_setWorkInt( petindex,CHAR_WORKOBJINDEX,objindex );
|
|||
|
CHAR_setCharPet( charaindex, havepetindex, -1);
|
|||
|
CHAR_setInt( petindex, CHAR_FLOOR, floor);
|
|||
|
CHAR_setInt( petindex, CHAR_X, x);
|
|||
|
CHAR_setInt( petindex, CHAR_Y, y);
|
|||
|
CHAR_setInt( petindex, CHAR_PUTPETTIME, NowTime.tv_sec);
|
|||
|
if( havepetindex == CHAR_getInt( charaindex, CHAR_DEFAULTPET)) {
|
|||
|
int fd;
|
|||
|
CHAR_setInt( charaindex, CHAR_DEFAULTPET, -1);
|
|||
|
fd = getfdFromCharaIndex( charaindex);
|
|||
|
lssproto_KS_send( fd, havepetindex, 0);
|
|||
|
|
|||
|
}
|
|||
|
CHAR_sendCToArroundCharacter( objindex);
|
|||
|
|
|||
|
if( CHAR_getInt( charaindex, CHAR_WHICHTYPE) == CHAR_TYPEPLAYER) {
|
|||
|
snprintf( szPet, sizeof( szPet ), "K%d", havepetindex );
|
|||
|
CHAR_sendStatusString( charaindex, szPet );
|
|||
|
}
|
|||
|
return TRUE;
|
|||
|
}
|
|||
|
|
|||
|
|
|||
|
/*------------------------------------------------------------
|
|||
|
* <EFBFBD><EFBFBD> ʸ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ë <EFBFBD><EFBFBD>
|
|||
|
* ¦<EFBFBD><EFBFBD>
|
|||
|
* itemindex int ʧ<EFBFBD><EFBFBD> ة<EFBFBD>̼<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>͵<EFBFBD>
|
|||
|
* floor int <EFBFBD><EFBFBD>ʧID
|
|||
|
* x int x<EFBFBD><EFBFBD>
|
|||
|
* y int y<EFBFBD><EFBFBD>
|
|||
|
* net BOOL <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> objindex
|
|||
|
* <EFBFBD><EFBFBD> -1
|
|||
|
------------------------------------------------------------*/
|
|||
|
int PET_dropPetAbsolute( int petindex, int floor, int x, int y,BOOL net)
|
|||
|
{
|
|||
|
Object object;
|
|||
|
int objindex;
|
|||
|
|
|||
|
if( !CHAR_CHECKINDEX(petindex) )return FALSE;
|
|||
|
|
|||
|
object.type = OBJTYPE_CHARA;
|
|||
|
object.index = petindex;
|
|||
|
object.x = x;
|
|||
|
object.y = y;
|
|||
|
object.floor = floor;
|
|||
|
|
|||
|
/* <20><>Ƥ<EFBFBD><C6A4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> */
|
|||
|
objindex = initObjectOne( &object );
|
|||
|
|
|||
|
/* <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ͱº뻥<C2BA><EBBBA5><EFBFBD>Ȼ<EFBFBD><C8BB><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>巴<EFBFBD><E5B7B4><EFBFBD><EFBFBD> by ringo*/
|
|||
|
if( net )
|
|||
|
CHAR_sendWatchEvent( objindex,CHAR_ACTSTAND,NULL,0,TRUE);
|
|||
|
|
|||
|
return objindex;
|
|||
|
}
|
|||
|
|
|||
|
BOOL PET_isPutPoint( int fl,int x, int y)
|
|||
|
{
|
|||
|
OBJECT object;
|
|||
|
if( MAP_walkAbleFromPoint( fl,x,y, FALSE ) == FALSE )
|
|||
|
return FALSE;
|
|||
|
for( object=MAP_getTopObj(fl,x,y) ;
|
|||
|
object ;
|
|||
|
object = NEXT_OBJECT(object ) )
|
|||
|
{
|
|||
|
int objindex = GET_OBJINDEX(object);
|
|||
|
switch( OBJECT_getType(objindex) ){
|
|||
|
case OBJTYPE_NOUSE:
|
|||
|
break;
|
|||
|
case OBJTYPE_ITEM:
|
|||
|
case OBJTYPE_GOLD:
|
|||
|
case OBJTYPE_CHARA:
|
|||
|
return FALSE;
|
|||
|
break;
|
|||
|
default:
|
|||
|
break;
|
|||
|
}
|
|||
|
}
|
|||
|
return TRUE;
|
|||
|
}
|
|||
|
|
|||
|
int PET_dropPet( int charaindex, int havepetindex)
|
|||
|
{
|
|||
|
int petindex;
|
|||
|
petindex = CHAR_getCharPet(charaindex,havepetindex);
|
|||
|
if( !CHAR_CHECKINDEX( petindex )) return FALSE;
|
|||
|
|
|||
|
if( _PET_dropPet( charaindex, havepetindex, -1,-1,-1) == TRUE ){
|
|||
|
LogPet(
|
|||
|
CHAR_getChar( charaindex, CHAR_NAME ), /* ƽ<>ҷ<EFBFBD> */
|
|||
|
CHAR_getChar( charaindex, CHAR_CDKEY ),
|
|||
|
CHAR_getChar( petindex, CHAR_NAME),
|
|||
|
CHAR_getInt( petindex, CHAR_LV),
|
|||
|
"Drop(<28><><EFBFBD><EFBFBD>)",
|
|||
|
CHAR_getInt( charaindex,CHAR_FLOOR),
|
|||
|
CHAR_getInt( charaindex,CHAR_X ),
|
|||
|
CHAR_getInt( charaindex,CHAR_Y ),
|
|||
|
CHAR_getChar( petindex, CHAR_UNIQUECODE) // shan 2001/12/14
|
|||
|
);
|
|||
|
return 1;
|
|||
|
}
|
|||
|
return 0;
|
|||
|
}
|
|||
|
|
|||
|
int PET_dropPetFLXY( int charaindex, int havepetindex, int fl, int x, int y)
|
|||
|
{
|
|||
|
return _PET_dropPet( charaindex, havepetindex, fl,x,y);
|
|||
|
}
|
|||
|
|
|||
|
/*------------------------------------------------------------
|
|||
|
* ʸ<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>
|
|||
|
------------------------------------------------------------*/
|
|||
|
int PET_initCharOneArray( Char *ch)
|
|||
|
{
|
|||
|
int i;
|
|||
|
char *tmp[CHAR_FUNCTABLENUM] = {
|
|||
|
"", /* CHAR_INITFUNC */
|
|||
|
"", /* CHAR_WALKPREFUNC */
|
|||
|
"", /* CHAR_WALKPOSTFUNC */
|
|||
|
"", /* CHAR_PREOVERFUNC */
|
|||
|
"", /* CHAR_PREOVERFUNC */
|
|||
|
"core_PetWatch", /* CHAR_WATCHFUNC */
|
|||
|
"", /* CHAR_LOOPFUNC */
|
|||
|
"", /* CHAR_DYINGFUNC */
|
|||
|
"core_PetTalk", /* CHAR_TALKEDFUNC */
|
|||
|
"", /* CHAR_PREATTACKEDFUNC */
|
|||
|
"", /* CHAR_POSTATTACKEDFUNC */
|
|||
|
"", /* CHAR_OFFFUNC */
|
|||
|
"", /* CHAR_LOOKEDFUNC */
|
|||
|
"", /* CHAR_ITEMPUTFUNC */
|
|||
|
"", /* CHAR_SPECIALTALKEDFUNC */
|
|||
|
"", /* CHAR_WINDOWTALKEDFUNC */
|
|||
|
#ifdef _USER_CHARLOOPS
|
|||
|
"", // CHAR_LOOPFUNCTEMP1,
|
|||
|
"", // CHAR_LOOPFUNCTEMP2,
|
|||
|
"", //CHAR_BATTLEPROPERTY,
|
|||
|
#endif
|
|||
|
};
|
|||
|
for( i = 0; i < CHAR_FUNCTABLENUM; i ++ ) {
|
|||
|
strcpysafe( ch->charfunctable[i].string,
|
|||
|
sizeof( ch->charfunctable[i]),
|
|||
|
tmp[i]);
|
|||
|
}
|
|||
|
if( ch->data[CHAR_MAILMODE] != CHAR_PETMAIL_NONE ) {
|
|||
|
strcpysafe( ch->charfunctable[CHAR_LOOPFUNC].string,
|
|||
|
sizeof( ch->charfunctable[CHAR_LOOPFUNC]), "PETMAIL_Loop");
|
|||
|
|
|||
|
}
|
|||
|
#ifdef _USER_CHARLOOPS
|
|||
|
if( ch->data[CHAR_FUSIONBEIT] == 1 &&
|
|||
|
ch->data[CHAR_FUSIONRAISE] > 0 ) {
|
|||
|
//andy_log
|
|||
|
// print("init CHAR_LOOPFUNCTEMP1:%s \n", "PET_CheckIncubateLoop");
|
|||
|
|
|||
|
strcpysafe( ch->charfunctable[CHAR_LOOPFUNCTEMP1].string,
|
|||
|
sizeof( ch->charfunctable[CHAR_LOOPFUNCTEMP1]), "PET_CheckIncubateLoop");
|
|||
|
ch->data[CHAR_LOOPINTERVAL] = 60000;
|
|||
|
|
|||
|
ch->functable[CHAR_LOOPFUNCTEMP1]
|
|||
|
= getFunctionPointerFromName( "PET_CheckIncubateLoop");
|
|||
|
|
|||
|
// CHAR_constructFunctable( petindex);
|
|||
|
}
|
|||
|
#endif
|
|||
|
return( CHAR_initCharOneArray( ch));
|
|||
|
}
|
|||
|
|
|||
|
int PET_createPetFromCharaIndex( int charaindex, int enemyindex)
|
|||
|
{
|
|||
|
Char CharNew;
|
|||
|
int newindex;
|
|||
|
int havepetelement;
|
|||
|
char szPet[128];
|
|||
|
int i;
|
|||
|
|
|||
|
havepetelement = CHAR_getCharPetElement( charaindex);
|
|||
|
if( havepetelement < 0 ) return -1;
|
|||
|
memset( &CharNew, 0, sizeof( Char ) );
|
|||
|
if( !CHAR_getDefaultChar( &CharNew,31010 ) )return -1;
|
|||
|
CharNew.data[CHAR_BASEBASEIMAGENUMBER]
|
|||
|
= CharNew.data[CHAR_BASEIMAGENUMBER] = CHAR_getInt(enemyindex,CHAR_BASEIMAGENUMBER);
|
|||
|
CharNew.data[CHAR_WHICHTYPE] = CHAR_TYPEPET;
|
|||
|
CharNew.data[CHAR_HP] = CHAR_getInt(enemyindex, CHAR_HP);
|
|||
|
CharNew.data[CHAR_MP] = CHAR_getInt(enemyindex, CHAR_MP);
|
|||
|
CharNew.data[CHAR_MAXMP] = CHAR_getInt(enemyindex, CHAR_MAXMP);
|
|||
|
CharNew.data[CHAR_VITAL] = CHAR_getInt(enemyindex, CHAR_VITAL);
|
|||
|
CharNew.data[CHAR_STR] = CHAR_getInt(enemyindex, CHAR_STR);
|
|||
|
CharNew.data[CHAR_TOUGH] = CHAR_getInt(enemyindex, CHAR_TOUGH);
|
|||
|
CharNew.data[CHAR_DEX] = CHAR_getInt(enemyindex, CHAR_DEX);
|
|||
|
CharNew.data[CHAR_LUCK] = CHAR_getInt(enemyindex, CHAR_LUCK);
|
|||
|
CharNew.data[CHAR_FIREAT] = CHAR_getInt(enemyindex, CHAR_FIREAT);
|
|||
|
CharNew.data[CHAR_WATERAT] = CHAR_getInt(enemyindex, CHAR_WATERAT);
|
|||
|
CharNew.data[CHAR_EARTHAT] = CHAR_getInt(enemyindex, CHAR_EARTHAT);
|
|||
|
CharNew.data[CHAR_WINDAT] = CHAR_getInt(enemyindex, CHAR_WINDAT);
|
|||
|
//CharNew.data[CHAR_EXP] = CHAR_getInt(enemyindex, CHAR_EXP);
|
|||
|
|
|||
|
CharNew.data[CHAR_SLOT] = CHAR_getInt(enemyindex, CHAR_SLOT);
|
|||
|
CharNew.data[CHAR_MODAI] = CHAR_getInt(enemyindex, CHAR_MODAI);
|
|||
|
CharNew.data[CHAR_LV] = CHAR_getInt(enemyindex, CHAR_LV);
|
|||
|
CharNew.data[CHAR_POISON] = CHAR_getInt(enemyindex, CHAR_POISON);
|
|||
|
CharNew.data[CHAR_PARALYSIS]= CHAR_getInt(enemyindex, CHAR_PARALYSIS);
|
|||
|
CharNew.data[CHAR_SLEEP] = CHAR_getInt(enemyindex, CHAR_SLEEP);
|
|||
|
CharNew.data[CHAR_STONE] = CHAR_getInt(enemyindex, CHAR_STONE);
|
|||
|
CharNew.data[CHAR_DRUNK] = CHAR_getInt(enemyindex, CHAR_DRUNK);
|
|||
|
CharNew.data[CHAR_CONFUSION]= CHAR_getInt(enemyindex, CHAR_CONFUSION);
|
|||
|
CharNew.data[CHAR_RARE] = CHAR_getInt(enemyindex, CHAR_RARE);
|
|||
|
CharNew.data[CHAR_PETRANK] = CHAR_getInt(enemyindex, CHAR_PETRANK);
|
|||
|
CharNew.data[CHAR_PETID] = CHAR_getInt(enemyindex, CHAR_PETID);
|
|||
|
CharNew.data[CHAR_CRITIAL] = CHAR_getInt(enemyindex, CHAR_CRITIAL);
|
|||
|
CharNew.data[CHAR_COUNTER] = CHAR_getInt(enemyindex, CHAR_COUNTER);
|
|||
|
CharNew.data[CHAR_PETMAILEFFECT] = RAND(0, PETMAIL_EFFECTMAX);
|
|||
|
|
|||
|
for( i = 0; i < CHAR_MAXPETSKILLHAVE; i ++ ) {
|
|||
|
CharNew.unionTable.indexOfPetskill[i] = CHAR_getPetSkill( enemyindex, i);
|
|||
|
}
|
|||
|
CharNew.data[CHAR_ALLOCPOINT] = CHAR_getInt(enemyindex, CHAR_ALLOCPOINT);
|
|||
|
strcpysafe( CharNew.string[CHAR_NAME].string,
|
|||
|
sizeof(CharNew.string[CHAR_NAME].string),
|
|||
|
CHAR_getChar( enemyindex, CHAR_NAME) );
|
|||
|
newindex = PET_initCharOneArray( &CharNew );
|
|||
|
if( newindex < 0 ){
|
|||
|
return -1;
|
|||
|
}
|
|||
|
|
|||
|
CHAR_setMaxExpFromLevel( newindex, CHAR_getInt( enemyindex, CHAR_LV ));
|
|||
|
CHAR_complianceParameter( newindex );
|
|||
|
CHAR_setWorkInt( newindex, CHAR_WORKPLAYERINDEX, charaindex);
|
|||
|
CHAR_setCharPet( charaindex, havepetelement, newindex);
|
|||
|
CHAR_setChar( newindex, CHAR_OWNERCDKEY,
|
|||
|
CHAR_getChar( charaindex, CHAR_CDKEY));
|
|||
|
CHAR_setChar( newindex, CHAR_OWNERCHARANAME,
|
|||
|
CHAR_getChar( charaindex, CHAR_NAME));
|
|||
|
snprintf( szPet, sizeof( szPet ), "K%d", havepetelement );
|
|||
|
CHAR_sendStatusString( charaindex, szPet );
|
|||
|
snprintf( szPet, sizeof( szPet ), "W%d", havepetelement );
|
|||
|
CHAR_sendStatusString( charaindex, szPet );
|
|||
|
|
|||
|
return newindex;
|
|||
|
|
|||
|
}
|
|||
|
BOOL PET_SelectBattleEntryPet( int charaindex, int petarray)
|
|||
|
{
|
|||
|
int pindex;
|
|||
|
/* <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>º<EFBFBD>ƥ<EFBFBD><C6A5>ľ<EFBFBD><C4BE>¦<EFBFBD>Ⱦ<EFBFBD><C8BE><EFBFBD><EFBFBD>µ<EFBFBD> <20><>ؤԻ */
|
|||
|
if( CHAR_getWorkInt( charaindex, CHAR_WORKBATTLEMODE)
|
|||
|
!= BATTLE_CHARMODE_NONE) return FALSE;
|
|||
|
/* -1<><31><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>-1<><31><EFBFBD>ƻ<EFBFBD><C6BB><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ƻ<EFBFBD><C6BB>δ<EFBFBD>Ի<EFBFBD><D4BB>*/
|
|||
|
if( petarray == -1 ) {
|
|||
|
CHAR_setInt( charaindex, CHAR_DEFAULTPET, -1 );
|
|||
|
return TRUE;
|
|||
|
}
|
|||
|
if( !CHAR_CHECKPETINDEX( petarray)) return FALSE;
|
|||
|
pindex = CHAR_getCharPet( charaindex, petarray );
|
|||
|
if( !CHAR_CHECKINDEX( pindex)) return FALSE;
|
|||
|
|
|||
|
if( CHAR_getFlg( pindex, CHAR_ISDIE )) return FALSE;
|
|||
|
|
|||
|
CHAR_setInt( charaindex, CHAR_DEFAULTPET, petarray );
|
|||
|
|
|||
|
return TRUE;
|
|||
|
}
|
|||
|
|
|||
|
// Robin 0707 petFollow <charaindex>
|
|||
|
#if 1
|
|||
|
int PET_dropPetFollow( int charaindex, int havepetindex, int tofl, int tox, int toy)
|
|||
|
{
|
|||
|
char szPet[128];
|
|||
|
int dirx[9],diry[9];
|
|||
|
int i;
|
|||
|
int objindex=-1;
|
|||
|
int floor,x,y;
|
|||
|
int petindex;
|
|||
|
|
|||
|
if( CHAR_getWorkInt( charaindex, CHAR_WORKBATTLEMODE)
|
|||
|
!= BATTLE_CHARMODE_NONE) return FALSE;
|
|||
|
petindex = CHAR_getCharPet(charaindex,havepetindex);
|
|||
|
if( petindex == -1 ) return FALSE;
|
|||
|
if( !CHAR_CHECKINDEX( charaindex ) )return FALSE;
|
|||
|
if( CHAR_CHECKINDEX( petindex) == FALSE ) return FALSE;
|
|||
|
|
|||
|
if (CHAR_getInt(petindex, CHAR_PETFAMILY) == 1){
|
|||
|
CHAR_talkToCli(charaindex, -1, "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ػ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>", CHAR_COLORYELLOW);
|
|||
|
return FALSE;
|
|||
|
}
|
|||
|
if (CHAR_getInt(charaindex, CHAR_RIDEPET) == havepetindex){
|
|||
|
CHAR_talkToCli(charaindex, -1, "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>еij<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>棡", CHAR_COLORYELLOW);
|
|||
|
return FALSE;
|
|||
|
}
|
|||
|
if( tofl == -1 ) {
|
|||
|
for( i = 0 ; i < 7 ; i ++ ){
|
|||
|
dirx[i+2] = CHAR_getDX(CHAR_getInt(charaindex,CHAR_DIR) + i+1);
|
|||
|
diry[i+2] = CHAR_getDY(CHAR_getInt(charaindex,CHAR_DIR) + i+1);
|
|||
|
}
|
|||
|
dirx[0] = CHAR_getDX(CHAR_getInt(charaindex,CHAR_DIR));
|
|||
|
diry[0] = CHAR_getDY(CHAR_getInt(charaindex,CHAR_DIR));
|
|||
|
dirx[1] = 0;
|
|||
|
diry[1] = 0;
|
|||
|
|
|||
|
floor = CHAR_getInt( charaindex,CHAR_FLOOR );
|
|||
|
for( i = 0 ; i < 9 ; i ++ ){
|
|||
|
int x=CHAR_getInt(charaindex,CHAR_X)+dirx[i];
|
|||
|
int y=CHAR_getInt(charaindex,CHAR_Y)+diry[i];
|
|||
|
if( PET_isPutPoint( floor, x, y ) == TRUE ) {
|
|||
|
break;
|
|||
|
}
|
|||
|
}
|
|||
|
if( i == 9 ) i = 1;
|
|||
|
|
|||
|
x=CHAR_getInt(charaindex,CHAR_X)+dirx[i];
|
|||
|
y=CHAR_getInt(charaindex,CHAR_Y)+diry[i];
|
|||
|
}
|
|||
|
else {
|
|||
|
if( MAP_walkAbleFromPoint( tofl,tox,toy, FALSE ) == FALSE ) {
|
|||
|
print( "map walkable err %s:%d\n", __FILE__,__LINE__);
|
|||
|
return FALSE;
|
|||
|
}
|
|||
|
floor = tofl;
|
|||
|
x = tox;
|
|||
|
y = toy;
|
|||
|
}
|
|||
|
|
|||
|
objindex = PET_dropPetAbsolute( petindex,floor,x,y, FALSE );
|
|||
|
if( objindex == -1 ) return FALSE;
|
|||
|
|
|||
|
CHAR_setWorkInt( petindex,CHAR_WORKOBJINDEX,objindex );
|
|||
|
CHAR_setCharPet( charaindex, havepetindex, -1);
|
|||
|
CHAR_setInt( petindex, CHAR_FLOOR, floor);
|
|||
|
CHAR_setInt( petindex, CHAR_X, x);
|
|||
|
CHAR_setInt( petindex, CHAR_Y, y);
|
|||
|
CHAR_setInt( petindex, CHAR_PUTPETTIME, NowTime.tv_sec);
|
|||
|
if( havepetindex == CHAR_getInt( charaindex, CHAR_DEFAULTPET)) {
|
|||
|
int fd;
|
|||
|
CHAR_setInt( charaindex, CHAR_DEFAULTPET, -1);
|
|||
|
fd = getfdFromCharaIndex( charaindex);
|
|||
|
lssproto_KS_send( fd, havepetindex, 0);
|
|||
|
|
|||
|
}
|
|||
|
CHAR_sendCToArroundCharacter( objindex);
|
|||
|
if( CHAR_getInt( charaindex, CHAR_WHICHTYPE) == CHAR_TYPEPLAYER) {
|
|||
|
snprintf( szPet, sizeof( szPet ), "K%d", havepetindex );
|
|||
|
CHAR_sendStatusString( charaindex, szPet );
|
|||
|
}
|
|||
|
|
|||
|
CHAR_setWorkInt( charaindex, CHAR_WORKPETFOLLOW, petindex);
|
|||
|
CHAR_setWorkInt( petindex, CHAR_WORKPETFOLLOWMODE, CHAR_PETFOLLOW_NOW);
|
|||
|
CHAR_setWorkInt( petindex, CHAR_WORKPETFOLLOWCOUNT, 0);
|
|||
|
CHAR_setInt( petindex, CHAR_PUTPETTIME, (int)(NowTime.tv_sec));
|
|||
|
CHAR_setInt( petindex, CHAR_WORKPLAYERINDEX, charaindex);
|
|||
|
LogPet(
|
|||
|
CHAR_getChar( charaindex, CHAR_NAME ),
|
|||
|
CHAR_getChar( charaindex, CHAR_CDKEY ),
|
|||
|
CHAR_getChar( petindex, CHAR_NAME),
|
|||
|
CHAR_getInt( petindex, CHAR_LV),
|
|||
|
"Follow(<28><><EFBFBD><EFBFBD>)",
|
|||
|
CHAR_getInt( charaindex,CHAR_FLOOR),
|
|||
|
CHAR_getInt( charaindex,CHAR_X ),
|
|||
|
CHAR_getInt( charaindex,CHAR_Y ),
|
|||
|
CHAR_getChar( petindex, CHAR_UNIQUECODE)
|
|||
|
);
|
|||
|
return 1;
|
|||
|
}
|
|||
|
#endif
|
|||
|
|
|||
|
BOOL PET_getBaseForAllocpoint( int toindex, int *work)
|
|||
|
{
|
|||
|
int LevelUpPoint=0;
|
|||
|
if( CHAR_getInt( toindex, CHAR_WHICHTYPE) != CHAR_TYPEPET)
|
|||
|
return FALSE;
|
|||
|
LevelUpPoint = CHAR_getInt( toindex, CHAR_ALLOCPOINT );
|
|||
|
work[3] =(( LevelUpPoint >> 24 ) & 0xFF);
|
|||
|
work[0] = (( LevelUpPoint >> 16 ) & 0xFF);
|
|||
|
work[1] = (( LevelUpPoint >> 8 ) & 0xFF);
|
|||
|
work[2] = (( LevelUpPoint >> 0 ) & 0xFF);
|
|||
|
return TRUE;
|
|||
|
}
|
|||
|
|
|||
|
void PET_showEditBaseMsg( int charaindex, int toindex, int itemindex, int *work)
|
|||
|
{
|
|||
|
int i, maxnums = 6000;
|
|||
|
char buf1[256];
|
|||
|
char buf2[][32]={"<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>"};
|
|||
|
char buf3[][32]={"<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>","<EFBFBD><EFBFBD>Ϊ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>","<EFBFBD><EFBFBD>Ϊ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>"};
|
|||
|
|
|||
|
if( CHAR_getInt( toindex, CHAR_WHICHTYPE) != CHAR_TYPEPET)
|
|||
|
return;
|
|||
|
memset( buf1, 0, sizeof( buf1));
|
|||
|
|
|||
|
for( i=0; i<4; i++) {
|
|||
|
int type = ITEM_getInt( itemindex, (ITEM_MODIFYATTACK + i));
|
|||
|
print(" [%d]%d+%d ", i, work[i], type);
|
|||
|
work[i] += type;
|
|||
|
strcpy( buf1,"\0");
|
|||
|
if( work[i] > maxnums ) {
|
|||
|
sprintf(buf1,"%s <20>Ѿ<EFBFBD><D1BE>ﵽ<EFBFBD><EFB5BD><EFBFBD><EFBFBD><EFBFBD>ˡ<EFBFBD>", buf2[i]);
|
|||
|
work[i] = maxnums;
|
|||
|
}else if( work[i] < 0 ) {
|
|||
|
sprintf(buf1,"%s <20>Ѿ<EFBFBD>Ϊ<EFBFBD><CEAA><EFBFBD>ˡ<EFBFBD>", buf2[i]);
|
|||
|
work[i] = 0;
|
|||
|
}else {
|
|||
|
if( type > 0 ) {
|
|||
|
if( type > 2 ) {
|
|||
|
sprintf(buf1,"%s %s %s", buf2[i], buf3[0], "<EFBFBD><EFBFBD>");
|
|||
|
}else {
|
|||
|
sprintf(buf1,"%s %s %s", buf2[i], buf3[1], "<EFBFBD><EFBFBD>");
|
|||
|
}
|
|||
|
}else if( type < 0 ){
|
|||
|
sprintf(buf1,"%s %s %s", buf2[i], buf3[2], "<EFBFBD><EFBFBD>");
|
|||
|
}
|
|||
|
}
|
|||
|
if( strcmp( buf1, "\0")) {
|
|||
|
CHAR_talkToCli( charaindex, toindex, buf1, CHAR_COLORYELLOW);
|
|||
|
}
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
#ifdef _PET_EVOLUTION
|
|||
|
BOOL PET_getBaseAndSkill( int charaindex, int baseindex, int *base, int *skill, int flg)
|
|||
|
{
|
|||
|
int i;
|
|||
|
if( !CHAR_CHECKINDEX( baseindex)) return FALSE;
|
|||
|
if( base != NULL ) {
|
|||
|
int levelup = CHAR_getInt( baseindex, CHAR_ALLOCPOINT);
|
|||
|
base[0] = ((levelup>>24) & 0xFF);
|
|||
|
base[1] = ((levelup>>16) & 0xFF);
|
|||
|
base[2] = ((levelup>> 8) & 0xFF);
|
|||
|
base[3] = ((levelup>> 0) & 0xFF);
|
|||
|
}
|
|||
|
|
|||
|
if( skill != NULL ) {
|
|||
|
for( i=0; i<CHAR_MAXPETSKILLHAVE; i++) {
|
|||
|
skill[i] = CHAR_getPetSkill( baseindex, i);
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
return TRUE;
|
|||
|
}
|
|||
|
|
|||
|
#endif
|
|||
|
BOOL CHAR_DelPetForIndex( int charaindex, int petindex)
|
|||
|
{
|
|||
|
int i;
|
|||
|
for( i=0; i<CHAR_MAXPETHAVE; i++) {
|
|||
|
int pindex = CHAR_getCharPet( charaindex, i);
|
|||
|
if( !CHAR_CHECKINDEX( pindex) ) continue;
|
|||
|
if( pindex == petindex )
|
|||
|
break;
|
|||
|
}
|
|||
|
|
|||
|
if( i >= CHAR_MAXPETHAVE){
|
|||
|
return FALSE;
|
|||
|
}else {
|
|||
|
char szPet[256];
|
|||
|
char msgbuf[256];
|
|||
|
CHAR_setCharPet( charaindex, i, -1);
|
|||
|
snprintf( szPet, sizeof( szPet ), "K%d", i);
|
|||
|
CHAR_sendStatusString( charaindex, szPet );
|
|||
|
|
|||
|
snprintf( msgbuf,sizeof( msgbuf), "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>%s<><73>", CHAR_getChar( petindex, CHAR_NAME));
|
|||
|
CHAR_talkToCli( charaindex, -1, msgbuf, CHAR_COLORYELLOW);
|
|||
|
CHAR_endCharOneArray( petindex );
|
|||
|
}
|
|||
|
return TRUE;
|
|||
|
}
|
|||
|
|
|||
|
|