Naelson Posted January 22, 2016 Posted January 22, 2016 Where will are interfering .H .CPP http://i.imgur.com/gPMItml.jpg
0 SweeTs Posted January 22, 2016 Posted January 22, 2016 (edited) Wrong system, looks like. Also, you sure you are in proper section? Edited January 22, 2016 by SweeTs
0 lin2admin Posted January 22, 2016 Posted January 22, 2016 check your protocol of your client and server files. And to compare, to check whether they are consistent 。
0 Szakalaka Posted January 22, 2016 Posted January 22, 2016 Waow, a c++ lineage server, how can i put my hands on that?
0 xeL Posted January 22, 2016 Posted January 22, 2016 On 1/22/2016 at 5:45 PM, Szakalaka said: Waow, a c++ lineage server, how can i put my hands on that?Welcome to l2off :)
0 Naelson Posted January 22, 2016 Author Posted January 22, 2016 (edited) On 1/22/2016 at 5:37 PM, lin2admin said: 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 January 23, 2016 by Jamba
0 Szakalaka Posted January 23, 2016 Posted January 23, 2016 (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 January 23, 2016 by Szakalaka
0 *real*savormix Posted January 23, 2016 Posted January 23, 2016 Another pathetic extender, while the owner throws around claims about "complete l2server source".
0 Naelson Posted January 23, 2016 Author Posted January 23, 2016 (edited) On 1/23/2016 at 6:59 AM, _dev_ said: 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 January 23, 2016 by Jamba
0 Naelson Posted January 24, 2016 Author Posted January 24, 2016 (edited) Resolved CPacketRecv.h Thank you locked topico go Edited January 24, 2016 by Jamba
0 Diana Melison Posted January 24, 2016 Posted January 24, 2016 On 1/24/2016 at 12:29 AM, Jamba said: Resolved CPacketRecv.h Thank you locked topico go Locked.
Question
Naelson
Where will are interfering .H .CPP
http://i.imgur.com/gPMItml.jpg
10 answers to this question
Recommended Posts