Hello, i have been struggling getting my server public for days now, and i can't figure it out. Would someone be so kind and explain what to i need to do to get my friends onto my server witouth hamachi.
Thanks, here goes.
(i will change the passwords when everything is set up)
Config files:
World:
Code:
<WorldDatabase Hostname = "localhost" Username = "root" Password = "ascent" Name = "blizzlike" Port = "3306" Type = "1">
<CharacterDatabase Hostname = "localhost" Username = "root" Password = "ascent" Name = "characters" Port = "3306" Type = "1">
<Listen Host = "0.0.0.0"
WorldServerPort = "8129">
<LogLevel Screen="0" File="-1" World="0" DisableCrashdumpReport="1">
<Server PlayerLimit = "100"
Motd = "Blizzlike"
SendStatsOnJoin = "1"
EnableBreathing = "1"
SeperateChatChannels = "0"
CompressionThreshold = "1000"
QueueUpdateInterval = "5000"
KickAFKPlayers = "0"
ConnectionTimeout = "180"
RealmType = "1"
AdjustPriority = "0"
RequireAllSignatures = "0"
ShowGMInWhoList = "1"
MapUnloadTime="0"
LimitedNames="1"
UseAccountData="1"
AllowPlayerCommands="0"
EnableLFGJoin="1"
TimeZone="0"
Collision="0"
DisableFearMovement="0">
<Announce Tag = "Staff"
GMAdminTag = "0"
NameinAnnounce = "0"
NameinWAnnounce = "0"
ShowInConsole = "0">
<Rates Health="2"
Power1="2"
Power2="2"
Power3="2"
Power4="2"
QuestReputation="40"
KillReputation="20"
Honor="10"
PvPTimer="300000"
ArenaQueueDiff="150"
Compression="1"
XP="20"
QuestXP="30"
RestXP="20"
ExploreXP="20"
DropGrey="1"
DropWhite="10"
DropGreen="30"
DropBlue="10000"
DropPurple="2"
DropOrange="2"
DropArtifact="2"
DropMoney="10"
Save="150000"
SkillChance="5"
SkillRate="5"
ArenaMultiplier2x="10"
ArenaMultiplier3x="10"
ArenaMultiplier5x="10">
<GMClient GmClientChannel = "gm_sync_channel">
<Terrain MapPath ="maps"
vMapPath ="vmaps"
UnloadMaps ="1">
<Log Cheaters="0" GMCommands="0" TimeStamp="0">
<Mail ReloadDelay="0"
DisablePostageCostsForGM="1"
DisablePostageCosts="0"
DisablePostageDelayItems="1"
DisableMessageExpiry="0"
EnableInterfactionMail="1"
EnableInterfactionMailForGM="1">
<StatDumper FileName = "stats.xml" Interval = "120000">
<Startup Preloading = "0"
BackgroundLootLoading = "1"
EnableMultithreadedLoading = "1"
LoadAdditionalTables="">
<FloodProtection Lines = "0" Seconds = "0" SendMessage = "0">
<LogonServer DisablePings = "0"
RemotePassword = "password">
<AntiHack Teleport="1"
Speed="1"
FallDamage="1"
Flight="1"
FlightThreshold="10"
DisableOnGM="1">
<Periods HonorUpdate="daily"
ArenaUpdate="weekly"
DailyUpdate="daily">
<Channels BannedChannels="">
<VoiceChat Enabled="0"
ServerIP="127.0.0.1"
ServerPort="3727">
<RemoteConsole Enabled="0"
Host="0.0.0.0"
Port="8092">
<ScriptBackends LUA="1">
<Movement FlushInterval="1000"
CompressRate="1"
CompressThreshold="30.0"
CompressThresholdCreatures="10.0">
<Localization LocaleBindings="">
<InstanceHandling TakeGroupLeaderID="1"
SlidingExpiration="0"
DailyHeroicInstanceResetHour="1"
CheckTriggerPrerequsites="0" >
<Battleground AV_MIN="0"
AV_MAX="40"
AB_MIN="4"
AB_MAX="15"
EOS_MIN="4"
EOS_MAX="15"
WS_MIN="2"
WS_MAX="10"
SOTA_MIN="10"
SOTA_MAX="15">
<GameMaster StartOnGMIsland = "0">
<Arena Season = "5"
Progress = "1">
<Limits Enable="0" AutoAttackDmg="10000" SpellDmg="30000" Health="100000" Mana="80000" Disconnect="0" BroadcastGMs="1">
<DonatorCommands AddItem = "1"
Tele2Friend = "1"
Announce = "1"
Port = "1">
Logon:
Code:
<LogonDatabase Hostname = "localhost"
Username = "root"
Password = "ascent"
Name = "logon"
Port = "3306"
Type = "1">
<Listen Host = "0.0.0.0"
ISHost = "0.0.0.0"
RealmListPort = "3724"
ServerPort = "8093">
<LogLevel Screen = "0"
File = "-1">
<Rates AccountRefresh = "300">
<Client MinBuild = "0000"
MaxBuild = "99999">
<LogonServer RemotePassword = "password"
AllowedIPs = "127.0.0.1/24"
AllowedModIPs = "127.0.0.1/24">
Realms:
Code:
<LogonServer Address = "127.0.0.1"
Port = "8093"
Name = "Default Logon"
RealmCount = "1">
<Realm1 Name = "Blizzlike"
Address = "127.0.0.1:8129"
Icon = "PVP"
Population = "1.0"
TimeZone = "1">
These were my config files.
I have opened the following ports: 8129,3724,8093,80.
Code:
Success: I can see your service on 89.50.111.22 on port (8129)
Your ISP is not blocking port 8129
Success: I can see your service on 89.50.111.22 on port (3724)
Your ISP is not blocking port 3724
Success: I can see your service on 89.50.111.22 on port (8093)
Your ISP is not blocking port 8093
Success: I can see your service on 89.50.111.22 on port (80)
Your ISP is not blocking port 80
I have tried different kinds of repacks, and even my own wampserver+repack mixup.
The thing is that my friend is always getting stuck at realmlist-character select screen, it loads to char screen then pushes him back to realm select.
What seems to be the problem?
Thank you in return.