antiblock
Elveron
  • Chatbox

    You don't have permission to chat.
    Load More
Sign in to follow this  
Tiago Gomes

Ajuda Quest

2 posts in this topic

Gostaria de saber qual o problema nesta quest

 

quest matar beginstate start beginwhen login with pc.level >= 80 beginset_state(player_kill)endendstate player_kill beginwhen letter beginsend_letter("Duelo")endwhen button or info beginsay_title("Os Expertos Em Duelo !")say("")say("Queres ser o melhor de todos os reinos ?")say("Tu podes demonstralo !")say("Basta Seres Nobre & Obdeceres as Regras")say("")say("")say("")say_reward("Mata 200 jogadores")say_reward("E receberas uma recompensa!")say("")pc.setqf("state", 200)q.set_counter("Duelos Restantes:", 200)set_state (kill)endendstate kill beginwhen letter beginsend_letter("Duelo")end when button or info beginsay("Queres ser o melhor de todos os reinos?")say("Tu podes demonstralo !")say("Basta Seres Nobre & Obdeceres as Regras")say_reward("Ainda de faltam: "..pc.getqf("state").." mortes . GOGO")endwhen kill beginif npc.is_pc() thenlocal count = pc.getqf("state") - 1if count <= 200 thenpc.setqf("state", count)q.set_counter("Duelos Restantes:", count)endif count == 0 thensay_title("Parabéns!")say("Mataste os 200 jogadores!")say("Aqui tens a tua recompensa:")say_reward("100.000.000 Yang")pc.change_money(100000000)pc.give_item2(45005 , 1)pc.give_item2(45006 , 1)pc.give_item2(45007 , 1)notice_all("".. pc.get_name() .." Matou os 200 jogadores ! E já tem a sua recompensa ")clear_letter()set_state(__COMPLETE__)endendendend

 

http://i.epvpimg.com/Tzbph.png

Share this post


Link to post
Share on other sites
antiblock
Elveron

Tópico Fechado
Tópico Antigo e Sem Resposta


Movido de Metin2 - Pedidos para Lixeira do Fórum

Share this post


Link to post
Share on other sites
Guest
This topic is now closed to further replies.
Sign in to follow this