noisiv 1
noisiv
Manwe Work 1
Manwe Work
Can Öcalan 1
Can Öcalan
mavzermete 1
mavzermete
farkmt2official 1
farkmt2official
Sevdamsın 1
Sevdamsın
Hikaye Ekle
Kaynak ikonu

Altın Konu İn Game Wiki - Aeldra 1

indirmek için izniniz yok
5.00 yıldız(lar) 1 Değerlendirme Değerlendirenler
have any one the Function new_open ?

I have the problem when I scroll too fast I get a kick

try change new_open with pack_open

and the kick problem go to client source PythonNetworkStreamPhaseGame.cpp
search for this function

bool CPythonNetworkStream::SendWikiRequestInfo(_wuint64 retID, _wuint32 vnum, bool isMob)
{
InGameWiki::TCGWikiPacket pack;
pack.vnum = one;
pack.is_mob = isMob;
pack.ret_id = retID;

if (!Send(sizeof(InGameWiki::TCGWikiPacket), &pack))
return false;

return true;
}

replace all the function with this

bool CPythonNetworkStream::SendWikiRequestInfo(_wuint64 retID, _wuint32 vnum, bool isMob)
{
InGameWiki::TCGWikiPacket pack;
pack.vnum = one;
pack.is_mob = isMob;
pack.ret_id = retID;

if (!Send(sizeof(InGameWiki::TCGWikiPacket), &pack))
return false;

return SendSequence();
}
 
Son düzenleme:

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

Geri
Üst