Jump to content

Quest basica de Varita (halloween)


AgustinMüller

Recommended Posts

Hola como casi nunca ago nada para el foro les traigo una pequeña quest

que algunos les servira y a otros no.

quest varita begin
state start begin
  when 30322.use begin
  if pc.count_item(50095)==0 then
  syschat("Usted puede transformar una calabaza en Cofre de Halloween pero al menos tiene que tener una calabaza para transformar")
  else
  pc.remove_item(30322,1)
  pc.remove_item(50095,1)
  pc.give_item2(50215, 1)
end
end
  when 50095.use begin
  syschat("Esta calabaza puede ser transformada en un Explendido Cofre de Halloween")
  end
end
end
ACLARACIONES :

50095 - Calabaza

30322 - Varita

50215 - Cofre Halloween

 

IMPORTANTE

En el item proto en las lineas de la "CALABAZA Y VARITA" poner en "type 18"

 

 

Saludos espero aver ayudado a alguien.

Link to comment
Share on other sites

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...