Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Flyff > Flyff Private Server
You last visited: Today at 14:27

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

Advertisement



ARMAGEDDON __CHIP_PLAYERSHOP ERROR HELP

Discussion on ARMAGEDDON __CHIP_PLAYERSHOP ERROR HELP within the Flyff Private Server forum part of the Flyff category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Dec 2014
Posts: 190
Received Thanks: 87
ARMAGEDDON __CHIP_PLAYERSHOP ERROR HELP

Hi epvpers and also armageddon. i try to add the __CHIP_PLAYERSHOP from armageddon source in the release thread, i all all and i have problem

and this is the error


how can i fix this?

i hope they some here can help me

thanks in advance

sorry for my bad english
Zeljian is offline  
Old 05/14/2015, 11:43   #2
 
MilkyTrain's Avatar
 
elite*gold: 0
Join Date: May 2015
Posts: 55
Received Thanks: 14
Hi,

Send please an image with a better quality, then I can help you.
MilkyTrain is offline  
Old 05/14/2015, 14:43   #3
 
elite*gold: 0
Join Date: Dec 2014
Posts: 190
Received Thanks: 87
Ok i Will send a picture if im home

so im going to use here is my error

neuz
PHP Code:
\flyff\Source\_Interface\WndVendorCtrl.cpp(158) : error C2039'm_nBuyMode' is not a member of 'CItemElem'
        
..\_Common\Item.h(99) : see declaration of 'CItemElem'
Generating Code...
Compiling...
WndVendorBuy.cpp
\flyff\Source\_Interface\WndVendorBuy.cpp(200) : error C2039'm_nBuyMode' is not a member of 'CItemBase'
        
..\_Common\Item.h(31) : see declaration of 'CItemBase'
\flyff\Source\_Interface\WndVendorBuy.cpp(200) : warning C4018'<' signed/unsigned mismatch
\flyff\Source\_Interface\WndVendorBuy.cpp(206) : error C2039'm_nBuyMode' is not a member of 'CItemBase'
        
..\_Common\Item.h(31) : see declaration of 'CItemBase'
\flyff\Source\_Interface\WndVendorBuy.cpp(206) : warning C4018'<' signed/unsigned mismatch
\flyff\Source\_Interface\WndVendorBuy.cpp(212) : error C2039'm_nBuyMode' is not a member of 'CItemBase'
        
..\_Common\Item.h(31) : see declaration of 'CItemBase'
WndVendor.cpp
\flyff\Source\_Interface\WndVendor.cpp(182) : error C2039'm_nBuyMode' is not a member of 'CItemBase'
        
..\_Common\Item.h(31) : see declaration of 'CItemBase'


DPClient.cpp
DPClient
.cpp(14275) : error C2039'm_nBuyMode' is not a member of 'CItemBase'
        
..\_Common\Item.h(31) : see declaration of 'CItemBase'
DPClient.cpp(14342) : error C2039'm_nBuyMode' is not a member of 'CItemBase'
        
..\_Common\Item.h(31) : see declaration of 'CItemBase'
DPClient.cpp(14362) : error C2039'm_nBuyMode' is not a member of 'CItemElem'
        
..\_Common\Item.h(99) : see declaration of 'CItemElem' 

worldserver
PHP Code:
\flyff\Source\_Common\MoverItem.cpp(593) : error C2039'm_nBuyMode' is not a member of 'CItemBase'
        
..\_Common\Item.h(31) : see declaration of 'CItemBase'
\flyff\Source\_Common\MoverItem.cpp(690) : error C2039'm_nBuyMode' is not a member of 'CItemBase'
        
..\_Common\Item.h(31) : see declaration of 'CItemBase'
\flyff\Source\_Common\MoverItem.cpp(699) : error C2039'm_nBuyMode' is not a member of 'CItemBase'
        
..\_Common\Item.h(31) : see declaration of 'CItemBase'
\flyff\Source\_Common\MoverItem.cpp(709) : error C2039'm_nBuyMode' is not a member of 'CItemBase'
        
..\_Common\Item.h(31) : see declaration of 'CItemBase'
\flyff\Source\_Common\MoverItem.cpp(743) : error C2039'm_nBuyMode' is not a member of 'CItemBase'
        
..\_Common\Item.h(31) : see declaration of 'CItemBase'
\flyff\Source\_Common\MoverItem.cpp(746) : error C2039'm_nBuyMode' is not a member of 'CItemBase'
        
..\_Common\Item.h(31) : see declaration of 'CItemBase'
\flyff\Source\_Common\MoverItem.cpp(757) : error C2039'm_nBuyMode' is not a member of 'CItemBase'
        
..\_Common\Item.h(31) : see declaration of 'CItemBase'
\flyff\Source\_Common\MoverItem.cpp(807) : error C2039'm_nBuyMode' is not a member of 'CItemBase'
        
..\_Common\Item.h(31) : see declaration of 'CItemBase'
MoverEquip.cpp
MoverAttack
.cpp
MoverActEvent
.cpp
Mover
.cpp
ModelObject
.cpp
ItemPet
.cpp
Item
.cpp
\flyff\Source\_Common\Item.cpp(53) : error C2065'm_nBuyMode' undeclared identifier



User
.cpp
User
.cpp(947) : error C2039'm_nBuyMode' is not a member of 'CItemElem'
        
..\_Common\Item.h(99) : see declaration of 'CItemElem'
ticket.cpp
ThreadMng
.cpp 
Zeljian is offline  
Old 05/17/2015, 03:59   #4
 
elite*gold: 0
Join Date: Jul 2011
Posts: 74
Received Thanks: 15
you need to declare 'm_nBuyMode'
kun_sama13 is offline  
Old 05/17/2015, 08:39   #5
 
MilkyTrain's Avatar
 
elite*gold: 0
Join Date: May 2015
Posts: 55
Received Thanks: 14
Item.h

Look for
Code:
class CItemBase
and include
Code:
int			m_nBuyMode;
It have to look like this
Code:
class CItemBase
{
public:
	OBJID       m_dwObjId;		// ¾ÆÀÌÅÛ ÄÜÅ×ÀÌ³Ê ¾È¿¡¼*ÀÇ ID (¾ÆÀÌÅÛÀÇ ID·Î »ç¿ë)
	DWORD		m_dwObjIndex;	// ¾ÆÀÌÅÛ ÄÜÅ×ÀÌ³Ê ¾È¿¡¼*ÀÇ Index
	DWORD		m_dwItemId;		// ¾ÆÀÌÅÛ ½Äº° À妽º( Property¿¡¼* »ç¿ë )
	int 		m_nExtra;		// °Å·¡½Ã ¹°Ç°°³¼ö or °³ÀλóÁ¡¿¡ µî·ÏÇÑ °¹¼ö 
	TCHAR       m_szItemText[ 32 ];
	int			m_nCost;
	int			m_nBuyMode;
MilkyTrain is offline  
Old 05/19/2015, 11:38   #6
 
elite*gold: 0
Join Date: Dec 2014
Posts: 190
Received Thanks: 87
already solve, and i add more code for the new chips and token.,

Zeljian is offline  
Reply




All times are GMT +1. The time now is 14:33.


Powered by vBulletin®
Copyright ©2000 - 2025, 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 ©2025 elitepvpers All Rights Reserved.