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

    Did you check out our Discord? https://discord.gg/FFdvMjk9xA
    You don't have permission to chat.
    Load More
Sign in to follow this  
Rancoroso

Evento De Pescar

12 posts in this topic

antiblock
Rodnia | Alpha & Omega

Pode-se editar tudo o que diz rancoroso?

sim podes nao sei se ja tem ..mas se nao tiver podes cumpz

Share this post


Link to post
Share on other sites

Meti essa Quest (deu tudo bem e dei reboot) e quando vou pescador não aparece nada para ligar ela (em personagem GM).

Share this post


Link to post
Share on other sites

Meti essa Quest (deu tudo bem e dei reboot) e quando vou pescador não aparece nada para ligar ela (em personagem GM).

Isso porque deve ir até Npc (Pescado) se ajudei não custa dar +1 :)

Share this post


Link to post
Share on other sites

alguem tem a quest como deve ser?

-------------------------------------------------------------------- 
-- Criado por Rancoroso - Overgame.
-- Quest evento de pescar by Rancoroso.
-- Email: [email protected].
-- Skype: invisionbrazil.
-- Site: www.overgame.hostei.com.
--------------------------------------------------------------------
quest evento_pescar begin
	state start begin
		when 9009.chat."GM: Evento de Pescador" with pc.is_gm() begin
			say_title("Pescador:")
			say("")
			say("Olá, Administrador gostaria de iníciar um")
			say("evento de pescar para animar o pessoal?")
			say("")
			local s = select ( "Começar Evento" , "Terminar Evento" , "Fechar" )
			if s == 1 then
				notice_all("Evento de pescar foi iníciado!")
				command("e peixaria 1")
			elseif s == 2 then
				notice_all("Evento de pescar foi finalizado!")
				command("e peixaria 0")
			elseif s == 3 then
				return
			end
		end
		when 9009.chat."Pescar do Pescador" with game.get_event_flag("peixaria")>0 begin
			say_title("Pescador:")
			say("")
			say("Olá pescadores estou precisando de ajuda")
			say("não consigo pescar 1 peixe.")
			say("Preciso de 1 peixe usado para pegar peixes maiores.")
			say_item_vnum(27802)
			say("Em trocar da sua ajuda vou lhe dar um grande")
			say("prêmio como recompensa.")
			say("")
		end
		when 9009.chat."Trouxe a Isca de Peixe?" with game.get_event_flag("peixaria")>0 and pc.countitem(27802) >= 1 begin
			say_title("Pescador:")
			say("")
			say("Nossa! muito obrigado por mim ajudar")
			say("como recompensa lhe darei seu prêmio.")
			say("")
			wait()
			pc.removeitem("27802", 1)
			local r=number(1, 20)
			if r==1 then
				pc.give_item2("71085", 1)
			elseif r==2 then 
				pc.give_item2("70024", 1)
			elseif r==3 then
				pc.give_item2("71051", 1)
			elseif r==4 then
				pc.give_item2("71084", 1)
			elseif r==5 then
				pc.give_item2("71052", 1)
			elseif r==6 then
				pc.give_item2("71083", 1)
			elseif r==7 then
				pc.give_item2("71001", 1)
			elseif r==8 then
				pc.give_item2("71020", 15)
			elseif r==9 then
				pc.give_item2("71032", 1)
			elseif r==10 then
				pc.give_item2("71033", 1)
			elseif r==11 then
				pc.give_item2("71034", 5)
			elseif r==12 then
				pc.give_item2("71044", 5)
			elseif r==13 then
				pc.give_item2("71045", 5)
			elseif r==14 then
				pc.give_item2("71094", 1)
			elseif r==15 then
				pc.give_item2("27992", 1)
			elseif r==16 then
				pc.give_item2("70038", 20)
			elseif r==17 then
				pc.give_item2("71027", 5)
			elseif r==18 then
				pc.give_item2("71028", 5)
			elseif r==19 then
				pc.give_item2("71029", 5)
			elseif r==20 then
				pc.give_item2("71030", 5)
			end
		end
	end
end

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
Sign in to follow this