antiblock
diamwall
  • Chatbox

    You don't have permission to chat.
    Load More
x7ytuiuri

Kill_Mob_Anuncio.Quest

8 posts in this topic

Boas pessoal, aqui deixo uma quest para mostrar na geral, por exemplo "O jogador .... matou Morte Azul". Não sei se isto já existe aqui mas esta foi criada por mim.

Se gostaram, http://cyber-gamers.org/public/style_emoticons/default/451960.gif

-----------------------------------------

-- Create by ytuiuri

-- 07/Agosto/2013 16:41

-----------------------------------------

quest kill_mob begin

state start begin

-- Dragão Beran-Sateau --

when 2493.kill begin

notice_all(""..pc.get_name().." matou o Beran-Stau!")

end

-- Azrael --

when 2598.kill begin

notice_all(""..pc.get_name().." matou o Azrael!")

end

-- Morte Azul --

when 1095.kill begin

notice_all(""..pc.get_name().." matou Morte Azul!")

end

-- Fantasma da Morte --

when 1093.kill begin

notice_all(""..pc.get_name().." matou Fantasma da Morte!")

end

-- Bruxa do Gelo --

when 1191.kill begin

notice_all(""..pc.get_name().." matou Bruxa do Gelo !")

end

end

end

Edited by x7ytuiuri (see edit history)

Share this post


Link to post
Share on other sites
antiblock
diamwall

testada e não funciona.

Share this post


Link to post
Share on other sites

Funciona sim :D tu é q deves ter já kills definidas nesses mobs. Tenta assim:

quest killmob begin	state start begin		when kill with not npc.is_pc() begin			local mobs = {				[2493] = "o Beran-Setaou",				[2598] = "o Azrael",				[1095] = "o Fantasma da Morte",				[1191] = "a Bruxa do Gelo"			}			notice_all(pc.get_name().." matou "..mobs[npc.get_race()][1].."")		end	endend

Share this post


Link to post
Share on other sites

se trocar a que tenho actual pela tua dizes que funciona?EDIT: deixo o nome da quest em " kill_moob" ou em " killmob"?

Share this post


Link to post
Share on other sites

se trocar a que tenho actual pela tua dizes que funciona?

Provavelmente. Porque não faz nenhum object nesses vnum's, mas faz um object em kill (geral), portanto em principio deve funcionar.

Share this post


Link to post
Share on other sites
deixo o nome da quest em " kill_moob" ou em " killmob"?

Share this post


Link to post
Share on other sites

Boas Comunidade gostaria de saber ser tem uma quest desse tipo que faça o player ao matar esses bosses o item cai direto no inventario!

Share this post


Link to post
Share on other sites

Boas Comunidade gostaria de saber ser tem uma quest desse tipo que faça o player ao matar esses bosses o item cai direto no inventario!

-- Dragão Beran-Sateau --
when 2493.kill begin
notice_all(""..pc.get_name().." matou o Dragão D'água! Parabéns, Você adiquiriu Gema D'água")
        pc.give_item2(27991, 1)
end
end
end
 
 
(provavelmente funcionará)

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