Jump to content

Problem targe_hp


Go to solution Solved by Syreldar,

Recommended Posts

0906 13:03:06704 :: 
networkModule.py(line:193) SetSelectCharacterPhase
system.py(line:130) __pack_import
system.py(line:110) _process_result
introSelect.py(line:26) <module>
system.py(line:130) __pack_import
system.py(line:110) _process_result
uiTarget.py(line:13) <module>
uiTarget.py(line:58) TargetBoard

networkModule.SetSelectCharacterPhase - <type 'exceptions.AttributeError'>:'module' object has no attribute 'ENABLE_VIEW_TARGET_DECIMAL_HP'

0906 13:03:06705 :: ============================================================================================================
0906 13:03:06705 :: Abort!!!!
 i installed view_target_decimal_hp,source work but i have a problem...,"enable_view_target_decimal_hp don't work

uittoltip https://pastebin.com/73zav6SA

localeinfo https://pastebin.com/7uquWgv7

uitarget https://pastebin.com/uwUyPxtU

game https://pastebin.com/7MBMfuwa

 

Link to comment
Share on other sites

1 oră în urmă, Dalí a spus:

PythonApplicationModule.cpp

 


#ifdef ENABLE_VIEW_TARGET_DECIMAL_HP
    PyModule_AddIntConstant(poModule, "ENABLE_VIEW_TARGET_DECIMAL_HP",    1);
#else
    PyModule_AddIntConstant(poModule, "ENABLE_VIEW_TARGET_DECIMAL_HP",    0);
#endif

 

0906 14:43:27897 :: Traceback (most recent call last):

0906 14:43:27897 ::   File "networkModule.py", line 230, in SetGamePhase

0906 14:43:27898 ::   File "system.py", line 130, in __pack_import

0906 14:43:27898 ::   File "
0906 14:43:27898 :: game.py
0906 14:43:27898 :: ", line 
0906 14:43:27899 :: 832
0906 14:43:27899 :: 

0906 14:43:27899 ::     
0906 14:43:27899 :: def CloseTargetBoardIfDifferent(self, vid):

0906 14:43:27899 ::     
0906 14:43:27899 :: ^

0906 14:43:27899 :: IndentationError
0906 14:43:27899 :: : 
0906 14:43:27899 :: unexpected indent
0906 14:43:27899 :: 

Link to comment
Share on other sites

  • Premium
  • Solution

Fix your indentation in def CloseTargetBoardIfDifferent.

You should learn some basics before copypasting things from the internet.

  • Love 2

 

"Nothing's free in this life.

Ignorant people have an obligation to make up for their ignorance by paying those who help them.

Either you got the brains or cash, if you lack both you're useless."

Syreldar

Link to comment
Share on other sites

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