I want to make sure I'm reading this right. These are ALL of the following changes needed to the configuration files because your tutorial is kinda washy in this area?
Why do you have us write down things in Step 1 Part 3? We never use it in the future without it being confusing.
logon.conf
project anthrax Tutorial
Code:
<LogonDatabase Hostname = "localhost"
Username = "root"
Password = "ascent"
Name = "logon"
Port = "3306"
Type = "1">
Code:
<LogonServer RemotePassword = "ascent"
AllowedIPs = "127.0.0.1/24"
AllowedModIPs = "127.0.0.1/24">
Changes - Scelero's Tutorial
Code:
<LogonDatabase Hostname = "127.0.0.1"
Username = "root"
Password = "ascent"
Name = "logon"
Port = "3306"
Type = "1">
Code:
<LogonServer RemotePassword = "ascent"
AllowedIPs = "<routerIP>/24"
AllowedModIPs = "<routerIP/24">
----------------------------------------------------------------------------------------
realms.conf
project anthrax Tutorial
Code:
<Realm1 Name = "Any Random Server Name"
Address = "127.0.0.1:8129"
Icon = "PVP"
Population = "1.0"
TimeZone = "1">
Changes - Scelero's Tutorial
Code:
<Realm1 Name = "Any Random Server Name"
Address = "<ChickenIP>:8129"
Icon = "PVP"
Population = "1.0"
TimeZone = "1">
----------------------------------------------------------------------------------------
world.conf
project anthrax Tutorial
Code:
<WorldDatabase Hostname = "localhost" Username = "root" Password = "ascent" Name = "world" Port = "3306" Type = "1">
<CharacterDatabase Hostname = "localhost" Username = "root" Password = "ascent" Name = "characters" Port = "3306" Type = "1">
Changes - Scelero's Tutorial
Code:
<WorldDatabase Hostname = "127.0.0.1" Username = "root" Password = "ascent" Name = "world" Port = "3306" Type = "1">
<CharacterDatabase Hostname = "127.0.0.1" Username = "root" Password = "ascent" Name = "characters" Port = "3306" Type = "1">
In Step 2 Part 2 what does this mean?
project anthrax Tutorial
Code:
127.0.0.1 localhost
192.168.1.2 <router my ip yourservername.hostnameyouchose
CHICKENIP yourservername.hostnameyouchose
Changes - Scelero's Tutorial
Code:
127.0.0.1 localhost
<routerIP> <yournewDNS>
<CHICKENIP> <yournewDNS>
Being that 127.0.0.1 localhost is what ever user must put in as a standard.