Seed of Destruction Problem

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
User avatar
Oroshimaru
Posts: 62
Joined: Tue Aug 05, 2008 11:49 am
Location: Italy
Contact:

Seed of Destruction Problem

Post 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
_DS_
L2j Veteran
L2j Veteran
Posts: 3437
Joined: Wed Apr 30, 2008 8:53 am
Location: Russia

Re: Seed of Destruction Problem

Post by _DS_ »

Never test with gm characters.
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
User avatar
GhostHunterCZ
Posts: 54
Joined: Thu Jun 10, 2010 10:34 pm

Re: Seed of Destruction Problem

Post by GhostHunterCZ »

Tiat transform animation is missing yep ? :)
User avatar
gigiikun
L2j Veteran
L2j Veteran
Posts: 637
Joined: Wed Jan 24, 2007 10:00 am
Location: Hungary

Re: Seed of Destruction Problem

Post by gigiikun »

Tiat room is triggered by an invisible aggro npc, so never try with a char which can bypass agro npcs.
User avatar
a13xsus
Posts: 117
Joined: Sat Oct 16, 2010 3:26 am
Location: Ukraine

Re: Seed of Destruction Problem

Post 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?
--link removed, read forum rules--
User avatar
Oroshimaru
Posts: 62
Joined: Tue Aug 05, 2008 11:49 am
Location: Italy
Contact:

Re: Seed of Destruction Problem

Post by Oroshimaru »

in a few words I have to test it without invincibility??
User avatar
a13xsus
Posts: 117
Joined: Sat Oct 16, 2010 3:26 am
Location: Ukraine

Re: Seed of Destruction Problem

Post by a13xsus »

Oroshimaru wrote:in a few words I have to test it without invincibility??
yes.
--link removed, read forum rules--
User avatar
gigiikun
L2j Veteran
L2j Veteran
Posts: 637
Joined: Wed Jan 24, 2007 10:00 am
Location: Hungary

Re: Seed of Destruction Problem

Post 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.
User avatar
Oroshimaru
Posts: 62
Joined: Tue Aug 05, 2008 11:49 am
Location: Italy
Contact:

Re: Seed of Destruction Problem

Post by Oroshimaru »

i have tested the istance but when kill tiat minion have an little bug
User avatar
a13xsus
Posts: 117
Joined: Sat Oct 16, 2010 3:26 am
Location: Ukraine

Re: Seed of Destruction Problem

Post 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
--link removed, read forum rules--
User avatar
Oroshimaru
Posts: 62
Joined: Tue Aug 05, 2008 11:49 am
Location: Italy
Contact:

Re: Seed of Destruction Problem

Post by Oroshimaru »

5 guards, but have the error at last 2 guards
User avatar
a13xsus
Posts: 117
Joined: Sat Oct 16, 2010 3:26 am
Location: Ukraine

Re: Seed of Destruction Problem

Post by a13xsus »

error text is...?
--link removed, read forum rules--
_DS_
L2j Veteran
L2j Veteran
Posts: 3437
Joined: Wed Apr 30, 2008 8:53 am
Location: Russia

Re: Seed of Destruction Problem

Post by _DS_ »

NPEs in log ? known problem.
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
User avatar
Oroshimaru
Posts: 62
Joined: Tue Aug 05, 2008 11:49 am
Location: Italy
Contact:

Re: Seed of Destruction Problem

Post 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)
User avatar
Oroshimaru
Posts: 62
Joined: Tue Aug 05, 2008 11:49 am
Location: Italy
Contact:

Re: Seed of Destruction Problem

Post by Oroshimaru »

i have resolve this error when change TIAT_GUARD_NUMBER = 5; with TIAT_GUARD_NUMBER = 0;
Post Reply