antiblock
https://i.imgur.com/aJ17bf7.gif
  • Chatbox

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

Transformar

2 posts in this topic

Boas queria que alguem me transformava esta quest , por exemplo a missão  é matar 200 personagens e receber uma recompensa !Ela aqui ta matar o fantasma da morte e receber recomepnsa!Eu queria que ela fosse matar 200 personagens/pessoal que joge e receber recompensa 

quest Level75 begin	state start begin		when login or levelup with pc.level >= 75 begin			set_state(information)		end	end	state information begin		when letter begin			send_letter("Missao75")		end		when info or button begin			say("Missao75")			say("Ola amigo, agora que chegastes a nivel 75 tenho uma missao para ti!")			say("Terás que matar 5 Fantasmas da Morte!")			say("Ao concluires receberas uma grande recompensa!")			say_reward("Mata 5 Fantasmas da morte!")			say("")	        pc.setqf("state", 5)	        q.set_counter("Fantasmas da morte", 5)		end		when 1093.kill begin			local count = pc.getqf("state") - 1			if count <= 5 then				pc.setqf("state", count)	            q.set_counter("Fantasmas da morte", count)			end			if count == 0 then			    say_title("Missao75")			    say("Completaste a missão!")				say("Recebestes:")			    say_reward("5 Garras do Dragão,")			    say_reward("5 Escamas do Dragão,")				say_reward("E também:")			    say_reward("150kk de yang!")				pc.change_money(150000000)				pc.give_item2(71129, 5)				pc.give_item2(71123, 5)				clear_letter()				set_state(__COMPLETE__)			end		end	end	state __COMPLETE__ begin	endend

Share this post


Link to post
Share on other sites
antiblock
https://i.imgur.com/aJ17bf7.gif
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