antiblock
Cyphriun
  • Chatbox

    Did you check out our Discord? https://discord.gg/FFdvMjk9xA
    You don't have permission to chat.
    Load More
× Dαяkαтн

[Pt-Br] Anel De Invadir Reinos

4 posts in this topic

OCyberianos,

 

Deixo com vocês uma quest PT-BR para utilizar um item para invadir reinos...

 

OPEN SOURCE:

quest anel_invasor begin
	state start begin
		when [CODIGO DO ANEL].use begin
  				say_title("Anel invasor:")
  				say("Esse anel pode lhe enviar a qualquer reino")
  				say("A qual reino voce quer ser teletransportado?")
  				say("")
  				local s = select("Shinsoo","Chunjo","Jinno","Nenhum")
  			if s == 1 then
  				pc.warp(469300, 964200)
  			elseif s == 2 then
  				pc.warp(55700, 157900)
  			elseif s == 3 then
  				pc.warp(969600, 278400)
  			elseif s == 4 then
  				return	
  			end  
		end
	end
end

 

 

Modifique o campo [CODIGO DO ANEL] para o código do item que desejar.

 

 

Download: MEGA.CO.NZ

Share this post


Link to post
Share on other sites
antiblock
Cyphriun

Olá, vou te dar uma um concelho, faz essa quest de forma a que possas ir a 2 cidade dos outros reinos!

Share this post


Link to post
Share on other sites

Olá, vou te dar uma um concelho, faz essa quest de forma a que possas ir a 2 cidade dos outros reinos!

quest anel_invasor begin
	state start begin
		when [CODIGO DO ANEL].use begin
  				say_title("Anel invasor:")
  				say("Esse anel pode lhe enviar a qualquer reino")
  				say("A qual reino voce quer ser teletransportado?")
  				say("")
  				local s = select("Cidade 1 Shinsoo","Cidade 2 Shinsoo","Cidade 1 Chunjo","Cidade 2 Chunjo","Cidade 1 Jinno","Cidade 2 Jinno","Nenhum")
  			if s == 1 then
  				pc.warp (469300 , 964200)
        elseif s == 2 then
          pc.warp ( 360800 , 877600 )
  			elseif s == 3 then
  				pc.warp (55700 , 157900)
        elseif s == 4 then
          pc.warp ( 138500 , 234900 )
  			elseif s == 5 then
  				pc.warp ( 969600 , 278400 )
  			elseif s == 6 then
          pc.warp ( 873100 , 242600 )
        elseif s == 7 then
  			return	
  		end  
		end
	end
end

Share this post


Link to post
Share on other sites

ja usei varias quest no anel de teleporte 70007 e nenhuma funciona ja exprimentei em outros e tambem nada alguem sabe do que pode ser? é que no item proto nao encontro o anel ele fica em outro lugar ou devia estar no item proto? mesmo aqueles professores de escolher habilidades tambem nao encontro no item proto alguem sabe dizer qual é o problema?

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