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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


  • Posts

    • L2Elixir – Patch 4 Is Live!   We’re working non-stop, day and night, to deliver the best possible quality and bring back what made L2Elixir special. This project is built with passion, not shortcuts — for the old-school players who remember, and the new ones who want to experience it properly. Thank you for being part of the journey. Together, we’re making L2Elixir great again ❤️ The legends never fade.    ⚙️ General Enabled Class Change service (same class type only) ALT + B → Services → Character Development Enabled Shift + Click on Treasure Chests Players can now identify real chests (Adena, scroll drops) and use Key / Unlock Event deaths now cancel only debuffs, All self buffs are preserved, fixes issues with Root and similar effects Bladedancer class can now log in even when Max Clients (2) is reached. Since an active Bladedancer is not available for every damage dealer and some players tried to abuse this via VPN or a second PC, this feature was added to keep things fair. protections applies, requires testing!    🎒 Items Crystallizing enchanted items now gives the correct increased crystal amount (retail-like behavior) Removed Agathion Seal Bracelet: Rudolph from Santa rewards (Gracia Final item) Added Dualsword Craft Stamp into Milestone Exchange list    🧙 Skills Fixed Banish Undead lethal chance Hot Springs Malaria and similar effects now level up faster while being attacked
    • thats new SEO level tricks you know nothing of noob - bottom line: exposed.
    • Warning: This guy is a big scammer, trying to sell everything, advertising for servers etc. That's his mail address evgesha.nrnr@gmail.com , stay away!   @Atom @Celestine
    • Warning: This guy is a big scammer, trying to sell everything, advertising for servers etc. That's his mail address evgesha.nrnr@gmail.com , stay away! @Celestine @Atom
  • Topics

×
×
  • 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