antiblock
Rodnia | Alpha & Omega
  • Chatbox

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

[Pedido] Quest Inicio Pvp

7 posts in this topic

Boas tardes pessoal vinha pedir aqui alguem que perseba do assunto para realizar uma quest com :

 

Queria que começa-se a lv 75 e com yang e com itens lv 70 normais !

 

Tou a usar as files do azylon ja tentei tudas as quest da cyber e dao-me tudas erro! 

 

Se alguem conseguir agradecia e leva-va o +1 !

 

Obrigado e cumprimentos Bruno Moreira 

Share this post


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

Eu tentei fazer umas nessas files e não conseguia. Vou-te fazer uma espera

 

Queres que apareça na geral a dizer que o player X acabou de criar uma personagem ?

Share this post


Link to post
Share on other sites

Peguei numas coisas aqui, outras ali e fiz essa quest..

Não sei se vai dar porque não tentei mas parece estár tudo certo, tenta, se tiveres algum erro diz

 

 

quest give_basic_weapon begin
	state start begin
		when login begin
			if pc.getqf("basic_weapon") == 0 then
				pc.setqf("basic_weapon", 1)

				if pc.get_job() == 0 then -- Warrior
					pc.give_item2("149")
					pc.give_item2("3139")	
					pc.give_item2("11299")
					pc.give_item2("12249")
					pc.give_item2("13069")
					pc.give_item2("17109")
					notice_all("".. pc.get_name() ..", é um Guerreiro que se juntou ao ServerNameMt2")
				elseif pc.get_job() == 1 then -- Assassin
					pc.give_item2("1109")
					pc.give_item2("2149")
					pc.give_item2("11499")
					pc.give_item2("12389")
					pc.give_item2("13089")
					pc.give_item2("17109")
					pc.give_iten2("8009",200)
					notice_all("".. pc.get_name() ..", é um Ninja que se juntou ao ServerNameMt2")
				elseif pc.get_job() == 2 then -- Sura
					pc.give_item2("149")
					pc.give_item2("159")
					pc.give_item2("11699")
					pc.give_item2("12529")
					pc.give_item2("13109")
					pc.give_item2("17209")
					pc.give_item2("17109")
					notice_all("".. pc.get_name() ..", é um Sura que se juntou ao ServerNameMt2")
				elseif pc.get_job() == 3 then -- Mage
					pc.give_item2("7149")
					pc.give_item2("5109")
					pc.give_item2("11899")
					pc.give_item2("12669")
					pc.give_item2("13129")
					pc.give_item2("17209")
					notice_all("".. pc.get_name() ..", é um Shaman que se juntou ao ServerNameMt2")
				end

				if pc.countitem(item) == 0 and pc.weapon != item then
					while pc.get_level() < 1 do
						pc.give_exp2(pc.get_next_exp(1558008600))
					end
					pc.give_item2("27003",200)
					pc.give_item2("27003",200)
					pc.give_item2("27003",200)
					pc.give_item2("27003",200)
					pc.give_item2("27003",200)
					pc.give_item2("27006",200)
					pc.give_item2("27006",200)
					pc.give_item2("27006",200)
					pc.give_item2("27006",200)
					pc.give_item2("27006",200)
					pc.give_item2("27105",200)
					pc.give_item2("27112",200)
					pc.give_item2("14209")
					pc.give_item2("15209")
					pc.give_item2("16209")
					pc.give_item2("72702")
					pc.give_item2("70038",200)
					pc.give_gold(1000000000)
				clear_letter()
				set_state(newone)
				end
			end
		end
    end
	state newone begin
		when letter begin
			send_letter("ServerNameMt2!")
		end
		when button or info begin
			say("Bem-vindo "..pc.get_name().."")
			say("ao, ServerNameMt2!")
			say("")
			say("Se encontráres algum bug,")
			say("hacker ou um desrespeitador das regras,")
			say("contacta um Game Master")
			say("Tem um bom jogo")
			say("")
			say("A tua equipa, ServerNameMt2")
			set_state(ende)
		end
	end
	state ende begin
	end
end

Share this post


Link to post
Share on other sites

Agradeço Muito Que funcionou 90% so nao deu Lv75 que de Resto 

Share this post


Link to post
Share on other sites

Está bom então, basta ajustares a exp na linha 45

Share this post


Link to post
Share on other sites

Colega Obg ja consegui resolver o problema do lv ... Muito Obg Levas o meu +1

Share this post


Link to post
Share on other sites

Na paz.. Sempre que precisares de alguma coisa diz

Share this post


Link to post
Share on other sites
Sign in to follow this