Thanato Posted April 2, 2012 Report Share Posted April 2, 2012 Aqui les dejo la quest del almacen portatil espero que les sirva . quest almacen_portatil begin state start begin when 40003.use begin say_title("Almacen Portatil:") local s = select("Abrir Almacen", "Abrir Item Shop", "Salir") if 1 == s then game.open_safebox() elseif 2 == s then game.open_mall() elseif 3 == s then return end end end end [D]ELARO ✓, wille damare and The picos 2 1 Quote Link to comment Share on other sites More sharing options...
Joakin47 Posted April 2, 2012 Report Share Posted April 2, 2012 Buen aporte es una quest bastante básica pero a los usuarios les sirve mucho ya que son bien... xD Y para que quede mejor cambien en item con el que se abre por el "Boleto de almacén", ¿El código?, No lo recuerdo Quote Link to comment Share on other sites More sharing options...
KeKo Posted April 3, 2012 Report Share Posted April 3, 2012 La quest esta bien útil para los users de los servidores. Yo esta quest la tenia por separado en el extasis, un item que simplemente le das y abre el almacen ya que aqui con un menu es mas incomodo, aunque tiene la ventaja de tener tanto almacen nornal como el de item shop. Quote Link to comment Share on other sites More sharing options...
Thanato Posted April 4, 2012 Author Report Share Posted April 4, 2012 Espero que les sirva por lo menos a alguien jaja Quote Link to comment Share on other sites More sharing options...
Gluten92 Posted July 26, 2012 Report Share Posted July 26, 2012 hola alguien me dice porque ago todo lo corrrecto como tiene keko en su guia de poner quest y au n asi no me funcionan? tengo los files 2012 by futoon97 Quote Link to comment Share on other sites More sharing options...
KeKo Posted July 26, 2012 Report Share Posted July 26, 2012 hola alguien me dice porque ago todo lo corrrecto como tiene keko en su guia de poner quest y au n asi no me funcionan? tengo los files 2012 by futoon97 No le habras puesto type = 18 en la query del item proto del servidor al item que usas como almacen pac 1 Quote Link to comment Share on other sites More sharing options...
Rafa23Alzira Posted July 28, 2012 Report Share Posted July 28, 2012 Me va perfectamente gracias thanato por la quest y gracias keko por lo de type 18 no lo sabia. Quote Link to comment Share on other sites More sharing options...
Gluten92 Posted July 29, 2012 Report Share Posted July 29, 2012 No le habras puesto type = 18 en la query del item proto del servidor al item que usas como almacen tiene type = 23 Quote Link to comment Share on other sites More sharing options...
Rafa23Alzira Posted July 29, 2012 Report Share Posted July 29, 2012 tiene type = 23 Como te dijo KeKo cámbiale ese 23 por un 18 y das reload p y te servirá, si vas a dar las gracias a alguien dáselas a el. Quote Link to comment Share on other sites More sharing options...
SkyWalkerx Posted August 2, 2012 Report Share Posted August 2, 2012 Para ponerlo como tu dices keko, no se requiere saber la gran cosa, yo no se casi nada de quest y lo edite al toke y quedo Quote Link to comment Share on other sites More sharing options...
KeKo Posted August 2, 2012 Report Share Posted August 2, 2012 Para ponerlo como tu dices keko, no se requiere saber la gran cosa, yo no se casi nada de quest y lo edite al toke y quedo Esque no dije que fuera dificil, es más mi quest de almacen ideal es simplemente: when item.use begin game.open_safebox() Asà te ahorras dialogos y menus. Quote Link to comment Share on other sites More sharing options...
TheSanto Posted August 3, 2012 Report Share Posted August 3, 2012 Esque no dije que fuera dificil, es más mi quest de almacen ideal es simplemente: when item.use begin game.open_safebox() Asà te ahorras dialogos y menus. Keko Te pediria Porfavor si pudieses arreglarme estas 2 quest. me dan segmentation fault ( core dumped ) Debes iniciar sesión para ver el contenido del enlace en esta publicación. Debes iniciar sesión para ver el contenido del enlace en esta publicación. Te lo agredeceria mucho PD : lo pongo aqui porque no me deja enviar MP. Brace Marin, boker9999, Jonan Iguaran and 3 others 4 1 1 Quote Link to comment Share on other sites More sharing options...
pac Posted April 26, 2013 Report Share Posted April 26, 2013 gracias me sirvio eso del type Podrian poner que numeros de type le van a cada item en una lista 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.