Siga-nos em...
Follow us on Twitter Follow us on Facebook Watch us on YouTube
Registro

Alpha Servers
Resultados 1 a 1 de 1
  1. #1

    Avatar de UnderZone
    Data de Ingresso
    Feb 2012
    Localização
    Sao goncalo
    Idade
    31
    Posts
    58
    Agradecido
    1
    Peso da Avaliação
    0

    Padrão Enchant Moving Fix

    Código:
    Para remover 
    
    
    --- trunk/gameserver/head-src/com/l2jdemonniac/gameserver/network/clientpackets/RequestEnchantItem.java (revision 12)+++ trunk/gameserver/head-src/com/l2jdemonniac/gameserver/network/clientpackets/RequestEnchantItem.java (revision 349)@@ -98,13 +98,6 @@                        return;                } 
    -               if(activeChar.isMoving())-               {-                       activeChar.setActiveEnchantItem(null);
    -                       activeChar.sendMessage("Can't enchant while moving");
    -                       return;-               }
    -                //fix enchant transactions                if(activeChar.isProcessingTransaction())                {
    
    Para Adicionar 
    
    --- trunk/gameserver/head-src/com/l2jdemonniac/gameserver/network/clientpackets/RequestEnchantItem.java (revision 12)+++ trunk/gameserver/head-src/com/l2jdemonniac/gameserver/network/clientpackets/RequestEnchantItem.java (revision 349)@@ -98,13 +98,6 @@                        return;                }
     +               if(activeChar.isMoving())
    +               {
    +                       activeChar.setActiveEnchantItem(null);
    +                       activeChar.sendMessage("Can't enchant while moving");
    +                       return;+               }
    +                //fix enchant transactions                if(activeChar.isProcessingTransaction())                {

    créditos: allanalcantara
    Última edição por UnderZone; 14-03-2012 às 02:41 PM.

 

 

Informações de Tópico

Usuários Navegando neste Tópico

Há 1 usuários navegando neste tópico. (0 registrados e 1 visitantes)

Tópicos Similares

  1. |Release| Limit enchant nas olympiadas.
    Por UnderZone no fórum L2J -Mods
    Respostas: 0
    Último Post: 13-03-2012, 10:45 PM
  2. NPC de colocar SA sem perder enchant
    Por UnderZone no fórum NPC's
    Respostas: 0
    Último Post: 12-03-2012, 11:29 PM
  3. |Release| [L2JServer][Freya+]Suporte enchant para Scroll Crystal
    Por Over12 no fórum L2J -Mods
    Respostas: 1
    Último Post: 20-05-2011, 12:21 AM

Marcadores

Permissões de Postagem

  • Você não pode iniciar novos tópicos
  • Você não pode enviar respostas
  • Você não pode enviar anexos
  • Você não pode editar suas mensagens
  •