Jump to content

Recommended Posts

  • Premium

Hello !

Anybody can help me to remove affect of 71001.png and 71094.pngif they are active on login ?

Thank you very much !

Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
https://metin2.dev/topic/14698-remove-affect-on-login/
Share on other sites

  • Replies 5
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

  • Premium
32 minutes ago, Cyber36 said:

Only remove the affect in the entergame function in the source -> input_main.cpp :)

 

MfG

Cyber

    if (FindAffect(AFFECT_SKILL_NO_BOOK_DELAY))
    {
        RemoveAffect(AFFECT_SKILL_NO_BOOK_DELAY);
    }
    
    if (FindAffect(AFFECT_SKILL_BOOK_BONUS))
    {
        RemoveAffect(AFFECT_SKILL_BOOK_BONUS);
    }

 

In which function i have to add these?

Link to comment
https://metin2.dev/topic/14698-remove-affect-on-login/#findComment-83091
Share on other sites

  • Bot
27 minutes ago, FlorinMarian said:

    if (FindAffect(AFFECT_SKILL_NO_BOOK_DELAY))
    {
        RemoveAffect(AFFECT_SKILL_NO_BOOK_DELAY);
    }
    
    if (FindAffect(AFFECT_SKILL_BOOK_BONUS))
    {
        RemoveAffect(AFFECT_SKILL_BOOK_BONUS);
    }

 

In which function i have to add these?

Read again.

english_banner.gif

Link to comment
https://metin2.dev/topic/14698-remove-affect-on-login/#findComment-83093
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.