Jump to content

Recommended Posts

Posted (edited)

Can someone make me the most simply server ... i just want to have

custom shop with

Dynasty Armors and dusk weapons 

If someone can make it i will be verry happy .. !

 

 

 

 

ok i see no one will help me so ... can someone tell me how to install this pack ? http://www.elitepvpers.com/forum/lin2-private-server/145611-share-interlude-preconfigured-pack-custom-client-modifications-newbies.html 
cuz i get a lot of errors when i try to start it.

If someone can tell me how to start it step by step (+what to do with navicat for database) ... it will be great

Edited by RealspeedVIP
Posted (edited)

Use the search button .  http://www.maxcheaters.com/topic/28227-how-to-setup-your-own-l2server-images/

 

Its a simply guide on how you can setup your own server . 

Edited by Malossi
Posted
  On 9/16/2014 at 10:40 AM, Malossi said:

Use the search button .  http://www.maxcheaters.com/topic/28227-how-to-setup-your-own-l2server-images/

 

Its a simply guide on how you can setup your own server . 

 

i follow the instructions and .. i get this >

 

Starting Line][Age Moxos12 Login Server.
 
INFO : loading login config
INFO : MLog clients using log4j logging.
INFO : Initializing c3p0-0.9.1.1 [built 15-March-2007 01:32:31; debug? true; tra
ce: 10]
INFO : Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acq
uireIncrement -> 5, acquireRetryAttempts -> 0, acquireRetryDelay -> 500, autoCom
mitOnClose -> true, automaticTestTable -> connection_test_table, breakAfterAcqui
reFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null,
 connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester,
dataSourceName -> 1hge0ys94z2i6g5jjr9z5|7be9981c, debugUnreturnedConnectionStack
Traces -> false, description -> null, driverClass -> com.mysql.jdbc.Driver, fact
oryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, identityTo
ken -> 1hge0ys94z2i6g5jjr9z5|7be9981c, idleConnectionTestPeriod -> 60, initialPo
olSize -> 3, jdbcUrl -> jdbc:mysql://localhost/l2jdb, lastAcquisitionFailureDefa
ultUser -> null, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleT
ime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 20, maxStatements ->
 0, maxStatementsPerConnection -> 100, minPoolSize -> 1, numHelperThreads -> 20,
 numThreadsAwaitingCheckoutDefaultUser -> 0, preferredTestQuery -> null, propert
ies -> {user=******, password=******}, propertyCycle -> 0, testConnectionOnCheck
in -> true, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0,
 usesTraditionalReflectiveProxies -> false ]
INFO : Loaded 127 server names
INFO : LoginManager initiating
INFO : Cached 10 KeyPairs for RSA communication
INFO : Stored 20 keys for Blowfish communication
WARN : SQL Error: 1146, SQLState: 42S02
ERROR : Table 'l2jdb.gameservers' doesn't exist
Exception in thread "main" org.hibernate.exception.SQLGrammarException: could no
t execute query
        at org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.j
ava:67)
        at org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelp
er.java:43)
        at org.hibernate.loader.Loader.doList(Loader.java:2214)
        at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2095)
        at org.hibernate.loader.Loader.list(Loader.java:2090)
        at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:375)
        at org.hibernate.hql.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.ja
va:338)
        at org.hibernate.engine.query.HQLQueryPlan.performList(HQLQueryPlan.java
:172)
        at org.hibernate.impl.SessionImpl.list(SessionImpl.java:1121)
        at org.hibernate.impl.QueryImpl.list(QueryImpl.java:79)
        at net.sf.l2j.loginserver.dao.impl.GameserversDAOHib.findAllOrderById(Ga
meserversDAOHib.java:96)
        at net.sf.l2j.loginserver.dao.impl.GameserversDAOHib.getAllGameservers(G
ameserversDAOHib.java:89)
        at net.sf.l2j.loginserver.services.GameserversServices.getAllGameservers
(GameserversServices.java:62)
        at net.sf.l2j.loginserver.services.GameserversServices$$FastClassByCGLIB
$$862bd22.invoke(<generated>)
        at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:149)
        at org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocatio
n.invokeJoinpoint(Cglib2AopProxy.java:675)
        at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(
ReflectiveMethodInvocation.java:154)
        at org.springframework.transaction.interceptor.TransactionInterceptor.in
voke(TransactionInterceptor.java:107)
        at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(
ReflectiveMethodInvocation.java:176)
        at org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterc
eptor.intercept(Cglib2AopProxy.java:616)
        at net.sf.l2j.loginserver.services.GameserversServices$$EnhancerByCGLIB$
$e2565205.getAllGameservers(<generated>)
        at net.sf.l2j.loginserver.manager.GameServerManager.load(GameServerManag
er.java:208)
        at net.sf.l2j.loginserver.manager.GameServerManager.<init>(GameServerMan
ager.java:111)
        at net.sf.l2j.loginserver.manager.GameServerManager.getInstance(GameServ
erManager.java:82)
        at net.sf.l2j.loginserver.L2LoginServer.<init>(L2LoginServer.java:113)
        at net.sf.l2j.loginserver.L2LoginServer.main(L2LoginServer.java:77)
Caused by: java.sql.SQLException: Table 'l2jdb.gameservers' doesn't exist
        at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2926)
        at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1571)
        at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:1666)
        at com.mysql.jdbc.Connection.execSQL(Connection.java:2978)
        at com.mysql.jdbc.Connection.execSQL(Connection.java:2902)
        at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.ja
va:933)
        at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:
1027)
        at com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.executeQuery(NewPr
oxyPreparedStatement.java:76)
        at org.hibernate.jdbc.AbstractBatcher.getResultSet(AbstractBatcher.java:
186)
        at org.hibernate.loader.Loader.getResultSet(Loader.java:1778)
        at org.hibernate.loader.Loader.doQuery(Loader.java:662)
        at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Lo
ader.java:224)
        at org.hibernate.loader.Loader.doList(Loader.java:2211)
        ... 23 more
 
Server terminated abnormaly
 
 
server terminated
 
Press any key to continue . . .
Posted (edited)

You need to create a database first in navicat and then you have to execute the database_installer.bat in tools folder . Otherwise send me a private message to help you . 

 

 

Problem solved . Someone lock it . :)

Edited by Malossi

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock