Rafa23Alzira Posted December 30, 2013 Report Share Posted December 30, 2013 Hola chicos, estoy intentando implementar este sistema Debes iniciar sesión para ver el contenido del enlace en esta publicación. y me esta dando error al entrar al servidor, al poner la cuenta se cierra. Me da este error en syserr: 1230 05:03:09401 :: networkModule.py(line:194) SetSelectCharacterPhasesystem.py(line:130) __pack_importsystem.py(line:110) _process_resultintroSelect.py(line:26) ?system.py(line:130) __pack_importsystem.py(line:110) _process_resultuiTarget.py(line:12) ?system.py(line:130) __pack_importnetworkModule.SetSelectCharacterPhase - exceptions.SyntaxError:invalid syntax (line 5)1230 05:03:09402 :: ============================================================================================================1230 05:03:09402 :: Abort!!!! Creo (no se seguro, ya que en python no se nada) que es del archivo uihealth.py, dejo una imagen de como lo tengo puesto: Dejo los archivos que pide editar por si necesitáis ver los otros archivos mejor, muchas gracias de antemano. Link de descarga de los archivos: Debes iniciar sesión para ver el contenido del enlace en esta publicación. Link to comment Share on other sites More sharing options...
topekone Posted December 30, 2013 Report Share Posted December 30, 2013 Deja un intro en la última línea del uiheatlh. A mi me pasaba lo mismo Link to comment Share on other sites More sharing options...
SeMa™ Posted December 30, 2013 Report Share Posted December 30, 2013 a el no le sale de la ultima como te salio atí le sale de la invalid syntax (line 5) Link to comment Share on other sites More sharing options...
Rafa23Alzira Posted December 30, 2013 Author Report Share Posted December 30, 2013 SeMa podrías echarle un vistazo por favor. Link to comment Share on other sites More sharing options...
SeMa™ Posted December 30, 2013 Report Share Posted December 30, 2013 copia aqui todos losarchivos que mas modificado linea 0 - 10 Link to comment Share on other sites More sharing options...
Rafa23Alzira Posted December 30, 2013 Author Report Share Posted December 30, 2013 constinfo.py: # optionIN_GAME_SHOP_ENABLE = 1CONSOLE_ENABLE = 0PVPMODE_ENABLE = 1PVPMODE_TEST_ENABLE = 0PVPMODE_ACCELKEY_ENABLE = 1PVPMODE_ACCELKEY_DELAY = 0.5PVPMODE_PROTECTED_LEVEL = 30ENERGY = 0 uihealth.py: import uiimport constInfodef GetInfoFrom(id): table = { 1 : constInfo.PLAYER_NAME, 2 : constInfo.PLAYER_HP, 3 : constInfo.PLAYER_MAX_HP, 4 : constInfo.PLAYER_SP, 5 : constInfo.PLAYER_MAX_SP} uitarget.py import appimport uiimport playerimport netimport wndMgrimport messengerimport guildimport chrimport nonplayerimport localeimport constInfoimport uiHealth game.py import osimport appimport dbgimport grpimport itemimport backgroundimport chrimport chrmgrimport playerimport snd Gracias Link to comment Share on other sites More sharing options...
Rafa23Alzira Posted December 30, 2013 Author Report Share Posted December 30, 2013 #SOLUCIONADO Link to comment Share on other sites More sharing options...
Recommended Posts