Seed of Destruction Problem
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
- Oroshimaru
- Posts: 62
- Joined: Tue Aug 05, 2008 11:49 am
- Location: Italy
- Contact:
Seed of Destruction Problem
Today i have test the Sod, but when kill all mobs and the device go to the tiat's room and nothing happens.
» Find Revision
L2J Revision Number:4433
L2JDP Revision Number:7681
» Find Revision
L2J Revision Number:4433
L2JDP Revision Number:7681
-
- L2j Veteran
- Posts: 3437
- Joined: Wed Apr 30, 2008 8:53 am
- Location: Russia
Re: Seed of Destruction Problem
Never test with gm characters.
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
public static final int PI = 3.1415926535897932384626433832795;
- GhostHunterCZ
- Posts: 54
- Joined: Thu Jun 10, 2010 10:34 pm
Re: Seed of Destruction Problem
Tiat transform animation is missing yep ? 

- gigiikun
- L2j Veteran
- Posts: 637
- Joined: Wed Jan 24, 2007 10:00 am
- Location: Hungary
Re: Seed of Destruction Problem
Tiat room is triggered by an invisible aggro npc, so never try with a char which can bypass agro npcs.
- a13xsus
- Posts: 117
- Joined: Sat Oct 16, 2010 3:26 am
- Location: Ukraine
Re: Seed of Destruction Problem
gm without invul & invis can bypass it?gigiikun wrote:Tiat room is triggered by an invisible aggro npc, so never try with a char which can bypass agro npcs.
--link removed, read forum rules--
- Oroshimaru
- Posts: 62
- Joined: Tue Aug 05, 2008 11:49 am
- Location: Italy
- Contact:
Re: Seed of Destruction Problem
in a few words I have to test it without invincibility??
- a13xsus
- Posts: 117
- Joined: Sat Oct 16, 2010 3:26 am
- Location: Ukraine
Re: Seed of Destruction Problem
yes.Oroshimaru wrote:in a few words I have to test it without invincibility??
--link removed, read forum rules--
- gigiikun
- L2j Veteran
- Posts: 637
- Joined: Wed Jan 24, 2007 10:00 am
- Location: Hungary
Re: Seed of Destruction Problem
You can be invul before the Throne room door, and after the video. And do not use GM speed, l2j aggro code is not working every time with fast speed.
- Oroshimaru
- Posts: 62
- Joined: Tue Aug 05, 2008 11:49 am
- Location: Italy
- Contact:
Re: Seed of Destruction Problem
i have tested the istance but when kill tiat minion have an little bug
- a13xsus
- Posts: 117
- Joined: Sat Oct 16, 2010 3:26 am
- Location: Ukraine
Re: Seed of Destruction Problem
4 or 5 her guards? you shouldn't kill them. sleep\root\medusaOroshimaru wrote:i have tested the istance but when kill tiat minion have an little bug
--link removed, read forum rules--
- Oroshimaru
- Posts: 62
- Joined: Tue Aug 05, 2008 11:49 am
- Location: Italy
- Contact:
Re: Seed of Destruction Problem
5 guards, but have the error at last 2 guards
- a13xsus
- Posts: 117
- Joined: Sat Oct 16, 2010 3:26 am
- Location: Ukraine
-
- L2j Veteran
- Posts: 3437
- Joined: Wed Apr 30, 2008 8:53 am
- Location: Russia
Re: Seed of Destruction Problem
NPEs in log ? known problem.
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
public static final int PI = 3.1415926535897932384626433832795;
- Oroshimaru
- Posts: 62
- Joined: Tue Aug 05, 2008 11:49 am
- Location: Italy
- Contact:
Re: Seed of Destruction Problem
this is the code error
Code: Select all
16-dic-2010 14.17.09 com.l2jserver.gameserver.model.quest.Quest showErrorAVVERTENZA: C:\Users\RAMUNDO\Desktop\l2\gameserver\data\scripts\instances\SeedOfDestruction\Stage1.javajava.lang.NullPointerException at com.l2jserver.gameserver.util.MinionList.initializeNpcInstance(MinionList.java:296) at com.l2jserver.gameserver.util.MinionList.spawnMinion(MinionList.java:285) at com.l2jserver.gameserver.model.quest.Quest.addMinion(Quest.java:1743) at instances.SeedOfDestruction.Stage1.onKill(Stage1.java:830) at com.l2jserver.gameserver.model.quest.Quest.notifyKill(Quest.java:476) at com.l2jserver.gameserver.model.actor.L2Attackable$OnKillNotifyTask.run(L2Attackable.java:572) at com.l2jserver.gameserver.ThreadPoolManager$RunnableWrapper.run(ThreadPoolManager.java:86) at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source) at java.util.concurrent.FutureTask.run(Unknown Source) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(Unknown Source) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source)
- Oroshimaru
- Posts: 62
- Joined: Tue Aug 05, 2008 11:49 am
- Location: Italy
- Contact:
Re: Seed of Destruction Problem
i have resolve this error when change TIAT_GUARD_NUMBER = 5; with TIAT_GUARD_NUMBER = 0;