Kaynak ikonu

TRINITY 11.25 FULL 1

indirmek için izniniz yok

HERAKLES Otomatik Avlı kalıcı sunucu. 19 Haziran'da açılıyor. Atius & Wizard güvencesiyle hemen kayıt ol, ön kayıt ödülleri aktif. HEMEN TIKLA!

I FINALLY FIXED THE TRADE BUG, , THE QUALITY OF THE VIDEO IS POOR BECAUSE I MADE HIM WITH RUSH.
 
HOW TO FIX THE TRADE BUG:

on game source, change on exchange.cpp from the line 1804 until the end with this code, compile and be happy. AND DONT BUY ANITHING FROM TRINITY SCAM, he's a fking scam. My discord is Rodrigo_RDT#8944 if you have some doubt.

#ifdef __ENABLE_EXCHANGE_WINDOW_SYSTEM__
void CExchange::SendInfo(bool isError, const char * format, ...)
{
if (!GetOwner())
return;

LPDESC d = GetOwner()->GetDesc();
if (!d)
return;

char rawbuf[1024 + 1];
va_list args;

TPacketGCExchageInfo pack;

pack.bHeader = HEADER_GC_EXCHANGE_INFO;
pack.wSize = sizeof(TPacketGCExchageInfo);
pack.bError = isError;
pack.iUnixTime = std::time(NULL);

}

int CExchange::CountExchangingItems()
{
int count = 0;
for (int i = 0; i < EXCHANGE_ITEM_MAX_NUM; ++i)
{
if (!m_apItems)
continue;

++count;
}

return count;
}

int CExchange::GetPositionByItem(LPITEM item) const
{
for (int i = 0; i < EXCHANGE_ITEM_MAX_NUM; ++i)
{
if (!m_apItems)
continue;

if (m_apItems == item)
return i;
}

return -1;
}
#endif
 
any help ???

client source



 

please upload clinet source that u use without problem ....
 
Paylaşım için teşekkürler.
 

Şu an konuyu görüntüleyenler (Toplam : 0, Üye: 0, Misafir: 0)