Jump to content
  • 0

Custom Frintezza Instance Help.


Question

Posted (edited)

Hello guys. I am working on a custom Frintezza instance which is working pretty like Valakas.java: 

 

-Item required for enter.

-Spawn Frintezza after certain time.

 

The problem is when I enter the Frintezza zone I got GS Console error:

GrandBossManager: Updated Frintezza (id: 29045) status to 1
C:\Server\gameserver\.\data\scripts\teleports\GrandBossTeleporters\GrandBossTele
porters.java
null
java.lang.NullPointerException
        at teleports.GrandBossTeleporters.GrandBossTeleporters.onTalk(GrandBossTeleporters.java:252)
        at net.sf.l2j.gameserver.model.quest.Quest.notifyTalk(Quest.java:1420)
        at net.sf.l2j.gameserver.model.actor.L2Npc.showQuestWindowSingle(L2Npc.java:897)
        at net.sf.l2j.gameserver.model.actor.L2Npc.onBypassFeedback(L2Npc.java:704)
        at net.sf.l2j.gameserver.model.actor.instance.L2NpcInstance.onBypassFeedback(L2NpcInstance.java:223)
        at net.sf.l2j.gameserver.network.clientpackets.RequestBypassToServer.runImpl(RequestBypassToServer.java:115)
        at net.sf.l2j.gameserver.network.clientpackets.L2GameClientPacket.run(L2GameClientPacket.java:63)
        at net.sf.l2j.gameserver.network.L2GameClient.run(L2GameClient.java:852)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)
Edited by raF

3 answers to this question

Recommended Posts

  • 0
Posted

Thanks for the answer SweeTs, but There is no any error at this line, so probably the problem is at Frintezza.java. Btw here is the line:252

QuestManager.getInstance().getQuest("Frintezza").startQuestTimer("beginning", Config.WAIT_TIME_FRINTEZZA, frintezza, null, false);

I am not sure if the problem is in this line or in the Frintezza instance. Any ideas how can I find out ?  Right now, when I enter  the zone, frintezza status goes from "0" to "1"  (DORMANT to WAITING) in the Database. In the same time I get this error.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and 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..