Register for your free account! | Forgot your password?

You last visited: Today at 03:25

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

Advertisement



Wiki

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

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Apr 2019
Posts: 81
Received Thanks: 7
Wiki

Little help please?
IFlyffMc is offline  
Old 09/12/2020, 17:03   #2
 
Naltalah's Avatar
 
elite*gold: 0
Join Date: Aug 2016
Posts: 308
Received Thanks: 372
The source youre taking it from defined the function "GetSelectedItemData", which is not a standard function

But I'm pretty sure it just returns GetItemData(GetCurSel());
Naltalah is offline  
Old 09/12/2020, 17:12   #3
 
elite*gold: 0
Join Date: Mar 2020
Posts: 44
Received Thanks: 46
Code:
#ifdef __IMPROVE_MAP_SYSTEM
	DWORD GetSelectedItemData( void ) const;
to

Code:
	DWORD GetSelectedItemData( void ) const;
#ifdef __IMPROVE_MAP_SYSTEM
&

Code:
#ifdef __IMPROVE_MAP_SYSTEM
DWORD CWndComboBox::GetSelectedItemData( void ) const
{
	int nSelectedListNumber = m_wndListBox.GetCurSel();
	if( nSelectedListNumber == -1 )
	{
		return 0;
	}
	return m_wndListBox.GetItemData( nSelectedListNumber );
}
to

Code:
DWORD CWndComboBox::GetSelectedItemData( void ) const
{
	int nSelectedListNumber = m_wndListBox.GetCurSel();
	if( nSelectedListNumber == -1 )
	{
		return 0;
	}
	return m_wndListBox.GetItemData( nSelectedListNumber );
}
#ifdef __IMPROVE_MAP_SYSTEM
or the other solution is to use __IMPROVE_MAP_SYSTEM.
Execrate is offline  
Thanks
1 User
Old 09/12/2020, 18:01   #4
 
elite*gold: 0
Join Date: Apr 2019
Posts: 81
Received Thanks: 7
Quote:
Originally Posted by Execrate View Post
Code:
#ifdef __IMPROVE_MAP_SYSTEM
	DWORD GetSelectedItemData( void ) const;
to

Code:
	DWORD GetSelectedItemData( void ) const;
#ifdef __IMPROVE_MAP_SYSTEM
&

Code:
#ifdef __IMPROVE_MAP_SYSTEM
DWORD CWndComboBox::GetSelectedItemData( void ) const
{
	int nSelectedListNumber = m_wndListBox.GetCurSel();
	if( nSelectedListNumber == -1 )
	{
		return 0;
	}
	return m_wndListBox.GetItemData( nSelectedListNumber );
}
to

Code:
DWORD CWndComboBox::GetSelectedItemData( void ) const
{
	int nSelectedListNumber = m_wndListBox.GetCurSel();
	if( nSelectedListNumber == -1 )
	{
		return 0;
	}
	return m_wndListBox.GetItemData( nSelectedListNumber );
}
#ifdef __IMPROVE_MAP_SYSTEM
or the other solution is to use __IMPROVE_MAP_SYSTEM.
Thanks for the guide sir it works!!

Up can anyone help me with this?

IFlyffMc is offline  
Reply


Similar Threads Similar Threads
[Private Wiki]Schnelles Wiki für alle
03/26/2015 - Metin2 PServer Advertising - 63 Replies
Heute stelle ich euch mein Projekt "Private Wiki Cloud" vor Für die, die nicht viel lesen wollen direkt einmal ein paar Beispiele: Metin2013 Private Wiki Cloud - Metin2013 Schwarzstahl-Panzer - Metin2013 Sensenmanntruhe - Metin2013 Sensenmann - Metin2013
Wiki: Bearbeitungen in der Wiki geöffnet!
11/27/2011 - Metin2 - 15 Replies
Liebe Spieler! Um euch die Benutzung der Wiki zu vereinfachen, haben wir heute die Bearbeitung für alle User geöffnet. Das heißt, ihr könnt nun die Wiki bearbeiten, ohne euch einen Account anzulegen - einfach nur auf "Bearbeiten" in der jeweiligen Seite klicken! Wir hoffen, dadurch wieder mehr User für die Wiki zu gewinnen und euch die Verwendung zu vereinfachen. :) Dazu sei aber noch gesagt: Wer glaubt, Unsinn treiben zu müssen, indem er Seiten verunstaltet oder falsche Informationen...



All times are GMT +1. The time now is 03:27.


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.