Jump to content
  • Announcements

    • Xmat

      Pravidlo pro postování v TTT

      Do sekce Tipy, triky, tutoriály nepatří žádné dotazy.   Postujte sem vaše návody, tipy a různé další věci jež uznáte za vhodné sdělit zdejšímu osazenstvu, ale veškeré dotazy směřujte do sekce Všeobecná diskuse.
    • Replik

      Seznam návodů a důležitých témat v této sekci

      Pro lepší přehlednost jsem vytvořil tento seznam, který vás, méně zkušené, lépe provede touto sekcí. Věřím, že zde najdete, co hledáte. Vypsané jsou návody, které jsou oficiálně uznané jako návody. Běžné diskuze, které neposkytují postupy a rady zvěřejněny nejsou.   Instalace vlastního MaNGOS Serveru Díky těmto návodům budete (měli by jste být) schopni vytvořit a následně spustit váš vlastní server. Nastavení je pro verze s i bez datadisku.   Instalace MaNGOS Serveru (bez datadisku TBC) - Autor Benny Instalace MaNGOS Serveru (s datadiskem TBC) - Autor Malfik Instalace MaNGOS Serveru v prostředí Linux - Autor charlie Instalace MaNGOS Serveru v prostředí Linux - Autor kupkoid   Chyby a jejich řešení při přihlašování k serveru - Autor Cybe   Zálohování uživatelských dat   Dávkový soubor (BAT soubor) pro vytvoření SQL záloh - Autor Replik   Kompilování - tvoření vlastních release (revizí)   Tvorba kompilací pro Win32 (MangoScript) - Autor bLuma   Ostatní - těžko zařaditelné, ale neznamená to, že nejsou dobré   VIP Systém - Autor charlie Tvorba Webových stránek pro MaNGOS - Autor zahuba Tvorba teleportačních NPC (MangoScript) - Autor Replik Registrační web (původně předělaná SPORA) Funkční pro Antrix i MaNGOS - Autor Replik Nastavení a spuštění Minimanager pro MaNGOS - Autor BlackMartin Nastavení MaNGOS Website - Autor Artorius   Samozřejmě jsou zde i jiné návody, ale tyto jsou nejvíce používané, proto věřím, že vám budou nápomocné. Tuto sekci budeme upravovat podle potřeby. Pokud by jste něco nenašli nebo si nevěděli rady, hledejte na fóru a teprve potom založte vlastní topik. Pokud nějaký autor vytvoří kvalitní návod a chtěl by ho zveřejnit i v tomto seznamu, doporučuji, aby mi napsal zprávu skrze PM.   Díky a přeji hezký den na WoWResource   Replik
    • Aristo

      Příspěvky tam, kde nemají co dělat

      Dodržujte zákaz přispívání do topiků s repaky pokud si to zakladatelé nepřejí!! Opakované psaní příspěvků bude trestáno warnem.
    • Aristo

      Používání spoilerů

      Poslední dobou má většina uživatelů fora zvláštní nutkání postovat extrémně dlouhé texty nebo kódy, které zabírají v nejedenom případu i 80% obsahu celé stránky a hodně tak zvedají nepřehlednost v topiku. Chtěl bych všechny uživatele požádat, aby při postování citací, jakýchkoliv kódů, errorů, atp... delších než 30 řádků používali funkci spoileru.   Funkci vyvoláte příkazem [spoiler] text [/spoiler]   Ukázka:  
Sign in to follow this  
crewkocz

Arcemu - Problém s Config

Recommended Posts

Ahoj,

chci udělat server na Arcemu ale nějak si pořád nevím rady s configy (u realms)

Porty které sem už použil u TC- 8086, 8085, 3306, 3724..

World jede..

 

Realms-

 

 

/***********************************************************************

* ArcEmu Logonserver Configuration File

* Last edited: 11/14/2010

*

*******************************************************************************

* Configure the logonserver to connect to the accounts mysql database below *

*******************************************************************************

* Database Section

*

* LogonDatabase.Host - The hostname that the database is located on

* LogonDatabase.Username - The username used for the mysql connection

* LogonDatabase.Password - The password used for the mysql connection

* LogonDatabase.Name - The database name

* LogonDatabase.Port - Port that MySQL listens on. Usually 3306.

*******************************************************************************/

 

<LogonDatabase Hostname = "127.0.0.1"

Username = "root"

Password = "root"

Name = "acrealm"

Port = "3724">

 

/* Host Directive

*

* This is the address that the realmlist will listen on.

* To listen on all addresses, set it to 0.0.0.0

* Default: 127.0.0.1 (localhost)

*

* Note: ISHost is the interserver communication listener.

*/

 

<Listen Host = "0.0.0.0"

ISHost = "0.0.0.0"

RealmListPort = "3725"

ServerPort = "8093">

 

/* Server file logging level

*

* This directive controls how much output the server will

* write to log files. It cannot be disabled

* 0 = Normal + Error; 1 = Detail; 2 = Debug

* Default: 0

*/

 

<LogLevel File = "0">

 

/* Account Refresh Time

*

* This controls on which time interval accounts gets

* refreshed. (In seconds)

* Default = 600

* 600 seconds = 10 minutes - 1 second = 0.0166666667 minutes 300 seconds = 5 minutes, 150 seconds = 2.5minutes

*

*/

 

<Rates AccountRefresh = "600">

 

/* WorldServer Setup

*

* RemotePassword

* This directive controls the password used to authenticate with the worldserver.

* It must be the same between the two configs. If it is not, your server will

* not register.

*

* Default: "change_me_logon"

*

* AllowedIPs

* This section MUST be completed, otherwise all attempts to link your servers will fail.

* These "Allowed" fields are a space-separated list of CIDR-form IP addresses that are allowed

* to make server connections to your logonserver, and register realms.

* For example, everything in the 127.0.0.* range would be:

* 127.0.0.0/24, as 24 of the bits must match the 127.0.0.0

*

* To allow a single IP,

* 1.3.3.7/32, would allow only 1.3.3.7 to connect as 32 of the bits must match.

*

* AllowedModIPs

* In the same form as AllowedIPs, these are the IPs that are allowed to modify the database

* (adding bans, GMs, account permissions, etc)

*/

 

<LogonServer RemotePassword = "change_me_logon"

AllowedIPs = "127.0.0.1/24"

AllowedModIPs = "127.0.0.1/24">

 

 

 

 

Logon

 

 

/*****************************************************

* ArcEmu Realms Configuration File

* Last edited: 11/14/2010

*

* Configure ArcEmu's Realms below

******************************************************

******************************************************

* LogonServer Section

*

* Address:

* The address (no port) of the server.

*

* Port:

* The port on which the logon server listens. (*** NOT 3724 ***)

*

* Name:

* Not really relevant, but name the logon.

*

* RealmCount:

* The number of realms in the next section.

* To add more realms, increase this - and also fill out more realms below depending on the configuration you need to connect to them.

*

******************************************************/

 

<LogonServer Address = "127.0.0.1"

Port = "3724"

Name = "Default Logon"

RealmCount = "1">

 

/******************************************************

* Realm Section

*

* Name:

* The name of the realm.

*

* Address:

* The address (and port) of that realm.

*

* Icon:

* The type of realm (PVP, Normal, RPPVP, RP)

*

* TimeZone:

* The location of the server (1=Development, 2=United States, 3=Oceanic, 4=Latin America,

* 5=Tournament, 6=Korean, 8=English, 9=German, 10=French)

*

* Population:

* (0 = low, 1 = medium, 2 = high)

*

* Important information below

*

*

* To make your server public and for you to be able to connect to it, please read this entirely.

*

*

* We added two more realms to the default, why? Because of how internal networking works - each outside IP to your IP needs a connection to listen on for players/you to be able to log into.

* This issue came up alot and MANY poorly written guides also came up with modifications to the host list in windows and a bunch of other fallacies.

* Using these new "three realm" configs you don't have to follow any guides but this one.

*

* <Realm1 Name = "My Realm Name"

* Address = "internet-url-or-ip:8129"

* Icon = "PVP"

* Population = "1.0"

* TimeZone = "2">

*

* <Realm2 Name = "Private"

* Address = "internal-ip-address-for-lan-access:8129"

* Icon = "PVP"

* Population = "1.0"

* TimeZone = "1">

*

* <Realm3 Name = "Localhost"

* Address = "localhost:8129"

* Icon = "PVP"

* Population = "1.0"

* TimeZone = "1">

*

* EXPLANATION:

*

* These three realms are all one realm, all making different listening IPs so others may log into the world.

*

* Realm1 is the public realm, people outside of your network log into this.

*

* Realm2 is the IP of the computer hosting the server. It will most commonly be a 192.168.*.* IP. NOT YOUR OUTSIDE/INTERNET IP. This is so other computers in your local arena network can connect to the realm.

*

* Realm3 is the localhost connection, you will be using this to log into your server if you host and login to the server from the SAME computer.

*

* Realmlist would then be the IP that is suitable for you to use in your setup, players will use the realm1 URL - while you use either realm2 or realm3 depending on the server setup.

*

* You can cleanup the unused realms you made while doing this process if you have any, however even if you use a Realm3 type configuration to login, remember local network users on the same LAN as you will use Realm2 to login.

*

* To obtain your LAN IP address on:

* Windows = windows-key+r > type "cmd" > type "ipconfig" > under "IPV4 Address:"

* Linux = terminal > type "ifconfig" > under eth0's "inetaddr:"

* To obtain your INTERNET IP:

* Go to: http://www.whatsmyip.org/

* Foward ports: 3724 (Realmlist) and 8129 (World)

* If you add more outside(public) realms remember that their world ports need forwarding too.

*

* Timezone values :

* 0=Korean 16=China

* 1=Development 17=CN1

* 2=United States 18=CN2

* 3=Oceanic 9=CN3

* 4=Latin America 20=CN4

* 5=Tournament 21=CN5

* 6=Korean 22=CN6

* 8=English 23=CN7

* 9=German 24=CN8

* 10=French 25=Tournament

* 11=Spanish 26=Test Server

* 12=Russian 27=Tournament

* 13=Tournament 28=QA Server

* 14=Taiwan 29=CN9

* 15=Tournament 30=TestServer2

******************************************************/

 

<Realm1 Name = "menoserveru"

Address = "jmeno a ip skryto:8088"

Icon = "PVP"

Population = "1.0"

TimeZone = "2">

 

<Realm2 Name = "Private"

Address = "internal-ip-address-for-lan-access:8129"

Icon = "PVP"

Population = "1.0"

TimeZone = "1">

 

<Realm3 Name = "Localhost"

Address = "localhost:8129"

Icon = "PVP"

Population = "1.0"

TimeZone = "1">

 

 

 

 

a kousek z worldu

 

 

<WorldDatabase Hostname = "localhost" Username = "root" Password = "root" Name = "arcemu" Port = "3307">

<CharacterDatabase Hostname = "localhost" Username = "root" Password = "root" Name = "acchara" Port = "3307">

 

<Listen Host = "0.0.0.0"

WorldServerPort = "8129">

 

 

 

 

 

EDIT > Porty nemůžu otevírat přez Firewall ale můj Hosting je otevírá..

Edited by crewkocz

Share this post


Link to post
Share on other sites

 

a kousek z worldu

 

 

<WorldDatabase Hostname = "localhost" Username = "root" Password = "root" Name = "arcemu" Port = "3307">

<CharacterDatabase Hostname = "localhost" Username = "root" Password = "root" Name = "acchara" Port = "3307">

 

<Listen Host = "0.0.0.0"

WorldServerPort = "8129">

 

 

 

 

 

tieto porty si nespomenul nemas ich zle??nema byt nahodou miesto 3307 3306?

Share this post


Link to post
Share on other sites

myslím že zle nejsou world funguje.. a ten port pro listing to myslím nemá co společného.. aspon myslím (i tak to zkusím ale chyba vtom nebude)

 

 

 

/******************************************************
* Listen Config
*
*    Host
*        This is the address that the server will listen on.
*        To listen on all addresses, set it to 0.0.0.0
*        Default: 127.0.0.1 (localhost)
*
*    WorldServerPort
*        This is the port that the world server listens on.
*        It has to be the same as what is specified in the
*        realms table in the LogonDatabase.
*        Default: 8129
*
******************************************************/

EDIT spravil sem to na

<Listen Host = "0.0.0.0"

WorldServerPort = "8087">

 

A při načítaní logonu

 

[23:20][Arcemu][2011-08-10 23:20:44]
[23:20][Arcemu][2011-08-10 23:20:44]
[23:20][Arcemu]ArcEmu 4.0-TRUNK r4450/Release-Linux (X86) :: Logon Server
[23:20][Arcemu]ArcEmu 4.0-TRUNK r4450/Release-Linux (X86) :: Logon Server
The key combination <Ctrl-C> will safely shut down the server at any time.[23:20][Arcemu]System: Initializing Random Number Generators...
[23:20][Arcemu]Config: Loading Config Files...
[23:20][Arcemu]ThreadMgr: Starting...

a dál nic..

 

 

OK VYRESENO.. Kdo bude mit zajem jak vypada oprava.. at napíše do topicu

Edited by crewkocz

Share this post


Link to post
Share on other sites

Ok nevyřešeno..

REalm píše

[00:15][Arcemu]Authentication request from 127.0.0.1, result FAIL.

a

Core píše

[00:15][Arcemu]LogonCommClient: Authenticating...
[00:15][Arcemu]LogonCommClient: Authentication failed.

Včem je chyba?

Share this post


Link to post
Share on other sites

No já jsem si všiml toho, že jsi napsal že pro trinity jsi použil 3724, a ten samý máš nastavený v configu pro logon Arcemu, tak to zkus jako 1. ;)

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×