Jump to content

uiToolTip - getLimit is not defined.


Go to solution Solved by BadiuAndrei,

Recommended Posts

Hi, recently i added Dragon Soul on my server and now i'm fighting with this error:

 

0928 22:56:31129 :: Traceback (most recent call last):

0928 22:56:31129 ::   File "ui.py", line 2419, in OnOverInItem

0928 22:56:31130 ::   File "ui.py", line 63, in __call__

0928 22:56:31130 ::   File "ui.py", line 54, in __call__

0928 22:56:31130 ::   File "uiDragonSoul.py", line 331, in OverInItem

0928 22:56:31130 ::   File "uiDragonSoul.py", line 306, in ShowToolTip

0928 22:56:31130 ::   File "uiToolTip.py", line 672, in SetInventoryItem

0928 22:56:31131 ::   File "uiToolTip.py", line 1924, in AddItemData

0928 22:56:31131 ::   File "uiToolTip.py", line 2710, in AppendTimerBasedOnWearLastTime

0928 22:56:31131 :: NameError
0928 22:56:31131 :: : 
0928 22:56:31131 :: global name 'getLimit' is not defined
0928 22:56:31131 :: 


Here are the lines from uiToolTip and uiDragonSoul: https://metin2.download/picture/g9O8vbKxIac2q399ELcqi06D4aDqt3xb/.png
 

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

  • Replies 7
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

9 minutes ago, caanmasu said:

getLimit is not declared in the method, it didn't even arrive as a parameter. Just delete it.

Ok, i delete the getLimit from that method. Now i have issues with this: 

 

0929 03:47:29197 :: Traceback (most recent call last):

0929 03:47:29197 ::   File "ui.py", line 2419, in OnOverInItem

0929 03:47:29197 ::   File "ui.py", line 63, in __call__

0929 03:47:29198 ::   File "ui.py", line 54, in __call__

0929 03:47:29198 ::   File "uiDragonSoul.py", line 331, in OverInItem

0929 03:47:29198 ::   File "uiDragonSoul.py", line 306, in ShowToolTip

0929 03:47:29198 ::   File "uiToolTip.py", line 672, in SetInventoryItem

0929 03:47:29198 ::   File "uiToolTip.py", line 1924, in AddItemData

0929 03:47:29199 :: TypeError
0929 03:47:29199 :: : 
0929 03:47:29199 :: AppendTimerBasedOnWearLastTime() takes exactly 2 arguments (3 given)
0929 03:47:29199 :: 

Here is the line: https://metin2.download/picture/c3h1Q2s6Nd5c2Yg63hPYzrJ6Za5EVevM/.png and also here is the def: https://metin2.download/picture/UrHBQCS5xGGFBcAW6tp4VCC1lJ6tCMZR/.png

Edited by Metin2 Dev International
Core X - External 2 Internal
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.