-
New member
- Rep Power
- 0
aion server
скоро выложу готовый сервер и подробную инструкцию установки
-
-
-
Member-in-training
- Rep Power
- 0
-
-
New member
- Rep Power
- 0
Re: aion server
login server скачать
game server скачать
-- 2010-05-09, 20:19 --
This is a simple & fast tutorial to run aion-unique on windows.
In this tutorial i will not cover how to install basic required programs.
Requirements:
1 - Aion-Unique compiled server files. (you can compile it yourself or get pre-compiled builds.
2 - Installed Newest Java.
* Download java
3 - Installed Mysql Server.
* Download Mysql Server
4 - Installed Any Mysql Server Database Manager. ( I use Navicat)
* Download Navicat Mysql Server Manager
Start Installing & Configuring Database:
After install all above programs, now its time to create & configure database & server propertie files.
Open Navicat (or your choosen database manager) and create 2 databases named as follows:
au_server_ls (login database)
au_server_gs (gameserver database)
now that databases are created you must import server tables to then by hand or using aion-unique database installers that is located in:
now you got your server tables in your created server database.
now its time to register gameserver informations on login tables.
to do that:
open navicat again and go to your "au_server_ls" database, then search for "gameserver" table, open it in the editor.
now you must see 3 collums: ID - MASK - PASSWORD
* in ID collum you must write the ID of gameserver that will be used,
you can use numbers from 1 to 60 or 100 for test server, each number is a server name.
(list of server names at end of this tutorial)
* in MASK you must set the IP where login server will search for gameserver.
default is: 127.0.0.1
* in PASSWORD you must set any password you want.
example: 12345
after database part is done, remember the data you input cause you gonna need it later.
Start Configuring Server Properties:
Now go to folder below and open this file with text editor:
AE-go_loginserverconfigdatabase.properties
* change mysql USER & PASSWORD to the ones you used when installed mysql server.
Code: Select all
# Database user
database.user=root
# Database password
database.password=12345
Now go to the folder below and open this file with text editor (ONLY if you wanna change default server PORTS or IPs):
AE-go_loginserverconfigloginserver.properties
Now go to the folder below and open this file with text editor:
AE-go_gameserverconfigdatabase.properties
* change mysql USER & PASSWORD to the ones you used when installed mysql server.
Code: Select all
# Database user
database.user=root
# Database password
database.password=12345
Now go to the folder below and open this file with text editor:
here you can change default server PORTS or IPs and MUST change server ID & PASSWORD to same as you input in login database part of tutorial.
AE-go_gameserverconfiggameserver.properties
Code: Select all
# Id of this game server
gameserver.network.login.gsid=1
# Password of this game server
gameserver.network.login.password=12345
All the basics are done already!
Optional part if you want to configure IPs for external/lan/local connections:
Now go to the folder below and open this file with text editor:
More Details on all options to connect will be added later.
AE-go_gameserverconfigipconfig.xml
Local connection (default example)
Code: Select all
<ipconfig default="127.0.0.1"></ipconfig>
Lan connection (default example)
Code: Select all
<ipconfig default="192.168.0.1"></ipconfig>
Public connection using IP (default example)
Code: Select all
<ipconfig default="174.37.35.210"></ipconfig>
Public connection using DNS (default example)
Code: Select all
<ipconfig default="aion-server.no-ip.org"></ipconfig>
Now put the same IP or DNS used on one of the above examples in the aion starter.bat.
Code: Select all
Default Ports : 2106 / 9014 / 7777 / 3306
you can change ports on config file in loginserver and gameserver config folders.
Server ID List (I did not tested all ID's, some maybe wrong names)
Code: Select all
1 : Siel
2 : Israphel
3 : Nezekan
4 : Zikel
5 : Vaizel
6 : Triniel
7 : Kaisinel
8 : Lumiel
9 : Yustiel
10 : Marchutan
11 : Ariel
12 : Azphel
13 : Fregion
14 : Mesramtaeda
15 : Ereshkigal
16 : Beritra
17 : Tiamat
18 : Changarnerk
19 : Quairerk
20 : Kidorun
21 : Meniherk
22 : Zemurru
23 : Kasaka
24 : Lugbug
25 : Fasimedes
26 : Jucleas
27 : Michalis
28 : Calon
29 : Sakmis
30 : Lavirintos
31 : Spatalos
32 : Telemachus
33 : Castor
34 : Perento
35 : Gorgos
36 : Kromede
37 : Thor
38 : Votan
39 : Balder
40 : Urtem
41 : Vidar
42 : Suthran
43 : Aegir
44 : Nerthus
45 : Deltras
46 : Kahrun
47 : Lephar
48 : Arbolu
49 : Kalil
50 : Vindacci
51 : Balsach
52 : Sataloca
53 : Hellion
54 : Orissa
55 : Sigyn
56 : Sif
57 : Freyr
58 : Jebal
59 : Hisui
100 : Test Server
PS: Attached is a basic client starter BAT file and dll to bypass ip check from official aion client 1.5.1.9
(Not made by me, credits goes to fyyre).
removes ip check, for 1.5.1.7 ~ 1.5.1.9
Download and extract the above files to your client "bin32" folder and enjoy.
Thats it for now, like i said before on this post its a "very basic & fast" tutorial.
Soon i will improve it and maybe add some images if needed.
PS: if someone find mistakes or have better way to explain some things, be welcome to correct and ofc help me.
Good Luck!
off forum http://aion-unique.org
вскоре будет и на русском
-- 2010-05-09, 20:21 --
Below is a short list of what is already working or partialy working in aion-unique project:
• Aion client version 1.5.1.10 full support.
• Characters creation.
• All basic chat types.
• Player inventory.
• Player cube expansion (inventory).
• Player warehouse (including account warehouse) .
• Items support, equipements, potions, food
• Exping and level up is possible.
• Player stats.
• Monsters move and attack normally (Basic AI).
• Merchant npc sale & buy items, shops 100%.
• Drop and loot system from monsters.
• Normal & Flight Teleport.
• Trade between players.
• Player class change.
• Player pvp system.
• Player vs Player (pvp) in the Abyss.
• Player duel system.
• Players friend system.
• Npc titles.
• Other npcs <> players interaction.
• Spawn protection
• Different skill types: damage/heal/DOT/HOT/buff/debuff/transforms/traps/mantras (hundreds of skills working correctly)
• Items stats attributes, attack, defense, etc.
• Quests engine with campaign quests, group drop distribution for quests
• Skillbooks
• Group system
• Manastone socketing and bonuses
• Rifts and rift announcements
• Channels support
• Instances support
• Legion system with many advanced features, legion warehouse
• Gathering process and gather skill level up
• Crafting support
• Godstone socketing and effects
• Private shops
• Flying timer, correct gliding
• Zone manager with drowning/breath area working
• Item set bonuses
• Basic npc skills support
• Summons and servants
• Enchantments
• Stigma system
• Broker
Some Missing Features:
...
To Be Continued...
PS1: If feature is not present in this list, it probably its not done yet.
-
The Following User Says Thank You to svish For This Useful Post:
-
New member
- Rep Power
- 0
I love Aion, but it does play this game on a U.S. server?? Please excuse if wrong place, thanks
-
-
New member
- Rep Power
- 0
aion is goign free to play but only in eu server but as u know u have to pay for auction house and chat
-
-
Guest
- Rep Power
- 0
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules