Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Release] IGCN Season 10 Pre-Alpha (src-x10_pre-alpha) SRC (April/2016)

Newbie Spellweaver
Joined
Apr 5, 2016
Messages
8
Reaction score
8
I can't build :(
Share full source with lib, please...
 
Newbie Spellweaver
Joined
Jun 20, 2016
Messages
51
Reaction score
41
you should look for all offset ops and repair the things that broke to avoid using another dll
 
Newbie Spellweaver
Joined
Jan 17, 2012
Messages
40
Reaction score
0
I'm trying to work. to handle the problems that are having for src sxe3 dll. I'm having trouble logging in. server error message.

error-L2 (ProtocolCore) : Account: Name: : Invalid packet received OP: 7F (protocol.cpp,1466) Connection State: 1
error-L2 (ProtocolCore) : Account: Name: : Invalid packet received OP: FF (protocol.cpp,1466) Connection State: 1
error-L2 (ProtocolCore) : Account: Name: : Invalid packet received OP: 1A (protocol.cpp,1466) Connection State: 1
error-L2 (ProtocolCore) : Account: Name: : Invalid packet received OP: 1F (protocol.cpp,1466) Connection State: 1
error-L2 (ProtocolCore) : Account: Name: : Invalid packet received OP: 3B (protocol.cpp,1466) Connection State: 1
error-L2 (ProtocolCore) : Account: Name: : Invalid packet received OP: 1D (protocol.cpp,1466) Connection State: 1
error-L2 (ProtocolCore) : Account: Name: : Invalid packet received OP: 8B (protocol.cpp,1466) Connection State: 1
error-L2 (ProtocolCore) : Account: Name: : Invalid packet received OP: 9 (protocol.cpp,1466) Connection State: 1
error-L2 (ProtocolCore) : Account: Name: : Invalid packet received OP: DC (protocol.cpp,1466) Connection State: 1
error-L3 [protocol.cpp][10780]


Help me fix it. thank you.
 
Junior Spellweaver
Joined
Dec 17, 2011
Messages
106
Reaction score
5
Follow source, giving Release build, with all Libs.
Hope everyone can cooperate, and free files for us.
Segue source, dando build em Release, com todas as Libs.
Espero que todos possam cooperar, e liberar files para nos.


link is closed, please update Thanks ♪ (· ω ·) ノ
 
Junior Spellweaver
Joined
Feb 4, 2017
Messages
119
Reaction score
14
I'm trying to work. to handle the problems that are having for src sxe3 dll. I'm having trouble logging in. server error message.

error-L2 (ProtocolCore) : Account: Name: : Invalid packet received OP: 7F (protocol.cpp,1466) Connection State: 1
error-L2 (ProtocolCore) : Account: Name: : Invalid packet received OP: FF (protocol.cpp,1466) Connection State: 1
error-L2 (ProtocolCore) : Account: Name: : Invalid packet received OP: 1A (protocol.cpp,1466) Connection State: 1
error-L2 (ProtocolCore) : Account: Name: : Invalid packet received OP: 1F (protocol.cpp,1466) Connection State: 1
error-L2 (ProtocolCore) : Account: Name: : Invalid packet received OP: 3B (protocol.cpp,1466) Connection State: 1
error-L2 (ProtocolCore) : Account: Name: : Invalid packet received OP: 1D (protocol.cpp,1466) Connection State: 1
error-L2 (ProtocolCore) : Account: Name: : Invalid packet received OP: 8B (protocol.cpp,1466) Connection State: 1
error-L2 (ProtocolCore) : Account: Name: : Invalid packet received OP: 9 (protocol.cpp,1466) Connection State: 1
error-L2 (ProtocolCore) : Account: Name: : Invalid packet received OP: DC (protocol.cpp,1466) Connection State: 1
error-L3 [protocol.cpp][10780]


Help me fix it. thank you.

can you share your igc.dll source code?
 
Junior Spellweaver
Joined
Feb 4, 2017
Messages
119
Reaction score
14
drakelv - [Release] IGCN Season 10 Pre-Alpha (src-x10_pre-alpha) SRC (April/2016) - RaGEZONE Forums
drakelv - [Release] IGCN Season 10 Pre-Alpha (src-x10_pre-alpha) SRC (April/2016) - RaGEZONE Forums
update fix igc.dll connec 100%

remember to thank before downloading
 
Last edited:
Junior Spellweaver
Joined
Feb 4, 2017
Messages
119
Reaction score
14
up for thissssssssss
/// gs fixxxxxxxxxxxx
PMSG_SETAGILITYBUG pAgilityBug; pAgilityBug.h.c = 0xC1; pAgilityBug.h.headcode = 0xFA; pAgilityBug.h.size = sizeof(pAgilityBug); pAgilityBug.subcode = 0xA2; if (lpObj->Class == CLASS_RAGEFIGHTER || lpObj->Class == CLASS_ELF || lpObj->Class == CLASS_KNIGHT) //fix Death Stab
 
Skilled Illusionist
Joined
Jun 9, 2016
Messages
335
Reaction score
22
/// gs fixxxxxxxxxxxx
PMSG_SETAGILITYBUG pAgilityBug; pAgilityBug.h.c = 0xC1; pAgilityBug.h.headcode = 0xFA; pAgilityBug.h.size = sizeof(pAgilityBug); pAgilityBug.subcode = 0xA2; if (lpObj->Class == CLASS_RAGEFIGHTER || lpObj->Class == CLASS_ELF || lpObj->Class == CLASS_KNIGHT) //fix Death Stab

ok i will test if its working thank you mate
 
Back
Top