The following warnings occurred:
Warning [2] Use of undefined constant SAPI_NAME - assumed 'SAPI_NAME' (this will throw an Error in a future version of PHP) - Line: 3388 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3388 errorHandler->error
/showthread.php 116 build_archive_link
Warning [2] Use of undefined constant IN_ARCHIVE - assumed 'IN_ARCHIVE' (this will throw an Error in a future version of PHP) - Line: 3331 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3331 errorHandler->error
/inc/functions.php 3324 build_forum_breadcrumb
/showthread.php 195 build_forum_breadcrumb
Warning [2] Use of undefined constant IN_ARCHIVE - assumed 'IN_ARCHIVE' (this will throw an Error in a future version of PHP) - Line: 3331 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3331 errorHandler->error
/showthread.php 195 build_forum_breadcrumb






Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
It's About Time...
Author Message
evening
Journeyman
*

Posts: 138
Likes Given: 0
Likes Received: 14 in 9 posts
Joined: Apr 2012
Reputation: 1

Finally Land

Post: #21
RE: It's About Time...
I hope it is useful to you x77x
What is your email?
https://github.com/moonglow/oldsphere
I love you, I hope 51A source can be restored!
// CClient.h
//

#ifndef _INC_CCLIENT_H
#define _INC_CCLIENT_H
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000

enum CV_TYPE
{
CV_ADD,
CV_ADDITEM,
CV_ADDNPC,
CV_ADMIN,
CV_ARROWQUEST,
CV_BANKSELF,
CV_CAST,
CV_CHARLIST,
CV_CLIENTS,
CV_EVERBTARG,
CV_EXTRACT,
CV_GHOST,
CV_GMPAGE,
CV_GOTARG,
CV_HELP,
CV_INFO,
CV_INFORMATION,
CV_ITEMMENU,
CV_LAST,
CV_LINK,
CV_LOGIN,
CV_LOGOUT,
CV_MENU,
CV_MIDI,
CV_MIDILIST,
CV_MUSIC,
CV_NUDGE,
CV_NUKE,
CV_NUKECHAR,
CV_ONECLICK,
CV_PAGE,
CV_REPAIR,
CV_RESEND,
CV_RESYNC,
CV_SAVE,
CV_SCROLL,
CV_SELF,
CV_SHOWSKILLS,
CV_SKILLMENU,
CV_STATIC,
CV_SUMMON,
CV_SYNC,
CV_SYSMESSAGE,
CV_TELE,
CV_TILE,
CV_UNEXTRACT,
CV_VERSION,
CV_WEBLINK,
CV_QTY,
};

enum CC_TYPE
{
CC_ALLMOVE,
CC_ALLSHOW,
CC_CLIENTVER,
CC_CLIENTVERSION,
CC_CLIVER,
CC_DEBUG,
CC_DETAIL,
CC_GM, // (R/W)
CC_HEARALL,
CC_LISTEN,
CC_PRIVHIDE,
CC_PRIVSHOW,
CC_TARG,
CC_TARGP,
CC_TARGPROP,
CC_TARGPRV,
CC_TARGTXT,
CC_QTY,
};

class CPartyDef : public CGObListRec
{
// a list of characters in the party.
protected:
DECLARE_MEM_DYNAMIC;
private:
CCharRefArray m_Chars;
CGTypedArray< bool, bool> m_fLootFlags;

private:
bool SendMemberMsg( CChar * pCharDest, const CExtData * pExtData, int iLen );
void SendAll( const CExtData * pExtData, int iLen );
void SendRemoveList( CChar * pCharRemove, CGrayUID uidAct );

public:
CPartyDef( CChar * pCharInvite, CChar * pCharAccept );

static bool AcceptEvent( CChar * pCharAccept, CGrayUID uidInviter );
static bool DeclineEvent( CChar * pCharDecline, CGrayUID uidInviter );
static void MessageClient( CClient * pClient, CGrayUID uidSrc, const NCHAR * pText, int ilenmsg );

bool IsInParty( const CChar * pChar ) const
{
int i = m_Chars.FindChar( pChar );
return( i >= 0 );
}
bool IsPartyMaster( const CChar * pChar ) const
{
int i = m_Chars.FindChar( pChar );
return( i == 0 );
}

bool Disband( CGrayUID uidMaster );
int AttachChar( CChar * pChar );
int DetachChar( CChar * pChar );

void SetLootFlag( CChar * pChar, bool fSet );
bool GetLootFlag( const CChar * pChar );

void MessageAll( CGrayUID uidSrc, const NCHAR * pText, int ilenmsg );
bool MessageMember( CGrayUID uidDst, CGrayUID uidSrc, const NCHAR * pText, int ilenmsg );
void SysMessageAll( LPCTSTR pText );

void SendAddList( CGrayUID uid, CChar * pCharDest );

bool RemoveChar( CGrayUID uid, CGrayUID uidAct );
void AcceptMember( CChar * pChar );
};

#endif // _INC_CCLIENT_H
(This post was last modified: 05-08-2012 02:09 PM by evening.)
05-08-2012 02:07 PM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Messages In This Thread
It's About Time... - x77x - 04-20-2012, 01:51 AM
RE: It's About Time... - admin phoenix - 04-23-2012, 10:17 PM
RE: It's About Time... - x77x - 04-24-2012, 02:08 AM
RE: It's About Time... - Fallout - 04-26-2012, 11:41 PM
RE: It's About Time... - x77x - 04-27-2012, 06:26 AM
RE: It's About Time... - mrkarlo - 04-27-2012, 11:43 PM
RE: It's About Time... - Fallout - 04-28-2012, 12:47 AM
RE: It's About Time... - Anarch Cassius - 04-28-2012, 05:53 AM
RE: It's About Time... - Fallout - 04-28-2012, 04:31 PM
RE: It's About Time... - Khaos - 04-29-2012, 01:39 PM
RE: It's About Time... - Fallout - 04-29-2012, 04:18 PM
RE: It's About Time... - Reflex - 04-29-2012, 03:02 PM
RE: It's About Time... - Khaos - 04-29-2012, 03:53 PM
RE: It's About Time... - Khaos - 04-29-2012, 04:45 PM
RE: It's About Time... - Valios - 04-29-2012, 05:13 PM
RE: It's About Time... - Khaos - 04-29-2012, 05:15 PM
RE: It's About Time... - Fallout - 04-29-2012, 05:38 PM
RE: It's About Time... - Valios - 04-29-2012, 06:52 PM
RE: It's About Time... - Khaos - 04-30-2012, 12:57 AM
RE: It's About Time... - x77x - 05-01-2012, 09:56 AM
RE: It's About Time... - evening - 05-08-2012 02:07 PM
RE: It's About Time... - Boydon - 05-09-2012, 08:25 AM

Forum Jump:


User(s) browsing this thread: 4 Guest(s)