⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 npc_eventaction.h

📁 石器时代2.0完整版源代码.已经加入新功能. 在REDHAT9下GCC3.4编译成功.
💻 H
字号:
#ifndef _PRO_NPCFIX_H#define _PRO_NPCFIX_H//ANDY_EditBOOL ActionNpc_CheckMenuFree( int meindex, int toindex, char *npcarg, int nums);BOOL ActionNpc_CheckFree( int meindex, int toindex, char *npcarg);BOOL Action_RunDoEventAction( int meindex, int toindex, char *buf1);BOOL ActionNpc_WarpPoint(int meindex,int talker,char *npcarg);BOOL Action_PartyCheck( int meindex, int talker);BOOL NPC_ActionAddGold( int talker, int Golds);BOOL NPC_ActionDelGold( int talker,char *buf);#ifdef _DP_NPCBOOL NPC_ActionDP( int talker,char *buf);#endif#ifdef _VIP_SHOPBOOL NPC_ActionDelVipPoint( int talker,char *buf);#endif#ifdef _TRANS_7_NPCBOOL NPC_ActionTrans7( int talker, char *buf);#endif// WON ADDBOOL NPC_ActionAddGold2( int talker,char *buf);BOOL NPC_ActionDelPet( int toindex,char *buf);#ifdef _NPC_NewDelPetBOOL NPC_ActionNewDelPet( int talker,char *msg);#endifBOOL NPC_ActionAddPet( int talker, char *buf);BOOL NPC_ActionDelItem( int talker,char *buf);BOOL NPC_ActionAddItem( int talker, char *buf);BOOL NPC_ActionSetEend( int talkerindex, char * buf);BOOL NPC_ActionSetNow( int toindex, char * buf);BOOL NPC_ActionClearEvent( int toindex, char * buf);BOOL NPC_ActionCheckTrans(int meindex,int talker,int trans,int flg);#ifdef _VIP_SHOPBOOL NPC_ActionVipPointCheck(int meindex,int talker,int point,int flg);#endif#ifdef _VIP_RIDEBOOL NPC_ActionVipCheck(int meindex,int talker,int vip,int flg);#endif#ifdef _MOMENTUM_NPCBOOL NPC_ActionMomentumCheck(int meindex,int talker,int Momentum,int flg);#endif#ifdef _DP_NPCBOOL NPC_ActionDPCheck(int meindex,int talker,int DP,int flg);#endifBOOL NPC_ActionLevelCheck(int meindex,int talker,int level,int flg);BOOL NPC_ActionGoldCheck(int meindex,int talker,int Golds,int flg);BOOL NPC_ActionPartyCheck( int toindex, int nums, int flg);BOOL NPC_ActionReItemCheck( int toindex, int nums, int flg);BOOL NPC_ActionRePetCheck( int toindex, int nums, int flg);BOOL ActionCheckMyPet( int meindex, int talker, int petLv, int flg, int petid);BOOL NPC_ActionBigSmallLastCheck(int point1,int mypoint,int flg);BOOL NPC_ActionItemCheck(int meindex,int talker,int itemNo, int flg);BOOL NPC_ActioneEquitCheck(int meindex,int talker,int itemNo, int flg);BOOL NPC_ActionFreeIfCheck(int meindex,int talker, char* buf, char *opt, int kosuu,int flg, int temp);BOOL NPC_ActionBigSmallCheck(int meindex,int talker,char* buf);BOOL NPC_ActionPassCheck( int meindex, int talker, char *buf);BOOL NPC_ActionWarpManReduce(int meindex,int talker,char *buf);#ifdef _NPC_ActionFreeCmp BOOL NPC_ActionWarpManReduce2(int meindex,int talker,char *buf);#endif#ifdef _NPCCHANGE_PLAYERIMG	//andyBOOL NPC_ActionChangePlayerBBI( int meindex, int charindex, char *Img);BOOL NPC_CheckPlayerBBI( int meindex, int charindex, int BBI, int flg);#endifBOOL showString( int meindex, char *showstr,int flg);BOOL NPC_getTimeXYPoint( int meindex, int Mode);BOOL NPC_getTimeData( int meindex, char *npcarg, int *born, int *dead, int loopspeed);void NPC_TimeDefineDo( int meindex, int born, int dead, int typeMode);BOOL NPC_CheckTimeDefine( char *timetype);void GetRand_WarpPoint( char *buf, int *fl, int *x, int *y );BOOL NPC_ActionDuelRankCheck(int meindex,int talker,int rank,int flg);BOOL NPC_ActionDuelPointCheck(int meindex,int talker,int rank,int flg);#ifdef _TREASURE_BOXBOOL NPC_ActionTreasureTypeCheck( int meindex, int level, int type, int flg);#endifBOOL NPC_ActionTreasureRandItemGet(int meidex,int talker,int rand_j,char *buf);void NPC_ActionLevelAndTransUp( int meindex, int charindex, int level,							   int skillpoint, int exp, int ridepet);void NPC_ActionDoPileClearItem( int toindex, int itemID);#ifdef _NPC_ADDWARPMAN1BOOL NPC_ActionPartyCountCheck( int toindex, int nums, int flg);BOOL NPC_ActionManCountCheck( int toindex, int nums, int flg);//检查男生人数BOOL NPC_ActionWomanCountCheck( int toindex, int nums, int flg);//检查女生人数#endif#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -