antiblock
Elveron
  • Chatbox

    You don't have permission to chat.
    Load More
  • 0
Sign in to follow this  
igorguerreiro

Ajuda

Question

Está certo esta quest ?

quest Ranking_de_Kills beginstate start beginwhen login or levelup with pc.get_level() > 1 beginset_state("pannello")endendstate pannello beginwhen kill with npc.is_pc() beginpc.setqf("conta_kills", pc.getqf("conta_kills"))endwhen letter beginsend_letter("Atacar Reinos:")endwhen button or info begin	say_title("Atacar Reinos:")	say("Olá "..pc.name..", gostaria de invadir qual reino?")	say("")	local s = select("Red","Yellow","Blue","Fechar")	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  endendend
Função que deve ter: Tele portador portátil , que fica como o rancking de kills em missão .

Share this post


Link to post
Share on other sites

1 answer to this question

  • 0
quest painel_gm begin	    state start begin		    when letter with pc.get_level() > 1 begin		    send_letter ( "Invadir Reino" )	    end		    when button or info begin	  say_title("Invadir Reino:")	  say("Então "..pc.name..", és muito forte...?")	  say("Queres invadir os outros reinos?!")	  say("")	 local s = select("Reino Vermelho","Reino Amarelo","Reino Azul","Fechar")	 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	 endend
Testa ae... Edited by SเИ√ลℓ(๏̯͡๏) (see edit history)

Share this post


Link to post
Share on other sites
antiblock
https://i.imgur.com/aJ17bf7.gif
Guest
This topic is now closed to further replies.
Sign in to follow this