• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

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