Ir para conteúdo
  • Cadastre-se
  • 0

bosszone por IP


Kef95

Pergunta

Hola muchachos!!
Necesito 2 cosas para l2jfrozen 1132

1.el código ,1 jugador permitido dentro de la zona(onEnter zona, 1 permite entrar por HWID/IP y segundo teleport~> giran).

2. Tambien codigo para 1 HWID  recibir farm iten.(yo había visto eso en l2jbrasil).

gracias de antemano!!!


 

Spoiler

   protected void onEnter(final L2Character character)
    {
        if (_enabled)
        {
            if (character instanceof L2PcInstance)
            {
                // Thread.dumpStack();
                L2PcInstance player = (L2PcInstance) character;
                
                if (player.isGM() || Config.ALLOW_DIRECT_TP_TO_BOSS_ROOM)
                {
                    player.sendMessage("You entered " + _zoneName);

 

Link para o comentário
Compartilhar em outros sites

1 resposta a esta questão

Posts recomendados


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.