can you guys give a detailed Tutorial on how to start the server?
Printable View
can you guys give a detailed Tutorial on how to start the server?
i posted yesterday in 3 different locations.Make an efort and search.
how can i use this to create aion 3.0 server ? it's only for 2.7 ?
There are not any 3.0 emulators.Aion galaxy emulator has some 3.0 features but not 100% functional.
does anyone has an working packetsamurai for 3.0?
Who among you common in VB, please help me in Coding, I want to launch my Friends Server and I'm one of his Staff,
tnx, im tested excelet work, nice:thumbup1:
It took me some time to configure but it is working like charm, But i've noticed some bugs, when enchanting with manastones etc. it does not show the bar loading, it just enchants, so i guess visual bug since it's working. another thing is that the attack of my char is only based at the weapon so it's shown like 0+ 325, and i wonder, why my char has no atk on his own? is it like a bug or sth? thanx for any answer
Hey, is this repack still active? I have been searching for a good repack to go with. I checked out some stuff on easy emu, aion lightning, and seen a couple others. Just wondering if anyone had any advice on which repack is the best to go with nowadays? I'm not picky, this is just for my own gaming pleasure really and maybe a couple of friends. It seems many of these threads have been dead for years heh. Any advice would be appreciated, thanks.
Have a look at Aion Galaxy Emu... under the Toolbox section, Novo has posted an updated easy repack.
Either go to aiongemu.com or just get it from the link here : http://easy-emu.de/downloads/EasyAio...pack_0.0.3.zip
What client do I need for this? Is the normal AIon client downloaded from ncsoft launcher or a russian client? I also noticed it uses its ownn portable mysql. I already have MySQL installed with its own password, will that be a problem? Not sure its safe to use a default password with port forwarding.
I use NA Client 2.7.0.1
You can use the bin32 folder form Novo's repack.
I think you will need a special bin32 to enable freefly in the server. You can find it on the aiongemu site.
For the passwords, just change all relevant files to include your custom MySQL password.
Good luck, and don't give up!
Question: Up to HGM(access level 3) tags like TGM,GM,HGM are shown, why are Admin(access level 4) and HeadAdmin(access level 5) NOT shown?
I also need an explaination on these configurations:
(what does this do?)
# GM Level.
gameserver.administration.gmlevel = x
How can I properly use no-ip service with ipconfig and launcher. Tried, but it's not working.
Please answer a.s.a.p. :8:
Ok I'm having an issue with the gameserver not connecting to the loginserver
Here is the error in my loginserver logs
And here is what the loginserver is sayingCode:[INFO] 2012-06-14 14:52:52 - com.aionemu.commons.utils.AEInfos:126 - ..................................................
[INFO] 2012-06-14 14:52:52 - com.aionemu.commons.utils.AEInfos:106 - +----
[INFO] 2012-06-14 14:52:52 - com.aionemu.commons.utils.AEInfos:106 - | Global Memory Informations at 14:52:52:
[INFO] 2012-06-14 14:52:52 - com.aionemu.commons.utils.AEInfos:106 - | |
[INFO] 2012-06-14 14:52:52 - com.aionemu.commons.utils.AEInfos:106 - | Allowed Memory: 32576 KB
[INFO] 2012-06-14 14:52:52 - com.aionemu.commons.utils.AEInfos:106 - | |= Allocated Memory: 13120 KB (40.2750%)
[INFO] 2012-06-14 14:52:52 - com.aionemu.commons.utils.AEInfos:106 - | |= Non-Allocated Memory: 19456 KB (59.7250%)
[INFO] 2012-06-14 14:52:52 - com.aionemu.commons.utils.AEInfos:106 - | Allocated Memory: 13120 KB
[INFO] 2012-06-14 14:52:52 - com.aionemu.commons.utils.AEInfos:106 - | |= Used Memory: 10773 KB (33.0704%)
[INFO] 2012-06-14 14:52:52 - com.aionemu.commons.utils.AEInfos:106 - | |= Unused (cached) Memory: 2347 KB (7.2047%)
[INFO] 2012-06-14 14:52:52 - com.aionemu.commons.utils.AEInfos:106 - | Useable Memory: 21803 KB (66.9296%)
[INFO] 2012-06-14 14:52:52 - com.aionemu.commons.utils.AEInfos:106 - +----
[INFO] 2012-06-14 14:52:52 - loginserver.LoginServer:89 - Login Server started in 6 seconds.
[INFO] 2012-06-14 14:55:44 - loginserver.network.gameserver.GsConnection:84 - GS connection from: 127.0.0.1
[INFO] 2012-06-14 14:55:44 - loginserver.network.gameserver.GsConnection:96 - recived packet: [C] 0x00 CM_GS_AUTH
[INFO] 2012-06-14 14:55:44 - loginserver.GameServerTable:88 - GameServer [ID:null] 127.0.0.1 requestedID=1 not aviable!
[INFO] 2012-06-14 14:55:44 - loginserver.network.gameserver.GsConnection:182 - sending packet: [S] 0x00 SM_GS_AUTH_RESPONSE and closing connection after that.
[INFO] 2012-06-14 14:55:44 - loginserver.network.gameserver.GsConnection:135 - GameServer [ID:null] 127.0.0.1 disconnected
I've checked all the config files and I am unable to find anywhere that uses a common password to connect the servers, so either something is missing or I am just blind.Code:[INFO] 2012-06-14 14:57:48 - gameserver.network.loginserver.LoginServer:90 - Connecting to LoginServer: localhost/127.0.0.1:9014
[INFO] 2012-06-14 14:57:48 - gameserver.network.loginserver.LoginServerConnection:82 - Connected to LoginServer!
[INFO] 2012-06-14 14:57:48 - gameserver.network.loginserver.LoginServerConnection:168 - sending packet: [S] 0x00 SM_GS_AUTH
[ERROR] 2012-06-14 14:57:48 - com.aionengine.commons.network.Server:89 - Error starting server !
java.net.SocketException: Permission denied
at sun.nio.ch.Net.bind(Native Method)
at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:137)
at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:77)
at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:70)
at com.aionengine.commons.network.Server.run(Server.java:69)
[INFO] 2012-06-14 14:57:48 - gameserver.network.loginserver.LoginServerConnection:99 - recived packet: [C] 0x00 CM_GS_AUTH_RESPONSE
[FATAL] 2012-06-14 14:57:48 - gameserver.network.loginserver.clientpackets.CM_GS_AUTH_RESPONSE:78 - GameServer is not authenticated at LoginServer side, shutting down!
[ERROR] 2012-06-14 14:57:48 - gameserver.utils.ThreadUncaughtExceptionHandler:37 - Critical Error - Thread: main terminated abnormaly: java.lang.IllegalStateException: Shutdown in progress
java.lang.IllegalStateException: Shutdown in progress
at java.lang.ApplicationShutdownHooks.add(ApplicationShutdownHooks.java:57)
at java.lang.Runtime.addShutdownHook(Runtime.java:209)
at gameserver.GameServer.main(GameServer.java:187)
Any help would be greatly appreciated.