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.

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.



×
×
  • Create New...