Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Flyff > Flyff Private Server
You last visited: Today at 23:39

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

Advertisement



i have problem GOH Source

Discussion on i have problem GOH Source within the Flyff Private Server forum part of the Flyff category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Nov 2011
Posts: 34
Received Thanks: 0
i have problem GOH Source

I press key '' > '' neuz crash all people anyone can helpme

Sorry I bad english thank you

I use GOH Source
phupae001 is offline  
Old 05/23/2013, 13:15   #2
 
elite*gold: 0
The Black Market: 814/1/0
Join Date: Jan 2013
Posts: 22,407
Received Thanks: 8,238
Did you change something in Source?
Deadline. is offline  
Old 05/23/2013, 13:39   #3


 
elite*gold: 365
Join Date: Jan 2012
Posts: 1,232
Received Thanks: 215
Schau mal in der funcaplett.cpp im Interface Ordner ob dort auf dieser Taste etwas belegt ist, z.b. Der Out all befehl
FunkyJustice is offline  
Old 05/23/2013, 15:37   #4
 
elite*gold: 0
Join Date: Nov 2011
Posts: 34
Received Thanks: 0
I newbie I want you helpme thank you

FuncApplet.cpp
--------------------------------------
#include "stdafx.h"
#include "defineText.h"
#include "AppDefine.h"
#include "WndParty.h"
#include "WndNotice.h"
#include "WndMessenger.h"
#include "WndBank.h" // ภบวเ / รขฐํ
#include "WndRepairItem.h" // ผ๖ธฎรข
#include "WndDebugInfo.h" // ต๐น๖ฑื รข
#include "WndHelp.h"
#include "WndWebBox.h"
#include "WndVendor.h"
#include "WndCommItem.h"
#include "WndQuest.h"
#include "WndMotion.h"
#include "WndPvp.h"
#include "WndGuildVote.h"
#ifdef __IMPROVE_MAP_SYSTEM
#include "WndMapEx.h"
#else // __IMPROVE_MAP_SYSTEM
#include "WndMap.h"
#endif // __IMPROVE_MAP_SYSTEM
#include "WndBagEx.h"

#if __VER >= 8 //__CSC_VER8_2
#include "WndPartyQuick.h"
#endif //__CSC_VER8_2
#if __VER >= 13 // __HOUSING
#include "WndHousing.h"
#endif // __HOUSING

#if __VER >= 15 // __GUILD_HOUSE
#include "WndGuildHouse.h"
#endif

#if __VER >= 15 // __2ND_PASSWORD_SYSTEM
#include "Wnd2ndPassword.h"
#endif // __2ND_PASSWORD_SYSTEM

#ifdef __NEW_WEB_BOX
#include "WndHelperWebBox.h"
#endif // __NEW_WEB_BOX

#ifdef __PMA_PARTYFINDER
#include "WndPartyFinder.h"
#endif //__PMA_PARTYFINDER

/*
ฟฉฑโผญ มคภวตศ พึวรทง ลฌทกฝบดย ลืฝบลฉ ธลดบฟก ร฿ฐกตษ ผ๖ ภึดย ผผฦรภป ฦ๗วิวัดู.
ลยฝบลฉ ธลดบฟก พึวรทฟภป ร฿ฐกวฯฑโ ภงวุผญดย

Step. 1 - Applet ID มคภว
ResData.hธฆ ฟญฐํ Applet IDธฆ มคภววัดู. ธลภฮวมทฮผผผญดย Applet IDทฮ Appletภป ภฮฝฤวัดู.
ธธพเ Daisyธฆ ป็ฟ๋วา ฐๆฟ์ถ๓ธ้ Daisyฟกผญ Idธฆ ม๖มควุมึธ้ ตศดู. ภฬฐๆฟ์ ม๗มข ResData.hธฆ ผ๖มควา วสฟไดย พ๘ดู.

Step. 2 - DECLAREAPPLET ปผบภฺ วิผ๖ ผฑพ๐วฯฑโ
DECLAREAPPLETดย ฝววเ ธํทษภฬ ณปทมมณภป ถง วุด็ classธฆ วาด็วฯฟฉ ธลภฮ วมทฮผผผญฟกฐิ ฦ๗ภฮลอธฆ
ตนทมมึดย ฟชวาภป วัดู. ภฬ วิผ๖ฐก มคภวตวพ๎ภึม๖ พสภธธ้ ธลภฮ วมทฮผผผญดย classธฆ ฝววเ ฝรลณ ผ๖ พ๘ฐิ ตศดู.
DECLAREAPPLETภบ AppMain วิผ๖ธฆ ธธตๅดย ฐอภป ฐฃดวฯฐิ มคภววั defineภฬดู. ฟ๋นภบ ดูภฝฐ๚ ฐฐดู.
DECLAREAPPLET( วิผ๖ธํ, new className );

Step. 3 - mapฟก Addวฯฑโ. ธถม๖ธท วสตๅภว ล๘ฦม ผผฦรภบ Resource\textClient.incธฆ ยฐํ.
*/

#ifdef __PMA_PARTYFINDER
DECLAREAPPLET( AppMain_PartyFinder , new CWndPartyFinder );
#endif //__PMA_PARTYFINDER


DECLAREAPPLET( AppMain_WndNavigator , new CWndNavigator );
DECLAREAPPLET( AppMain_TeleportTool , new CWndTeleporter ); //Teleport (U)
DECLAREAPPLET( AppMain_WndCharacter , new CWndCharacter );
#ifdef __V16_SKILLTREE
DECLAREAPPLET( AppMain_WndSkill , new CWndSkillTree );
#endif
DECLAREAPPLET( AppMain_WndSkill2 , new CWndSkillTreeEx );
DECLAREAPPLET( AppMain_WndEmotion , new CWndEmotion );
DECLAREAPPLET( AppMain_WndMotion , new CWndMotion );
DECLAREAPPLET( AppMain_WndTrade , new CWndTrade );
DECLAREAPPLET( AppMain_WndVendor , new CWndVendor );
DECLAREAPPLET( AppMain_WndQuest , new CWndQuest );
DECLAREAPPLET( AppMain_WndPvp , new CWndPvp );
DECLAREAPPLET( AppMain_WndInventory , new CWndInventory );
DECLAREAPPLET( AppMain_WndWebBox , new CWndWebBox );
DECLAREAPPLET( AppMain_WndWebBox2 , new CWndWebBox2 );
DECLAREAPPLET( AppMain_WndParty , new CWndParty );
DECLAREAPPLET( AppMain_WndGuild , new CWndGuild );
DECLAREAPPLET( AppMain_WndCommItem , new CWndCommItem );
DECLAREAPPLET( AppMain_WndUpgradeBase , new CWndUpgradeBase );
DECLAREAPPLET( AppMain_WndPiercing , new CWndPiercing );
DECLAREAPPLET( AppMain_WndChat , new CWndChat );
#if __VER >= 11 // __CSC_VER11_4
DECLAREAPPLET( AppMain_WndMessenger , new CWndMessengerEx );
#else //__CSC_VER11_4
DECLAREAPPLET( AppMain_WndMessenger , new CWndMessenger );
#endif //__CSC_VER11_4
DECLAREAPPLET( AppMain_WndOptSound , new CWndOptSound );
DECLAREAPPLET( AppMain_WndOptWindow , new CWndOptWindow );
DECLAREAPPLET( AppMain_WndOptMyInfo , new CWndOptMyInfo );
DECLAREAPPLET( AppMain_WndOption , new CWndTotalOption );
DECLAREAPPLET( AppMain_WndInfoNotice , new CWndInfoNotice );
DECLAREAPPLET( AppMain_WndHelpHelp , new CWndHelp );
DECLAREAPPLET( AppMain_WndHelpTip , new CWndHelpTip );
DECLAREAPPLET( AppMain_WndHelpFAQ , new CWndHelpFAQ );
DECLAREAPPLET( AppMain_WndLogOut , new CWndLogOut );
DECLAREAPPLET( AppMain_WndQuit , new CWndQuit );
DECLAREAPPLET( AppMain_WndWorld , new CWndWorld );
DECLAREAPPLET( AppMain_WndDebugInfo , new CWndDebugInfo );
DECLAREAPPLET( AppMain_WndStatus , new CWndStatus );
DECLAREAPPLET( AppMain_WndLogin , new CWndLogin );
DECLAREAPPLET( AppMain_WndSelectServer , new CWndSelectServer );
DECLAREAPPLET( AppMain_WndCreateChar , new CWndCreateChar );
DECLAREAPPLET( AppMain_WndSelectChar , new CWndSelectChar );

#ifdef __PETFILTER
DECLAREAPPLET( AppMain_WndPetfilter , new CWndPetfilter );
#endif //__PETFILTER


#if __VER >= 9 // __INSERT_MAP
#ifdef __IMPROVE_MAP_SYSTEM
DECLAREAPPLET( AppMain_WndMap , new CWndMapEx );
#else // __IMPROVE_MAP_SYSTEM
DECLAREAPPLET( AppMain_WndMap , new CWndMap );
#endif // __IMPROVE_MAP_SYSTEM
#endif
#if __VER >= 12 // __LORD
DECLAREAPPLET( AppMain_LordSkill, new CWndLordSkill );
#endif
#if __VER >= 8 //__CSC_VER8_2
DECLAREAPPLET( AppMain_WndPartyQuick , new CWndPartyQuick );
#endif //__CSC_VER8_2
#if __VER >= 8 //__CSC_VER8_3
DECLAREAPPLET( AppMain_WndBuffStatus , new CWndBuffStatus );
#endif //__CSC_VER8_3

#ifdef __GUILDVOTE
DECLAREAPPLET( AppMain_WndGuildVote , new CWndGuildVote );
#endif
DECLAREAPPLET( AppMain_WndInvenRemoveItem, new CWndInvenRemoveItem );
#if __VER >= 11 // __SYS_POCKET
#ifndef __TMP_POCKET
DECLAREAPPLET( AppMain_BagEx , new CWndBagEx );
#endif
#endif

#if __VER >= 12 // __MOD_TUTORIAL
DECLAREAPPLET( AppMain_InfoPang , new CWndInfoPang );
#endif
#if __VER >= 13 // __HOUSING
DECLAREAPPLET( AppMain_Housing , new CWndHousing );
#endif // __HOUSING

#if __VER >= 15 // __GUILD_HOUSE
DECLAREAPPLET( AppMain_GuildHousing , new CWndGuildHousing );
#endif

#if __VER >= 13 // __CSC_VER13_2
DECLAREAPPLET( AppMain_Couple , new CWndCoupleManager );
#endif //__CSC_VER13_2

#if __VER >= 15 // __2ND_PASSWORD_SYSTEM
DECLAREAPPLET( AppMain_Wnd2ndPassword , new CWnd2ndPassword );
#endif // __2ND_PASSWORD_SYSTEM

#ifdef __NEW_WEB_BOX
DECLAREAPPLET( AppMain_WndHelperWebBox , new CWndHelperWebBox );
#endif // __NEW_WEB_BOX

#ifdef __USER_CP
DECLAREAPPLET( AppMain_Refreshertool , new CWndRefresher );
DECLAREAPPLET( AppMain_BuffCP , new CWndBuffer );
DECLAREAPPLET( AppMain_Panel , new CWndPanel );
#endif

#ifdef __JOPS_GLOW
DECLAREAPPLET( AppMain_Glow , new CWndGlowChange );
#endif //__JOPS_GLOW



void CWndMgr::AddAllApplet()
{
// ปผบภฺ ID ลธภฬฦฒ พฦภฬฤ ล๘ฦม ลุฝบฦฎ
AddAppletFunc( AppMain_WndNavigator , APP_NAVIGATOR , _T( "WndNavigator" ) , _T( "Icon_Navigator.dds" ) , GETTEXT( TID_TIP_NAVIGATOR ), 'N' );
AddAppletFunc( AppMain_WndStatus , APP_STATUS1 , _T( "WndStatus" ) , _T( "Icon_Status.dds" ) , GETTEXT( TID_TIP_STATUS ), 'T' );
#if __VER >= 9 // __INSERT_MAP
#ifdef __IMPROVE_MAP_SYSTEM
AddAppletFunc( AppMain_WndMap , APP_MAP_EX , _T( "WndMap" ) , _T( "Icon_Applet.dds" ) , GETTEXT(TID_TIP_MAP), 'M' );
#else // __IMPROVE_MAP_SYSTEM
AddAppletFunc( AppMain_WndMap , APP_MAP , _T( "WndMap" ) , _T( "Icon_Applet.dds" ) , GETTEXT(TID_TIP_MAP), 'M' );
#endif // __IMPROVE_MAP_SYSTEM
#endif
#if __VER >= 12 // __LORD
if( ::GetLanguage() == LANG_FRE )
AddAppletFunc( AppMain_LordSkill , APP_LORD_SKILL , _T( "WndLordSkill" ) , _T( "Icon_Infopang.dds" ) , GETTEXT(TID_TIP_INFOPANG), 'A' );
else
AddAppletFunc( AppMain_LordSkill , APP_LORD_SKILL , _T( "WndLordSkill" ) , _T( "Icon_Infopang.dds" ) , GETTEXT(TID_TIP_INFOPANG), 'L' );
#endif // __LORD
#if __VER >= 12 // __MOD_TUTORIAL
AddAppletFunc( AppMain_InfoPang , APP_INFOPANG , _T( "WndInfoPang" ) , _T( "Icon_Infopang.dds" ) , GETTEXT(TID_TIP_INFOPANG), 0 );
#endif
#if __VER >= 13 // __HOUSING
AddAppletFunc( AppMain_Housing , APP_HOUSING , _T( "WndHousing" ) , _T( "Icon_Housing.dds" ) , GETTEXT(TID_GAME_HOUSING_BOX), 'Y' );
#endif // __HOUSING

#if __VER >= 15 // __GUILD_HOUSE
AddAppletFunc( AppMain_GuildHousing , APP_GH_FURNITURE_STORAGE, _T( "WndGuildHousing" ) , _T( "Icon_Housing.dds" ) , GETTEXT(TID_GAME_HOUSING_BOX), 'R' );
#endif
#if __VER >= 13 // __RENEW_CHARINFO
AddAppletFunc( AppMain_WndCharacter , APP_CHARACTER3 , _T( "WndCharacter" ) , _T( "Icon_Character.dds" ) , GETTEXT( TID_TIP_CHARACTER ), 'H' );
#elif __VER >= 9 // __CSC_VER9_2
AddAppletFunc( AppMain_WndCharacter , APP_CHARACTER2 , _T( "WndCharacter" ) , _T( "Icon_Character.dds" ) , GETTEXT( TID_TIP_CHARACTER ), 'H' );
#else //__CSC_VER9_2
AddAppletFunc( AppMain_WndCharacter , APP_CHARACTER , _T( "WndCharacter" ) , _T( "Icon_Character.dds" ) , GETTEXT( TID_TIP_CHARACTER ), 'H' );
#endif //__CSC_VER9_2
AddAppletFunc( AppMain_WndInventory , APP_INVENTORY , _T( "WndInventory" ) , _T( "Icon_Inventory.dds" ) , GETTEXT( TID_TIP_INVENTORY ), 'I' );

AddAppletFunc( AppMain_WndWebBox , APP_WEBBOX , _T( "WebBox" ) , _T( "Icon_CitemMall.dds" ) , GETTEXT( TID_TIP_ITEMMALL ), 0 );
#ifdef __V16_SKILLTREE
AddAppletFunc( AppMain_WndSkill , APP_SKILL4 , _T( "WndSkill" ) , _T( "Icon_Skill.dds" ) , GETTEXT( TID_TIP_SKILL ), 'K' );
#else
AddAppletFunc( AppMain_WndSkill2 , APP_SKILL3 , _T( "WndSkill" ) , _T( "Icon_Skill.dds" ) , GETTEXT( TID_TIP_SKILL ), 'K' );
#endif

AddAppletFunc( AppMain_WndMotion , APP_MOTION , _T( "WndMotion" ) , _T( "Icon_Motion.dds" ) , GETTEXT( TID_TIP_MOTION ), 'O' );
AddAppletFunc( AppMain_WndTrade , APP_TRADE , _T( "WndTrade" ) , _T( "Icon_Trade.dds" ) , GETTEXT( TID_TIP_TRADE ), 0 );

//Teleport Anfang
// AddAppletFunc( AppMain_TeleportTool , APP_TELEPORTUSER , _T( "WndMotion" ) , _T( "Icon_Motion.dds" ) , GETTEXT( TID_TIP_MOTION ), 'V' );
//Teleport

#if __VER >= 8 // __S8_VENDOR_REVISION
AddAppletFunc( AppMain_WndVendor , APP_VENDOR_REVISION , _T( "WndVendor" ) , _T( "Icon_Applet.dds" ) , GETTEXT( TID_TIP_VENDOR ), 0 );
#else // __VER >= 8 // __S8_VENDOR_REVISION
AddAppletFunc( AppMain_WndVendor , APP_VENDOREX , _T( "WndVendor" ) , _T( "Icon_Applet.dds" ) , GETTEXT( TID_TIP_VENDOR ), 0 );
#endif // __VER >= 8 // __S8_VENDOR_REVISION

#if __VER >= 15 // __IMPROVE_QUEST_INTERFACE
AddAppletFunc( AppMain_WndQuest , APP_QUEST_EX_LIST , _T( "WndQuest" ) , _T( "Icon_Quest.dds" ) , GETTEXT( TID_TIP_QUEST ), g_Neuz.Key.chQuest );
#else // __IMPROVE_QUEST_INTERFACE
AddAppletFunc( AppMain_WndQuest , APP_QUEST , _T( "WndQuest" ) , _T( "Icon_Quest.dds" ) , GETTEXT( TID_TIP_QUEST ), g_Neuz.Key.chQuest );
#endif // __IMPROVE_QUEST_INTERFACE
AddAppletFunc( AppMain_WndParty , APP_PARTY , _T( "WndParty" ) , _T( "Icon_Troupe.dds" ) , GETTEXT( TID_TIP_PARTY ), 'P' );

#ifdef __PETFILTER
// AddAppletFunc( AppMain_WndPetfilter , APP_PETFILTER , _T( "WndPetfilter" ) , _T( "Icon_Applet.dds" ) , _T( "PetFilter" ), 'U' );
#endif //__PETFILTER

AddAppletFunc( AppMain_WndGuild , APP_GUILD , _T( "WndGuild" ) , _T( "Icon_Troupe.dds" ) , GETTEXT( TID_TIP_COMPANY ), 'G' );

#ifdef __GUILDVOTE
AddAppletFunc( AppMain_WndGuildVote , APP_GUILD_VOTE , _T( "WndGuildVote") , _T( "Icon_Troupe.dds" ) , GETTEXT( TID_TIP_COMPANY ), 'V' );
#endif

#if __VER >= 11 // __SYS_POCKET
#ifndef __TMP_POCKET
AddAppletFunc( AppMain_BagEx , APP_BAG_EX , _T( "WndBagEx" ) , _T( "Icon_BagBag.tga" ) , GETTEXT(TID_APP_BAG_EX), 'B' );
#endif
#endif
AddAppletFunc( AppMain_WndCommItem , APP_COMM_ITEM , _T( "WndCommItem" ) , _T( "Icon_CItemTime.dds" ) , GETTEXT( TID_TIP_ITEMTIME ), 'J' );
AddAppletFunc( AppMain_WndUpgradeBase , APP_TEST , _T( "WndUpgradeBase" ) , _T( "Icon_Troupe.dds" ) , GETTEXT( TID_TIP_PARTY ), 0 );
AddAppletFunc( AppMain_WndPiercing , APP_PIERCING , _T( "WndPiercing" ) , _T( "Icon_Troupe.dds" ) , GETTEXT( TID_TIP_PARTY ), 0 );
AddAppletFunc( AppMain_WndChat , APP_COMMUNICATION_CHAT , _T( "WndChat" ) , _T( "Icon_Chat.dds" ) , GETTEXT( TID_TIP_COMMUNICATION_CHAT ), 0 );
AddAppletFunc( AppMain_WndMessenger , APP_MESSENGER_ , _T( "WndMessenger" ) , _T( "Icon_Messenger.dds" ) , GETTEXT( TID_TIP_MESSENGER ), 'E' );

AddAppletFunc( AppMain_WndOptSound , APP_OPTION_SOUND , _T( "WndOptSound" ) , _T( "Icon_OptSound.dds" ) , GETTEXT( TID_TIP_OPTION_SOUND ), 0 );
AddAppletFunc( AppMain_WndOptWindow , APP_OPTION_WINDOW , _T( "WndOptWindow" ) , _T( "Icon_Applet.dds" ) , GETTEXT( TID_TIP_OPTION_WINDOW ), 0 );
AddAppletFunc( AppMain_WndOptMyInfo , APP_OPTION_MYINFO , _T( "WndOptMyInfo" ) , _T( "Icon_Applet.dds" ) , GETTEXT( TID_TIP_OPTION_MYINFO ), 0 );
AddAppletFunc( AppMain_WndOption , APP_OPTIONEX , _T( "WndOption" ) , _T( "Icon_Applet.dds" ) , GETTEXT( TID_APP_OPTION ), 0 );

AddAppletFunc( AppMain_WndInfoNotice , APP_INFO_NOTICE , _T( "WndInfoNotice" ) , _T( "Icon_Applet.dds" ) , GETTEXT( TID_TIP_INFO_NOTICE ), 0 );
AddAppletFunc( AppMain_WndHelpHelp , APP_HELPER_HELP , _T( "WndHelpHelp" ) , _T( "Icon_HelperHelp.dds" ) , GETTEXT( TID_TIP_HELPER_HELP ), 0 );
AddAppletFunc( AppMain_WndHelpTip , APP_HELPER_TIP , _T( "WndHelpTip" ) , _T( "Icon_HelperTip.dds" ) , GETTEXT( TID_TIP_HELPER_TIP ), 0 );
AddAppletFunc( AppMain_WndHelpFAQ , APP_HELPER_FAQ , _T( "WndHelpFAQ" ) , _T( "Icon_HelperFAQ.dds" ) , GETTEXT( TID_TIP_HELPER_FAQ ), 0 );

AddAppletFunc( AppMain_WndLogOut , APP_LOGOUT , _T( "WndLogout" ) , _T( "Icon_Logout.dds" ) , GETTEXT( TID_TIP_LOGOUT ), 0 );
AddAppletFunc( AppMain_WndQuit , APP_QUIT , _T( "WndQuit" ) , _T( "Icon_Quit.dds" ) , GETTEXT( TID_TIP_QUIT ), 0 );
// if( GetLanguage() == LANG_TWN )
AddAppletFunc( AppMain_WndWebBox2 , APP_WEBBOX2 , _T( "WebBox2" ) , _T( "QOODO.dds" ) , GETTEXT( TID_TIP_QOODO ), 0 );

AddAppletFunc( AppMain_WndWorld , APP_WORLD , _T( "WndWorld" ) , _T( "Icon_Applet.dds" ) , GETTEXT( TID_TIP_WORLD ), 0 );
AddAppletFunc( AppMain_WndDebugInfo , APP_DEBUGINFO , _T( "WndDebugInfo" ) , _T( "Icon_Applet.dds" ) , GETTEXT( TID_TIP_DEBUGINFO ), 0 );
AddAppletFunc( AppMain_WndLogin , APP_LOGIN , _T( "WndLogin" ) , _T( "Icon_Login.dds" ) , GETTEXT( TID_TIP_APPLET ), 0 );
AddAppletFunc( AppMain_WndSelectServer , APP_SELECT_SERVER , _T( "WndSelectServer") , _T( "Icon_SelectServer.dds") , GETTEXT( TID_TIP_WORLD ), 0 );
AddAppletFunc( AppMain_WndCreateChar , APP_CREATE_CHAR , _T( "WndCreateChar" ) , _T( "Icon_CreateChar.dds" ) , GETTEXT( TID_TIP_WORLD ), 0 );
AddAppletFunc( AppMain_WndSelectChar , APP_SELECT_CHAR , _T( "WndSelectChar" ) , _T( "Icon_SelectChar.dds" ) , GETTEXT( TID_TIP_DIALOG ), 0 );

#if __VER >= 8 //__CSC_VER8_2
AddAppletFunc( AppMain_WndPartyQuick , APP_PARTY_QUICK , _T( "WndPartyQuick" ) , NULL , GETTEXT( TID_TIP_DIALOG ), 0 );
#endif //__CSC_VER8_2
#if __VER >= 8 //__CSC_VER8_3
AddAppletFunc( AppMain_WndBuffStatus , APP_BUFF_STATUS , _T( "WndBuffStatus" ) , NULL , GETTEXT( TID_TIP_DIALOG ), 0 );
#endif //__CSC_VER8_3
#if __VER >= 13 // __CSC_VER13_2
if( ::GetLanguage() == LANG_FRE )
AddAppletFunc( AppMain_Couple , APP_COUPLE_MAIN , _T( "WndCoupleManager" ) , _T( "Icon_Couple.dds" ) , GETTEXT( TID_GAME_COUPLE ), 'X' );
else
AddAppletFunc( AppMain_Couple , APP_COUPLE_MAIN , _T( "WndCoupleManager" ) , _T( "Icon_Couple.dds" ) , GETTEXT( TID_GAME_COUPLE ), 'F' );
#endif //__CSC_VER13_2
#if __VER >= 15 // __2ND_PASSWORD_SYSTEM
AddAppletFunc( AppMain_Wnd2ndPassword , APP_2ND_PASSWORD_NUMBERPAD , _T( "Wnd2ndPassword" ) , _T( "Icon_Applet.dds" ) , GETTEXT( TID_2ND_PASSWORD_WINDOW_OPEN ), 0 );
#endif // __2ND_PASSWORD_SYSTEM
#ifdef __NEW_WEB_BOX
AddAppletFunc( AppMain_WndHelperWebBox , APP_WEBBOX2 , _T( "HelperWebBox" ) , _T( "Icon_HelperHelp.dds" ) , GETTEXT( TID_GAME_HELPER_WEB_BOX_ICON_TOOLTIP ), 0 );
#endif // __NEW_WEB_BOX

#ifdef __USER_CP
AddAppletFunc( AppMain_Panel , APP_PANEL , _T( "WndMotion" ) , _T( "Icon_Motion.dds" ) , GETTEXT( TID_TIP_MOTION ), 'V' );
#endif

#ifdef __PMA_PARTYFINDER
AddAppletFunc( AppMain_PartyFinder , APP_PARTYFINDER , _T( "WndPartyFinder" ) , _T( "Icon_Housing.dds" ) , GETTEXT(TID_GAME_HOUSING_BOX), 'U' );
#endif //__PMA_PARTYFINDER

#ifdef __JOPS_GLOW
AddAppletFunc( AppMain_Glow , APP_SETAURA1 , _T( "WndGlowChange" ) , NULL , "Glow Changer", 0 );
#endif //__JOPS_GLOW
}
phupae001 is offline  
Reply


Similar Threads Similar Threads
Problem in my source updated to version 5620+ *Impulse Source*
08/15/2012 - CO2 Private Server - 11 Replies
I updated my source to version 5620+ 1) I open my account with any password. 2) Can I log into an account without having a registered account. 3) I cannot see the monsters or other players Any help or hint is welcome.....
how i fix this problem at my source 5525>>no one say change source
10/28/2011 - CO2 Private Server - 5 Replies
my source close after like 2 hours or 3 hours and may after 5 hours befor i close i see this errors o consol i taked up this pic befor it clos by 1 second http://www.m5zny.com/upfiles/j4o37683.jpg http://www.m5zny.com/upfiles/b8q37683.jpg
[Source] Problem mit der Source
05/29/2011 - Flyff Private Server - 0 Replies
Hallo Leutz, ich habe folgendes Problem ich habe meine source Compilet was vorher nie ein problem war jetz habe ich es wider gemacht und es kamen keine errors wie immer nur waren diesmal keine .exen im output ordner woran kann das liegen ich würde mich sehr über eine antwort freuen mfg
[Source Problem] Source auf LANG 6 compilien [D-Flyff Font]
04/13/2011 - Flyff Private Server - 10 Replies
Hey Leutz, ich komme da mal mit nem mehr oder weniger kleinen Problem. Aufgrund der Misserfolge nur die Neuz in LANG 6 zu compilien, hat man mir geraten die kompletten Bins auf LANG 6 zu setzen. Seitdem funktioniert die D-Flyff Schrift super, es ist nichts verrutscht, Login klappt auch etc. Problem ist jetzt nur das ich keine inGame Rechte mehr habe. Habe extra neuen acc erstellt, neuen char bin sämtliche Operatoren ( L, M, N, O, P, Z) durchgegangen nur leider habe ich immer noch...
[Problem]CoEmuV2 source problem
10/15/2009 - CO2 Private Server - 8 Replies
well i got the source and i got the video guide and i followed all the steps and made all what i should make and i made account and loged in first time for making pass and restarted client when i try to log in again its frozen and noway to log in i got the loader and all things i restarted login server and restarted my pc and tryed again but no way is there any help?



All times are GMT +1. The time now is 23:39.


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.