Sysser Log

12/27/2014 16:49 kriteck2#1
Hello. In my inventory i have a little box where it writes "Cibernetic metin2"

I've edited in Metin2. And after when i connect when it should spawn me in map 1 the client closes and i recive a sysser error

uiInventory.py(line:154) __LoadWindow
ui.py(line:2669) GetChild

InventoryWindow.LoadWindow.BindObject - exceptions.KeyError:Zweihänder_vert_Value

1227 17:41:40055 :: ================================================== ================================================== ========
1227 17:41:40055 :: Abort!!!!

Can someone please help me ?

P.S Sorry for my bad english
12/28/2014 17:29 xcuz#2
#moved
12/28/2014 22:50 Poccix#3
You import an object called "Zweihänder_vert_Value" with GetChild or GetObject.
This object isn't callable so you get this error.
Check your uiscript file you've edited and add this object.
Otherwise you can delete this object in line 154 in your "uiInventory.py" file.