Jump to content
  • 0

Help Antharas


Deamnd

Question

I Start The Console and when AI Loads Give me error:

GrandBossManager: Updated Antharas(29019) status to 1
Exception in thread "main" java.lang.NullPointerException
        at com.l2jfrozen.gameserver.ai.special.Antharas_l2j$AntharasSpawn.<init>
(Antharas_l2j.java:389)
        at com.l2jfrozen.gameserver.ai.special.Antharas_l2j.setAntharasSpawnTask
(Antharas_l2j.java:351)
        at com.l2jfrozen.gameserver.ai.special.Antharas_l2j.init(Antharas_l2j.ja
va:252)
        at com.l2jfrozen.gameserver.ai.special.Antharas_l2j.<init>(Antharas_l2j.
java:128)
        at com.l2jfrozen.gameserver.ai.special.manager.AILoader.init(AILoader.ja
va:59)
        at com.l2jfrozen.gameserver.GameServer.main(GameServer.java:479)

Link to comment
Share on other sites

Recommended Posts

  • 0

if(_Zone!=null && _Zone.getCharactersInside() != null) make it like this and try again

The problem is that the zone shouldn't be null so he must solve the mess he got somewhere. Adding a null check you're not solving anything.

I guess that mess wasn't caused coz of removing a null check ^^"

Edited by ^Wyatt
Link to comment
Share on other sites

  • 0

if(_Zone!=null && _Zone.getCharactersInside() != null) make it like this and try again

 

It's the sort of "false-good" solution.

 

What happens now if you got that check ? Stuff related to the zone still won't be covered, but the script will work as if nothing happened. You won't have NPE anymore, but a bigger issue as you won't know anymore what was the original issue. That's more boring to get a silent bug than a crying bug.

 

The issue is the zone is missing, in a matter or another. It can be loading related, it can be data related (wrong coords, zone id overlapping another).

 

Finally, _characterList can't be null (meaning your check is pointless). At worst it's empty, and operations on an empty stuff makes nothing.

protected L2ZoneType(int id)
    {
        _id = id;
        _characterList = new FastMap<Integer, L2Character>().shared();

Final point : THE ZONE MISSES.

Link to comment
Share on other sites

  • 0

l2jserver you use, what revision?

No offense, but please don't reply if you can't help to solve the problem. Since you can't even read the error (see imports and you will know what pack he uses).

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now


  • Posts

    • DISCORD :   utchiha_market   telegram    https://t.me/utchiha_market   SELLIX STORE :   https://utchiha-market.mysellix.io/   Join the server for more products :   https://discord.gg/hoodservices
    • When it comes to encrypting passwords, using a strong hashing algorithm like SHA-256 or bcrypt is recommended. These algorithms help ensure that passwords are securely stored and protected from being easily decrypted.
    • ***CLExt L2OFF Extender Premium Account Save - Auto Login***   We would like to sell account panel for save accounts for server owners or self player.  You can login and save your id and pass accounts or delete it etc.       Price: 100 euro.   ***CLExt L2OFF Extender Premium Auto-Farm Macro System*** We would like to sell Auto-Farm Macro System for server owners or self player.  You can add your potions and your macro to farm your character with your standars.       Price: 100 euro.   If you like to order send me DM or skype zoumhs999.
    • Diablo III, the action-packed hack-and-slash RPG developed by Blizzard Entertainment, has captivated gamers worldwide since its release in 2012. Now, imagine a world where Diablo III's source code is opened up to the community, inviting developers and enthusiasts alike to enhance and refine this beloved game. This topic delves into the possibilities, challenges, and community desires surrounding the idea of Diablo III as an open-source project.   Key Points: 1. Defining Diablo III: Diablo III is an action role-playing game set in the dark fantasy world of Sanctuary. Players traverse through randomized dungeons, battling hordes of demons and collecting loot to strengthen their characters. With its compelling storyline, addictive gameplay mechanics, and rich lore, Diablo III has amassed a dedicated fanbase over the years.   2. Open Source Potential: Opening up the source code of Diablo III could unlock a wealth of opportunities for the game's future. Community developers could introduce new features, enhance existing gameplay elements, and address long-standing issues. The modding community, known for its creativity and innovation, could breathe new life into the game by creating custom content, game modes, and user interface improvements. 3. Community Interest: The question arises - would the gaming community welcome the idea of Diablo III becoming open source? Many players are eager to see the game evolve beyond its current state, with enhancements such as improved balance, expanded end-game content, and enhanced multiplayer features. By involving the community in the development process, Diablo III could foster a stronger sense of ownership and collaboration among its players. 4. Challenges and Considerations: While the concept of Diablo III as an open source is enticing, it also presents several challenges. Ensuring the integrity of the game's balance and preventing cheating would be paramount concerns. Additionally, coordinating development efforts and maintaining a cohesive vision for the game could prove challenging in a community-driven environment. However, with proper oversight and collaboration, these obstacles can be overcome. 5. Is Diablo III an MMORPG? Diablo III is often categorized as an action RPG rather than a traditional MMORPG (massively multiplayer online role-playing game). While it does feature online multiplayer elements, including cooperative play and player-versus-player combat, it lacks the persistent open world typically associated with MMORPGs. Instead, Diablo III focuses on instanced dungeons and smaller-scale multiplayer interactions. The Benefits of Improvement: Improving Diablo III through open-source development could revitalize the game, attracting new players and re-engaging existing fans. By embracing community-driven innovation, Diablo III could remain relevant and enjoyable for years to come. Additionally, fostering an active modding community could extend the game's longevity and create new opportunities for player expression and creativity.   Source code  
  • Topics

×
×
  • Create New...