Queinn 1
Queinn
NovaLst 1
NovaLst
InfernoShade 1
InfernoShade
MysticBlade 1
MysticBlade
SolarPhantom 1
SolarPhantom
Riftas 1
Riftas
LunarWraith 1
LunarWraith
DarkHorizon 1
DarkHorizon
SLyFeLLowTR 1
SLyFeLLowTR
Scarlet 1
Scarlet
dogusarikaya 1
dogusarikaya
delimuratt 1
delimuratt
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