Jump to content

Emkej

Members
  • Posts

    6
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Emkej

  1. ok i'll try to find at and post it asap, and it wont be a pvp server so it would be really nice if i could fix it ok here it is //it's not the only one exception it's just the last one //you can lock this, i fixed this, it was just bad table in db public void clean() { for (int i = 31921; i < 31925; i++) { int[] Location = (int[])this._startHallSpawns.get(i); 248---GrandBossManager.getInstance().getZone(Location[0], Location[1], Location[2]).oustAllPlayers(); } deleteAllMobs(); closeAllDoors(); this._hallInUse.clear(); this._hallInUse.put(Integer.valueOf(31921), Boolean.valueOf(false)); this._hallInUse.put(Integer.valueOf(31922), Boolean.valueOf(false)); this._hallInUse.put(Integer.valueOf(31923), Boolean.valueOf(false)); this._hallInUse.put(Integer.valueOf(31924), Boolean.valueOf(false)); Iterator i$; if (this._archonSpawned.size() != 0) { Set npcIdSet = this._archonSpawned.keySet(); for (i$ = npcIdSet.iterator(); i$.hasNext(); ) { int npcId = ((Integer)i$.next()).intValue(); this._archonSpawned.put(Integer.valueOf(npcId), Boolean.valueOf(false)); } } }
  2. nope, i didnt edit anything
  3. Hi, im using free source L2J Freya pack which i downloaded from svn repository. But got problem with gameserver it always stops here: FourSepulchersManager: spawned Judges' Sepulcher Manager Exception in thread "main" java.lang.NullPointerException at com.l2jserver.gameserver.instancemanager.FourSepulchersManager.clean( FourSepulchersManager.java:248) at com.l2jserver.gameserver.instancemanager.FourSepulchersManager.timeSe lector(FourSepulchersManager.java:217) at com.l2jserver.gameserver.instancemanager.FourSepulchersManager.init(F ourSepulchersManager.java:187) at com.l2jserver.gameserver.GameServer.<init>(GameServer.java:271) at com.l2jserver.gameserver.GameServer.main(GameServer.java:484) if some1 know what the problem could be i woul be really grateful :)
  4. ok, i changed it
  5. i'm sorry, what exactly doesnt describe L2OFF?
  6. Hello, as the title says i'm interested in buying datapack with it's source. My requirements: - retail like - fully working (ofc) - basic events - balanced - Geodata and Pathnodes - stable Please do not come with free sources and don't try to scam. For more info send me a pm. Thanks
×
×
  • Create New...