Jump to content

[Client Sysser]Costume Mount


Recommended Posts

Can you help me? In costume items they don't appears item_desc

here the sysser

Spoiler

0122 23:40:51472 :: Traceback (most recent call last):

0122 23:40:51504 ::   File "ui.py", line 1486, in OnOverInItem

0122 23:40:51524 ::   File "ui.py", line 87, in __call__

0122 23:40:51524 ::   File "ui.py", line 78, in __call__

0122 23:40:51524 ::   File "uiInventory.py", line 1045, in OverInItem

0122 23:40:51524 ::   File "uiInventory.py", line 1223, in ShowToolTip

0122 23:40:51524 ::   File "uiToolTip.py", line 553, in SetInventoryItem

0122 23:40:51525 ::   File "uiToolTip.py", line 963, in AddItemData

0122 23:40:51525 :: AttributeError
0122 23:40:51525 :: : 
0122 23:40:51525 :: 'module' object has no attribute 'COSTUME_TYPE_MOUNT'
0122 23:40:51525 :: 

 

Link to comment
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

  • Active Member

Find this in BINARY -> UserInterface/PythonItemModule.cpp

Spoiler

PyModule_AddIntConstant(poModule, "COSTUME_TYPE_HAIR",            CItemData::COSTUME_HAIR);

and add under it this

Spoiler

PyModule_AddIntConstant(poModule, "COSTUME_TYPE_MOUNT",            CItemData::COSTUME_MOUNT);

 

  • Love 2
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.