Register for your free account! | Forgot your password?

You last visited: Today at 12:55

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Missing Storage

Discussion on Missing Storage within the Flyff Private Server forum part of the Flyff category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Jun 2013
Posts: 21
Received Thanks: 0
Missing Storage

Hello i just want to add transfer awake and add the shortcut key to my letter Z

FuncApplet:

Code:
#ifdef __TRANSFER_AWAKE
   AddAppletFunc( AppMain_transfer      ,APP_TRANSFER     ,_T( "WndMotion"     )    , _T( "Icon_Motion.dds"   )     , GETTEXT( TID_TIP_MOTION         ),  'Z'  );     
#endif
Code:
#ifdef __TRANSFER_AWAKE
DECLAREAPPLET( AppMain_transfer         , new CWndTransfer );
#endif
WndManager.h

Code:
#ifdef __TRANSFER_AWAKE
    CWndTransfer* m_pWndTrans;
#endif //__TRANSFER_AWAKE

WndManager.cpp

Code:
#ifdef __TRANSFER_AWAKE
    m_pWndTrans = NULL;
#endif //__TRANSFER_AWAKE
Code:
#ifdef __TRANSFER_AWAKE
    SAFE_DELETE( m_pWndTrans );
#endif //__TRANSFER_AWAKE
Code:
#ifdef __TRANSFER_AWAKE
    if( m_pWndTrans == pWndChild )
    {
        SAFE_DELETE( m_pWndTrans );
        pWndChild = NULL;
    }
#endif //__TRANSFER_AWAKE
Code:
#ifdef __TRANSFER_AWAKE
        CWndTransfer* pWndTrans = (CWndTransfer*)g_WndMng.GetWndBase( APP_TRANSFER );
        if(pWndTrans!= NULL)
            pWndTrans->SetVisible(FALSE);
#endif //__TRANSFER_AWAKE
Code:
#ifdef __TRANSFER_AWAKE
        CWndTransfer* pWndTrans = (CWndTransfer*)g_WndMng.GetWndBase( APP_TRANSFER );
        if(pWndTrans!= NULL)
            pWndTrans->SetVisible(TRUE);
#endif //__TRANSFER_AWAKE
WndWorld.cpp

Code:
#ifdef __TRANSFER_AWAKE
		case MMI_TRANSFER_AWA:
			{
				SAFE_DELETE(g_WndMng.m_pWndTrans);
				g_WndMng.m_pWndTrans = new CWndTransfer;
				g_WndMng.m_pWndTrans->Initialize();
			}
			break;
#endif

i got this error :


thanks
Suplado21 is offline  
Reply


Similar Threads Similar Threads
[INFO]About missing msvcr100.dll / msvcp100.dll and other missing dll files
08/22/2017 - S4 League Hacks, Bots, Cheats & Exploits - 106 Replies
English Maybe if you wanna start a hack from Elitepvpers you will get this Error: or a similar message This dll files are for programs written in C/C++ with Visual Studio To fix this problem you need to download the Microsoft Visual C++ 2010 Redistributable Package (x86) from here: Download Microsoft Visual C++ 2010 Redistributable Package (x86) from Official Microsoft Download Center If you have a 64-Bit System you also need the Microsoft Visual C++ 2010 Redistributable Package...
Missing MAP Missing skill 2M DK TzPhQy BOT v2.x & 1.8 (Exp)
01/19/2010 - Dekaron - 8 Replies
Missing MAP Missing skill 2M DK TzPhQy BOT v2.x & 1.8 (Exp) :rtfm:
Missing dbmon.exe file missing
11/05/2009 - Dekaron Private Server - 2 Replies
Can somone give me a download link or somthing just for dbmon.exe please and thank you



All times are GMT +1. The time now is 12:55.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.