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

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.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  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.



  • Posts

    • rename the l2.bin into l2.exe
    • L2LIVE.PRO- Dynamic Mid-rates Essence Seven Signs GRAND OPENING - July 5, 20:00 GMT+3 (EEST) TEST SERVER IS OPEN - COME AND CHECK IT OUT TODAY! Join our community and be part of it at: https://www.l2live.pro https://discord.gg/k3NMgR4Dmu   Server description * EXP/SP: Dynamic (x1- x100 based on your level, *before* Sayha and EXP buffs * Adena: x50 / Item Drop: x10 / Fishing EXP increased / Attribute EXP increased * Simplified gameplay to stay in the loop while not spending hours and hours farming * Starter Pack containing very useful items for beginners * MP replenishing potions with auto-consumption * No overpowered donations L2LIVE shop * All spellbook coupons, pet spellbook coupons and master books are sold via Game Assistant * Additionally you can buy SP pouches, enchanted talismans, pet training guides and various other consumables for Adena and L-Coin * More items such as cloaks, more talismans, agathions, belts, pendants, enchantment scrolls of various grades, evolution stones, etc will be added! Shop server as a shortcut, and all retail-like ways of earning items are still here! L-Coins * Drops with small change and in random amounts from Lv60+ monsters  * All raidbosses drop random amount of L-Coin Pouches generating up to 420 Lcoin per unit. **Grand Olympiad and Events** * Grand Olympiad is held week day * Format is 1v1, unlimited weekly fights  * Heroes are declared weekly at Sunday * There are three automated events - TvT, CTF and Deathmatch, running at evenings * Orc Fortress, Battle with Balok, Keber Hunter, Archievements Box, Daily Gift Calendar provisional events are active too Custom user commands * .offlineplay command, your character will keep playing till death or server restart * .offlineshop command, keeps your shop sitting until all items are purchased * .apon / .apoff - enable/disable HP/MP autoconsume And lots of other small improvements are waiting for you!   Join our community and be part of it at: https://www.l2live.pro https://discord.gg/k3NMgR4Dmu
  • Topics

×
×
  • Create New...