I know its big, but you need it ^^
Ok, since I noticed alot of ppl have problems with alot of things, figured maybe there's something I can do to make it easyer on every1. Perhaps this is just what u need, and it helps, but if it doesn't then well... I can say that I tried... Anyway, let's begin from the beginning, here's a link to an upload I made containing my server's blank, fixed all the error I had on it, and it works with no problems for win 8 (with this bin folder: https://mega.co.nz/#!KFdCWSyD!A2g6VR...duEmw9rLUODN_A); this release whould normally save u at least 2h of headacheshttps://mega.co.nz/#!DY1EUSDa!IbmpVk...YTOB4b9LhIpHsY
BTW, if u're a hardcore fan and rly hate cheaters in your everyday aion stuff, then maybe it's best if u don't add "Silona Lord's Pinions" to your inventory (187000118), it's gonna ruin your day... kind of. But if u like being harder to kill than a GGT, then well, you'll prolly need this equipped. A custom made Account with preadded character available for your convenience [Name: "Avenger" Pass: "Repelon"]. I wish u all to have fun, and enjoy this release; almost forgot to mention. I take no credit for anything in this release, it's the same thing released by dwarfpicker, I just removed the errors and stuff.
Last edited by Septimus Raven; 27-09-13 at 12:26 PM.
Hi Joshi do you remember me?
indy.
Check Table
1. Player
2. Inventory
3. Player_Registered_Items
4. Legion
5. Mail
6. Guide
7. Houses
In case IDFactory Error
there must be 2 id with the same ID in table.
private IDFactory() {
idList = new BitSet();
lock = new ReentrantLock();
lockIds(0);
// Here should be calls to all IDFactoryAwareDAO implementations to initialize
// used values in IDFactory
lockIds(DAOManager.getDAO(PlayerDAO.class).getUsedIDs());
lockIds(DAOManager.getDAO(InventoryDAO.class).getUsedIDs());
lockIds(DAOManager.getDAO(PlayerRegisteredItemsDAO.class).getUsedIDs());
lockIds(DAOManager.getDAO(LegionDAO.class).getUsedIDs());
lockIds(DAOManager.getDAO(MailDAO.class).getUsedIDs());
lockIds(DAOManager.getDAO(GuideDAO.class).getUsedIDs());
lockIds(DAOManager.getDAO(HousesDAO.class).getUsedIDs());
log.info("IDFactory: " + getUsedCount() + " id's used.");
}
OK, i got a templar with all the skills i liked from here and there hehehe pretty cool for solo and i was able to enable the housing auction, but now i have a little problem, the palace butler it's under the floor lol i can only see the name through the floor, is there a way i can move her up like 2 m so it's on the palace door? can it be done with admin commands or db?
Thanks in advance.
Edit: never mind lmao i just went on edit mode and she appeared :P question, steel rake instance it's not accessible, is it normal or did i broke something on a config?
hum only for NA....
i guess it's good time for me to be back on the scene for aion dev :)
i solved "idfactory" problems!
Just format my hdd installed windows 8,
and setup win7... and retry server ....good working..
thanks everybody~![]()
You shouldn't. Coz if u get it wrong, like I did, you'll make Stormwing respawn every 20 mins right in front of Telemachus, the boss from Eltnen fortress. Imagine. A lvl 20 guy, minding his own business, questing and stuff, then BOOM! Lvl 55 elite boss shows up right in the middle of the room epic stunning allover the place. It's horrible, belive me...
You could've used my server instead, I made it work for win 8 this afternoon too. Donno how, don't ask, used those files bit further up in the posts above. Btw the Stormwing stuff is not included in the server thingie. That I managed to "accomplish" this evening
![]()
hello tancks but have same problem need some help urgent
2:34:54.060 INFO [main]: com.aionemu.loginserver.configs.Config [Config.java:151] - Loading: ./config/network/network.properties
22:34:54.081 INFO [main]: com.aionemu.loginserver.configs.Config [Config.java:153] - Loading: ./config/network/commons.properties
22:34:54.082 INFO [main]: com.aionemu.loginserver.configs.Config [Config.java:155] - Loading: ./config/network/database.properties
22:34:54.793 INFO [main]: com.aionemu.commons.database.DatabaseFactory [DatabaseFactory.java:123] - Successfully connected to database
22:34:56.025 INFO [main]: com.aionemu.commons.database.dao.DAOManager [DAOManager.java:85] - Loaded 8 DAO implementations.
22:34:56.054 INFO [main]: com.aionemu.loginserver.utils.ThreadPoolManager [ThreadPoolManager.java:70] - ThreadPoolManager: Initialized with 12 scheduler, 6 instant, 0 long running thread(s).
22:34:56.055 INFO [main]: com.aionemu.loginserver.network.ncrypt.KeyGen [KeyGen.java:60] - Initializing Key Generator...
22:34:59.229 INFO [main]: com.aionemu.loginserver.GameServerTable [GameServerTable.java:67] - GameServerTable loaded 1 registered GameServers.
22:34:59.231 INFO [main]: com.aionemu.loginserver.controller.BannedIpController [BannedIpController.java:69] - BannedIpController loaded 0 IP bans.
22:34:59.253 ERROR[main]: com.aionemu.commons.network.NioServer [NioServer.java:134] - NioServer Initialization Error: java.io.IOException: Unable to establish loopback connection
java.io.IOException: Unable to establish loopback connection
at sun.nio.ch.PipeImpl$Initializer.run(Unknown Source) ~[na:1.7.0_25]
at sun.nio.ch.PipeImpl$Initializer.run(Unknown Source) ~[na:1.7.0_25]
at java.security.AccessController.doPrivileged(Native Method) ~[na:1.7.0_25]
at sun.nio.ch.PipeImpl.<init>(Unknown Source) ~[na:1.7.0_25]
at sun.nio.ch.SelectorProviderImpl.openPipe(Unknown Source) ~[na:1.7.0_25]
at java.nio.channels.Pipe.open(Unknown Source) ~[na:1.7.0_25]
at sun.nio.ch.WindowsSelectorImpl.<init>(Unknown Source) ~[na:1.7.0_25]
at sun.nio.ch.WindowsSelectorProvider.openSelector(Unknown Source) ~[na:1.7.0_25]
at com.aionemu.commons.network.Dispatcher.<init>(Dispatcher.java:69) ~[al-commons-1.3.jar:na]
at com.aionemu.commons.network.AcceptReadWriteDispatcherImpl.<init>(AcceptReadWriteDispatcherImpl.java:49) ~[al-commons-1.3.jar:na]
at com.aionemu.commons.network.NioServer.initDispatchers(NioServer.java:170) ~[al-commons-1.3.jar:na]
at com.aionemu.commons.network.NioServer.connect(NioServer.java:106) ~[al-commons-1.3.jar:na]
at com.aionemu.loginserver.LoginServer.main(LoginServer.java:142) ~[AL-Login.jar:na]
Caused by: java.net.SocketException: Permission denied: listen
at sun.nio.ch.Net.listen(Native Method) ~[na:1.7.0_25]
at sun.nio.ch.ServerSocketChannelImpl.bind(Unknown Source) ~[na:1.7.0_25]
at sun.nio.ch.ServerSocketAdaptor.bind(Unknown Source) ~[na:1.7.0_25]
at sun.nio.ch.ServerSocketAdaptor.bind(Unknown Source) ~[na:1.7.0_25]
... 13 common frames omitted