anyone can share source fix for offtrade soul and cash shop gift?
@RacRac, any updates?
offtrade fix. find in GMMng.cpp :/* char * OffTradeType = {0};
OffTradeType = this->GetTokenString();
if ( OffTradeType == NULL )
{
return FALSE;
}
*/
if(g_OfflineTrade.EnableZen == true)
{
LogAddC(2, "test");
g_OfflineTrade.Start(aIndex, 0);
}
else if(g_OfflineTrade.EnableWCoin == true)
{
g_OfflineTrade.Start(aIndex, 1);
}
else if(g_OfflineTrade.EnableSoul == true)
{
g_OfflineTrade.Start(aIndex, 2);
}
else
{
return FALSE;
}
Need fix chaos mix new wings)
Last edited by LTPTeam; 05-08-14 at 11:39 AM.
if i try buy item for soul, I output message "Need more empty inventory". How to fix this ?
for thought =)
error-L1 : CloseClient INVALID_SOCKET
this problem closed client main.exe.... how to fix this?
you need to change structure of OPEN PShop and add new command for switch
- - - Updated - - -
this->EmptyPointInventory(lpUser, lpUser->Inventory1[ItemPos].m_iPShopValue) find it
and change to it:
this->EmptyPointInventory(lpUser, lpUser->Inventory1[ItemPos].m_iPShopValue) == FALSE
but you need fix Add Jewel of Soul* to target, because if soul>1 target add 1
Last edited by quskevel; 05-08-14 at 10:33 PM.
Anyone can share fix to cash shop gift?