Jump to content

Recommended Posts

Posted

:Preperations:

 

For this guide you need the following softwares

 

SmartSVN

Eclipse

Java Developement Kit

 

Note: It doesnt matter where you install any of these.

 

:Step I:

Install all of the softwares.

 

Just extract eclipse where ever you want.

But dont loose it incase you need to re-compile, or if a new rev is released.

 

Install SmartSVN.

Install JDK(Java Developement Kit).

 

When all of this is done then your ready to proceed to :Step II:

 

:Step II:

 

Then you will probably think:

"Oh no, now its going to very complicated. And im going to get many errors."

 

I can guarantee that its not going to be complicated.

 

Open SmartSVN.

 

When you open SmartSVN you should be promted with this window:

 

t1.png

 

Press OK.

 

The window should now look like this:

 

t2.png

 

And as the image says.

 

Put http://my-svn.assembla.com/svn/aion-emu/ where it says URL

and your Destinated Folder where it says Local Directory.

 

And the press Next.

 

The window should now look like this.

 

t3.png

Just Press Finish.

 

And now it should begin "downloading" the core from the site.

 

When its done it should look something like this.

 

t4.png

 

Note that now your able to see directories now, aswell as files.

 

When your done with all of this then your able to proceed to :Step III:

 

:Step III:

You should now have some new files on your harddrive. The once that you downloaded.

 

For me the files are in C:\Program Files\Aion SVN.

 

So go there.

 

It should look like this in the folder.

 

t5.png

 

Don't get a panic attack if you cant see the .svn folder. You've done nothing wrong.

 

If you cant see the folder then you havent enabled "Show hidden folders".

I will not explain how to do this, since its not necessary.

 

Navigate to. Trunk> AE LoginServer

 

Make sure that theres a file in there called build.xml

 

Navigate to. Trunk> AE GameServer

 

Make sure that theres a file in there called build.xml

 

Navigate to. Trunk> AE_Commons

 

Make sure that theres a file in there called build.xml

 

When youve done this then your ready to start compiling.

 

If youve done all this then your able to proceed to :Step IV:

 

:Step IV:

 

Open Eclipse.

 

t6.png

 

You should be prompted with this window.

 

t7.png

 

It doesnt really matter where the workspace is.

But if your not really in to this then you should just go with the default one.

 

Press OK.

 

Navigate to File> Open File.

 

Go to your SVN folder. In my case: C:\Program Files\Aion SVN

 

Navigate to Trunk> AE LoginServer.

 

Click at build.xml.

 

If nothing appears when you do this then double click beside the Welcome Tab.

 

t9.png

 

A new tab should appear. It should be called build.xml.

 

If youve done all this then your able to proceed to :Step V:

:Step V:

Navigate to Window> Preferences

 

Navigate to Ant> Runtime

 

Press Global Entries

 

And then Press Add External JARs.

 

Go to the folder where your Java is installed. In my case C:\Program Files\Java

 

In that folder there may be several folders or just one.

 

Press the one that says jreX

 

X being a number.

 

Example: jre4 (thats where i found my file)

 

Navigate to lib

 

And in there find tools.jar.

 

If you cant find it then pick another folder.

 

Press OK.

t12.png

Navigate to Run>Run

t10.png

 

You should get prompted with a window.

 

Press Ant Build.

t11.png

 

This will start compiling the file.

 

When the compiling the "Console" window should look like this:

t13.png

 

When your done compiling LoginServer then just repeat step iv-step v.

 

The only thing your going to do different is to choose another file.

 

Instead of choosing the build.xml file in the AE LoginServer, you will now compile the build.xml file in the AE_GameServer folder and AE_Commons folder.

 

When your done with all of this you may proceed to :Step VI:

 

:Step VI:

 

When you've reached this step you should have your Core Compiled.

 

*Credit : "P1raten"  *Source : http://aion-emu.com/

  • 1 month later...
  • 4 weeks later...
  • 7 months later...
  • 2 weeks later...
  • 1 year later...
Posted

Do any of you know how to fix this error? Can't figure it out... :S

[ERROR] 2012-04-20 18:55:38 - Unknown column 'players.exp' in 'field list'
com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column 'playe
rs.exp' in 'field list'
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)

        at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)

        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou
rce)
        at java.lang.reflect.Constructor.newInstance(Unknown Source)
        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:3566)
        at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3498)
        at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1959)
        at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2113)
        at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2568)
        at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.ja
va:2113)
        at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:
2275)
        at org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(Dele
gatingPreparedStatement.java:96)
        at org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(Dele
gatingPreparedStatement.java:96)
        at mysql5.MySQL5AbyssRankDAO.getAbyssRankingPlayers(MySQL5AbyssRankDAO.j
ava]:393)
        at gameserver.services.AbyssRankingService.reloadRankings(AbyssRankingSe
rvice.java:150)
        at gameserver.services.AbyssRankingService.access$100(AbyssRankingServic
e.java:42)
        at gameserver.services.AbyssRankingService$3$2.run(AbyssRankingService.j
ava:140)
        at com.aionemu.commons.utils.concurrent.ExecuteWrapper.execute(ExecuteWr
apper.java:54)
        at com.aionemu.commons.utils.concurrent.ExecuteWrapper.run(ExecuteWrappe
r.java:39)
        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$201(Unknown Source)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.
run(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)
[ERROR] 2012-04-20 18:55:38 - Unknown column 'players.exp' in 'field list'
com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column 'playe
rs.exp' in 'field list'
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)

        at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)

        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou
rce)
        at java.lang.reflect.Constructor.newInstance(Unknown Source)
        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:3566)
        at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3498)
        at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1959)
        at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2113)
        at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2568)
        at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.ja
va:2113)
        at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:
2275)
        at org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(Dele
gatingPreparedStatement.java:96)
        at org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(Dele
gatingPreparedStatement.java:96)
        at mysql5.MySQL5AbyssRankDAO.getAbyssRankingPlayers(MySQL5AbyssRankDAO.j
ava]:393)
        at gameserver.services.AbyssRankingService.reloadRankings(AbyssRankingSe
rvice.java:151)
        at gameserver.services.AbyssRankingService.access$100(AbyssRankingServic
e.java:42)
        at gameserver.services.AbyssRankingService$3$2.run(AbyssRankingService.j
ava:140)
        at com.aionemu.commons.utils.concurrent.ExecuteWrapper.execute(ExecuteWr
apper.java:54)
        at com.aionemu.commons.utils.concurrent.ExecuteWrapper.run(ExecuteWrappe
r.java:39)
        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$201(Unknown Source)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.
run(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)
[iNFO] 2012-04-20 18:55:38 - AbyssRankService: Rankings were reloaded!
[iNFO] 2012-04-20 19:15:05 - Legion WH update task started.
[iNFO] 2012-04-20 19:15:05 - Legion WH update: 28 ms, legions: 0.

Thx, >.<;

Guest
This topic is now closed to further replies.


  • Posts

    • From Salvation onwards I think you need a patched nwindow.dll that allows such modifications, try to see if you get what you need here: https://drive.google.com/drive/u/1/folders/1LLbQFGf8KlR-O0Iv5umfF-pwZgrDh9bd
    • hello everyone! I am wanting to save the files (Ini. - Data - ) of the EP5 Client: Salvation... But they generate the error "corrupt files"... I tried several versions of L2FileEditor without good results. I need help! Thank you!
    • Opening December 6th at 19:00 (GMT +3)! Open Beta Test from November 30th!   https://l2soe.com/   🌟 Introducing L2 Saga of Eternia: A Revolution in Lineage 2 High Five! 🌟   Dear Lineage 2 enthusiasts, Prepare to witness the future of private servers! L2 Saga of Eternia is not just another High Five project—it’s a game-changing experience designed to compete with the giants of the Lineage 2 private server scene. Built for the community, by the community, we’re here to raise the bar in quality, innovation, and longevity. What Sets Us Apart? 💎 No Wipes, Ever Say goodbye to the fear of losing your progress. Our server is built to last and will never close. Stability and consistency are our promises to you. ⚔️ Weekly New Content Our dedicated development team ensures fresh challenges, events, and updates every week. From custom quests to exclusive features, there will always be something exciting to explore. 💰 No Pay-to-Win Skill and strategy matter most here. Enjoy a balanced gameplay environment where your achievements come from effort, not your wallet. 🌍 A Massive Community With 2000+ players expected, join a vibrant and active community of like-minded adventurers ready to conquer the world of Aden. 🏆 Fair and Competitive Gameplay Our systems are designed to promote healthy competition while avoiding abusive mechanics and exploits. 🔧 Professional Development From advanced bug fixes to carefully curated content, we pride ourselves on smooth performance, no lag, and unparalleled server quality. Key Features Chronicle: High Five with unique interface Rate: Dynamic x10 rates Class Balance: Carefully fine-tuned for a fair experience PvP Focused: PvP Ranking & aura display effect for 3 Top PvPers every week Custom Events: Seasonal and permanent events to keep you engaged Additional Features:   Custom Endgame Content: Introduce unique dungeons, raids, or zones unavailable in other servers. Player-Driven Economy: Implement a strong market system and avoid overinflated drops or rewards. Epic Siege Battles: Announce special large-scale sieges and PvP events. Incentives for Streamers and Clans: Attract influencers and big clans to boost server publicity. Roadmap Transparency: Share a public roadmap of planned updates to build trust and excitemen   Here you can read all the features: https://l2soe.com/features   Video preview: Join the Revolution! This is your chance to be part of something legendary. L2 Saga of Eternia is not just a server; it’s a movement to redefine what Lineage 2 can be. Whether you’re a seasoned veteran or a newcomer to the world of Aden, we invite you to experience Lineage 2 at its finest.   Official Launch Date: December 6th 2024 Website: https://l2soe.com/ Facebook: https://www.facebook.com/l2soe Discord: https://discord.com/invite/l2eternia   Let’s build the ultimate Lineage 2 experience together. See you in-game! 🎮
    • That's like a tutorial on how to run l2 on MacOS Xd but good job for the investigation. 
  • Topics

×
×
  • Create New...