ilovegreendays 32 Posted November 24, 2020 Share Posted November 24, 2020 (edited) I just implemented decimal target hp and when I click on a mob and then on a character the icon of (?) of the mob target system appears. The only thing that appears on sysser: SYSERR: Nov 24 16:10:53 :: OnClick: Lycan.OnClickFailure(Suager) - target is PC SYSERR: Nov 24 16:10:58 :: OnClick: Suager.OnClickFailure(Lycan) - target is PC SYSERR: Nov 24 16:11:47 :: OnClick: Suager.OnClickFailure(Lycan) - target is PC IMAGE: Spoiler Edited September 4, 2022 by Metin2 Dev Core X - External 2 Internal 1 Link to comment Share on other sites More sharing options...
NXS 0 Posted May 20 Share Posted May 20 (edited) SOLVING In the file: root/uitarget.py search for: def SetEnemyVID(self, vid): self.SetTargetVID(vid) Here you will find: if app.ENABLE_SEND_TARGET_INFO: (textWidth, textHeight) = self.name.GetTextSize() Replace with this: if app.ENABLE_SEND_TARGET_INFO: if vnum >= 101: (textWidth, textHeight) = self.name.GetTextSize() Edited May 20 by NXS Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now