antiblock
Cyphriun
  • Chatbox

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

[Release] Anel Anti-Exp

16 posts in this topic

Em 10/08/2012 at 13:32, Cσяvσ⋆ disse:

Ora boas comunidade,

Encontrei isto na (epvp) e decidi cá postar esta quest que faz o mesmo que o Anel de Anti-Exp

Traduzi 2 linhas (as mais importantes) porque a original estava em alemão... sim não precisam de agradecer a mim (bizarro).

Code:

 


quest antiexpring beginstate start beginwhen 72501.use with pc.getqf("antiexp") == 0 beginlocal anti = pc.get_exp()pc.setqf("exp", anti)pc.setqf("antiexp", 1)timer("antiexptimer", 1)chat("O anel de AntiExp foi Activado! A partir de agora nao vais receber experiencia")endwhen 72501.use with pc.getqf("antiexp") == 1 beginpc.setqf("antiexp", 0)chat("O anel de AntiExp foi Desactivado! A partir de agora vais receber experiencia normalmente!")endwhen kill with pc.getqf("antiexp") == 1 beginlocal exp = pc.get_exp()pc.give_exp2(-exp+pc.getqf("exp"))endwhen antiexptimer.timer with pc.getqf("antiexp") == 1 beginlocal exp = pc.get_exp()pc.give_exp2(-exp+pc.getqf("exp"))endendend

A quest funciona como o anel, basta clicar na quest para ligar o anel, e clicar de novo para o desligar.

Créditos: .¢єσятєℓ™

PS: Ai esse copy-paste bizarro <.<

Instalei mas continua a ganhar xp.

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