Popular Post Shang Posted June 30, 2015 Popular Post Report Share Posted June 30, 2015 Hola zoneros, como nunca posteo nada y siempre estoy tocando los huevos... hoy me he decidido a postear este mini sistema que hice para Debes iniciar sesión para ver el contenido del enlace en esta publicación..El sistema consiste en que cuando subes a nivel 5, te sale un cuadro para elegir la doctrina que quieres sin tener que ir a ningún maestro de habilidad. Claro que tendréis que quitar la quest que te manda con los maestros. (skill_group.quest creo que se llama)Esta es una imágen del sistema:Instrucciones: ### game.pyDonde todos los imports: import uiHabilidades Buscar: self.playerGauge = uiPlayerGauge.PlayerGauge(self) self.playerGauge.Hide() Debajo pegar: self.habis = uiHabilidades.Habilidades() self.habis.Close() Buscar: # ITEM_MALL "CloseMall" : self.CommandCloseMall, "ShowMeMallPassword" : self.AskMallPassword, "item_mall" : self.__ItemMall_Open, # END_OF_ITEM_MALL Debajo pegar: # HABILIDADES "HABILIDADES" : self.__Habilidades, # END_OF_HABILIDADES Al final de todo el game.py pegar esto: ### 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]) ### END_HABILIDADES ### ### constInfo.py Debajo de: isItemDropQuestionDialog = 0 Pegar esto: Habilidades = { "HABSTR" : "", "qid" : 0, } Descarga: Debes iniciar sesión para ver el contenido del enlace en esta publicación.Saludos!PD: Sé que me podría haber ahorrado 100 lineas en el script py, pero por aquél entonces no pilotaba tanto como ahora...PD2: Gracias LoveVago por las imágenes xD.Si hay alguna duda preguntad en el post. Parthux, andercitox, cristian98 and 151 others 146 5 1 1 1 Quote Link to comment Share on other sites More sharing options...
Guest DreamHQ Posted June 30, 2015 Report Share Posted June 30, 2015 Gran aporte , muchas gracias +1 Un saludo. Quote Link to comment Share on other sites More sharing options...
Hawk Server's Posted June 30, 2015 Report Share Posted June 30, 2015 Esta muy bueno +1 Quote Link to comment Share on other sites More sharing options...
JeS Posted June 30, 2015 Report Share Posted June 30, 2015 Alguno me dice a que se debe este error? Puse todo tal y como lo dice 0629 21:04:17819 :: File "networkModule.py", line 233, in SetGamePhase 0629 21:04:17819 :: File "game.py", line 120, in __init__ 0629 21:04:17819 :: NameError 0629 21:04:17819 :: : 0629 21:04:17819 :: global name 'uiHabilidades' is not defined 0629 21:04:17819 :: Genesis World 1 Quote Link to comment Share on other sites More sharing options...
Hawk Server's Posted June 30, 2015 Report Share Posted June 30, 2015 revisa los tab xd Quote Link to comment Share on other sites More sharing options...
Popular Post JeS Posted June 30, 2015 Popular Post Report Share Posted June 30, 2015 No es nada de tabulador, en eso estoy seguro creo. Me manda a la línea 120... Screen: Debes iniciar sesión para ver el contenido del enlace en esta publicación. Ahí está un screen a lo que me manda ChuchoGamer, Su Muk, Alonso Madrigal García and 29 others 32 Quote Link to comment Share on other sites More sharing options...
MiGueLiT0 Posted June 30, 2015 Report Share Posted June 30, 2015 Gracias por el aporte +1 Quote Link to comment Share on other sites More sharing options...
-YC- Posted June 30, 2015 Report Share Posted June 30, 2015 No es nada de tabulador, en eso estoy seguro creo. Me manda a la línea 120... Screen: Debes iniciar sesión para ver el contenido del enlace en esta publicación. Ahí está un screen a lo que me manda revisa qué no sean espacios, ya qué aveces se confunden las tabs con espacios... GHoracio95, diegojimenezyt, KRIBER8 and 6 others 9 Quote Link to comment Share on other sites More sharing options...
Guest Caes Posted June 30, 2015 Report Share Posted June 30, 2015 Excelente aporte, te visiono como un buen desarrollador. Shang 1 Quote Link to comment Share on other sites More sharing options...
ToPo(SUBNORMAL-DETECTADO) Posted June 30, 2015 Report Share Posted June 30, 2015 Tiene wolfmano? Quote Link to comment Share on other sites More sharing options...
Shang Posted June 30, 2015 Author Report Share Posted June 30, 2015 Tiene wolfmano? El lobo sólo tiene una doctrina, y debería de ponerse sola. Quote Link to comment Share on other sites More sharing options...
Shang Posted June 30, 2015 Author Report Share Posted June 30, 2015 Alguno me dice a que se debe este error? Puse todo tal y como lo dice 0629 21:04:17819 :: File "networkModule.py", line 233, in SetGamePhase 0629 21:04:17819 :: File "game.py", line 120, in __init__ 0629 21:04:17819 :: NameError 0629 21:04:17819 :: : 0629 21:04:17819 :: global name 'uiHabilidades' is not defined 0629 21:04:17819 :: Te falta el archivo uihabilidades.py en el root. Quote Link to comment Share on other sites More sharing options...
ZoneLife Posted June 30, 2015 Report Share Posted June 30, 2015 Se agradece el aporte! +1 Quote Link to comment Share on other sites More sharing options...
Neo Posted June 30, 2015 Report Share Posted June 30, 2015 Shang no logro ver bien el codigo, Arregla eso Debes iniciar sesión para ver el contenido del enlace en esta publicación. Buen aporte. Saludos. Su Muk, 𝗔𝗿𝗲𝘀, Rui Alves and 17 others 18 1 1 Quote Link to comment Share on other sites More sharing options...
Dragonslayer Posted June 30, 2015 Report Share Posted June 30, 2015 Shang no logro ver bien el codigo, Arregla eso Debes iniciar sesión para ver el contenido del enlace en esta publicación. Buen aporte. Saludos. ... Tienes una barra para moverla ... Buen aporte esta interesante. Me gusta la parte de "siempre estoy tocando los huevos" XD Shang 1 Quote Link to comment Share on other sites More sharing options...
Neo Posted June 30, 2015 Report Share Posted June 30, 2015 ... Tienes una barra para moverla ... Buen aporte esta interesante. Me gusta la parte de "siempre estoy tocando los huevos" XD Creo que no me entendiste bien, yo me refiero al código completo, porque yo no entiendo mucho de paython, y paython se requiere que este bien estructurado el código. Ejemplo Debes iniciar sesión para ver el contenido del enlace en esta publicación. Saludos. Kronixer™, 𝗔𝗿𝗲𝘀, Alonso Madrigal García and 10 others 13 Quote Link to comment Share on other sites More sharing options...
Dragonslayer Posted June 30, 2015 Report Share Posted June 30, 2015 Creo que no me entendiste bien, yo me refiero al código completo, porque yo no entiendo mucho de paython, y paython se requiere que este bien estructurado el código. Ejemplo Debes iniciar sesión para ver el contenido del enlace en esta publicación. Saludos. Rui Alves, k1ngleo, ChuchoGamer and 5 others 8 Quote Link to comment Share on other sites More sharing options...
Shang Posted June 30, 2015 Author Report Share Posted June 30, 2015 Creo que no me entendiste bien, yo me refiero al código completo, porque yo no entiendo mucho de paython, y paython se requiere que este bien estructurado el código. Ejemplo Debes iniciar sesión para ver el contenido del enlace en esta publicación. Saludos. Arreglado, gracias por avisar. Kronixer™, Tiburon, Kenshi Torres and 5 others 8 Quote Link to comment Share on other sites More sharing options...
Jeo Posted June 30, 2015 Report Share Posted June 30, 2015 Puto amo, buen aporte Quote Link to comment Share on other sites More sharing options...
WorldArd Posted June 30, 2015 Report Share Posted June 30, 2015 Buen sistema +1 Saludos! Quote Link to comment Share on other sites More sharing options...
PACI Posted June 30, 2015 Report Share Posted June 30, 2015 Eres la reencarnación de sema omg Shang 1 Quote Link to comment Share on other sites More sharing options...
MicroSD Posted June 30, 2015 Report Share Posted June 30, 2015 Buenas, lo tengo todo bien colocado me aparece para elegir hab y todo pero la selecciono y el personaje continua sin habs a que se puede deber? Gracias y un saludo. Quote Link to comment Share on other sites More sharing options...
Shang Posted June 30, 2015 Author Report Share Posted June 30, 2015 Buenas, lo tengo todo bien colocado me aparece para elegir hab y todo pero la selecciono y el personaje continua sin habs a que se puede deber? Gracias y un saludo. Syserr? Quote Link to comment Share on other sites More sharing options...
MicroSD Posted June 30, 2015 Report Share Posted June 30, 2015 Syserr? Nada respecto al sistema solo cosas del item list. Supongo que sera algo de la parte del servidor. Quote Link to comment Share on other sites More sharing options...
MiGueLiT0 Posted June 30, 2015 Report Share Posted June 30, 2015 Nada respecto al sistema solo cosas del item list. Supongo que sera algo de la parte del servidor. Borraste del object lo del skill group? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.