antiblock
Cyphriun
  • Chatbox

    You don't have permission to chat.
    Load More
Sign in to follow this  
яคƒคεł รεหค

[Quest]Anel Anti-Exp

1 post in this topic

Tinha Encontrado esta quest, já nem sei onde KKKKK.

Está em uso no meu servidor.

Está quest e totalmente Funcional.

 

Aqui Vai.

 

 

 

quest antiexpring begin
state start begin
when 40004.use with pc.getqf("antiexp") == 0 begin
local anti = pc.get_exp()
pc.setqf("exp", anti)
pc.setqf("antiexp", 1)
timer("antiexptimer", 1)
chat("Anel Anti-Exp foi Ativado! A Partir de Agora não receberás experiência.")
end
when 40004.use with pc.getqf("antiexp") == 1 begin
pc.setqf("antiexp", 0)
chat("Anel Anti-Exp foi desativado! A Partir de Agora receberás experiência.")
end
when kill with pc.getqf("antiexp") == 1 begin
local exp = pc.get_exp()
pc.give_exp2(-exp+pc.getqf("exp"))
end
when antiexptimer.timer with pc.getqf("antiexp") == 1 begin
local exp = pc.get_exp()
pc.give_exp2(-exp+pc.getqf("exp"))
end
end
end

 

 

Share this post


Link to post
Share on other sites
antiblock
Cyphriun

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