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

221 lines
6.5 KiB
C++

#include "../systeminc/version.h"
#include "../systeminc/system.h"
#include "../systeminc/Turntable.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"
char [1024];
#ifdef _ICONBUTTONS_
extern unsigned int sockfd;
extern int nowGx, nowGy;
extern int indexWN;
extern int idWN;
ACTION* =0;
typedef struct {
int ;
char [64];
char [512];
};
typedef struct {
int x;
int y;
};
int [10][2]={
{0x0,-0x74},
{0x53,-0x5B},
{0x86,-0x13},
{0x86,0x43},
{0x57,0x8A},
{0x2,0xA6},
{-0x51,0x8A},
{-0x84,0x46},
{-0x85,-0x10},
{-0x52,-0x58},
};
[10];
typedef struct {
int x;
int y;
int ;
BOOL ;
int ;//(0未转动 1转动中 2转动完了)
int ;
int ;
int ;
[10];
};
;
void (char * )
{
[0].x=0;
[0].y=-0x30;
[1].x=0x2C;
[1].y=-0x21;
[2].x=0x49;
[2].y=0x7;
[3].x=0x48;
[3].y=0x2F;
[4].x=0x2D;
[4].y=0x57;
[5].x=0x4;
[5].y=0x66;
[6].x=-0x27;
[6].y=0x5A;
[7].x=-0x48;
[7].y=0x32;
[8].x=-0x47;
[8].y=0x8;
[9].x=-0x2A;
[9].y=-0x20;
memset(&,0,sizeof());
memset(,0,1024);
if() DeathAction();
=0;
char *=new char [513];
char *1=new char [513];
int i;
for(i=0;i<10;i++){
memset(,0,512);
memset(1,0,20);
getStringFromIndexWithDelim_body((char *) ,(char *)"#@",i+1,,512);
getStringFromIndexWithDelim_body((char *) ,(char *)"|",1,1,512);
.[i]. = atoi(1);
getStringFromIndexWithDelim_body((char *) ,(char *)"|",2,.[i].,64);
getStringFromIndexWithDelim_body((char *) ,(char *)"|",3,.[i].,512);
}
delete ;
delete 1;
int =424;
int =424;
.x=(800-)/2+/2;
.y=(600-)/2-40+/2;
}
ACTION* ()
{
if() DeathAction();
=0;
= MakeWindowDisp(.x,.y,0,0,40166,0,FALSE);
play_se(202,320,240);
return ;
}
void ()
{
if(.==1){
.=2;
lssproto_WN_send(sockfd,nowGx,nowGy,indexWN,idWN,0,"2");
}
}
extern short wnCloseFlag;
extern int windowTypeWN;
void ()
{
if() DeathAction();
();
=0;
wnCloseFlag=0;
windowTypeWN = -1;
wnCloseFlag = 1;
}
extern int cloasewindows;
ACTION* ()
{
//底图
StockDispBuffer(.x,.y+28,104,40166,1);
//关闭
if(MakeHitBox(.x+0x61,.y-0x99,.x+0x80,.y-0x7D,1)==1){
StockDispBuffer(.x+0x71-2,.y-0x8B,105,40165,1);
if( (mouse.onceState & MOUSE_LEFT_CRICK) && !.){
windowTypeWN = -1;
wnCloseFlag = 1;
}
}
//开始按钮
if(.)
StockDispBuffer(.x,.y+0x1B+1,105,40164,1);
else{
if(MakeHitBox(.x-0x30,.y-0x14,.x+0x30,.y+0x4A,1)==1){
StockDispBuffer(.x,.y+0x1B+1,105,40164,1);
if( (mouse.onceState & MOUSE_LEFT_CRICK) && !.){
lssproto_WN_send(sockfd,nowGx,nowGy,indexWN,idWN,0,"1");
}
}
}
if(.==1){
if(.>2){
. = 0;
if(.==9) {
.++;
.=0;
}
else .++;
}else .++;
if(. == 8 && .==(.-1)) {
.=2;
.=TRUE;
lssproto_WN_send(sockfd,nowGx,nowGy,indexWN,idWN,0,"2");
}
}
StockDispBuffer(.x+[.].x,.y+[.].y,106,40153+.,1);
//道具显示
int i;
for(i=0;i<10;i++){
StockDispBuffer(.x+[i][0],.y+[i][1],106,.[i].,1);
if(!.)
if(MakeHitBox(.x+[i][0]-30,.y+[i][1]-30,.x+[i][0]+30,.y+[i][1]+30,1)==1){
//extern void 显示道具数据(short x,short y,UCHAR 层次,char* 内容,int 形像 ,char*名字);
(.x+[i][0],.y+[i][1],107,.[i].,0,.[i].);
}
}
//窗口提示
if(.){
StockDispBuffer(.x-0xC1,.y-0x32,107,40088,1);
extern int getTextLength(char * str);
StockFontBuffer(.x-getTextLength()/2,.y+5,2,0,,1);
int ID = StockDispBuffer(.x,.y+50,109,26042,2);
if( mouse.onceState & MOUSE_LEFT_CRICK ){
if( HitDispNo == ID ){
.=0;
windowTypeWN = -1;
wnCloseFlag = 1;
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 )
{
.=1;
.=;
}
#endif