Page 1 of 2

Seed of Destruction Problem

Posted: Thu Dec 16, 2010 11:12 am
by Oroshimaru
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

Re: Seed of Destruction Problem

Posted: Thu Dec 16, 2010 11:26 am
by _DS_
Never test with gm characters.

Re: Seed of Destruction Problem

Posted: Thu Dec 16, 2010 12:17 pm
by GhostHunterCZ
Tiat transform animation is missing yep ? :)

Re: Seed of Destruction Problem

Posted: Thu Dec 16, 2010 12:37 pm
by gigiikun
Tiat room is triggered by an invisible aggro npc, so never try with a char which can bypass agro npcs.

Re: Seed of Destruction Problem

Posted: Thu Dec 16, 2010 12:39 pm
by a13xsus
gigiikun wrote:Tiat room is triggered by an invisible aggro npc, so never try with a char which can bypass agro npcs.
gm without invul & invis can bypass it?

Re: Seed of Destruction Problem

Posted: Thu Dec 16, 2010 12:40 pm
by Oroshimaru
in a few words I have to test it without invincibility??

Re: Seed of Destruction Problem

Posted: Thu Dec 16, 2010 1:00 pm
by a13xsus
Oroshimaru wrote:in a few words I have to test it without invincibility??
yes.

Re: Seed of Destruction Problem

Posted: Thu Dec 16, 2010 2:54 pm
by gigiikun
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.

Re: Seed of Destruction Problem

Posted: Thu Dec 16, 2010 9:34 pm
by Oroshimaru
i have tested the istance but when kill tiat minion have an little bug

Re: Seed of Destruction Problem

Posted: Fri Dec 17, 2010 12:43 am
by a13xsus
Oroshimaru wrote:i have tested the istance but when kill tiat minion have an little bug
4 or 5 her guards? you shouldn't kill them. sleep\root\medusa

Re: Seed of Destruction Problem

Posted: Fri Dec 17, 2010 10:06 am
by Oroshimaru
5 guards, but have the error at last 2 guards

Re: Seed of Destruction Problem

Posted: Fri Dec 17, 2010 10:07 am
by a13xsus
error text is...?

Re: Seed of Destruction Problem

Posted: Fri Dec 17, 2010 11:03 am
by _DS_
NPEs in log ? known problem.

Re: Seed of Destruction Problem

Posted: Fri Dec 17, 2010 12:16 pm
by Oroshimaru
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)

Re: Seed of Destruction Problem

Posted: Sat Dec 18, 2010 5:33 pm
by Oroshimaru
i have resolve this error when change TIAT_GUARD_NUMBER = 5; with TIAT_GUARD_NUMBER = 0;