Ir para conteúdo
  • Cadastre-se

nisutal2

Membro
  • Total de itens

    39
  • Registro em

  • Última visita

Sobre nisutal2

Informação do Perfil

  • Gênero
    Masculino

Últimos Visitantes

1209 visualizações

nisutal2's Achievements

Aprendiz de Novato

Aprendiz de Novato (1/14)

13

Reputação

  1. L2FactionEngine (Interlude - Acis 362) Creado por Jeriko90 . Mods : - StartingAdena - Announce Online Players. - Announce Faction Players. - Announce Castle Lords. - Announce Olimpiad Days. - Duration Skill Config . - Custom Spawn Zone. - Expertise Penality - Player Items to Spawn - PVP - PK Custom Title - Subclass Everywhere on Magister. - New Character Title Custom - Command .Buff (Buff List). - Party Teleport Mod - Animation PVP System Config. - Custom Global Drop . Events : - Faction Engine - TVT - Kill The Boss Event - Random Fight Event (4 Configurables Zones). - DeathMatch Event. Security : Anti-PHX Anti-Bots Prevention Captcha. NPC : - Party Teleport - Siege Manager - Faction Manager - Buffer - GK Global Cooming Soon : - CTF - Clan War - Hitman Event [Hidden Content] [Hidden Content] [Hidden Content] [Hidden Content] [Hidden Content] Zonas Aleatorias (recuerden que se pueden cambiar) . [Hidden Content] [Hidden Content] [Hidden Content] [Hidden Content] Estas zonas son de prueba y testeo para ver si funcionaba el sistema. Como asi tambien , para los que lo descarguen y vean este error , en si es un warning ya que recibe un valor null , es decir cuando nadie se registra en el TVT. TvTEventEngine[TvTEvent.startParticipation()]: exception: java.lang.NullPointerException [Hidden Content] Descarga : [Hidden Content] Creditos : Jeriko90 Post Original : Removido Contra as Regras. l2jfactionengine.zip Giran Texture.rar
  2. nisutal2

    java mods

    presiona F2 sobre el error y alli te indicara como proseguir ... Abrazo!
  3. voce tem a svn? o solo compartes el pack?
  4. você leu? na mensagem anterior indica que o arquivo deve olhar (L2PcInstance.java ) e verificar a sua programação. Isto não é copiar e colar para resolver as coisas. Obrigado!
  5. postea el codigo , asi podemos hacer algo mas generico entre todos =) Abrazo!
  6. Primero , recorda que es un foro no un soporte personalizado. Podes buscar este archivo : L2PcInstance.java en tu source. Luego verificas esta clase: public void increasePvpKills(L2Character target) public void increasePvpKills(L2Character target) { if ((target instanceof L2PcInstance) && AntiFeedManager.getInstance().check(this, target)) { setPvpKills(getPvpKills() + 1); // Send a Server->Client UserInfo packet to attacker with its Karma and PK Counter sendPacket(new UserInfo(this)); sendPacket(new ExBrExtraUserInfo(this)); } } Alli postea todo lo que figura . Abrazo
  7. En primer lugar , no es un evento , es un MOD. Segundo lugar , si tenes el source debes tener los SQL , talvez tengas un archivo psc que es un backup para el navicat. Tercero : Cual es la version del PACK. Cuarto : Danos mas detalles del inconveniente. Saludos!
  8. esta funcion autoplay=true hace que funcione automaticamente al abrirlo =)
  9. Buenas tardes, en todo caso deberias ver que columnas hay de diferentes entre tu pack Gracia y este pack H5. Tambien podrias hacer lo siguiente , hacer un backup de los datos de tu actual base de datos e intentar importarla en esta nueva base de datos generada. Posteas los errores y verificamos cuales son los errores y te ayudamos a resolverlo. Saludos!
  10. Por ahora los errores que presento son estos , ya que no se como adaptarlos : [javac] Compiling 1728 source files to C:\Users\OverHit\workspace\aCis_gameserver\build\classes [javac] C:\Users\OverHit\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\Battlefield.java:6: error: package javolution.text does not exist [javac] import javolution.text.TextBuilder; [javac] ^ [javac] C:\Users\OverHit\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\Bomb.java:3: error: package javolution.text does not exist [javac] import javolution.text.TextBuilder; [javac] ^ [javac] C:\Users\OverHit\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\CTF.java:3: error: package javolution.text does not exist [javac] import javolution.text.TextBuilder; [javac] ^ [javac] C:\Users\OverHit\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\Domination.java:3: error: package javolution.text does not exist [javac] import javolution.text.TextBuilder; [javac] ^ [javac] C:\Users\OverHit\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\DoubleDomination.java:17: error: package javolution.text does not exist [javac] import javolution.text.TextBuilder; [javac] ^ [javac] C:\Users\OverHit\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\EventBuffer.java:23: error: package javolution.text does not exist [javac] import javolution.text.TextBuilder; [javac] ^ [javac] C:\Users\OverHit\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\EventManager.java:6: error: package javolution.text does not exist [javac] import javolution.text.TextBuilder; [javac] ^ [javac] C:\Users\OverHit\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\EventStats.java:9: error: package javolution.text does not exist [javac] import javolution.text.TextBuilder; [javac] ^ [javac] C:\Users\OverHit\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\HG.java:3: error: package javolution.text does not exist [javac] import javolution.text.TextBuilder; [javac] ^ [javac] C:\Users\OverHit\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\Korean.java:3: error: package javolution.text does not exist [javac] import javolution.text.TextBuilder; [javac] ^ [javac] C:\Users\OverHit\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\LMS.java:3: error: package javolution.text does not exist [javac] import javolution.text.TextBuilder; [javac] ^ [javac] C:\Users\OverHit\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\Lucky.java:17: error: package javolution.text does not exist [javac] import javolution.text.TextBuilder; [javac] ^ [javac] C:\Users\OverHit\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\Mutant.java:17: error: package javolution.text does not exist [javac] import javolution.text.TextBuilder; [javac] ^ [javac] C:\Users\OverHit\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\RaidBoss.java:3: error: package javolution.text does not exist [javac] import javolution.text.TextBuilder; [javac] ^ [javac] C:\Users\OverHit\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\Russian.java:5: error: package javolution.text does not exist [javac] import javolution.text.TextBuilder; [javac] ^ [javac] C:\Users\OverHit\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\Simon.java:3: error: package javolution.text does not exist [javac] import javolution.text.TextBuilder; [javac] ^ [javac] C:\Users\OverHit\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\Treasure.java:17: error: package javolution.text does not exist [javac] import javolution.text.TextBuilder; [javac] ^ [javac] C:\Users\OverHit\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\TvT.java:3: error: package javolution.text does not exist [javac] import javolution.text.TextBuilder; [javac] ^ [javac] C:\Users\OverHit\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\VIPTvT.java:3: error: package javolution.text does not exist [javac] import javolution.text.TextBuilder; [javac] ^ [javac] C:\Users\OverHit\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\Zombie.java:3: error: package javolution.text does not exist [javac] import javolution.text.TextBuilder; [javac] ^ [javac] C:\Users\OverHit\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\handler\VoicedCommandHandler.java:17: error: package gnu.trove.map.hash does not exist [javac] import gnu.trove.map.hash.TIntObjectHashMap; [javac] ^ [javac] C:\Users\OverHit\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\handler\VoicedCommandHandler.java:28: error: cannot find symbol [javac] private final TIntObjectHashMap<IVoicedCommandHandler> _datatable; [javac] ^ [javac] symbol: class TIntObjectHashMap [javac] location: class VoicedCommandHandler [javac] C:\Users\OverHit\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\handler\admincommandhandlers\AdminEvents.java:19: error: package javolution.text does not exist [javac] import javolution.text.TextBuilder; [javac] ^ [javac] C:\Users\OverHit\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\handler\admincommandhandlers\AdminSpawn.java:23: error: package javolution.text does not exist [javac] import javolution.text.TextBuilder; [javac] ^ [javac] C:\Users\OverHit\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\model\actor\instance\L2EventManagerInstance.java:5: error: package javolution.text does not exist [javac] import javolution.text.TextBuilder; [javac] ^ [javac] C:\Users\OverHit\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\model\L2Skill.java:2025: error: cannot find symbol [javac] if (activeChar.getPet() != targetSummon && !targetSummon.isDead() && (summonOwner.getPvpFlag() != 0 || summonOwner.getKarma() > 0) || (summonOwner.isInsideZone(L2Character.ZONE_PVP) && ((L2PcInstance) activeChar).isInsideZone(L2Character.ZONE_PVP)) || (summonOwner.isInDuel() && ((L2PcInstance) activeChar).isInDuel() && summonOwner.getDuelId() == ((L2PcInstance) activeChar).getDuelId())) [javac] ^ [javac] symbol: variable ZONE_PVP [javac] location: class L2Character [javac] C:\Users\OverHit\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\model\L2Skill.java:2025: error: cannot find symbol [javac] if (activeChar.getPet() != targetSummon && !targetSummon.isDead() && (summonOwner.getPvpFlag() != 0 || summonOwner.getKarma() > 0) || (summonOwner.isInsideZone(L2Character.ZONE_PVP) && ((L2PcInstance) activeChar).isInsideZone(L2Character.ZONE_PVP)) || (summonOwner.isInDuel() && ((L2PcInstance) activeChar).isInDuel() && summonOwner.getDuelId() == ((L2PcInstance) activeChar).getDuelId())) [javac] ^ [javac] symbol: variable ZONE_PVP [javac] location: class L2Character [javac] C:\Users\OverHit\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\model\actor\L2Character.java:1119: error: cannot find symbol [javac] getAI().setIntention(AI_INTENTION_ACTIVE); [javac] ^ [javac] symbol: variable AI_INTENTION_ACTIVE [javac] location: class L2Character [javac] C:\Users\OverHit\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\model\actor\L2Character.java:1125: error: cannot find symbol [javac] getAI().setIntention(AI_INTENTION_ACTIVE); [javac] ^ [javac] symbol: variable AI_INTENTION_ACTIVE [javac] location: class L2Character [javac] C:\Users\OverHit\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\model\actor\L2Character.java:3516: error: cannot find symbol [javac] if (target instanceof L2PcInstance || target instanceof L2Summon) [javac] ^ [javac] symbol: variable target [javac] location: class L2Character [javac] C:\Users\OverHit\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\model\actor\L2Character.java:3516: error: cannot find symbol [javac] if (target instanceof L2PcInstance || target instanceof L2Summon) [javac] ^ [javac] symbol: variable target [javac] location: class L2Character [javac] C:\Users\OverHit\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\model\actor\L2Character.java:3518: error: cannot find symbol [javac] t = target.getActingPlayer(); [javac] ^ [javac] symbol: variable target [javac] location: class L2Character [javac] C:\Users\OverHit\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\model\actor\L2Character.java:3525: error: cannot find symbol [javac] if (!EventManager.getInstance().getCurrentEvent().canAttack(p, target)) [javac] ^ [javac] symbol: variable target [javac] location: class L2Character [javac] C:\Users\OverHit\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\model\actor\instance\L2PcInstance.java:4270: error: cannot find symbol [javac] Announcements.announceToAll(sm); [javac] ^ [javac] symbol: variable Announcements [javac] location: class L2PcInstance [javac] C:\Users\OverHit\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\model\actor\instance\L2PcInstance.java:6747: error: cannot find symbol [javac] if (EventManager.getInstance().isRunning() && EventManager.getInstance().isRegistered(this) && EventManager.getInstance().isRegistered((L2PcInstance) target)) [javac] ^ [javac] symbol: variable target [javac] location: class L2PcInstance [javac] C:\Users\OverHit\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\model\actor\instance\L2PcInstance.java:10574: error: cannot find symbol [javac] if (summonerChar.isInOlympiadMode() || summonerChar.inObserverMode() || summonerChar.isInsideZone(L2Character.ZONE_NOSUMMONFRIEND) || summonerChar.isMounted() || EventManager.getInstance().isRegistered(summonerChar)) [javac] ^ [javac] symbol: variable ZONE_NOSUMMONFRIEND [javac] location: class L2Character [javac] C:\Users\OverHit\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\Event.java:324: error: cannot find symbol [javac] L2PcInstance max = players.head().getNext().getKey(); [javac] ^ [javac] symbol: method head() [javac] location: variable players of type HashMap<L2PcInstance,int[]> [javac] C:\Users\OverHit\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\Event.java:421: error: cannot find symbol [javac] if (team.getScore() > t.getFirst().getScore()) [javac] ^ [javac] symbol: method getFirst() [javac] location: variable t of type ArrayList<EventTeam> [javac] C:\Users\OverHit\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\Event.java:428: error: cannot find symbol [javac] if (team.getScore() == t.getFirst().getScore()) [javac] ^ [javac] symbol: method getFirst() [javac] location: variable t of type ArrayList<EventTeam> [javac] C:\Users\OverHit\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\Event.java:435: error: cannot find symbol [javac] return t.getFirst().getId(); [javac] ^ [javac] symbol: method getFirst() [javac] location: variable t of type ArrayList<EventTeam> [javac] C:\Users\OverHit\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\Event.java:494: error: cannot find symbol [javac] int t = players.head().getNext().getValue()[0]; [javac] ^ [javac] symbol: method head() [javac] location: variable players of type HashMap<L2PcInstance,int[]> [javac] C:\Users\OverHit\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\Event.java:601: error: no suitable method found for removePartyMember(L2PcInstance) [javac] party.removePartyMember(player); [javac] ^ [javac] method L2Party.removePartyMember(String,MessageType) is not applicable [javac] (actual and formal argument lists differ in length) [javac] method L2Party.removePartyMember(L2PcInstance,MessageType) is not applicable [javac] (actual and formal argument lists differ in length) [javac] C:\Users\OverHit\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\Battlefield.java:96: error: cannot find symbol [javac] winnerTeam = players.head().getNext().getValue()[0]; [javac] ^ [javac] symbol: method head() [javac] location: variable players of type HashMap<L2PcInstance,int[]> [javac] C:\Users\OverHit\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\Battlefield.java:135: error: cannot find symbol [javac] TextBuilder sb = new TextBuilder(); [javac] ^ [javac] symbol: class TextBuilder [javac] location: class Battlefield [javac] C:\Users\OverHit\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\Battlefield.java:135: error: cannot find symbol [javac] TextBuilder sb = new TextBuilder(); [javac] ^ [javac] symbol: class TextBuilder [javac] location: class Battlefield [javac] C:\Users\OverHit\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\Battlefield.java:144: error: cannot find symbol [javac] sb.append("<tr><td>" + p.getName() + "</td><td>lvl " + p.getLevel() + "</td><td>" + p.getTemplate().className + "</td><td>" + getScore(p) + "</td></tr>"); [javac] ^ [javac] symbol: variable className [javac] location: class PcTemplate [javac] C:\Users\OverHit\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\Battlefield.java:204: error: cannot find symbol [javac] owners.getEntry(baseSpawn.getKey()).setValue(getTeam(player)); [javac] ^ [javac] symbol: method getEntry(Integer) [javac] location: variable owners of type HashMap<Integer,Integer> [javac] C:\Users\OverHit\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\Bomb.java:34: error: cannot find symbol [javac] explode(bombs.head().getNext().getKey()); [javac] ^ [javac] symbol: method head() [javac] location: variable bombs of type HashMap<L2Spawn,L2PcInstance> [javac] C:\Users\OverHit\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\Bomb.java:35: error: cannot find symbol [javac] bombs.remove(bombs.head().getNext().getKey()); [javac] ^ [javac] symbol: method head() [javac] location: variable bombs of type HashMap<L2Spawn,L2PcInstance> [javac] C:\Users\OverHit\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\Bomb.java:106: error: cannot find symbol [javac] bombs.tail().getPrevious().getKey().getLastSpawn().setTitle((getTeam(player) == 1 ? "Blue" : "Red")); [javac] ^ [javac] symbol: method tail() [javac] location: variable bombs of type HashMap<L2Spawn,L2PcInstance> [javac] C:\Users\OverHit\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\Bomb.java:107: error: cannot find symbol [javac] bombs.tail().getPrevious().getKey().getLastSpawn().broadcastStatusUpdate(); [javac] ^ [javac] symbol: method tail() [javac] location: variable bombs of type HashMap<L2Spawn,L2PcInstance> [javac] C:\Users\OverHit\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\Bomb.java:110: error: cannot find symbol [javac] p.sendPacket(new NpcInfo(bombs.tail().getPrevious().getKey().getLastSpawn(), p)); [javac] ^ [javac] symbol: method tail() [javac] location: variable bombs of type HashMap<L2Spawn,L2PcInstance> [javac] C:\Users\OverHit\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\Bomb.java:118: error: cannot find symbol [javac] winnerTeam = players.head().getNext().getValue()[0]; [javac] ^ [javac] symbol: method head() [javac] location: variable players of type HashMap<L2PcInstance,int[]> [javac] C:\Users\OverHit\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\Bomb.java:152: error: cannot find symbol [javac] bomb.getLastSpawn().broadcastPacket(new MagicSkillUse(bomb.getLastSpawn(), (L2PcInstance) victims.head().getNext().getValue(), 18, 1, 0, 0)); [javac] ^ [javac] symbol: method head() [javac] location: variable victims of type ArrayList<L2Object> [javac] C:\Users\OverHit\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\Bomb.java:212: error: cannot find symbol [javac] TextBuilder sb = new TextBuilder(); [javac] ^ [javac] symbol: class TextBuilder [javac] location: class Bomb [javac] C:\Users\OverHit\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\Bomb.java:212: error: cannot find symbol [javac] TextBuilder sb = new TextBuilder(); [javac] ^ [javac] symbol: class TextBuilder [javac] location: class Bomb [javac] C:\Users\OverHit\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\CTF.java:104: error: cannot find symbol [javac] winnerTeam = players.head().getNext().getValue()[0]; [javac] ^ [javac] symbol: method head() [javac] location: variable players of type HashMap<L2PcInstance,int[]> [javac] C:\Users\OverHit\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\CTF.java:332: error: cannot find symbol [javac] TextBuilder sb = new TextBuilder(); [javac] ^ [javac] symbol: class TextBuilder [javac] location: class CTF [javac] C:\Users\OverHit\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\CTF.java:332: error: cannot find symbol [javac] TextBuilder sb = new TextBuilder(); [javac] ^ [javac] symbol: class TextBuilder [javac] location: class CTF [javac] C:\Users\OverHit\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\DM.java:107: error: cannot find symbol [javac] sb.append("<tr><td>" + p.getName() + "</td><td>lvl " + p.getLevel() + "</td><td>" + p.getTemplate().className + "</td><td>" + getScore(p) + "</td></tr>"); [javac] ^ [javac] symbol: variable className [javac] location: class PcTemplate [javac] C:\Users\OverHit\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\Domination.java:94: error: cannot find symbol [javac] if (Math.sqrt(player.getPlanDistanceSq(zones.getFirst().getLastSpawn().getX(), zones.getFirst().getLastSpawn().getY())) <= getInt("zoneRadius")) [javac] ^ [javac] symbol: method getFirst() [javac] location: variable zones of type ArrayList<L2Spawn> [javac] C:\Users\OverHit\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\Domination.java:94: error: cannot find symbol [javac] if (Math.sqrt(player.getPlanDistanceSq(zones.getFirst().getLastSpawn().getX(), zones.getFirst().getLastSpawn().getY())) <= getInt("zoneRadius")) [javac] ^ [javac] symbol: method getFirst() [javac] location: variable zones of type ArrayList<L2Spawn> [javac] C:\Users\OverHit\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\Domination.java:99: error: cannot find symbol [javac] if (Math.sqrt(player.getPlanDistanceSq(zones.getFirst().getLastSpawn().getX(), zones.getFirst().getLastSpawn().getY())) <= getInt("zoneRadius")) [javac] ^ [javac] symbol: method getFirst() [javac] location: variable zones of type ArrayList<L2Spawn> [javac] C:\Users\OverHit\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\Domination.java:99: error: cannot find symbol [javac] if (Math.sqrt(player.getPlanDistanceSq(zones.getFirst().getLastSpawn().getX(), zones.getFirst().getLastSpawn().getY())) <= getInt("zoneRadius")) [javac] ^ [javac] symbol: method getFirst() [javac] location: variable zones of type ArrayList<L2Spawn> [javac] C:\Users\OverHit\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\Domination.java:149: error: cannot find symbol [javac] TextBuilder sb = new TextBuilder(); [javac] ^ [javac] symbol: class TextBuilder [javac] location: class Domination [javac] C:\Users\OverHit\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\Domination.java:149: error: cannot find symbol [javac] TextBuilder sb = new TextBuilder(); [javac] ^ [javac] symbol: class TextBuilder [javac] location: class Domination [javac] C:\Users\OverHit\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\DoubleDomination.java:124: error: cannot find symbol [javac] zones.getEntry(zone).setValue(1); [javac] ^ [javac] symbol: method getEntry(L2Spawn) [javac] location: variable zones of type HashMap<L2Spawn,Integer> [javac] C:\Users\OverHit\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\DoubleDomination.java:127: error: cannot find symbol [javac] zones.getEntry(zone).setValue(2); [javac] ^ [javac] symbol: method getEntry(L2Spawn) [javac] location: variable zones of type HashMap<L2Spawn,Integer> [javac] C:\Users\OverHit\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\DoubleDomination.java:130: error: cannot find symbol [javac] zones.getEntry(zone).setValue(0); [javac] ^ [javac] symbol: method getEntry(L2Spawn) [javac] location: variable zones of type HashMap<L2Spawn,Integer> [javac] C:\Users\OverHit\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\DoubleDomination.java:219: error: cannot find symbol [javac] TextBuilder sb = new TextBuilder(); [javac] ^ [javac] symbol: class TextBuilder [javac] location: class DoubleDomination [javac] C:\Users\OverHit\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\DoubleDomination.java:219: error: cannot find symbol [javac] TextBuilder sb = new TextBuilder(); [javac] ^ [javac] symbol: class TextBuilder [javac] location: class DoubleDomination [javac] C:\Users\OverHit\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\EventBuffer.java:119: error: cannot find symbol [javac] buffTemplates.getEntry(rset.getString("player")).setValue(templist); [javac] ^ [javac] symbol: method getEntry(String) [javac] location: variable buffTemplates of type HashMap<String,ArrayList<Integer>> [javac] C:\Users\OverHit\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\EventBuffer.java:172: error: cannot find symbol [javac] TextBuilder sb = new TextBuilder(); [javac] ^ [javac] symbol: class TextBuilder [javac] location: class EventBuffer [javac] C:\Users\OverHit\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\EventBuffer.java:172: error: cannot find symbol [javac] TextBuilder sb = new TextBuilder(); [javac] ^ [javac] symbol: class TextBuilder [javac] location: class EventBuffer [javac] C:\Users\OverHit\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\EventBuffer.java:213: error: cannot find symbol [javac] TextBuilder sb = new TextBuilder(); [javac] ^ [javac] symbol: class TextBuilder [javac] location: class EventBuffer [javac] C:\Users\OverHit\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\EventBuffer.java:213: error: cannot find symbol [javac] TextBuilder sb = new TextBuilder(); [javac] ^ [javac] symbol: class TextBuilder [javac] location: class EventBuffer [javac] C:\Users\OverHit\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\EventManager.java:80: error: cannot find symbol [javac] TextBuilder sb = new TextBuilder(); [javac] ^ [javac] symbol: class TextBuilder [javac] location: class EventManager.Countdown [javac] C:\Users\OverHit\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\EventManager.java:80: error: cannot find symbol [javac] TextBuilder sb = new TextBuilder(); [javac] ^ [javac] symbol: class TextBuilder [javac] location: class EventManager.Countdown [javac] C:\Users\OverHit\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\EventManager.java:110: error: cannot find symbol [javac] for (L2PcInstance player : L2World.getInstance().getAllPlayers().values()) [javac] ^ [javac] symbol: method getAllPlayers() [javac] location: class L2World [javac] C:\Users\OverHit\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\EventManager.java:254: error: cannot find symbol [javac] players.removeLast(); [javac] ^ [javac] symbol: method removeLast() [javac] location: variable players of type ArrayList<L2PcInstance> [javac] C:\Users\OverHit\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\EventManager.java:259: error: cannot find symbol [javac] players.removeLast(); [javac] ^ [javac] symbol: method removeLast() [javac] location: variable players of type ArrayList<L2PcInstance> [javac] C:\Users\OverHit\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\EventManager.java:676: error: cannot find symbol [javac] temp.getEntry(vote).setValue(old); [javac] ^ [javac] symbol: method getEntry(int) [javac] location: variable temp of type HashMap<Integer,Integer> [javac] C:\Users\OverHit\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\EventManager.java:680: error: cannot find symbol [javac] int max = temp.head().getNext().getValue(); [javac] ^ [javac] symbol: method head() [javac] location: variable temp of type HashMap<Integer,Integer> [javac] C:\Users\OverHit\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\EventManager.java:681: error: cannot find symbol [javac] int result = temp.head().getNext().getKey(); [javac] ^ [javac] symbol: method head() [javac] location: variable temp of type HashMap<Integer,Integer> [javac] C:\Users\OverHit\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\EventManager.java:788: error: cannot find symbol [javac] TextBuilder sb = new TextBuilder(); [javac] ^ [javac] symbol: class TextBuilder [javac] location: class EventManager [javac] C:\Users\OverHit\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\EventManager.java:788: error: cannot find symbol [javac] TextBuilder sb = new TextBuilder(); [javac] ^ [javac] symbol: class TextBuilder [javac] location: class EventManager [javac] C:\Users\OverHit\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\EventStats.java:93: error: cannot find symbol [javac] TextBuilder sb = new TextBuilder(); [javac] ^ [javac] symbol: class TextBuilder [javac] location: class EventStats [javac] C:\Users\OverHit\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\EventStats.java:93: error: cannot find symbol [javac] TextBuilder sb = new TextBuilder(); [javac] ^ [javac] symbol: class TextBuilder [javac] location: class EventStats [javac] C:\Users\OverHit\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\EventStats.java:202: error: cannot find symbol [javac] TextBuilder sb = new TextBuilder(); [javac] ^ [javac] symbol: class TextBuilder [javac] location: class EventStats [javac] C:\Users\OverHit\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\EventStats.java:202: error: cannot find symbol [javac] TextBuilder sb = new TextBuilder(); [javac] ^ [javac] symbol: class TextBuilder [javac] location: class EventStats [javac] C:\Users\OverHit\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\HG.java:85: error: cannot find symbol [javac] winnerTeam = players.head().getNext().getValue()[0]; [javac] ^ [javac] symbol: method head() [javac] location: variable players of type HashMap<L2PcInstance,int[]> [javac] C:\Users\OverHit\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\HG.java:144: error: cannot find symbol [javac] TextBuilder sb = new TextBuilder(); [javac] ^ [javac] symbol: class TextBuilder [javac] location: class HG [javac] C:\Users\OverHit\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\HG.java:144: error: cannot find symbol [javac] TextBuilder sb = new TextBuilder(); [javac] ^ [javac] symbol: class TextBuilder [javac] location: class HG [javac] C:\Users\OverHit\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\HG.java:182: error: method createItem in class ItemTable cannot be applied to given types; [javac] ItemInstance bow = ItemTable.getInstance().createItem("Hunting Grounds", 9999, 1, null); [javac] ^ [javac] required: String,int,int,L2PcInstance,L2Object [javac] found: String,int,int,<null> [javac] reason: actual and formal argument lists differ in length [javac] C:\Users\OverHit\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\Korean.java:88: error: cannot find symbol [javac] winnerTeam = players.head().getNext().getValue()[0]; [javac] ^ [javac] symbol: method head() [javac] location: variable players of type HashMap<L2PcInstance,int[]> [javac] C:\Users\OverHit\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\Korean.java:223: error: cannot find symbol [javac] TextBuilder sb = new TextBuilder(); [javac] ^ [javac] symbol: class TextBuilder [javac] location: class Korean [javac] C:\Users\OverHit\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\Korean.java:223: error: cannot find symbol [javac] TextBuilder sb = new TextBuilder(); [javac] ^ [javac] symbol: class TextBuilder [javac] location: class Korean [javac] C:\Users\OverHit\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\LMS.java:111: error: cannot find symbol [javac] TextBuilder sb = new TextBuilder(); [javac] ^ [javac] symbol: class TextBuilder [javac] location: class LMS [javac] C:\Users\OverHit\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\LMS.java:111: error: cannot find symbol [javac] TextBuilder sb = new TextBuilder(); [javac] ^ [javac] symbol: class TextBuilder [javac] location: class LMS [javac] C:\Users\OverHit\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\Lucky.java:162: error: cannot find symbol [javac] TextBuilder sb = new TextBuilder(); [javac] ^ [javac] symbol: class TextBuilder [javac] location: class Lucky [javac] 100 errors - Cambio FastList a ArrayList. - Cambio FastMap a HashMap. - Cambio javolution a java. Abrazo! Nuevos errores : [javac] C:\Users\lineage\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\handler\VoicedCommandHandler.java:27: error: cannot find symbol [javac] private final Map<IVoicedCommandHandler> _datatable; [javac] ^ [javac] symbol: class Map [javac] location: class VoicedCommandHandler [javac] C:\Users\lineage\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\model\L2Skill.java:2025: error: cannot find symbol [javac] if (activeChar.getPet() != targetSummon && !targetSummon.isDead() && (summonOwner.getPvpFlag() != 0 || summonOwner.getKarma() > 0) || (summonOwner.isInsideZone(L2Character.ZoneId.PVP) && ((L2PcInstance) activeChar).isInsideZone(L2Character.ZoneId.PVP)) || (summonOwner.isInDuel() && ((L2PcInstance) activeChar).isInDuel() && summonOwner.getDuelId() == ((L2PcInstance) activeChar).getDuelId())) [javac] ^ [javac] symbol: variable ZoneId [javac] location: class L2Character [javac] C:\Users\lineage\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\model\L2Skill.java:2025: error: cannot find symbol [javac] if (activeChar.getPet() != targetSummon && !targetSummon.isDead() && (summonOwner.getPvpFlag() != 0 || summonOwner.getKarma() > 0) || (summonOwner.isInsideZone(L2Character.ZoneId.PVP) && ((L2PcInstance) activeChar).isInsideZone(L2Character.ZoneId.PVP)) || (summonOwner.isInDuel() && ((L2PcInstance) activeChar).isInDuel() && summonOwner.getDuelId() == ((L2PcInstance) activeChar).getDuelId())) [javac] ^ [javac] symbol: variable ZoneId [javac] location: class L2Character [javac] C:\Users\lineage\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\model\actor\instance\L2PcInstance.java:10576: error: cannot find symbol [javac] if (summonerChar.isInOlympiadMode() || summonerChar.inObserverMode() || summonerChar.isInsideZone(L2Character.ZoneId.NO_SUMMON_FRIEND) || summonerChar.isMounted() || EventManager.getInstance().isRegistered(summonerChar)) [javac] ^ [javac] symbol: variable ZoneId [javac] location: class L2Character [javac] C:\Users\lineage\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\Event.java:324: error: cannot find symbol [javac] L2PcInstance max = players.head().getNext().getKey(); [javac] ^ [javac] symbol: method head() [javac] location: variable players of type HashMap<L2PcInstance,int[]> [javac] C:\Users\lineage\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\Event.java:421: error: cannot find symbol [javac] if (team.getScore() > t.getFirst().getScore()) [javac] ^ [javac] symbol: method getFirst() [javac] location: variable t of type ArrayList<EventTeam> [javac] C:\Users\lineage\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\Event.java:428: error: cannot find symbol [javac] if (team.getScore() == t.getFirst().getScore()) [javac] ^ [javac] symbol: method getFirst() [javac] location: variable t of type ArrayList<EventTeam> [javac] C:\Users\lineage\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\Event.java:435: error: cannot find symbol [javac] return t.getFirst().getId(); [javac] ^ [javac] symbol: method getFirst() [javac] location: variable t of type ArrayList<EventTeam> [javac] C:\Users\lineage\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\Event.java:494: error: cannot find symbol [javac] int t = players.head().getNext().getValue()[0]; [javac] ^ [javac] symbol: method head() [javac] location: variable players of type HashMap<L2PcInstance,int[]> [javac] C:\Users\lineage\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\Battlefield.java:96: error: cannot find symbol [javac] winnerTeam = players.head().getNext().getValue()[0]; [javac] ^ [javac] symbol: method head() [javac] location: variable players of type HashMap<L2PcInstance,int[]> [javac] C:\Users\lineage\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\Battlefield.java:204: error: cannot find symbol [javac] owners.getEntry(baseSpawn.getKey()).setValue(getTeam(player)); [javac] ^ [javac] symbol: method getEntry(Integer) [javac] location: variable owners of type HashMap<Integer,Integer> [javac] C:\Users\lineage\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\Bomb.java:34: error: cannot find symbol [javac] explode(bombs.head().getNext().getKey()); [javac] ^ [javac] symbol: method head() [javac] location: variable bombs of type HashMap<L2Spawn,L2PcInstance> [javac] C:\Users\lineage\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\Bomb.java:35: error: cannot find symbol [javac] bombs.remove(bombs.head().getNext().getKey()); [javac] ^ [javac] symbol: method head() [javac] location: variable bombs of type HashMap<L2Spawn,L2PcInstance> [javac] C:\Users\lineage\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\Bomb.java:106: error: cannot find symbol [javac] bombs.tail().getPrevious().getKey().getLastSpawn().setTitle((getTeam(player) == 1 ? "Blue" : "Red")); [javac] ^ [javac] symbol: method tail() [javac] location: variable bombs of type HashMap<L2Spawn,L2PcInstance> [javac] C:\Users\lineage\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\Bomb.java:107: error: cannot find symbol [javac] bombs.tail().getPrevious().getKey().getLastSpawn().broadcastStatusUpdate(); [javac] ^ [javac] symbol: method tail() [javac] location: variable bombs of type HashMap<L2Spawn,L2PcInstance> [javac] C:\Users\lineage\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\Bomb.java:110: error: cannot find symbol [javac] p.sendPacket(new NpcInfo(bombs.tail().getPrevious().getKey().getLastSpawn(), p)); [javac] ^ [javac] symbol: method tail() [javac] location: variable bombs of type HashMap<L2Spawn,L2PcInstance> [javac] C:\Users\lineage\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\Bomb.java:118: error: cannot find symbol [javac] winnerTeam = players.head().getNext().getValue()[0]; [javac] ^ [javac] symbol: method head() [javac] location: variable players of type HashMap<L2PcInstance,int[]> [javac] C:\Users\lineage\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\Bomb.java:152: error: cannot find symbol [javac] bomb.getLastSpawn().broadcastPacket(new MagicSkillUse(bomb.getLastSpawn(), (L2PcInstance) victims.head().getNext().getValue(), 18, 1, 0, 0)); [javac] ^ [javac] symbol: method head() [javac] location: variable victims of type ArrayList<L2Object> [javac] C:\Users\lineage\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\CTF.java:104: error: cannot find symbol [javac] winnerTeam = players.head().getNext().getValue()[0]; [javac] ^ [javac] symbol: method head() [javac] location: variable players of type HashMap<L2PcInstance,int[]> [javac] C:\Users\lineage\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\Domination.java:94: error: cannot find symbol [javac] if (Math.sqrt(player.getPlanDistanceSq(zones.getFirst().getLastSpawn().getX(), zones.getFirst().getLastSpawn().getY())) <= getInt("zoneRadius")) [javac] ^ [javac] symbol: method getFirst() [javac] location: variable zones of type ArrayList<L2Spawn> [javac] C:\Users\lineage\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\Domination.java:94: error: cannot find symbol [javac] if (Math.sqrt(player.getPlanDistanceSq(zones.getFirst().getLastSpawn().getX(), zones.getFirst().getLastSpawn().getY())) <= getInt("zoneRadius")) [javac] ^ [javac] symbol: method getFirst() [javac] location: variable zones of type ArrayList<L2Spawn> [javac] C:\Users\lineage\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\Domination.java:99: error: cannot find symbol [javac] if (Math.sqrt(player.getPlanDistanceSq(zones.getFirst().getLastSpawn().getX(), zones.getFirst().getLastSpawn().getY())) <= getInt("zoneRadius")) [javac] ^ [javac] symbol: method getFirst() [javac] location: variable zones of type ArrayList<L2Spawn> [javac] C:\Users\lineage\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\Domination.java:99: error: cannot find symbol [javac] if (Math.sqrt(player.getPlanDistanceSq(zones.getFirst().getLastSpawn().getX(), zones.getFirst().getLastSpawn().getY())) <= getInt("zoneRadius")) [javac] ^ [javac] symbol: method getFirst() [javac] location: variable zones of type ArrayList<L2Spawn> [javac] C:\Users\lineage\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\DoubleDomination.java:124: error: cannot find symbol [javac] zones.getEntry(zone).setValue(1); [javac] ^ [javac] symbol: method getEntry(L2Spawn) [javac] location: variable zones of type HashMap<L2Spawn,Integer> [javac] C:\Users\lineage\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\DoubleDomination.java:127: error: cannot find symbol [javac] zones.getEntry(zone).setValue(2); [javac] ^ [javac] symbol: method getEntry(L2Spawn) [javac] location: variable zones of type HashMap<L2Spawn,Integer> [javac] C:\Users\lineage\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\DoubleDomination.java:130: error: cannot find symbol [javac] zones.getEntry(zone).setValue(0); [javac] ^ [javac] symbol: method getEntry(L2Spawn) [javac] location: variable zones of type HashMap<L2Spawn,Integer> [javac] C:\Users\lineage\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\EventBuffer.java:119: error: cannot find symbol [javac] buffTemplates.getEntry(rset.getString("player")).setValue(templist); [javac] ^ [javac] symbol: method getEntry(String) [javac] location: variable buffTemplates of type HashMap<String,ArrayList<Integer>> [javac] C:\Users\lineage\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\EventManager.java:254: error: cannot find symbol [javac] players.removeLast(); [javac] ^ [javac] symbol: method removeLast() [javac] location: variable players of type ArrayList<L2PcInstance> [javac] C:\Users\lineage\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\EventManager.java:259: error: cannot find symbol [javac] players.removeLast(); [javac] ^ [javac] symbol: method removeLast() [javac] location: variable players of type ArrayList<L2PcInstance> [javac] C:\Users\lineage\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\EventManager.java:676: error: cannot find symbol [javac] temp.getEntry(vote).setValue(old); [javac] ^ [javac] symbol: method getEntry(int) [javac] location: variable temp of type HashMap<Integer,Integer> [javac] C:\Users\lineage\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\EventManager.java:680: error: cannot find symbol [javac] int max = temp.head().getNext().getValue(); [javac] ^ [javac] symbol: method head() [javac] location: variable temp of type HashMap<Integer,Integer> [javac] C:\Users\lineage\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\EventManager.java:681: error: cannot find symbol [javac] int result = temp.head().getNext().getKey(); [javac] ^ [javac] symbol: method head() [javac] location: variable temp of type HashMap<Integer,Integer> [javac] C:\Users\lineage\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\HG.java:85: error: cannot find symbol [javac] winnerTeam = players.head().getNext().getValue()[0]; [javac] ^ [javac] symbol: method head() [javac] location: variable players of type HashMap<L2PcInstance,int[]> [javac] C:\Users\lineage\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\HG.java:182: error: method createItem in class ItemTable cannot be applied to given types; [javac] ItemInstance bow = ItemTable.getInstance().createItem("Hunting Grounds", 9999, 1, null); [javac] ^ [javac] required: String,int,int,L2PcInstance,L2Object [javac] found: String,int,int,<null> [javac] reason: actual and formal argument lists differ in length [javac] C:\Users\lineage\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\Korean.java:88: error: cannot find symbol [javac] winnerTeam = players.head().getNext().getValue()[0]; [javac] ^ [javac] symbol: method head() [javac] location: variable players of type HashMap<L2PcInstance,int[]> [javac] C:\Users\lineage\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\RaidBoss.java:86: error: cannot find symbol [javac] winnerTeam = players.head().getNext().getValue()[0]; [javac] ^ [javac] symbol: method head() [javac] location: variable players of type HashMap<L2PcInstance,int[]> [javac] C:\Users\lineage\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\Russian.java:74: error: cannot find symbol [javac] chose.reset(); [javac] ^ [javac] symbol: method reset() [javac] location: variable chose of type ArrayList<L2PcInstance> [javac] C:\Users\lineage\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\Russian.java:120: error: cannot find symbol [javac] L2PcInstance winner = players.head().getNext().getKey(); [javac] ^ [javac] symbol: method head() [javac] location: variable players of type HashMap<L2PcInstance,int[]> [javac] C:\Users\lineage\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\Simon.java:110: error: cannot find symbol [javac] winner = players.head().getNext().getKey(); [javac] ^ [javac] symbol: method head() [javac] location: variable players of type HashMap<L2PcInstance,int[]> [javac] C:\Users\lineage\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\Simon.java:164: error: cannot find symbol [javac] winner = getPlayersWithStatus(0).head().getNext().getValue(); [javac] ^ [javac] symbol: method head() [javac] location: class ArrayList<L2PcInstance> [javac] C:\Users\lineage\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\Simon.java:172: error: cannot find symbol [javac] winner = getPlayersWithStatus(1).head().getNext().getValue(); [javac] ^ [javac] symbol: method head() [javac] location: class ArrayList<L2PcInstance> [javac] C:\Users\lineage\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\Simon.java:198: error: cannot find symbol [javac] winner = getPlayersWithStatus(1).head().getNext().getValue(); [javac] ^ [javac] symbol: method head() [javac] location: class ArrayList<L2PcInstance> [javac] C:\Users\lineage\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\TvT.java:81: error: cannot find symbol [javac] winnerTeam = players.head().getNext().getValue()[0]; [javac] ^ [javac] symbol: method head() [javac] location: variable players of type HashMap<L2PcInstance,int[]> [javac] C:\Users\lineage\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\VIPTvT.java:85: error: cannot find symbol [javac] winnerTeam = players.head().getNext().getValue()[0]; [javac] ^ [javac] symbol: method head() [javac] location: variable players of type HashMap<L2PcInstance,int[]> [javac] C:\Users\lineage\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\VIPTvT.java:126: error: cannot find symbol [javac] vips.getEntry(team).setValue(newvip); [javac] ^ [javac] symbol: method getEntry(int) [javac] location: variable vips of type HashMap<Integer,L2PcInstance> [javac] C:\Users\lineage\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\Zombie.java:102: error: cannot find symbol [javac] return getPlayersWithStatus(0).head().getNext().getValue(); [javac] ^ [javac] symbol: method head() [javac] location: class ArrayList<L2PcInstance> [javac] C:\Users\lineage\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\event\Zombie.java:208: error: method createItem in class ItemTable cannot be applied to given types; [javac] ItemInstance bow = ItemTable.getInstance().createItem("Zombies", 9999, 1, null); [javac] ^ [javac] required: String,int,int,L2PcInstance,L2Object [javac] found: String,int,int,<null> [javac] reason: actual and formal argument lists differ in length [javac] C:\Users\lineage\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\handler\chathandlers\ChatAll.java:70: error: cannot find symbol [javac] for (L2PcInstance player : activeChar.getKnownList().getKnownPlayers()) [javac] ^ [javac] symbol: method getKnownPlayers() [javac] location: class PcKnownList [javac] C:\Users\lineage\workspace\aCis_gameserver\java\net\sf\l2j\gameserver\handler\usercommandhandlers\Escape.java:45: error: incompatible types: L2PcInstance cannot be converted to int [javac] if (EventManager.getInstance().isRegistered(activeChar) || activeChar.isCastingNow() || activeChar.isSitting() || activeChar.isMovementDisabled() || activeChar.isOutOfControl() || activeChar.isInOlympiadMode() || activeChar.inObserverMode() || activeChar.isFestivalParticipant() || activeChar.isInJail() || (GrandBossManager.getInstance().getZoneById(activeChar) != null && !activeChar.isGM())) [javac] ^ [javac] Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output [javac] 49 errors
  11. Boa noite, eu digo-lhes eu tenho esse erro em um código que estou implementando para você que é a facção triplo para Acis versão 5 (fonte livre ) . E eu encontrar esses erros. erros: ESP: Buenas noches , les comento que tengo este error en un codigo que estoy implementando para ustedes que es el Triple Faction para Acis version 5 (free source). Y me encuentro con estos errores . Errores : [javac] C:\Users\server\workspace\aCis_public\aCis_gameserver\java\net\sf\l2j\gameserver\model\actor\instance\L2FactTeleporterInstance.java:37: error: class L2FactionInstance is public, should be declared in a file named L2FactionInstance.java [javac] public class L2FactionInstance [javac] ^ [javac] C:\Users\server\workspace\aCis_public\aCis_gameserver\java\net\sf\l2j\gameserver\model\actor\instance\L2FactionInstance.java:44: error: duplicate class: net.sf.l2j.gameserver.model.actor.instance.L2FactionInstance [javac] public class L2FactionInstance extends L2NpcInstance [javac] ^ [javac] C:\Users\server\workspace\aCis_public\aCis_gameserver\java\net\sf\l2j\gameserver\model\actor\instance\L2FactTeleporterInstance.java:44: error: cannot find symbol [javac] private static final Logger _log = Logger.getLogger(L2FactionInstance.class.getName()); [javac] ^ [javac] symbol: class Logger [javac] location: class L2FactionInstance [javac] C:\Users\server\workspace\aCis_public\aCis_gameserver\java\net\sf\l2j\gameserver\model\entity\FactionMaps.java:29: error: cannot access L2FactTeleporterInstance [javac] import net.sf.l2j.gameserver.model.actor.instance.L2FactTeleporterInstance; [javac] ^ [javac] bad source file: C:\Users\server\workspace\aCis_public\aCis_gameserver\java\net\sf\l2j\gameserver\model\actor\instance\L2FactTeleporterInstance.java [javac] file does not contain class net.sf.l2j.gameserver.model.actor.instance.L2FactTeleporterInstance [javac] Please remove or make sure it appears in the correct subdirectory of the sourcepath. Lineas : Linhea 37 , Arquivo L2FactTeleporterInstance.java : ESP : Linea :37 , Archivo L2FactTeleporterInstance.java : public class L2FactionInstance Linhea : 44 Arquivo L2FactionInstance.java : ESP : Linea :44 , Archivo L2FactionInstance.java : public class L2FactionInstance extends L2NpcInstance Linhea : 44 Arquivo L2FactTeleporterInstance.java : Linea :44 , Archivo L2FactTeleporterInstance.java : private static final Logger _log = Logger.getLogger(L2FactionInstance.class.getName()); Linhea : 29 Arquivo FactionMaps.java : Linea :29 , Archivo FactionMaps.java : import net.sf.l2j.gameserver.model.actor.instance.L2FactTeleporterInstance; Desde já muito obrigado pela ajuda. Com isso, vamos ter uma base de uma facção Triplo com mods para adicionar uma fonte aberta =). Abraços : elogios : PS: Eu espero que você gosta de meus projetos de correio ( ego xD ) . ESP: Desde ya muchas gracias por la ayuda. Con esto estaremos teniendo una base de un Triple faction con mods a agregar en un open source =) . Abrazos :alabar: PD : Espero que les guste los diseños de mis post (ego xD) .
  12. Que pack estas utilizando? . Verifica si en tu pack tenes una opcion asi . CheckSkillOnEnter = True Activala , la cual hace que cada logueo chequee que tenga los skills correspondientes a su clase solamente. Saludos!
×
×
  • 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.