antiblock
Elveron
  • Chatbox

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

Drops Em Quest

Question

Boa tarde eu gostaria de saber alguma quest que sempre que mato um moob tenha chance de dropar um item.

tipo eu mato um cão e ao matar tenha probabilidade de dropar imaginem uma espada.

Obrigado. :) 

Share this post


Link to post
Share on other sites

4 answers to this question

  • 0





 when monstro.kill begin

local a = math.random(1,100)

if a <= %desair then

game.drop_item_with_ownership(iddoitem, quantidade)

end

end

Share this post


Link to post
Share on other sites
antiblock
Elveron
  • 0

quest drops_orelhas begin
    state start begin
        when 106.kill begin
            local a = math.random(1,100)
            if a <= 60 then
            game.drop_item_with_ownership(30202, 1)
        end
    end
end

 

O que está errado nesta quest? 

Share this post


Link to post
Share on other sites
  • 0
1 hora atrás, servicesbless disse:

quest drops_orelhas begin
    state start begin
        when 106.kill begin
            local a = math.random(1,100)
            if a <= 60 then
            game.drop_item_with_ownership(30202, 1)
        end
    end
end

 

O que está errado nesta quest? 

 

Falta um 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