antiblock
Rodnia | Alpha & Omega
  • Chatbox

    You don't have permission to chat.
    Load More
  • 0
mt2criador

metin2- duvida quest jack

Question

estou tentando fazer com que essa quest pegue por exemplo: 200 cabeças de aboboras e de 1 bau do jack

porém ao compilar ela da erro, e eu nao sou muito bom em encontrar erros kkkk. se alguem poder me ajudar agradeço

 

quest trofeu begin
    state start begin
    when 33008.click beginsay_title("Trocar Trofeu")
    say("")
    say("Se tiveres 1 Trofeu, podes vir aqui trocar ")
    say("por uma Armadura de 105.")
    say("")
    say("Queres Trocar?")
    say("")
    say("")
    say_reward("Necessitas de 1 Trofeu")
    local s = select ("Sim","Não") == 1 thenif pc.count_item(50042) < 1 thensay("Nao tens o Item")
    return
    end
    say("Escolhe a Armadura que Desejas:")
    local s = select("Guerreiro","Ninja","Sura","Xama")
    if s < 5 thenpc.give_item2(({2000,20250,20750,20500}),1)
    end
    end
    end
    end
    end

Share this post


Link to post
Share on other sites

1 answer to this question

  • 0

Ou metes isso na tag do Conde ou então isso tem mesmo erros...

Share this post


Link to post
Share on other sites
antiblock
Rodnia | Alpha & Omega

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