Jump to content

[PETICION] Quest de Canjeo


Arkasia2

Mensajes recomendados

  • 7 months later...

El post es viejo,pero me dio por hacer la quest <.<

 

quest cajeitem begin
state start begin
when 20094.chat."Canjear item" begin
say_title("npc:")
say("puedo darte un arma[ENTER]a cambio de ciertos items")
say("que arma quieres")
local item = select("arma1","arma2","arma3","Cerrar")
if item == 4 then
return
elseif item == 1 then
say("necesitaras un talis+")
wait()
if pc.count_item(30079)==0 then
say("no tienes el item")
else
pc.remove_item(30079,1)
pc.give_item2(19,1)
return
end
elseif item == 2 then
say("necesitaras un Coletero Blanco+")
wait()
if pc.count_item(30073)==0 then
say("no tienes el item")
else
pc.remove_item(30073,1)
pc.give_item2(29,1)
return
end
elseif item == 3 then
say("necesitaras un Shiriken+")
wait()
if pc.count_item(30075)==0 then
say("no tienes el item")
else
pc.remove_item(30075,1)
pc.give_item2(39,1)
end
end
end
end
end

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