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)

Skilled Illusionist
Joined
Jun 9, 2016
Messages
323
Reaction score
20
/// 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

How to insert this code mate ?
 
Junior Spellweaver
Joined
Dec 21, 2011
Messages
177
Reaction score
71
How to insert this code mate ?

DSProtocol.ccp

find :
PMSG_SETAGILITYBUG pAgilityBug;
..
..
if (lpObj->Class == CLASS_RAGEFIGHTER || lpObj->Class == CLASS_ELF)

change to
if (lpObj->Class == CLASS_RAGEFIGHTER || lpObj->Class == CLASS_ELF || lpObj->Class == CLASS_KNIGHT)
 
Skilled Illusionist
Joined
Jun 9, 2016
Messages
323
Reaction score
20
DSProtocol.ccp

find :
PMSG_SETAGILITYBUG pAgilityBug;
..
..
if (lpObj->Class == CLASS_RAGEFIGHTER || lpObj->Class == CLASS_ELF)

change to
if (lpObj->Class == CLASS_RAGEFIGHTER || lpObj->Class == CLASS_ELF || lpObj->Class == CLASS_KNIGHT)

Mate do you have guide on how to insert that code thanks in advance please help
 
Skilled Illusionist
Joined
Jun 9, 2016
Messages
323
Reaction score
20
DSProtocol.ccp

find :
PMSG_SETAGILITYBUG pAgilityBug;
..
..
if (lpObj->Class == CLASS_RAGEFIGHTER || lpObj->Class == CLASS_ELF)

change to
if (lpObj->Class == CLASS_RAGEFIGHTER || lpObj->Class == CLASS_ELF || lpObj->Class == CLASS_KNIGHT)

after i change to >>> if (lpObj->Class == CLASS_RAGEFIGHTER || lpObj->Class == CLASS_ELF || lpObj->Class == CLASS_KNIGHT)[/QUOTE]
the wind effect is visible now ?
 
Initiate Mage
Joined
Aug 6, 2015
Messages
59
Reaction score
3
Guys there is something I do not understand, having the pbd of season 12, how poop they deny so much since the code is the same IGC uses the powers of webzen for their files

 
Initiate Mage
Joined
Apr 4, 2015
Messages
45
Reaction score
59
Sorry for the absence, but how are things and progress with this release?
 
Back
Top