Jump to content

Recommended Posts

This difference file has been created by IDA Pro

game
00027E49: E8 90
00027E4A: 22 90
00027E4B: 60 90
00027E4C: 01 90
00027E4D: 00 90
00027E4E: 84 90
00027E4F: C0 90
00027E7D: E8 90
00027E7E: AE 90
00027E7F: 6D 90
00027E80: 01 90
00027E81: 00 90
Link to comment
https://metin2.dev/topic/2777-vanilla-40k-invisible/#findComment-18650
Share on other sites

Can't login after applying this diff : 

 

 

Process: FDWATCH: peer null in event: ident 21

Process: FDWATCH: peer null in event: ident 22

Process: FDWATCH: peer null in event: ident 21

Process: FDWATCH: peer null in event: ident 21

Process: FDWATCH: peer null in event: ident 22

I don't think this work on vanilla core..! and as vanilla said , the problem is fixed from gamefile side, the problems persists in the client binary!

Thanks anyway

Link to comment
https://metin2.dev/topic/2777-vanilla-40k-invisible/#findComment-18660
Share on other sites

No, the problem is in the game file, i think vanilla only edit the char.cpp, but need to edit on char_skill.cpp and guild.cpp

 

if (IsAffectFlag(AFF_REVIVE_INVISIBLE))
RemoveAffect(AFFECT_REVIVE_INVISIBLE);
 
to
 
if (IsAffectFlag(AFFECT_REVIVE_INVISIBLE))
RemoveAffect(AFFECT_REVIVE_INVISIBLE);

 

  • Love 1
Link to comment
https://metin2.dev/topic/2777-vanilla-40k-invisible/#findComment-18665
Share on other sites

 

No, the problem is in the game file, i think vanilla only edit the char.cpp, but need to edit on char_skill.cpp and guild.cpp

 

if (IsAffectFlag(AFF_REVIVE_INVISIBLE))
RemoveAffect(AFFECT_REVIVE_INVISIBLE);
 
to
 
if (IsAffectFlag(AFFECT_REVIVE_INVISIBLE))
RemoveAffect(AFFECT_REVIVE_INVISIBLE);

 

Thanks , So what do you suggest ? since i think we can't apply a diff for vanilla ? 

Link to comment
https://metin2.dev/topic/2777-vanilla-40k-invisible/#findComment-18678
Share on other sites

Don't use any images from : imgur, turkmmop, freakgamers, inforge, hizliresim... Or your content will be deleted without notice...
Use : https://metin2.download/media/add/

Please use https://metin2.download/ when uploading files smaller than 100MB, otherwise the approval will take longer due to manual upload.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / 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.