Jump to content

[Petición]Quest Almacén Portátil


Hanakimachi

Mensajes recomendados

Hola.

Pues si alguno me podría hacer el favor de hacerme una quest que sirva al 100% de un almacén portátil que se abra con la astilla del demonio :).

 

Gracias :3.

 

quest almacen_portatil begin
   state start begin
	  when ID_OBJETO.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
La quest si no recuerdo mal es de KeKo
Enlace para comentar
Compartir en otros sitios

quest almacen_portatil begin
   state start begin
	  when ID_OBJETO.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
La quest si no recuerdo mal es de KeKo

 

Creo que si que la he posteado yo, pero personalmente me gusta mas de esta manera:

 

quest almacen_portatil begin
   state start begin
	  when ID_OBJETO.use begin -- 70045 tal vez la astilla?
			game.open_safebox()
	  end
   end
end

De ese modo simplemente usas y abre almacen, sin menu ni nada.

Enlace para comentar
Compartir en otros sitios

  • Dilong locked this tema
Guest
Este tema está cerrado a otras respuestas.
  • Recientemente navegando por este tema   0 miembros

    • No hay usuarios registrados visitando esta página.
×
×
  • Crear nuevo...