Jump to content

WhiteWorld

Miembro
  • Contador contenido

    10
  • Ingreso

  • Última visita

Todo lo publicado por WhiteWorld

  1. pero funciona en el cliente escribió syserr [/url] A képet a Képfeltöltés.hu tárolja. http://www.kepfeltoltes.hu">http:// A képet a Képfeltöltés.hu tárolja. http://www.kepfeltoltes.hu
  2. game.py # HABILIDADES "HABILIDADES" : self.__Habilidades, "input0" : self.__Input0, "input1" : self.__Input1, # END_OF_HABILIDADES ### HABILIDADES ### def __Habilidades(self, cmd): shang = cmd.split("|") if shang[0] == "RAZA": self.habis.Open(int(shang[1])) elif shang[0] == "GRUPO": net.SendQuestInputStringPacket(str(constInfo.Habilidades["HABSTR"])) constInfo.Habilidades["HABSTR"] = "" elif shang[0] == "QID": constInfo.Habilidades["qid"] = int(shang[1]) def __Input0(self): constInfo.INPUT_IGNORE = 0 def __Input1(self): constInfo.INPUT_IGNORE = 1 ### END_HABILIDADES ### Sin embargo, no es en caja negro Yet there it is in black windows búsqueda original, original quest server syserr SYSERR: Jul 7 07:20:11.720985 :: Input: no quest running for pc, cannot process input : 69021
  3. gracias, +1 trabajando apropiadamente server syserr SYSERR: Jul 5 11:44:36.574883 :: RunState: LUA_ERROR: [string "skill_group"]:8: attempt to index global `elegir_habis' (a nil value) SYSERR: Jul 5 11:44:36.574912 :: WriteRunningStateToSyserr: LUA_ERROR: quest skill_group.start letter SYSERR: Jul 5 11:44:38.254587 :: Input: no quest running for pc, cannot process input : 69012
  4. final uihabilidades.py #TheBestMein delete () si tal def Guerrero(self): self.corporal.Show() self.mental.Show() def Ninja(self): self.daguero.Show() self.arquero.Show() def Sura(self): self.espejo.Show() self.magia.Show() def Chaman(self): self.dragon.Show() self.curacion.Show()
  5. in the end it is a blank line al final se trata de una línea en blanco
  6. client syserr 0704 10:15:31960 :: Traceback (most recent call last): 0704 10:15:31960 :: File "networkModule.py", line 247, in SetGamePhase 0704 10:15:31961 :: File "game.py", line 132, in __init__ 0704 10:15:31961 :: File "game.py", line 1928, in __ServerCommand_Build 0704 10:15:31961 :: AttributeError 0704 10:15:31961 :: : 0704 10:15:31961 :: 'GameWindow' object has no attribute '_GameWindow__Habilidades' 0704 10:15:31961 ::
×
×
  • Crear nuevo...