Ir para conteúdo
  • Cadastre-se
  • 0

Mod remove all effects of tvt participants on event start


SCRASH0

Pergunta

2 respostass a esta questão

Posts recomendados


  • 0

Config

+public static boolean TVT_EVENT_REMOVE_BUFFS;

+TVT_EVENT_REMOVE_BUFFS = tvt.getProperty("TvTEventRemoveBuffs", false);

+TvTEventRemoveBuffs = false

 

Dentro do arquivo do tvt procure a Override Run

    @Override
    public void run()

 

  +      for (L2Effect effect : _playerInstance.getAllEffects())
+        {
  +          if (Config.TVT_EVENT_REMOVE_BUFFS && effect != null)
+                effect.exit();
  +      }

Link para o comentário
Compartilhar em outros sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Visitante
Responder esta pergunta...

×   Você colou conteúdo com formatação.   Remover formatação

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Processando...



×
×
  • Criar Novo...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.