New Svn for Aion Emulator from Latest Source Dwarfpicker (9.11.13).rar
I want to share RageZone Aion Emulator Project for Aion 4.
svn checkout : https://subversion.assembla.com/svn/aionragezone/
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 Aion Engine or AL Reload as source for my private server.
Include on this svn :
- Wing patch from aion 4.5.0.3
- Launcer 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.
Aion HadeGamer
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
warn.log
consule.log
Re: New Svn for Aion Emulator from Latest Source Dwarfpicker (9.11.13).rar
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:
Re: New Svn for Aion Emulator from Latest Source Dwarfpicker (9.11.13).rar
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.
Quote:
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
Quote:
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
Quote:
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!
Re: New Svn for Aion Emulator from Latest Source Dwarfpicker (9.11.13).rar
Hey Wandi budiana,
Thanks for your job, I have a problem when compiling the source, look at this attachment
Attachment 144625
Can you help me?
Thanks, kind regards.
Elssair.
Re: New Svn for Aion Emulator from Latest Source Dwarfpicker (9.11.13).rar
Quote:
Originally Posted by
Elssair
Hey Wandi budiana,
Thanks for your job, I have a problem when compiling the source, look at this attachment
Attachment 144625
Can you help me?
Thanks, kind regards.
Elssair.
your java's address is incorrect if im correct.
Re: New Svn for Aion Emulator from Latest Source Dwarfpicker (9.11.13).rar
Run Install_Commons.bat first. If still not working you can edit Install_Commons.bat from MODE=clean to MODE=install like this :
Quote:
@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 ...
Re: New Svn for Aion Emulator from Latest Source Dwarfpicker (9.11.13).rar
Quote:
Originally Posted by
Wandi Budiana
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.
Re: New Svn for Aion Emulator from Latest Source Dwarfpicker (9.11.13).rar
https://fbcdn-sphotos-f-a.akamaihd.n...11525511_n.jpg
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 . Netbean will give you more information than maven command.
Re: New Svn for Aion Emulator from Latest Source Dwarfpicker (9.11.13).rar
Quote:
Originally Posted by
Wandi Budiana
https://fbcdn-sphotos-f-a.akamaihd.n...11525511_n.jpg
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 . Netbean will give you more information than maven command.
These are the folders of my maven repository
Attachment 144631
I install NetBean but i don't have idea how works.
Regards,
Elssair.
Re: New Svn for Aion Emulator from Latest Source Dwarfpicker (9.11.13).rar
True, but you don't have files that should be.
This is not explaination but you can try exract this ZIP to that directory.
https://fbcdn-sphotos-d-a.akamaihd.n...23084808_n.jpg
About Netbean, maybe this can help you to start using it.
http://www.youtube.com/watch?v=e5raS...ature=youtu.be
Re: New Svn for Aion Emulator from Latest Source Dwarfpicker (9.11.13).rar
Quote:
Originally Posted by
Elssair
These are the folders of my maven repository
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...p-aion-902619/
and regarding netbeans, you also might wanna download this for MYSQL & NETBEANS that comes with it.
http://www.4shared.com/zip/GyiyMgCM/...6-rc-win32.htm
im using this by the way.
and also! this latest java.
http://www.oracle.com/technetwork/ja...s-1880260.html
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:
Re: New Svn for Aion Emulator from Latest Source Dwarfpicker (9.11.13).rar
Quote:
Originally Posted by
Wandi Budiana
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.
Re: New Svn for Aion Emulator from Latest Source Dwarfpicker (9.11.13).rar
what client version should we use ?
Re: New Svn for Aion Emulator from Latest Source Dwarfpicker (9.11.13).rar
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.
Re: New Svn for Aion Emulator from Latest Source Dwarfpicker (9.11.13).rar
this bug is on all assemblies, from 4.0 to 4.5
http://forum.ragezone.com/f590/stigma-bag-1014002/ :blush: