Jump to content

[ Dead Download Link ] [C++] Release Shoulder System Not Official [ We Need You ]


Recommended Posts

How to solve this?

 

0901 15:47:07787 :: Traceback (most recent call last):

0901 15:47:07788 ::   File "uiPhaseCurtain.py", line 61, in OnUpdate

0901 15:47:07788 ::   File "networkModule.py", line 150, in __ChangePhaseWindow

0901 15:47:07788 ::   File "D:\m2\m2testclient\lib\introSelect.py", line 167, in Open

0901 15:47:07788 ::     
0901 15:47:07788 :: snd.SetMusicVolume(systemSetting.GetMusicVolume())

0901 15:47:07788 ::   File "D:\m2\m2testclient\lib\introSelect.py", line 240, in Refresh

0901 15:47:07788 ::     
0901 15:47:07788 :: id=net.GetAccountCharacterSlotDataInteger(index, net.ACCOUNT_CHARACTER_SLOT_ID)

0901 15:47:07788 ::   File "D:\m2\m2testclient\lib\introSelect.py", line 360, in MakeCharacter

0901 15:47:07788 ::     
0901 15:47:07788 :: chr.SetVirtualID(index)

0901 15:47:07788 :: AttributeError
0901 15:47:07788 :: : 
0901 15:47:07788 :: 'module' object has no attribute 'SetWing'
0901 15:47:07788 :: 

 

Solved.

Link to comment
Share on other sites

Open PythonItemModule.cpp

 

replace the Costume Part slot

 

by that:

 

#ifdef ENABLE_COSTUME_SYSTEM
PyModule_AddIntConstant(poModule, "ITEM_TYPE_COSTUME", CItemData::ITEM_TYPE_COSTUME);


// Item Sub Type
PyModule_AddIntConstant(poModule, "COSTUME_TYPE_BODY", CItemData::COSTUME_BODY);
PyModule_AddIntConstant(poModule, "COSTUME_TYPE_HAIR", CItemData::COSTUME_HAIR);
PyModule_AddIntConstant(poModule, "COSTUME_TYPE_MOUNT", CItemData::USE_SPECIAL);


// Àκ¥Å丮 ¹× Àåºñâ¿¡¼­ÀÇ ½½·Ô ¹øÈ£
PyModule_AddIntConstant(poModule, "COSTUME_SLOT_START", c_Costume_Slot_Start);
PyModule_AddIntConstant(poModule, "COSTUME_SLOT_COUNT", c_Costume_Slot_Count);
PyModule_AddIntConstant(poModule, "COSTUME_SLOT_BODY", c_Costume_Slot_Body);
PyModule_AddIntConstant(poModule, "COSTUME_SLOT_HAIR", c_Costume_Slot_Hair);
PyModule_AddIntConstant(poModule, "COSTUME_MOUNT_SLOT_START", c_Costume_Mount_Slot_Start);
PyModule_AddIntConstant(poModule, "COSTUME_MOUNT_SLOT_COUNT", c_Costume_Mount_Slot_Count);
PyModule_AddIntConstant(poModule, "COSTUME_SLOT_MOUNT", c_Costume_Mount_Slot_Shoulder);
PyModule_AddIntConstant(poModule, "COSTUME_MOUNT_SLOT_END", c_Costume_Mount_Slot_End);
PyModule_AddIntConstant(poModule, "COSTUME_SLOT_END", c_Costume_Slot_End);
#endif

Open GameType.h

 

add after the #ifdef ENABLE_COSTUME_SYSTEM #endinf that:

 

 

#ifdef ENABLE_MOUNT_COSTUME_SYSTEM
const DWORD c_Costume_Mount_Slot_Start = c_Equipment_Start + 24; // [ÁÖÀÇ] ¼ýÀÚ(19) ÇϵåÄÚµù ÁÖÀÇ. ÇöÀç ¼­¹ö¿¡¼­ ÄÚ½ºÃõ ½½·ÔÀº 19ºÎÅÍÀÓ. ¼­¹ö common/length.h ÆÄÀÏÀÇ EWearPositions ¿­°ÅÇü Âü°í.
const DWORD c_Costume_Mount_Slot_Shoulder = c_Costume_Slot_Start + 0;
const DWORD c_Costume_Mount_Slot_Count = 1;
const DWORD c_Costume_Mount_Slot_End = c_Costume_Mount_Slot_Start + c_Costume_Mount_Slot_Count;
#endif

Locale_inc.h


Add :



#define ENABLE_MOUNT_COSTUME_SYSTEM

Link to comment
Share on other sites

  • 2 months later...

Hello I read koment and post, how.. i fix this error?

1128 19:30:17902 :: Traceback (most recent call last):

1128 19:30:17902 ::   File "uiPhaseCurtain.py", line 61, in OnUpdate

1128 19:30:17903 ::   File "networkModule.py", line 150, in __ChangePhaseWindow

1128 19:30:17903 ::   File "introSelect.py", line 169, in Open

1128 19:30:17903 ::   File "introSelect.py", line 241, in Refresh

1128 19:30:17903 ::   File "introSelect.py", line 367, in MakeCharacter

1128 19:30:17903 :: AttributeError
1128 19:30:17903 :: : 
1128 19:30:17903 :: 'module' object has no attribute 'SetWing'
1128 19:30:17903 :: 

 

Thanks for help.

Link to comment
Share on other sites

  • 2 weeks later...
  • 2 weeks later...
  • 3 months later...
  • 4 years later...

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.