antiblock
Rodnia | Alpha & Omega
  • Chatbox

    You don't have permission to chat.
    Load More
  • 0
Renanhideki

[QUEST] Caixa do Aprendiz

Question

Boas, gostaria de saber se alguem tem a quest da caixa do aprendiz,

aquela que o player vai abrindo a cada 10 level, e vem itens dentro e 

só pode abrir a caixa apartir dos niveis das caixas ..

igual dos oficiais .

 

Share this post


Link to post
Share on other sites

1 answer to this question

  • 0

Pode fechar , já conseguir.

Deixarei aqui para quem quiser utilizar a quest

 

 

 

quest lv5 begin
    state start begin
        when levelup with pc.get_level() == 5 begin 
            pc.give_item2(50187,1)
                chat("Você recebeu uma caixa .")
        end
        when 50187.use begin
            pc.give_item2(25040)
            pc.give_item2(189)
            pc.give_item2(19)
            pc.remove_item(50187)
        end
    end
end

 

 

Créditos = GM-GoodTrip 

ele postou a Base da quest . 

Eu apenas implementei o drop da caixa ...

Share this post


Link to post
Share on other sites
antiblock
Rodnia | Alpha & Omega

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