message in the console

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
lion
L2j Veteran
L2j Veteran
Posts: 967
Joined: Sun Mar 11, 2007 7:49 pm
Location: Ukraine

message in the console

Post by lion »

L2J Revision Number: 3763
L2JDP Revision Number: 6842

i have strange messages in console

Code: Select all

 L2CastleChamberlainInstance: Unknown NPC bypass: "functions" NpcId: 35226L2CastleChamberlainInstance: Unknown NPC bypass: "functions support" NpcId: 35226L2CastleChamberlainInstance: Unknown NPC bypass: "functions" NpcId: 35226L2CastleChamberlainInstance: Unknown NPC bypass: "functions support" NpcId: 35226 
this function works fine but why message in console?

/upd ah! may be becouse this function no in L2Npc.java ?
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: message in the console

Post by janiii »

DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper
I don't give private support - PM will be ignored!
lion
L2j Veteran
L2j Veteran
Posts: 967
Joined: Sun Mar 11, 2007 7:49 pm
Location: Ukraine

Re: message in the console

Post by lion »

it's for L2ClanHallManagerInstance.java and L2DungeonGatekeeperInstance.java

in my console L2CastleChamberlainInstance

/upd While I was writing a message, you edited it :)
lion
L2j Veteran
L2j Veteran
Posts: 967
Joined: Sun Mar 11, 2007 7:49 pm
Location: Ukraine

Re: message in the console

Post by lion »

Code: Select all

L2FameManagerInstance: Unknown NPC bypass: "PK_Count" NpcIdL2FameManagerInstance: Unknown NPC bypass: "CRP" NpcId:
lion
L2j Veteran
L2j Veteran
Posts: 967
Joined: Sun Mar 11, 2007 7:49 pm
Location: Ukraine

Re: message in the console

Post by lion »

Code: Select all

L2MerchantInstance: Unknown NPC bypass: "Wear 3013500" NpcId: 30135L2MerchantInstance: Unknown NPC bypass: "Wear 3013501" NpcId: 30135
:D
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: message in the console

Post by janiii »

go go, i am waiting or next ones :P
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper
I don't give private support - PM will be ignored!
User avatar
Notorious
Posts: 501
Joined: Thu May 28, 2009 3:50 pm
Location: Sweden

Re: message in the console

Post by Notorious »

Code: Select all

L2CastleChamberlainInstance: Unknown NPC bypass: "manor_menu_select?ask=8&state=-1&time=0" NpcId: 35509L2CastleChamberlainInstance: Unknown NPC bypass: "manor_menu_select?ask=3&state=8&time=1" NpcId: 35509L2CastleChamberlainInstance: Unknown NPC bypass: "manor_menu_select?ask=7&state=-1&time=0" NpcId: 35555L2FortManagerInstance: Unknown NPC bypass: "functions" NpcId: 36210L2FortManagerInstance: Unknown NPC bypass: "functions support" NpcId: 36210Exception: Fort.updateFunctions(int type, int lvl, int lease, long rate, long time, boolean addNew): Duplicate entry '117-2' for key 'PRIMARY'2010.01.07 23:29:40,048	SEVERE	142	com.l2jserver.gameserver.model.entity.Fort	Exception: Fort.updateFunctions(int type, int lvl, int lease, long rate, long time, boolean addNew): Duplicate entry '117-3' for key 'PRIMARY'2010.01.07 23:29:45,329	SEVERE	137	com.l2jserver.gameserver.model.entity.Fort	Exception: Fort.updateFunctions(int type, int lvl, int lease, long rate, long time, boolean addNew): Duplicate entry '117-4' for key 'PRIMARY'2010.01.07 23:29:50,971	SEVERE	180	com.l2jserver.gameserver.model.entity.Fort	Exception: Fort.updateFunctions(int type, int lvl, int lease, long rate, long time, boolean addNew): Duplicate entry '117-1' for key 'PRIMARY'2010.01.07 23:29:55,235	SEVERE	152	com.l2jserver.gameserver.model.entity.Fort	Exception: Fort.updateFunctions(int type, int lvl, int lease, long rate, long time, boolean addNew): Duplicate entry '117-5' for key 'PRIMARY' 
And got this Mother of a dump last night which seems to be connected to the last 5 lines above:

Code: Select all

2010-jan-07 23:29:33 com.l2jserver.gameserver.model.entity.Fort$FortFunction dbSaveALLVARLIG: Exception: Fort.updateFunctions(int type, int lvl, int lease, long rate, long time, boolean addNew): Duplicate entry '117-2' for key 'PRIMARY'com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '117-2' for key 'PRIMARY'	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)	at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)	at java.lang.reflect.Constructor.newInstance(Unknown Source)	at com.mysql.jdbc.Util.handleNewInstance(Util.java:406)	at com.mysql.jdbc.Util.getInstance(Util.java:381)	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1015)	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:956)	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3558)	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3490)	at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1959)	at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2109)	at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2648)	at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2077)	at com.mysql.jdbc.PreparedStatement.execute(PreparedStatement.java:1356)	at com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.execute(NewProxyPreparedStatement.java:989)	at com.l2jserver.gameserver.model.entity.Fort$FortFunction.dbSave(Fort.java:246)	at com.l2jserver.gameserver.model.entity.Fort$FortFunction$FunctionTask.run(Fort.java:201)	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)2010-jan-07 23:29:40 com.l2jserver.gameserver.model.entity.Fort$FortFunction dbSaveALLVARLIG: Exception: Fort.updateFunctions(int type, int lvl, int lease, long rate, long time, boolean addNew): Duplicate entry '117-3' for key 'PRIMARY'com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '117-3' for key 'PRIMARY'	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)	at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)	at java.lang.reflect.Constructor.newInstance(Unknown Source)	at com.mysql.jdbc.Util.handleNewInstance(Util.java:406)	at com.mysql.jdbc.Util.getInstance(Util.java:381)	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1015)	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:956)	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3558)	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3490)	at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1959)	at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2109)	at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2648)	at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2077)	at com.mysql.jdbc.PreparedStatement.execute(PreparedStatement.java:1356)	at com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.execute(NewProxyPreparedStatement.java:989)	at com.l2jserver.gameserver.model.entity.Fort$FortFunction.dbSave(Fort.java:246)	at com.l2jserver.gameserver.model.entity.Fort$FortFunction$FunctionTask.run(Fort.java:201)	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)2010-jan-07 23:29:45 com.l2jserver.gameserver.model.entity.Fort$FortFunction dbSaveALLVARLIG: Exception: Fort.updateFunctions(int type, int lvl, int lease, long rate, long time, boolean addNew): Duplicate entry '117-4' for key 'PRIMARY'com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '117-4' for key 'PRIMARY'	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)	at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)	at java.lang.reflect.Constructor.newInstance(Unknown Source)	at com.mysql.jdbc.Util.handleNewInstance(Util.java:406)	at com.mysql.jdbc.Util.getInstance(Util.java:381)	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1015)	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:956)	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3558)	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3490)	at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1959)	at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2109)	at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2648)	at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2077)	at com.mysql.jdbc.PreparedStatement.execute(PreparedStatement.java:1356)	at com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.execute(NewProxyPreparedStatement.java:989)	at com.l2jserver.gameserver.model.entity.Fort$FortFunction.dbSave(Fort.java:246)	at com.l2jserver.gameserver.model.entity.Fort$FortFunction$FunctionTask.run(Fort.java:201)	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)2010-jan-07 23:29:50 com.l2jserver.gameserver.model.entity.Fort$FortFunction dbSaveALLVARLIG: Exception: Fort.updateFunctions(int type, int lvl, int lease, long rate, long time, boolean addNew): Duplicate entry '117-1' for key 'PRIMARY'com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '117-1' for key 'PRIMARY'	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)	at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)	at java.lang.reflect.Constructor.newInstance(Unknown Source)	at com.mysql.jdbc.Util.handleNewInstance(Util.java:406)	at com.mysql.jdbc.Util.getInstance(Util.java:381)	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1015)	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:956)	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3558)	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3490)	at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1959)	at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2109)	at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2648)	at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2077)	at com.mysql.jdbc.PreparedStatement.execute(PreparedStatement.java:1356)	at com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.execute(NewProxyPreparedStatement.java:989)	at com.l2jserver.gameserver.model.entity.Fort$FortFunction.dbSave(Fort.java:246)	at com.l2jserver.gameserver.model.entity.Fort$FortFunction$FunctionTask.run(Fort.java:201)	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)2010-jan-07 23:29:55 com.l2jserver.gameserver.model.entity.Fort$FortFunction dbSaveALLVARLIG: Exception: Fort.updateFunctions(int type, int lvl, int lease, long rate, long time, boolean addNew): Duplicate entry '117-5' for key 'PRIMARY'com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '117-5' for key 'PRIMARY'	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)	at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)	at java.lang.reflect.Constructor.newInstance(Unknown Source)	at com.mysql.jdbc.Util.handleNewInstance(Util.java:406)	at com.mysql.jdbc.Util.getInstance(Util.java:381)	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1015)	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:956)	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3558)	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3490)	at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1959)	at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2109)	at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2648)	at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2077)	at com.mysql.jdbc.PreparedStatement.execute(PreparedStatement.java:1356)	at com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.execute(NewProxyPreparedStatement.java:989)	at com.l2jserver.gameserver.model.entity.Fort$FortFunction.dbSave(Fort.java:246)	at com.l2jserver.gameserver.model.entity.Fort$FortFunction$FunctionTask.run(Fort.java:201)	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
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: message in the console

Post by janiii »

should be fixed. thx for report :)
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper
I don't give private support - PM will be ignored!
lion
L2j Veteran
L2j Veteran
Posts: 967
Joined: Sun Mar 11, 2007 7:49 pm
Location: Ukraine

Re: message in the console

Post by lion »

Code: Select all

L2PetManagerInstance: Unknown NPC bypass: "evolve 1" NpcId: 30731
User avatar
Notorious
Posts: 501
Joined: Thu May 28, 2009 3:50 pm
Location: Sweden

Re: message in the console

Post by Notorious »

Keep getting the same info over and over:

Code: Select all

SubPledgeLeader: 268725734 is missing from clan: ClanName [268510921]
Did something go wrong for this to happen?
Why is it important for me to know?
How can I make it stop?
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: message in the console

Post by janiii »

Notorious wrote:Keep getting the same info over and over:

Code: Select all

SubPledgeLeader: 268725734 is missing from clan: ClanName [268510921]
Did something go wrong for this to happen?
Why is it important for me to know?
How can I make it stop?
for first i would check if the given char_id exists in the character table.then i would check if the given clan id exists in the clan_data table.

maybe this happens when a char gets deleted or leaves clan or clan gets dissolved. didn't check the code..
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper
I don't give private support - PM will be ignored!
User avatar
Notorious
Posts: 501
Joined: Thu May 28, 2009 3:50 pm
Location: Sweden

Re: message in the console

Post by Notorious »

Character 268725734 exists in characters.
Clan 268510921 exists in clan_data.

From clan_subpledges

Code: Select all

268510921	-1	Academy	0268510921	100	Guards1	269044456268510921	200	Guards2	268588592268510921	1001	Knights1	268701214268510921	1002	Knights2	0268510921	2001	Knights3	268725734268510921	2002	Knights4	0 
Seems there's no leader for the Knights2 and Knights4. Could this be it? But the character that is said to be missing, is already leader of Knights3.

Edit: Ah, think I've found it.... The char is no longer a member of the clan! :)
But, shouldn't this be handled automatically in some way? When a char leaves a clan its connections to the clan is deleted.

So, should I just set the leader to 0 on Knights3, and all is OK?

But, still, this thing shouldn't happen, should it?
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: message in the console

Post by janiii »

should be handled in core

Code: Select all

		int leadssubpledge = getLeaderSubPledge(objectId);		if (leadssubpledge != 0)		{			// Sub-unit leader withdraws, position becomes vacant and leader			// should appoint new via NPC			getSubPledge(leadssubpledge).setLeaderId(0);			updateSubPledgeInDB(leadssubpledge);		}
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper
I don't give private support - PM will be ignored!
User avatar
Notorious
Posts: 501
Joined: Thu May 28, 2009 3:50 pm
Location: Sweden

Re: message in the console

Post by Notorious »

Maybe some cleanup code could be added?

update clan_subpledges set leader_id = 0 where leader_id in (select charId from characters where clanid = 0);

This will - I think - only set leader_id to 0 if the character is clanless. I don't know how to check if the character is member of the correct clan, maybe you can show me? :)
User avatar
Notorious
Posts: 501
Joined: Thu May 28, 2009 3:50 pm
Location: Sweden

Re: message in the console

Post by Notorious »

Server Version= 3757
Datapack Version= 6841

Code: Select all

2010-jan-13 14:43:00 com.l2jserver.gameserver.model.quest.Quest showErrorVARNING: E:\L2J\gameserver\data\scripts\ai\group_template\L2AttackableAIScript.javajava.lang.NullPointerException	at com.l2jserver.gameserver.GeoEngine.canSeeTarget(GeoEngine.java:147)	at com.l2jserver.gameserver.model.actor.L2Character.doAttack(L2Character.java:760)	at com.l2jserver.gameserver.model.actor.L2Character$AIAccessor.doAttack(L2Character.java:3426)	at com.l2jserver.gameserver.ai.L2AttackableAI.Melee(L2AttackableAI.java:1156)	at com.l2jserver.gameserver.ai.L2AttackableAI.thinkAttack(L2AttackableAI.java:1117)	at com.l2jserver.gameserver.ai.L2AttackableAI.onEvtThink(L2AttackableAI.java:2397)	at com.l2jserver.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:419)	at com.l2jserver.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:362)	at com.l2jserver.gameserver.ai.L2CharacterAI.onIntentionAttack(L2CharacterAI.java:261)	at com.l2jserver.gameserver.ai.L2AttackableAI.onIntentionAttack(L2AttackableAI.java:416)	at com.l2jserver.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:310)	at com.l2jserver.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:250)	at com.l2jserver.gameserver.ai.L2AttackableAI.onEvtAggression(L2AttackableAI.java:2479)	at com.l2jserver.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:425)	at ai.group_template.L2AttackableAIScript.onFactionCall(L2AttackableAIScript.java:162)	at com.l2jserver.gameserver.model.quest.Quest.notifyFactionCall(Quest.java:572)	at com.l2jserver.gameserver.ai.L2AttackableAI.thinkAttack(L2AttackableAI.java:715)	at com.l2jserver.gameserver.ai.L2AttackableAI.onEvtThink(L2AttackableAI.java:2397)	at com.l2jserver.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:419)	at com.l2jserver.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:362)	at com.l2jserver.gameserver.ai.L2CharacterAI.onIntentionAttack(L2CharacterAI.java:261)	at com.l2jserver.gameserver.ai.L2AttackableAI.onIntentionAttack(L2AttackableAI.java:416)	at com.l2jserver.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:310)	at com.l2jserver.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:250)	at com.l2jserver.gameserver.ai.L2AttackableAI.onEvtAggression(L2AttackableAI.java:2479)	at com.l2jserver.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:425)	at ai.group_template.L2AttackableAIScript.onFactionCall(L2AttackableAIScript.java:162)	at com.l2jserver.gameserver.model.quest.Quest.notifyFactionCall(Quest.java:572)	at com.l2jserver.gameserver.ai.L2AttackableAI.thinkAttack(L2AttackableAI.java:715)	at com.l2jserver.gameserver.ai.L2AttackableAI.onEvtThink(L2AttackableAI.java:2397)	at com.l2jserver.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:419)	at com.l2jserver.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:362)	at com.l2jserver.gameserver.ai.L2CharacterAI.onIntentionAttack(L2CharacterAI.java:261)	at com.l2jserver.gameserver.ai.L2AttackableAI.onIntentionAttack(L2AttackableAI.java:416)	at com.l2jserver.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:310)	at com.l2jserver.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:250)	at com.l2jserver.gameserver.ai.L2AttackableAI.onEvtAggression(L2AttackableAI.java:2479)	at com.l2jserver.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:425)	at ai.group_template.L2AttackableAIScript.onFactionCall(L2AttackableAIScript.java:162)	at com.l2jserver.gameserver.model.quest.Quest.notifyFactionCall(Quest.java:572)	at com.l2jserver.gameserver.ai.L2AttackableAI.thinkAttack(L2AttackableAI.java:715)	at com.l2jserver.gameserver.ai.L2AttackableAI.onEvtThink(L2AttackableAI.java:2397)	at com.l2jserver.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:419)	at com.l2jserver.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:362)	at com.l2jserver.gameserver.ai.L2CharacterAI.onIntentionAttack(L2CharacterAI.java:261)	at com.l2jserver.gameserver.ai.L2AttackableAI.onIntentionAttack(L2AttackableAI.java:416)	at com.l2jserver.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:310)	at com.l2jserver.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:250)	at com.l2jserver.gameserver.ai.L2AttackableAI.onEvtAggression(L2AttackableAI.java:2479)	at com.l2jserver.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:425)	at ai.group_template.L2AttackableAIScript.onFactionCall(L2AttackableAIScript.java:162)	at com.l2jserver.gameserver.model.quest.Quest.notifyFactionCall(Quest.java:572)	at com.l2jserver.gameserver.ai.L2AttackableAI.thinkAttack(L2AttackableAI.java:715)	at com.l2jserver.gameserver.ai.L2AttackableAI.onEvtThink(L2AttackableAI.java:2397)	at com.l2jserver.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:419)	at com.l2jserver.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:362)	at com.l2jserver.gameserver.ai.L2CharacterAI.onIntentionAttack(L2CharacterAI.java:261)	at com.l2jserver.gameserver.ai.L2AttackableAI.onIntentionAttack(L2AttackableAI.java:416)	at com.l2jserver.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:310)	at com.l2jserver.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:250)	at com.l2jserver.gameserver.ai.L2AttackableAI.onEvtAggression(L2AttackableAI.java:2479)	at com.l2jserver.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:425)	at ai.group_template.L2AttackableAIScript.onFactionCall(L2AttackableAIScript.java:162)	at com.l2jserver.gameserver.model.quest.Quest.notifyFactionCall(Quest.java:572)	at com.l2jserver.gameserver.ai.L2AttackableAI.thinkAttack(L2AttackableAI.java:715)	at com.l2jserver.gameserver.ai.L2AttackableAI.onEvtThink(L2AttackableAI.java:2397)	at com.l2jserver.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:419)	at com.l2jserver.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:362)	at com.l2jserver.gameserver.ai.L2CharacterAI.onIntentionAttack(L2CharacterAI.java:261)	at com.l2jserver.gameserver.ai.L2AttackableAI.onIntentionAttack(L2AttackableAI.java:416)	at com.l2jserver.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:310)	at com.l2jserver.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:250)	at com.l2jserver.gameserver.ai.L2AttackableAI.onEvtAggression(L2AttackableAI.java:2479)	at com.l2jserver.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:425)	at ai.group_template.L2AttackableAIScript.onFactionCall(L2AttackableAIScript.java:162)	at com.l2jserver.gameserver.model.quest.Quest.notifyFactionCall(Quest.java:572)	at com.l2jserver.gameserver.ai.L2AttackableAI.thinkAttack(L2AttackableAI.java:715)	at com.l2jserver.gameserver.ai.L2AttackableAI.onEvtThink(L2AttackableAI.java:2397)	at com.l2jserver.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:419)	at com.l2jserver.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:362)	at com.l2jserver.gameserver.ai.L2CharacterAI.onIntentionAttack(L2CharacterAI.java:261)	at com.l2jserver.gameserver.ai.L2AttackableAI.onIntentionAttack(L2AttackableAI.java:416)	at com.l2jserver.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:310)	at com.l2jserver.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:250)	at com.l2jserver.gameserver.ai.L2AttackableAI.onEvtAggression(L2AttackableAI.java:2479)	at com.l2jserver.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:425)	at ai.group_template.L2AttackableAIScript.onFactionCall(L2AttackableAIScript.java:162)	at com.l2jserver.gameserver.model.quest.Quest.notifyFactionCall(Quest.java:572)	at com.l2jserver.gameserver.ai.L2AttackableAI.thinkAttack(L2AttackableAI.java:715)	at com.l2jserver.gameserver.ai.L2AttackableAI.onEvtThink(L2AttackableAI.java:2397)	at com.l2jserver.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:419)	at com.l2jserver.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:362)	at com.l2jserver.gameserver.ai.L2CharacterAI.onIntentionAttack(L2CharacterAI.java:261)	at com.l2jserver.gameserver.ai.L2AttackableAI.onIntentionAttack(L2AttackableAI.java:416)	at com.l2jserver.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:310)	at com.l2jserver.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:250)	at com.l2jserver.gameserver.ai.L2AttackableAI.onEvtAggression(L2AttackableAI.java:2479)	at com.l2jserver.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:425)	at ai.group_template.L2AttackableAIScript.onFactionCall(L2AttackableAIScript.java:162)	at com.l2jserver.gameserver.model.quest.Quest.notifyFactionCall(Quest.java:572)	at com.l2jserver.gameserver.ai.L2AttackableAI.thinkAttack(L2AttackableAI.java:715)	at com.l2jserver.gameserver.ai.L2AttackableAI.onEvtThink(L2AttackableAI.java:2397)	at com.l2jserver.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:419)	at com.l2jserver.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:362)	at com.l2jserver.gameserver.ai.L2CharacterAI.onIntentionAttack(L2CharacterAI.java:261)	at com.l2jserver.gameserver.ai.L2AttackableAI.onIntentionAttack(L2AttackableAI.java:416)	at com.l2jserver.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:310)	at com.l2jserver.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:250)	at com.l2jserver.gameserver.ai.L2AttackableAI.onEvtAggression(L2AttackableAI.java:2479)	at com.l2jserver.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:425)	at ai.group_template.L2AttackableAIScript.onFactionCall(L2AttackableAIScript.java:162)	at com.l2jserver.gameserver.model.quest.Quest.notifyFactionCall(Quest.java:572)	at com.l2jserver.gameserver.ai.L2AttackableAI.thinkAttack(L2AttackableAI.java:715)	at com.l2jserver.gameserver.ai.L2AttackableAI.onEvtThink(L2AttackableAI.java:2397)	at com.l2jserver.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:419)	at com.l2jserver.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:362)	at com.l2jserver.gameserver.ai.L2CharacterAI.onIntentionAttack(L2CharacterAI.java:261)	at com.l2jserver.gameserver.ai.L2AttackableAI.onIntentionAttack(L2AttackableAI.java:416)	at com.l2jserver.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:310)	at com.l2jserver.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:250)	at com.l2jserver.gameserver.ai.L2AttackableAI.onEvtAggression(L2AttackableAI.java:2479)	at com.l2jserver.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:425)	at ai.group_template.L2AttackableAIScript.onFactionCall(L2AttackableAIScript.java:162)	at com.l2jserver.gameserver.model.quest.Quest.notifyFactionCall(Quest.java:572)	at com.l2jserver.gameserver.ai.L2AttackableAI.thinkAttack(L2AttackableAI.java:715)	at com.l2jserver.gameserver.ai.L2AttackableAI.onEvtThink(L2AttackableAI.java:2397)	at com.l2jserver.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:419)	at com.l2jserver.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:362)	at com.l2jserver.gameserver.ai.L2CharacterAI.onIntentionAttack(L2CharacterAI.java:261)	at com.l2jserver.gameserver.ai.L2AttackableAI.onIntentionAttack(L2AttackableAI.java:416)	at com.l2jserver.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:310)	at com.l2jserver.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:250)	at com.l2jserver.gameserver.ai.L2AttackableAI.onEvtAggression(L2AttackableAI.java:2479)	at com.l2jserver.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:425)	at ai.group_template.L2AttackableAIScript.onFactionCall(L2AttackableAIScript.java:162)	at com.l2jserver.gameserver.model.quest.Quest.notifyFactionCall(Quest.java:572)	at com.l2jserver.gameserver.ai.L2AttackableAI.thinkAttack(L2AttackableAI.java:715)	at com.l2jserver.gameserver.ai.L2AttackableAI.onEvtThink(L2AttackableAI.java:2397)	at com.l2jserver.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:419)	at com.l2jserver.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:362)	at com.l2jserver.gameserver.ai.L2CharacterAI.onIntentionAttack(L2CharacterAI.java:261)	at com.l2jserver.gameserver.ai.L2AttackableAI.onIntentionAttack(L2AttackableAI.java:416)	at com.l2jserver.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:310)	at com.l2jserver.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:250)	at com.l2jserver.gameserver.ai.L2AttackableAI.onEvtAggression(L2AttackableAI.java:2479)	at com.l2jserver.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:425)	at ai.group_template.L2AttackableAIScript.onFactionCall(L2AttackableAIScript.java:162)	at com.l2jserver.gameserver.model.quest.Quest.notifyFactionCall(Quest.java:572)	at com.l2jserver.gameserver.ai.L2AttackableAI.thinkAttack(L2AttackableAI.java:715)	at com.l2jserver.gameserver.ai.L2AttackableAI.onEvtThink(L2AttackableAI.java:2397)	at com.l2jserver.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:419)	at com.l2jserver.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:362)	at com.l2jserver.gameserver.ai.L2CharacterAI.onIntentionAttack(L2CharacterAI.java:261)	at com.l2jserver.gameserver.ai.L2AttackableAI.onIntentionAttack(L2AttackableAI.java:416)	at com.l2jserver.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:310)	at com.l2jserver.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:250)	at com.l2jserver.gameserver.ai.L2AttackableAI.onEvtAggression(L2AttackableAI.java:2479)	at com.l2jserver.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:425)	at ai.group_template.L2AttackableAIScript.onFactionCall(L2AttackableAIScript.java:162)	at com.l2jserver.gameserver.model.quest.Quest.notifyFactionCall(Quest.java:572)	at com.l2jserver.gameserver.ai.L2AttackableAI.thinkAttack(L2AttackableAI.java:715)	at com.l2jserver.gameserver.ai.L2AttackableAI.onEvtThink(L2AttackableAI.java:2397)	at com.l2jserver.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:419)	at com.l2jserver.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:362)	at com.l2jserver.gameserver.ai.L2CharacterAI.onIntentionAttack(L2CharacterAI.java:261)	at com.l2jserver.gameserver.ai.L2AttackableAI.onIntentionAttack(L2AttackableAI.java:416)	at com.l2jserver.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:310)	at com.l2jserver.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:250)	at com.l2jserver.gameserver.ai.L2AttackableAI.onEvtAggression(L2AttackableAI.java:2479)	at com.l2jserver.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:425)	at ai.group_template.L2AttackableAIScript.onFactionCall(L2AttackableAIScript.java:162)	at com.l2jserver.gameserver.model.quest.Quest.notifyFactionCall(Quest.java:572)	at com.l2jserver.gameserver.ai.L2AttackableAI.thinkAttack(L2AttackableAI.java:715)	at com.l2jserver.gameserver.ai.L2AttackableAI.onEvtThink(L2AttackableAI.java:2397)	at com.l2jserver.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:419)	at com.l2jserver.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:362)	at com.l2jserver.gameserver.ai.L2CharacterAI.onIntentionAttack(L2CharacterAI.java:261)	at com.l2jserver.gameserver.ai.L2AttackableAI.onIntentionAttack(L2AttackableAI.java:416)	at com.l2jserver.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:310)	at com.l2jserver.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:250)	at com.l2jserver.gameserver.ai.L2AttackableAI.onEvtAggression(L2AttackableAI.java:2479)	at com.l2jserver.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:425)	at ai.group_template.L2AttackableAIScript.onFactionCall(L2AttackableAIScript.java:162)	at com.l2jserver.gameserver.model.quest.Quest.notifyFactionCall(Quest.java:572)	at com.l2jserver.gameserver.ai.L2AttackableAI.thinkAttack(L2AttackableAI.java:715)	at com.l2jserver.gameserver.ai.L2AttackableAI.onEvtThink(L2AttackableAI.java:2397)	at com.l2jserver.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:419)	at com.l2jserver.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:362)	at com.l2jserver.gameserver.ai.L2CharacterAI.onIntentionAttack(L2CharacterAI.java:261)	at com.l2jserver.gameserver.ai.L2AttackableAI.onIntentionAttack(L2AttackableAI.java:416)	at com.l2jserver.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:310)	at com.l2jserver.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:250)	at com.l2jserver.gameserver.ai.L2AttackableAI.onEvtAggression(L2AttackableAI.java:2479)	at com.l2jserver.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:425)	at ai.group_template.L2AttackableAIScript.onFactionCall(L2AttackableAIScript.java:162)	at com.l2jserver.gameserver.model.quest.Quest.notifyFactionCall(Quest.java:572)	at com.l2jserver.gameserver.ai.L2AttackableAI.thinkAttack(L2AttackableAI.java:715)	at com.l2jserver.gameserver.ai.L2AttackableAI.onEvtThink(L2AttackableAI.java:2397)	at com.l2jserver.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:419)	at com.l2jserver.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:362)	at com.l2jserver.gameserver.ai.L2CharacterAI.onIntentionAttack(L2CharacterAI.java:261)	at com.l2jserver.gameserver.ai.L2AttackableAI.onIntentionAttack(L2AttackableAI.java:416)	at com.l2jserver.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:310)	at com.l2jserver.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:250)	at com.l2jserver.gameserver.ai.L2AttackableAI.onEvtAggression(L2AttackableAI.java:2479)	at com.l2jserver.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:425)	at ai.group_template.L2AttackableAIScript.onFactionCall(L2AttackableAIScript.java:162)	at com.l2jserver.gameserver.model.quest.Quest.notifyFactionCall(Quest.java:572)	at com.l2jserver.gameserver.ai.L2AttackableAI.thinkAttack(L2AttackableAI.java:715)	at com.l2jserver.gameserver.ai.L2AttackableAI.onEvtThink(L2AttackableAI.java:2397)	at com.l2jserver.gameserver.ai.L2AttackableAI.run(L2AttackableAI.java:108)	at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)	at java.util.concurrent.FutureTask$Sync.innerRunAndReset(Unknown Source)	at java.util.concurrent.FutureTask.runAndReset(Unknown Source)	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101(Unknown Source)	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.runPeriodic(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) 
Post Reply