Jump to content

Affect doesn't appear on top


Recommended Posts

  • Active Member

Hello everyone,

I noticed that my client isnt showing all the affects in the top left corner. The potions, skill affect, dragon soul appear, but marble polimorph and account bonus no, but gives the bonus in game.

https://metin2.download/picture/Vu70W06a1bXmUl5R7S0k7og8V6kZp2Tl/.gif

 

Do someone know why this may be happening?

Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

  • Active Member
12 hours ago, Sunset said:

Hello everyone,

I noticed that my client isnt showing all the affects in the top left corner. The potions, skill affect, dragon soul appear, but marble polimorph and account bonus no, but gives the bonus in game.

https://metin2.download/picture/Vu70W06a1bXmUl5R7S0k7og8V6kZp2Tl/.gif

 

Do someone know why this may be happening?

Fixed! You can close it.

I had: 
 

  if affect != chr.NEW_AFFECT_AUTO_SP_RECOVERY and affect != chr.NEW_AFFECT_AUTO_HP_RECOVERY:
            print description
            try:
               description = description % (float(value))
            except TypeError:
                description = description
            except ValueError:
                description = description

and I replaced with: 

        if affect != chr.NEW_AFFECT_AUTO_SP_RECOVERY and affect != chr.NEW_AFFECT_AUTO_HP_RECOVERY:
            description = description(float(value))

     

Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.

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.