Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

New Svn for Aion Emulator from Latest Source Dwarfpicker (9.11.13).rar

Newbie Spellweaver
Joined
Oct 25, 2013
Messages
61
Reaction score
7
I want to share RageZone Aion Emulator Project for Aion 4.

svn checkout :


RageZone Aion Emulation Project Is a continuation from various projects notably :


The Goal of this project is trying to make Latest Source Dwarfpicker (9.11.13).rar more simple, clean and reliable source, without taking any credit from anyone who has the source because I believe this source is GPL and any changes i made only for the purpose of reducing conflicts and dependencies.

The reason why i make this as svn because for some reason i cant use or as source for my private server.

Include on this svn :

- Wing patch from aion 4.5.0.3
source code ( C# 2010 at least )
- Web English translation from Russian (in progress) :) be carefull i even don't speak with 2 of that language. i'm from Indonesia and only speak indonesian with little bit of english. so you need to check for typo and grammar.
- ip fix
- Geodata

Tips to Build Source.

javac -version
javac 1.7.0_45

you have properly installed Maven

mvn -version
Apache Maven 3.1.1 (0728685237757ffbf44136acec0402957f723d9a; 2013-09-17 22:22:22+0700)



Tips to Pre-Build.

OS Microsoft Windows 64-bit version with 4G memory installed.
More if you plan to let geodata on.

Tips to Setting IP
You just need to change xxx.xxx.xxx.xxx to 127.0.0.1 or your LAN ip (local) or WAN ip (public) for security purpose

AL-Chat\config\chatserver.properties
AL-Game\config\network\ipconfig.xml


if you can't login to LS or GS check firewall.


Real Server for testing. I hope you can connect to this ip. You need to download our launcher first.




GAME SERVER LOG with Geodata on

gameserver.geodata.enable = true
gameserver.geodata.cansee.enable = true
gameserver.geodata.fear.enable = true
gameserver.geo.npc.move = true
gameserver.geo.npc.aggro = false
gameserver.geo.materials.enable = false
gameserver.geo.materials.showdetails = false
gameserver.geo.shields.enable = false
gameserver.geo.doors.enable = false
gameserver.geodata.objectfactory.enabled = true


error non

 
Last edited:
Initiate Mage
Joined
Dec 27, 2013
Messages
1
Reaction score
0
No changes are made​​, but there is a source to compile for a new emu, so everyone can fix any part of an improprieties, including compiling a sign of a person that's been made, so far I see that I have find some private servers that have the same sign that means they use the same emu, the same error and the same bug, only modifications are made and yes it was very funny :lol::lol::lol:
 
Newbie Spellweaver
Joined
Oct 25, 2013
Messages
61
Reaction score
7
what's funny? GPL? I really don't understand to what you are laughing at.
I just made ​​a SVN and not new code or emulator. so I can easily revert, clean, etc.

The Goal of this project is trying to make Latest Source Dwarfpicker (9.11.13).rar more simple, clean and reliable source, without taking any credit from anyone who has the source because I believe this source is GPL and any changes i made only for the purpose of reducing conflicts and dependencies.

did you ever try to build AL-Commons for AL 3.9 and 4.0 with maven at the same computer?


BTW this some different between
2014-02-17 03:30:56,239 Some maps were not loaded correctly and reverted to dummy implementation:
2014-02-17 03:30:56,240 [300530000, 300540000, 300580000, 300590000, 300800000, 300900000, 301000000, 301010000, 301020000, 301030000, 301040000, 301050000, 301110000, 301120000, 301130000, 301140000, 301160000, 301170000, 301180000, 301190000, 301200000, 600050000, 600060000, 600070000, 600080000, 990010110]
2014-02-17 03:31:07,312 class com.aionemu.gameserver.GameServer$2 - execution time: 5930msec

Some maps were not loaded correctly and reverted to dummy implementation:
2014-02-17 03:37:39,564 WARN [main] com.aionemu.gameserver.world.geo.RealGeoData [RealGeoData.java:80] [990010110]
2014-02-17 03:37:39,565 INFO [main] com.aionemu.gameserver.world.geo.RealGeoData [RealGeoData.java:52] Geodata: 145 geo maps loaded!
 
Last edited:
Newbie Spellweaver
Joined
Oct 25, 2013
Messages
61
Reaction score
7
Run Install_Commons.bat first. If still not working you can edit Install_Commons.bat from MODE=clean to MODE=install like this :
@ECHO off
SET MODE=install dependency:copy-dependencies package
SET TITLE=install
TITLE Aion Engine Commons - %TITLE% Panel
CD AE-Commons
call mvn %MODE%
pause
)

Good luck ...
 
Skilled Illusionist
Joined
Dec 4, 2013
Messages
353
Reaction score
56
Run Install_Commons.bat first. If still not working you can edit Install_Commons.bat from MODE=clean to MODE=install like this :


Good luck ...
Install_Commons.bat is in mode=install, no in mode=clean. No needs editing.




I still have the same problem.
Kinds regards.
 
Newbie Spellweaver
Joined
Oct 25, 2013
Messages
61
Reaction score
7
Wandi Budiana - New Svn for Aion Emulator from Latest Source Dwarfpicker (9.11.13).rar - RaGEZONE Forums


I think all your problems because ae-commons-1.3.jar is not installed on your maven local repository (C:\Users\Daniel\.m2\repository\com\aionemu\ae-commons\) , and Install_Commons.bat should be able to do that. I don't know why on your computer that command was failed.

Maybe you can try to use . Netbean will give you more information than maven command.
 
Last edited:
Skilled Illusionist
Joined
Dec 4, 2013
Messages
353
Reaction score
56
Wandi Budiana - New Svn for Aion Emulator from Latest Source Dwarfpicker (9.11.13).rar - RaGEZONE Forums


I think all your problems because ae-commons-1.3.jar is not installed on your maven local repository (C:\Users\Daniel\.m2\repository\com\aionemu\ae-commons\) , and Install_Commons.bat should be able to do that. I don't know why on your computer that command was failed.

Maybe you can try to use . Netbean will give you more information than maven command.
These are the folders of my maven repository
View attachment 144631
I install NetBean but i don't have idea how works.
Regards,
Elssair.
 
Newbie Spellweaver
Joined
Oct 25, 2013
Messages
61
Reaction score
7
True, but you don't have files that should be.

This is not explaination but you can try exract this to that directory.

Wandi Budiana - New Svn for Aion Emulator from Latest Source Dwarfpicker (9.11.13).rar - RaGEZONE Forums


About Netbean, maybe this can help you to start using it.

 
Last edited:
█║▌║▌║TheMerc iful║▌║▌║█
Loyal Member
Joined
Jan 29, 2005
Messages
1,367
Reaction score
80
These are the folders of my maven repository
View attachment 144631
I install NetBean but i don't have idea how works.
Regards,
Elssair.

you might wanna check out to this guide? for basic stuff like java problems.

http://forum.ragezone.com/f588/howto-complete-guide-setup-aion-902619/

and regarding netbeans, you also might wanna download this for MYSQL & NETBEANS that comes with it.



im using this by the way.

and also! this latest java.



and a friendly advice, you can start fresh again. so everything will be fresh to you! and you can easily track down where did you get wrong. :wink:
 
Last edited:
Skilled Illusionist
Joined
Dec 4, 2013
Messages
353
Reaction score
56
True, but you don't have files that should be.

This is not explaination but you can try exract this to that directory.

Wandi Budiana - New Svn for Aion Emulator from Latest Source Dwarfpicker (9.11.13).rar - RaGEZONE Forums


About Netbean, maybe this can help you to start using it.



Yeah I solved the problem when copy the zip 1.3 folder, the source is compiled, thanks for all Wandi and 4pLay.
Kind Regards,
Elssair.
 
Newbie Spellweaver
Joined
Oct 25, 2013
Messages
61
Reaction score
7
This is for Aion 4.0 but the engine still working with Aion 4.3 (lot of quest and instance Aion 4.3 need to fix).
I made this SVN from Dwarfpicker (9.11.13).rar.
 
Newbie Spellweaver
Joined
Oct 25, 2013
Messages
61
Reaction score
7
Basically I am not a developer, what I make just a clean SVN-based maven as a reference for developing Aion Emulator.

For Aion even for version 4.5 All libraries still compitable and stable. You only need to update the data pack.
 
Back
Top