Page 1 of 1
Latest Revision Compiled yesterday
Posted: Fri Sep 03, 2010 10:41 am
by GizZ
If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision
Number: 4411
L2JDP Revision
Number: 7664
I compiled the server yesterday and i got this problem.
In the load of the server i got on the grand_bosses spawn 3 antharas

.
Can some one help me with is?
Re: Latest Revision Compiled yesterday
Posted: Fri Sep 03, 2010 10:48 am
by LasTravel
Is not a problem/error, antharas have 3 id's.
Re: Latest Revision Compiled yesterday
Posted: Fri Sep 03, 2010 11:08 am
by denser
if you look careful to Antharas AI - you can see why it is
Re: Latest Revision Compiled yesterday
Posted: Fri Sep 03, 2010 12:59 pm
by dleogr
To be honest antharas have 4 id's with the old antharas

Re: Latest Revision Compiled yesterday
Posted: Fri Sep 03, 2010 2:52 pm
by Tavo22
With latest Rev , i get wedding mod table error when it is activated.
I have installed all the tables and wedding mod.
Can someone give me any clue about this ?
Re: Latest Revision Compiled yesterday
Posted: Fri Sep 03, 2010 3:49 pm
by Probe
thought of maybe posting the error or are we supposed to guess?
Re: Latest Revision Compiled yesterday
Posted: Fri Sep 03, 2010 4:18 pm
by Tavo22
Probe wrote:thought of maybe posting the error or are we supposed to guess?
You'r right! This is the error
Code: Select all
L2JMOD: Initializing CoupleManagerException: CoupleManager.load(): Table 'l2jdbserver.mods_wedding' doesn't existcom.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'l2jdbserver.mods_wedding' doesn't exist at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) at java.lang.reflect.Constructor.newInstance(Constructor.java:513) at com.mysql.jdbc.Util.handleNewInstance(Util.java:409) at com.mysql.jdbc.Util.getInstance(Util.java:384) at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1054) at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3562) at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3494) at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1960) at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2114) at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2696) at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2105) at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:2264) at com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.executeQuery(NewProxyPreparedStatement.java:76) at com.l2jserver.gameserver.instancemanager.CoupleManager.load(CoupleManager.java:75) at com.l2jserver.gameserver.instancemanager.CoupleManager.<init>(CoupleManager.java:41) at com.l2jserver.gameserver.instancemanager.CoupleManager.<init>(CoupleManager.java:34) at com.l2jserver.gameserver.instancemanager.CoupleManager$SingletonHolder.<clinit>(CoupleManager.java:175) at com.l2jserver.gameserver.instancemanager.CoupleManager.getInstance(CoupleManager.java:46) at com.l2jserver.gameserver.GameServer.<init>(GameServer.java:372) at com.l2jserver.gameserver.GameServer.main(GameServer.java:490)
Re: Latest Revision Compiled yesterday
Posted: Fri Sep 03, 2010 5:23 pm
by lion
Exception: CoupleManager.load(): Table 'l2jdbserver.mods_wedding' doesn't exist
Re: Latest Revision Compiled yesterday
Posted: Fri Sep 03, 2010 5:31 pm
by Tavo22
lion wrote:Exception: CoupleManager.load(): Table 'l2jdbserver.mods_wedding' doesn't exist
I Know! i dont have that table, and i run the database_installer in full mode with the wedding mod.
Could someone c/p the table script here please? Thanks!
Re: Latest Revision Compiled yesterday
Posted: Fri Sep 03, 2010 5:36 pm
by lion
you must accept install mod wedding in database_installer
Install "Wedding Mod" tables: (y) yes or (N) no?
this table located in sql/mods/mods_wedding.sql
Re: Latest Revision Compiled yesterday
Posted: Fri Sep 03, 2010 5:52 pm
by Tavo22
Oh great thanks!
When i select (y), apparently it doesn't create the table...
I run the sql script , thanks lion!