Jump to content

Recommended Posts

Sorry for bad english..

I Have a problem with warp and bonuspage..

when warp with ring teleport with inventory open the client crash on loading and report this on syseer:

uiInventory.py(line:563) RefreshBonus
ui.py(line:2704) GetChild

InventoryWindow.RefreshBonus.BindObject - (type 'exceptions.KeyError'):'Sword_def_Value'

0620 01:50:34203 :: ============================================================================================================
0620 01:50:34203 :: Abort!!!!


0620 01:50:34203 :: filename=exception.py, name=Abort
0620 01:50:34203 :: filename=uiInventory.py, name=RefreshBonus
0620 01:50:34203 :: filename=uiInventory.py, name=__LoadRefreshBonus
0620 01:50:34203 :: filename=uiInventory.py, name=OnUpdate
0620 01:50:34203 :: filename=prototype.py, name=RunApp
0620 01:50:34203 :: filename=prototype.py, name=(module)
0620 01:50:34203 :: filename=system.py, name=execfile
0620 01:50:34203 :: filename=system.py, name=RunMainScript
0620 01:50:34203 :: filename=system.py, name=(module)
0620 01:50:34203 :: filename=(string), name=(module)

Instead if i put teleport-ring on taskbar(near potion) and i warp with inventory close there are no problem.

So i think the client crash when try to reload bonus after warp..

This is the bonus page that i use:

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

Someone know how i can "fix" or something else, like a function for "inventory close" or dont know..

Thx

Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
https://metin2.dev/topic/1716-problem-warp/
Share on other sites

  • 3 weeks later...

Open your uiinventory.py and search for this : def RefreshBonus(self):

Go to this part:

 

except:
import exception
exception.Abort("InventoryWindow.RefreshBonus.BindObject")
 
and do like this:
 
except:
import exception
#exception.Abort("InventoryWindow.RefreshBonus.BindObject")
 
 
  • Love 3
Link to comment
https://metin2.dev/topic/1716-problem-warp/#findComment-14300
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.