Jump to content

Recommended Posts

  • 7 months later...
Posted

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

  • Dilong locked this topic
Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

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

Important Information

This site uses cookies to enhance your browsing experience and provide relevant content. By continuing to browse, you agree to our We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. and Terms of Use. For more information on how we protect your data, please check our Privacy Policy.