Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Just Little Share for Problem ITEM PRICE WHEN SELL TO NPC

Experienced Elementalist
Joined
Feb 21, 2016
Messages
272
Reaction score
43
Find This On InventoryWindow.cpp

CInnerInterface::GetInstance().SHOW_ITEM_INFO ( sInvenItem.sItemCustom, FALSE, FALSE, FALSE, sInvenItem.wPosX, sInvenItem.wPosY );


Paste With This :
CInnerInterface::GetInstance().SHOW_ITEM_INFO ( sInvenItem.sItemCustom, bMarketOpen, FALSE, FALSE, sInvenItem.wPosX, sInvenItem.wPosY );


Find This :
CInnerInterface::GetInstance().SHOW_BOXINFO( sInvenItem.sItemCustom, bMarketOpen, FALSE, FALSE, sInvenItem.wPosX, sInvenItem.wPosY );

Paste With This :
// CInnerInterface::GetInstance().SHOW_BOXINFO( sInvenItem.sItemCustom, bMarketOpen, FALSE, FALSE, sInvenItem.wPosX, sInvenItem.wPosY );
 
Last edited:
Newbie Spellweaver
Joined
May 5, 2020
Messages
5
Reaction score
0
Can you help me with this ?

Shutelo - Just Little Share for Problem ITEM PRICE WHEN SELL TO NPC - RaGEZONE Forums
 
Back
Top