Jump to content

[Quest]Almacen portatil


Thanato

Recommended Posts

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
Link to comment
Share on other sites

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.

Link to comment
Share on other sites

  • 3 months later...

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 :P

 

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

  • 8 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...