[Release] Aion Lightning 4.0 - 1-Click Server
Hi!
Here the AionLightning 4.0 1-Click Server v2.5!
!!! CAUTION !!!
- This Server ONLY works with NA UpToDate client
Whats new:
1. Step: Download --> Download AL 4.0 1-Click Server 2.5
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
--> Download
Re: [Release] Aion Lightning 4.0 - 1-Click Server
Excellent file! :
but Where is this droplist.sqll file : D :
Re: [Release] Aion Lightning 4.0 - 1-Click Server
no-ip works also on russian client, checked by me
Re: [Release] Aion Lightning 4.0 - 1-Click Server
Quote:
Originally Posted by
kingja
Excellent file! :
but Where is this droplist.sqll file : D :
Droplist.dat
Re: [Release] Aion Lightning 4.0 - 1-Click Server
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]
Re: [Release] Aion Lightning 4.0 - 1-Click Server
its core error I cant help you fast. Its still a Core work in progress
Re: [Release] Aion Lightning 4.0 - 1-Click Server
test , checked by me ^^
but client awesomium v1.6.5 error ??
Re: [Release] Aion Lightning 4.0 - 1-Click Server
Thank You.
I test on Aion NA 4.0 It's Ok. ^^
gameserver.country.code = 1 [NA=1 EU=2 RUS=3]
Re: [Release] Aion Lightning 4.0 - 1-Click Server
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
Re: [Release] Aion Lightning 4.0 - 1-Click Server
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):
How do I set or change the PATH system variable?
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.
Re: [Release] Aion Lightning 4.0 - 1-Click Server
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 . . .
Re: [Release] Aion Lightning 4.0 - 1-Click Server
Re: [Release] Aion Lightning 4.0 - 1-Click Server
Quote:
Originally Posted by
JustCrazy
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
Re: [Release] Aion Lightning 4.0 - 1-Click Server
thanks for the conclusion
Re: [Release] Aion Lightning 4.0 - 1-Click Server
XD awww it come btw which client is work with this server ?
Link please :3