Jump to content

Recommended Posts

There's from binary. I have the same problem, but I don't see where's the problem.. I've created a new binary with Lycan and doesn't show me that effect on skill's taskbar.. I've put the maxmi 4.1 launcher and it works, but I don't want to use it.

"Don't be a scammer. Don't be a hacker. Don't be a motherfucker. Karma is a bitch"

Link to comment
https://metin2.dev/topic/6439-lycan-skill-for-client/#findComment-40971
Share on other sites

In PythonPlayer.cpp you will need to search:

 

CPythonPlayer::CPythonPlayer(void)

 

and you will need to change

 

m_kMap_dwAffectIndexToSkillIndex.insert(make_pair(int(CInstanceBase::AFFECT_RED_POSSESION), 175));
m_kMap_dwAffectIndexToSkillIndex.insert(make_pair(int(CInstanceBase::AFFECT_BLUE_POSSESION), 176));
 
to
 
m_kMap_dwAffectIndexToSkillIndex.insert(make_pair(int(CInstanceBase::AFFECT_JEOKRANG), 174));
m_kMap_dwAffectIndexToSkillIndex.insert(make_pair(int(CInstanceBase::AFFECT_CHEONGRANG), 175));

"Don't be a scammer. Don't be a hacker. Don't be a motherfucker. Karma is a bitch"

Link to comment
https://metin2.dev/topic/6439-lycan-skill-for-client/#findComment-41063
Share on other sites

 

In PythonPlayer.cpp you will need to search:

 

CPythonPlayer::CPythonPlayer(void)

 

and you will need to change

 

m_kMap_dwAffectIndexToSkillIndex.insert(make_pair(int(CInstanceBase::AFFECT_RED_POSSESION), 175));
m_kMap_dwAffectIndexToSkillIndex.insert(make_pair(int(CInstanceBase::AFFECT_BLUE_POSSESION), 176));
 
to
 
m_kMap_dwAffectIndexToSkillIndex.insert(make_pair(int(CInstanceBase::AFFECT_JEOKRANG), 174));
m_kMap_dwAffectIndexToSkillIndex.insert(make_pair(int(CInstanceBase::AFFECT_CHEONGRANG), 175));

 

 

Location?

Link to comment
https://metin2.dev/topic/6439-lycan-skill-for-client/#findComment-41125
Share on other sites

  • 7 months later...
  • 2 months later...

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.