Jump to content
  • 0

Compiled Source + Disconect Login.


Question

10 answers to this question

Recommended Posts

  • 0
Posted (edited)

check your protocol of your client and server files.

 

And to compare, to check whether they are consistent 。

Hellbound migrated for Extender  C4
Protocol seems to this ok
GlobalVars *pGVars = NULL;
extern "C" int nRevision = -1;
extern "C" int nRev = -1;
 
void GlobalVars::Initialize()
{
pGVars = new GlobalVars();
InitVars();
}
 
void GlobalVars::InitVars()
{
// Initializing General Variables
pGVars->pGeneral = new GeneralVars();
pGVars->pSubSystems = new SubSystems();
 
nRevision = atoi((pGVars->pGeneral->ProtocolVersion = CIniFile::GetValue("PROTOCOL VERSION","GENERAL","DL2X64.ini")).c_str());
nRev = ((nRevision > 656) ? 0 : 1);
 
 
void HEXHooks::Initialize()
{
//MenuExt::Install();
// L2Server Acceptable Game Protocol
NULLMemory(0x9BA9B3, 3);
WriteMemoryBYTES(0x9BA9B3, (VOID *)GlobalVars::GVs()->pGeneral->ProtocolVersion.c_str(), GlobalVars::GVs()->pGeneral->ProtocolVersion.size());
 
No error or a log of error
Affs i not time have study Brazilian government leech  ,study or work only has two option
Edited by Jamba
  • 0
Posted (edited)

C++ and you use atoi? :(

 

But on the topic, all those things with hardcoded addresses, it is official compiled file and you just make patches to it right?

Edited by Szakalaka
  • 0
Posted (edited)

Another pathetic extender, while the owner throws around claims about "complete l2server source".

is to extend apologize for the misunderstanding

I'm used to talking l2java source :-[ L2OFF and totally different.

You can tidy up the title?

Edited by Jamba
Guest
This topic is now closed to further replies.


×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..