Croqueta Posted September 1, 2013 Report Share Posted September 1, 2013 Hola, muestro esta funcion q escribi, Blackyuko iso la misma funcion pero solo para la game, qiere desir q no se puede usar en otros rev* 'game version'. game.py para poner la funcion tienen q editar la game.py de root en el cliente buscan esto def __ServerCommand_Build(self): y editan esto "getinputbegin" : self.__Inputget1, "getinputend" : self.__Inputget2, "getinput" : self.__Inputget3, tienen q mirar a los [tab]. Despues escriben abajo abajo de la game estas funciones def __Inputget1(self): constInfo.INPUT_IGNORE = 1 def __Inputget2(self): constInfo.INPUT_IGNORE = 0 def __Inputget3(self): net.SendQuestInputStringPacket(str(player.GetTargetVID())) tambien aqi miren a los [tab] constinfo.py aora abren la constinfo.py y escriben esto en una parte INPUT_IGNORE = 0 _______________ questlib.lua function npc.get_vid() cmdchat("getinputbegin") local ret = input(cmdchat("getinput")) cmdchat("getinputend") return ret end asi se usa en una quest when kill begin say(npc.get_vid())end Mucho gusto, Noa goldware, LORDCarlo™ and CATACOMB 3 Quote Link to comment Share on other sites More sharing options...
TheSanto Posted September 1, 2013 Report Share Posted September 1, 2013 mmm esto se podría aplicar con otras funciones. Quote Link to comment Share on other sites More sharing options...
Croqueta Posted September 1, 2013 Author Report Share Posted September 1, 2013 when kill with npc.is_pc() begin sel= pc.select(npc.get_vid()) name=pc.get_name() pc.select(sel) say('tu matastes a '..name)end por ejemplo asi goldware 1 Quote Link to comment Share on other sites More sharing options...
Rinnegan Posted September 1, 2013 Report Share Posted September 1, 2013 perdonar mi ignorancia para que sirve el npc.get_vid ? Quote Link to comment Share on other sites More sharing options...
PACI Posted September 1, 2013 Report Share Posted September 1, 2013 Obtiene el vid del personaje que seleccionas, o sea, toda su información, su nombre, nivel, todo lo que quieras puede ser seleccionado. Quote Link to comment Share on other sites More sharing options...
goldware Posted May 13, 2014 Report Share Posted May 13, 2014 Oye Pacificador o croqueta. Cuando lo pongo me sale un input. Como si quisiera que le escribiera algo. Creo que tiene que ver con la función: net.SendQuestInputStringPacket(str(player.GetTargetVID())) Hay alguna forma de que no salga ese input? CATACOMB 1 Quote Link to comment Share on other sites More sharing options...
Яǿ×αS©™MagعSti¢ Posted May 13, 2014 Report Share Posted May 13, 2014 Esto lo usare :3 seguro que me sirve, gracias @Croqueta CATACOMB 1 Quote Link to comment Share on other sites More sharing options...
Kompulsor Posted December 14, 2014 Report Share Posted December 14, 2014 Input: no quest running for pc, cannot process input : 58064 Alguna idea del por qué sucede ésto? Gracias de antemano #solucionado gracias a pepinator en mt2dev <3 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.