stoneage8.5/石器时代8.5客户端最新源代码/石器源码/system/CharSignDay.cpp
2020-06-23 15:53:23 +08:00

184 lines
5.6 KiB
C++

#include "../systeminc/version.h"
#include "../systeminc/system.h"
#include "../systeminc/CharSignDay.h"
#include "../newproto/autil.h"
#include "../systeminc/menu.h"
#include "../systeminc/shop.h"
#include "../systeminc/t_music.h"
#include "../newproto/protocol.h"
#include "../other/caryIme.h"
#include "../systeminc/field.h"
#include "../systeminc/netmain.h"
#ifdef _CHARSIGNDAY_
extern unsigned int sockfd;
extern int nowGx, nowGy;
extern int indexWN;
extern int idWN;
extern short wnCloseFlag;
extern int cloasewindows;
extern int windowTypeWN;
ACTION * =0;
int X,Y;
extern char [1024];
int ;
typedef struct {
int ID;
char [64];
char [512];
};
typedef struct {
int ;
int ;
int ;
int ;
[30];
};
;
short [][2]={
{0,3},
{1,6},
{2,8},
{3,11},
{4,13},
{5,16}
};
int =588;
int =396;
void (char * )
{
memset(&,0,sizeof());
memset(,0,1024);
if() DeathAction();
=0;
char *=new char [512];
char *=new char [512];
memset(,0,512);
memset(,0,512);
getStringFromIndexWithDelim_body((char *) ,(char *)"|",1,,10);
.=atoi();
memset(,0,10);
getStringFromIndexWithDelim_body((char *) ,(char *)"|",2,,10);
.=atoi();
memset(,0,10);
getStringFromIndexWithDelim_body((char *) ,(char *)"|",3,,10);
.=atoi();
memset(,0,10);
getStringFromIndexWithDelim_body((char *) ,(char *)"|",4,,30);
.=atoi();
memset(,0,512);
memset(,0,512);
int i;
for(i=0;i<.;i++){
getStringFromIndexWithDelim_body((char *) ,(char *)"#@",2+i,,512);
getStringFromIndexWithDelim_body((char *) ,(char *)"|",1,,10);
.[i].ID=atoi();
memset(,0,10);
getStringFromIndexWithDelim_body((char *) ,(char *)"|",2,,64);
sprintf(.[i].,"%s",);
memset(,0,64);
getStringFromIndexWithDelim_body((char *) ,(char *)"|",3,,512);
sprintf(.[i].,"%s",);
memset(,0,512);
memset(,0,512);
}
delete ;
delete ;
=0;
X=(800-)/2+/2;
Y=(600-)/2-40+/2;
}
ACTION* ()
{
if() DeathAction();
= MakeWindowDisp(X,Y,0,0,55217,0,FALSE);
play_se(202,320,240);
return ;
}
void ()
{
if() DeathAction();
=0;
wnCloseFlag=0;
windowTypeWN = -1;
wnCloseFlag = 1;
}
ACTION* ()
{
int X=55;
int Y=58;
int =0;
int i,b;
for(i=0;i<5;++i){
for(b=0;b<6;++b){
++;
StockDispBuffer(X-225+b*X,Y-65+i*Y,106,.[-1].ID,1);//道具
if(MakeHitBox(X-225+b*X-26,Y-65+i*Y-26,X-225+b*X+26,Y-65+i*Y+26,1)==1){
if(!) (X-225+b*X,Y-65+i*Y,112,.[-1].,0,.[-1].);
}
if((.&(1<<)))
// StockDispBuffer(400, 288, DISP_PRIO_MENU-1, 55256, 0);
StockDispBuffer(X-225+b*X,Y-65+i*Y,107,55269,1);//签到成功
if( >= .) break;
}
}
//底图
StockDispBuffer(X,Y+28,104,55217,1);
//签到
int ID = StockDispBuffer(X+200,Y+207,105,55216,2);
if( mouse.onceState & MOUSE_LEFT_CRICK ){
if( HitDispNo == ID ){
lssproto_WN_send(sockfd,nowGx,nowGy,indexWN,idWN,0,"1");
=1;
}
}
//关闭
if(MakeHitBox(X+253,Y-175,X+283,Y-149,1)==1){
StockDispBuffer(X+270,Y-160,105,40165,1);
if(mouse.onceState & MOUSE_LEFT_CRICK && !){
windowTypeWN = -1;
wnCloseFlag = 1;
}
}
if(){
StockDispBuffer(X-186,Y-58,111,40088,1);
StockFontBuffer(X-138,Y-16,2,0,,0);
ID = StockDispBuffer(X+5,Y+37,112,26042,2);
if( mouse.onceState & MOUSE_LEFT_CRICK ){
if( HitDispNo == ID ){
=0;
memset(,0,1024);
}
}
}
if(CheckMenuFlag()
|| ((joy_trg[ 0 ] & JOY_ESC) && GetImeString() == NULL)
|| actBtn == 1
|| menuBtn == 1
|| disconnectServerFlag == TRUE
|| wnCloseFlag == 1
|| cloasewindows == 1) ();
return ;
}
void (int )
{
.=;
}
#endif