Jump to content

Quest de aviso de boss


igoriap
 Share

Recommended Posts

quest anuncio_boss begin
	state start begin
		when 2493.kill begin
		notice_all("[Sistema]: O Jogador(a) "..pc.get_name().." Derrotou o Dragão da Água!")
		server_timer( "anuncio_kill_dragao", 30*60, get_server_timer_arg())
		end
		when anuncio_kill_dragao.server_timer begin
			notice_all("O Dragão da Água acaba de renascer!")
			clear_server_timer("anuncio_kill_dragao")
		end
	end
end

 

Acabei de fazer essa, mas utilizo dessa seguinte forma. Se tiver algum erro me avise.

Link to comment
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
 Share

×
×
  • Create New...