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!

[Release] Aion Lightning 4.0 - 1-Click Server

Blender Fan|Kinenbi Owner
Loyal Member
Joined
Mar 27, 2006
Messages
800
Reaction score
355
Hi!

Here the AionLightning 4.0 1-Click Server v2.5!

!!! CAUTION !!!
- This Server ONLY works with NA UpToDate client


Whats new:
v2.5
- Working Website
- Working Chatserver
- Temp Fix for SM Pets lvl 60-65
- Added Win7 Localhost and Unlimited IP FiX
- Added Win8 Localhost FiX
- Added Win7 IP Fix Maker
- Added new Ingameshop Fix
- Added sieges Spawn in North and South Katalam
- Added NPC/Mob Level and stats on North and South Katalam Sieges and Mobs
- Added temp fix for Gunner Reload skill
- Cleaned all errors on Gamserver Start
- Fixed NPC Walker IDs
- Added GeoServer (Pleas only use and set up if you know what you are doing)
- Fixed Double Spawns and Spawnlocations in North and South Katalam
- Added Hexway Fixes
- Added Tiamat Refugee Fixes
- Added Tiamat Stronghold Fixes
- Auto Event Service with fixed dates
- and alot of small fixes I dont remeber

v2.1
- Fixed the Login bug (Username and password does not match)
- Fixed Ingameshop bug (Ingameshop does not show)
- Edited the Aion_start_local.bat for easier Ingameshop and no Webshop!

v2.0
- Fixed Class Change Service for Bard and Gunner
- Sql Char FIX
- Rift FiX
- Welcome Message
- Added all Houses in DB
- Added Ingameshop Items
- Edited Ingameshop Categorys
- IngameShop FiX
- Houses auto auction
- Some NPC fix
- alot of small fixes
- enabled Chatserver

v1.0:
- Server works on localhost ONLY
- Server works with NA UpToDate Client ONLY
- Server DONT work with EU Client atm

1. Step: Download -->
2. UnRar using program of choice.
3. Start "Setup.bat"
4. Copy Your system Login-Fix Files into your Aion directory
5. Copy the InGameShop FiX into your Aion directory
6. Have fun playing on your own server

If Ingameshop is not working - try this IngameShop Fix by kornicska
-->
 
Last edited:
Newbie Spellweaver
Joined
Aug 26, 2012
Messages
14
Reaction score
3
got sendlog after combining 2 Archon Commander's Aethercannons

Code:
2013-09-02 12:55:28,244 Dispatcher error! java.lang.NegativeArraySizeException
java.lang.NegativeArraySizeException: null
	at com.aionemu.gameserver.network.PacketWriteHelper.skip(PacketWriteHelper.java:126) ~[AL-Game.jar:na]
	at com.aionemu.gameserver.network.aion.iteminfo.CompositeItemBlobEntry.writeFusionStones(CompositeItemBlobEntry.java:59) ~[AL-Game.jar:na]
	at com.aionemu.gameserver.network.aion.iteminfo.CompositeItemBlobEntry.writeThisBlob(CompositeItemBlobEntry.java:43) ~[AL-Game.jar:na]
	at com.aionemu.gameserver.network.aion.iteminfo.ItemBlobEntry.writeMe(ItemBlobEntry.java:54) ~[AL-Game.jar:na]
	at com.aionemu.gameserver.network.aion.iteminfo.ItemInfoBlob.writeMe(ItemInfoBlob.java:54) ~[AL-Game.jar:na]
	at com.aionemu.gameserver.network.aion.serverpackets.SM_INVENTORY_UPDATE_ITEM.writeImpl(SM_INVENTORY_UPDATE_ITEM.java:68) ~[AL-Game.jar:na]
	at com.aionemu.gameserver.network.aion.AionServerPacket.write(AionServerPacket.java:76) ~[AL-Game.jar:na]
	at com.aionemu.gameserver.network.aion.AionConnection.writeData(AionConnection.java:250) ~[AL-Game.jar:na]
	at com.aionemu.commons.network.Dispatcher.write(Dispatcher.java:287) ~[al-commons-1.3.jar:na]
	at com.aionemu.commons.network.AcceptReadWriteDispatcherImpl.dispatch(AcceptReadWriteDispatcherImpl.java:81) ~[al-commons-1.3.jar:na]
	at com.aionemu.commons.network.Dispatcher.run(Dispatcher.java:105) ~[al-commons-1.3.jar:na]
 
Blender Fan|Kinenbi Owner
Loyal Member
Joined
Mar 27, 2006
Messages
800
Reaction score
355
its core error I cant help you fast. Its still a Core work in progress
 
Newbie Spellweaver
Joined
Jan 25, 2013
Messages
49
Reaction score
6
Thank You.
I test on Aion NA 4.0 It's Ok. ^^

gameserver.country.code = 1 [NA=1 EU=2 RUS=3]
 
Newbie Spellweaver
Joined
Apr 19, 2011
Messages
24
Reaction score
1
i get error when i start the one click server. it says "JAVA is not recognized as an internal or external command, operable program or batch file" Any way to fix this
 
Blender Fan|Kinenbi Owner
Loyal Member
Joined
Mar 27, 2006
Messages
800
Reaction score
355
ok I forgot to set path but you can fix this easily:

open .\Aion Lightning 4.0 - 1-Click by Dwarfpicker v1.0\AIONEmulator\game\StartGS.bat
and add following line after Color 3
Code:
SET PATH="..\java portable\JDK\bin"
then the same with Gameserver:
open .\Aion Lightning 4.0 - 1-Click by Dwarfpicker v1.0\AIONEmulator\loginserver\StartLS.bat
and add following line after Color 3
Code:
SET PATH="..\java portable\JDK\bin"


or you set up your windows global variables what is better:

1. Right-Click My Computer and select Properties
2. Then Click The Advanced Tab
3. Then Click Environment Variables
4. Select Path In The Bottom Box and Click Edit
5. Find Where You installed Java (E.g "C:\Program Files\Java\bin)
Its different on each computer
6. Make Sure to add a semicolon after the word bin in the path to seperate it from the other important paths
7. If this doesnt work then you may have to reinstall Java and Try Again
Source(s):


Setting Path on Windows
For Windows XP:

1. Start -> Control Panel -> System -> Advanced
2. Click on Environment Variables, under System Variables, find PATH, and click on it.
3. In the Edit windows, modify PATH by adding the location of the class to the value for PATH. If you do not have the item PATH, you may select to add a new variable and add PATH as the name and the location of the class as the value.
4. Close the window.
5. Reopen Command prompt window, and run your java code.
 
Newbie Spellweaver
Joined
Apr 19, 2011
Messages
24
Reaction score
1
Thanks that helped :thumbup:

I get this in the game server console only, the login server console works fine.



Error occurred during initialization of VM
java.lang.ExceptionInInitializerError
at java.lang.System.initializeSystemClass(Unknown Source)
Caused by: java.lang.RuntimeException: java.lang.IllegalAccessException: Class j
ava.util.concurrent.atomic.AtomicReferenceFieldUpdater can not access a member o
f class java.io.BufferedInputStream with modifiers "volatile"
at java.util.concurrent.atomic.AtomicReferenceFieldUpdater$AtomicReferen
ceFieldUpdaterImpl.<init>(AtomicReferenceFieldUpdater.java:205)
at java.util.concurrent.atomic.AtomicReferenceFieldUpdater.newUpdater(At
omicReferenceFieldUpdater.java:69)
at java.io.BufferedInputStream.<clinit>(Unknown Source)
at java.lang.System.initializeSystemClass(Unknown Source)
Caused by: java.lang.IllegalAccessException: Class java.util.concurrent.atomic.A
tomicReferenceFieldUpdater can not access a member of class java.io.BufferedInpu
tStream with modifiers "volatile"
at sun.reflect.Reflection.ensureMemberAccess(Unknown Source)
at sun.reflect.misc.ReflectUtil.ensureMemberAccess(Unknown Source)
at java.util.concurrent.atomic.AtomicReferenceFieldUpdater$AtomicReferen
ceFieldUpdaterImpl.<init>(AtomicReferenceFieldUpdater.java:193)
at java.util.concurrent.atomic.AtomicReferenceFieldUpdater.newUpdater(At
omicReferenceFieldUpdater.java:69)
at java.io.BufferedInputStream.<clinit>(Unknown Source)
at java.lang.System.initializeSystemClass(Unknown Source)


Game Server has terminated abnormaly!

Press any key to continue . . .
 
Newbie Spellweaver
Joined
Aug 26, 2012
Messages
14
Reaction score
3
got sendlog after combining 2 Archon Commander's Aethercannons

Code:
2013-09-02 12:55:28,244 Dispatcher error! java.lang.NegativeArraySizeException
java.lang.NegativeArraySizeException: null
	at com.aionemu.gameserver.network.PacketWriteHelper.skip(PacketWriteHelper.java:126) ~[AL-Game.jar:na]
	at com.aionemu.gameserver.network.aion.iteminfo.CompositeItemBlobEntry.writeFusionStones(CompositeItemBlobEntry.java:59) ~[AL-Game.jar:na]
	at com.aionemu.gameserver.network.aion.iteminfo.CompositeItemBlobEntry.writeThisBlob(CompositeItemBlobEntry.java:43) ~[AL-Game.jar:na]
	at com.aionemu.gameserver.network.aion.iteminfo.ItemBlobEntry.writeMe(ItemBlobEntry.java:54) ~[AL-Game.jar:na]
	at com.aionemu.gameserver.network.aion.iteminfo.ItemInfoBlob.writeMe(ItemInfoBlob.java:54) ~[AL-Game.jar:na]
	at com.aionemu.gameserver.network.aion.serverpackets.SM_INVENTORY_UPDATE_ITEM.writeImpl(SM_INVENTORY_UPDATE_ITEM.java:68) ~[AL-Game.jar:na]
	at com.aionemu.gameserver.network.aion.AionServerPacket.write(AionServerPacket.java:76) ~[AL-Game.jar:na]
	at com.aionemu.gameserver.network.aion.AionConnection.writeData(AionConnection.java:250) ~[AL-Game.jar:na]
	at com.aionemu.commons.network.Dispatcher.write(Dispatcher.java:287) ~[al-commons-1.3.jar:na]
	at com.aionemu.commons.network.AcceptReadWriteDispatcherImpl.dispatch(AcceptReadWriteDispatcherImpl.java:81) ~[al-commons-1.3.jar:na]
	at com.aionemu.commons.network.Dispatcher.run(Dispatcher.java:105) ~[al-commons-1.3.jar:na]
small update
this error you can get only when combining weapons with manastones in sockets. When combining "clean" weapons you willn't get error, the only thing is that you can't put manastones in additional (№7-12) sockets
 
ヽ(#゚Д゚)ノ┌┛)` Д゚)・;'
Joined
Mar 26, 2012
Messages
502
Reaction score
103
XD awww it come btw which client is work with this server ?

Link please :3
 
ヽ(#゚Д゚)ノ┌┛)` Д゚)・;'
Joined
Mar 26, 2012
Messages
502
Reaction score
103
Thankyou :) and I need to press update bottle( I guess yes buttle not botton ) and download all the file ? :3

Btw really thank you again :)


Btw what is different between Aion NextGen Aion Multicore and Aion Lightning ?
 
Last edited:
Blender Fan|Kinenbi Owner
Loyal Member
Joined
Mar 27, 2006
Messages
800
Reaction score
355
If you already got USA client you can just let it update!
 
Newbie Spellweaver
Joined
May 30, 2013
Messages
37
Reaction score
10
I just tested and "SysConfigEditor.exe" apparently does not work with AL-4 for the freefly :/:
 
Last edited:
Junior Spellweaver
Joined
Jul 24, 2011
Messages
126
Reaction score
5
who can upload these files to another file sharing and give a link :)?
 
Back
Top