Hanakimachi Posted April 23, 2013 Report Share Posted April 23, 2013 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. Link to comment Share on other sites More sharing options...
Rafa23Alzira Posted April 23, 2013 Report Share Posted April 23, 2013 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 Link to comment Share on other sites More sharing options...
KeKo Posted April 23, 2013 Report Share Posted April 23, 2013 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. Link to comment Share on other sites More sharing options...
Hanakimachi Posted April 23, 2013 Author Report Share Posted April 23, 2013 Una pregunta esque puse la quest con las opciones y el id del item pero no me sirve cuando le doy al item no se abre nada ni nada probé con otro item y tampoco pero la instale bien entonces no entiendo Link to comment Share on other sites More sharing options...
Senz Posted April 23, 2013 Report Share Posted April 23, 2013 debes poner un numero en un espacio del item proto del navicat Link to comment Share on other sites More sharing options...
KeKo Posted April 23, 2013 Report Share Posted April 23, 2013 debes poner un numero en un espacio del item proto del navicat Lo que viene siendo ponerle un 18 en el campo type en el navicat. Link to comment Share on other sites More sharing options...
Hanakimachi Posted April 24, 2013 Author Report Share Posted April 24, 2013 Lo que viene siendo ponerle un 18 en el campo type en el navicat.Gracias me sirvió mucho Link to comment Share on other sites More sharing options...
Recommended Posts