Jump to content

Remove affect on login


Recommended Posts

  • 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
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
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • 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.