Jump to content

Several error


Recommended Posts

Hello everyone,

Here are the two mistakes I currently have that really spawned me a lot.
0222 21: 54: 22919 :: CPythonPlayer :: SetItemData (window_type: 5, dwSlotIndex = 1121, itemIndex = 165400) - Failed to item data 
Alchemy System

and then :

LoadScriptFile !!!!!!!!!!!!!! - <type 'exceptions.AttributeError'>: 'module' object has no attribute 'EQUIPMENT_PENDANT' 
Slot for talismant

thank you

Link to comment
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

  • Premium

First error:

the client cant get the Itempointer for the item: 165400

check item_proto

 

Second error is that there is EQUIPMENT_PENDANT  is not defined in the item class

something like:  PyModule_AddIntConstant(poModule, "EQUIPMENT_PENDANT",            c_Equipment_Pendant);

but you need to look that this is right for your source

..,-

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.