ARMAGEDDON __CHIP_PLAYERSHOP ERROR HELP

05/14/2015 06:03 Zeljian#1
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
[Only registered and activated users can see links. Click Here To Register...]

how can i fix this?

i hope they some here can help me

thanks in advance

sorry for my bad english
05/14/2015 11:43 MilkyTrain#2
Hi,

Send please an image with a better quality, then I can help you.
05/14/2015 14:43 Zeljian#3
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 
05/17/2015 03:59 kun_sama13#4
you need to declare 'm_nBuyMode'
05/17/2015 08:39 MilkyTrain#5
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;
05/19/2015 11:38 Zeljian#6
already solve, and i add more code for the new chips and token.,

[Only registered and activated users can see links. Click Here To Register...]