antiblock
cyber-gamers
  • Chatbox

    You don't have permission to chat.
    Load More
  • 0
Sign in to follow this  
dafa

Ajuda Em Quest

Question

Boas Alguem me pode ajudar a corigir a quest da loja geral nas sv filles do rancoroso traduzidas pelo origem? :$

 

Dou o meu  :+1:

Share this post


Link to post
Share on other sites

3 answers to this question

  • 0

Se poderes por a quest aqui e.e

Share this post


Link to post
Share on other sites
antiblock
Elveron
  • 0
quest loja_geral begin
state start begin
  when 9003.chat."Itens Especiais" begin
   npc.open_shop(3)
   setskin(NOWINDOW)
  end
  when 9003.chat."Pedras" begin
   npc.open_shop(3)
   setskin(NOWINDOW)
  end
  when 9003.chat."Itens Casamento" begin
   npc.open_shop(3)
   setskin(NOWINDOW)
  end
  when 9003.chat."Marmores da Benção" begin
   say_title("Olá "..pc.get_name())
   say("Queres marmores da benção?")
   local opcao = select("Sim", "Não")
   if opcao == 2 then
    return
   else
    say_title("Obrigado.")
    say("recebeste 5 Marmores da Benção.")
    pc.give_item2(70024, 1)
pc.give_item2(70024, 1)
pc.give_item2(70024, 1)
pc.give_item2(70024, 1)
pc.give_item2(70024, 1)
   end
  end
end
end

Share this post


Link to post
Share on other sites
  • 0
Tópico colocado em Área Incorreta
 
Movido de Metin2 - Quests para Metin2 - Dúvidas

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this