Re: [MANGOS]Set up your Mangos Server 2.0.8 TBC with EasyPHP
Hi, looking for some help, as i cant log onto my server.
i've got the website pritty much working, Other that some Database erros that it comes up with on various pages, [will post later]
However, at the moment, i am woried as i cant connect to my server, Not even on the host mechine!
Here is my mangosd.config File
Code:
# MaNGOS Configuration file
ConfVersion=2006082301
# RealmID must match the realmlist
RealmID = 1
# 0 NORMAL 1 PVP 4 NORMAL 6 RP 8 RPPVP
GameType = 0
# Data directory setting.
# Important: DataDir needs to be quoted, as it is a string which may
# contain space characters.
DataDir = "./"
# Database connection settings for the world server.
# Default: hostname;port;username;password;database
LoginDatabaseInfo = "localhost;3306;root;[MyPass];realmd"
WorldDatabaseInfo = "localhost;3306;root;[MyPass];mangos"
# Logfile name
# Default: "Server.log"
LogFile = "Server.log"
# Server file level of logging
# 0 = Minimum; 1 = Error; 2 = Detail; 3 = Full/Debug
# Default: 0
LogFileLevel = 1
# BC support.
# Default: 0 (No support)
# 1 (BC needed to logon)
BCSupport = 1
# Server console level of logging
# 0 = Minimum; 1 = Basic&Error; 2 = Detail; 3 = Full/Debug
# Default: 0
# recommend: 1
LogLevel = 1
# Packet logging for the worldserver
# Default: 0 (false)
# 1 (true)
LogWorld = 0
# Log filters
# 0 (default) - include in log if log level permit, 1 - not include with any log level
LogFilter_TransportMoves = 1
LogFilter_CreatureMoves = 1
# Color for messages (format "normal_color details_color debug_color error_color)
# Colors: 0 - BLACK, 1 - RED, 2 - GREEN, 3 - BROWN, 4 - BLUE, 5 - MAGENTA, 6 - CYAN, 7 - GREY,
# 8 - YELLOW, 9 - LRED, 10 - LGREEN, 11 - LBLUE, 12 - LMAGENTA, 13 - LCYAN, 14 - WHITE
# Default: "" - none colors
# "13 7 11 9" - for example :)
LogColors = "13 7 11 9"
# Log file of gm commands
# Default: "" (Disable)
GmLogFile = "GMCommands.log"
# Used processors mask for multi-processors system (Used only at Windows)
# Default: 0 (selected by OS)
# number (bitmask value of selected processors)
UseProcessors = 0
# Process proirity setting (Used only at Windows)
# 0 (Normal)
# Default: 1 (HIGH)
ProcessPriority = 1
# Compression level for update packages sended to client (1..9)
# Default: 1 (speed)
# 9 (best compression)
Compression = 1
# Maximum number of players in the world. Excluding GM's
# Default: 100
PlayerLimit = 100
# Default value for enabling addons, Allow then Deny or Deny then Allow
# Default: 1 (true)
# 0 (false)
AddonDefault = 1
# Max level that can reached by player for expirience.
# Change not recommended
# Default: 60
MaxPlayerLevel = 70
# Max count that player can learn the primary trade skill.
# Default: 2
# Max : 9
MaxPrimaryTradeSkill = 2
# Max distance to creature for group memeber to get XP at creature death.
# Default: 74
MaxGroupXPDistance = 74
# Max level different with creature for group member to get XP at creature death.
# Default: 10
MaxGroupXPLevelDiff = 10
# Allow or not accounts to create characters in the 2 teams in any game type.
# Defaullt: 0 (Not allowed)
# 1 (Allowed)
AllowTwoSide.Accounts = 1
# Allow or not common :chat(say,yell);channel(chat)group(join);trade for players from different teams.
# Defaullt: 0 (Not allowed)
# 1 (Allowed)
AllowTwoSide.Interaction = 1
# Allow or not show player from both team in who list.
# Defaullt: 0 (Not allowed)
# 1 (Allowed)
AllowTwoSide.WhoList = 1
# Is GM accept whispers from player by default.
# Default: 0 (false)
# 1 (true)
WhisperingToGM = 1
# Message of the Day. Displayed at worldlogin for every user.
Motd = "Welcome to the |cff660000World of Warcraft TBC|r...\nHosted by [|cff0066CChttp:\\bc.NADAsoft.net|r]...\n Supports v2.0.6 - v2.0.8..."
# Health and power regeneration.
Rate.Health = 1;
Rate.Power1 = 1;
Rate.Power2 = 1;
Rate.Power3 = 1;
# Drop rates
# Default: 1
Rate.Drop.Items = 2
Rate.Drop.Money = 2
# XP rates
# Default: 1
Rate.XP.Kill = 10
Rate.XP.Quest = 20
Rate.XP.Explore = 30
# Creature Damage Rate.
# Examples: 2 - creatures will damage 2x, 1.7 - 1.7x.
Rate.Creature.Normal.Damage = 1
Rate.Creature.Elite.Elite.Damage = 1.3
Rate.Creature.Elite.RAREELITE.Damage = 1.6
Rate.Creature.Elite.WORLDBOSS.Damage = 1.9
Rate.Creature.Elite.RARE.Damage = 2
# Creature Health Ammount Modifier.
# Examples: 2 - creatures have 2x health, 1.7 - 1.7x.
Rate.Creature.Normal.HP = 1
Rate.Creature.Elite.Elite.HP = 1.3
Rate.Creature.Elite.RAREELITE.HP = 1.6
Rate.Creature.Elite.WORLDBOSS.HP = 1.9
Rate.Creature.Elite.RARE.HP = 2
#Aggro radius percent or off.
# 0 - off (0%)
# Default: 1 - 100%
# 1.5 - 150%
Rate.Creature.Aggro = 1
# Default remote console port
Ra.Port = 3443
# Log remote console connections
Ra.Log = 1
# Minimum level that's required to login,3 by default
Ra.MinLevel = 3
# Kick client on wrong pass
Ra.Secure = 1
# Unload grids (if you have lot memory you can disbale it to speed up player move to new grids second time)
# 0 (not unload grids)
# Default: 1 (unload grids)
GridUnload = 1;
# All times are in milliseconds.
# Default socket select time
SocketSelectTime = 10000
# Default grid clean up delay
GridCleanUpDelay = 300000
# Default map update interval
MapUpdateInterval = 500
# Default weather update interval
ChangeWeatherInterval = 600000
# Default PlayerSaveInterval
PlayerSaveInterval = 900000
# Default WorldServerPort
WorldServerPort = 8085
And My Reamld.config
Code:
# MaNGOS realmd configuration file
ConfVersion=2006060401
# Database connection settings for the realm server.
# Default: hostname;port;username;password;database
LoginDatabaseInfo = "localhost;3306;root;[MyPass];realmd"
# Settings for maximum database-ping interval (minutes between pings)
MaxPingTime = 30
# Default RealmServerPort
RealmServerPort = 3724
# Server console level of logging
# 0 = Minimum; 1 = Error; 2 = Detail; 3 = Full/Debug
# Default: 0
LogLevel = 2
# Logfile name
# empty name disable creating log file: LogFile =
# Default: "Server.log" - not recommended.
LogFile = "Realmd.log"
# Server file level of logging
# 0 = Minimum; 1 = Error; 2 = Detail; 3 = Full/Debug
# Default: 0
LogFileLevel = 1
# Color for messages (format "normal_color details_color debug_color error_color)
# Colors: 0 - BLACK, 1 - RED, 2 - GREEN, 3 - BROWN, 4 - BLUE, 5 - MAGENTA, 6 - CYAN, 7 - GREY,
# 8 - YELLOW, 9 - LRED, 10 - LGREEN, 11 - LBLUE, 12 - LMAGENTA, 13 - LCYAN, 14 - WHITE
# Default: "" - none colors
# "13 7 11 9" - for example :)
LogColors = "13 7 11 9"
# Used processors mask for multi-processors system (Used only at Windows)
# Default: 0 (selected by OS)
# number (bitmask value of selected processors)
UseProcessors = 0
# Process proirity setting (Used only at Windows)
# 0 (Normal)
# Default: 1 (HIGH)
ProcessPriority = 1
Now, i have set Realmlist.wtf to 127.0.0.1,
Open up wow.
type in user and pass.
Connects,
If i type me pass wrong, it says.
Then, It either stops at "Handshaking" Or "Loading ReamlList" Or, comes up Blank, But with a cancil button. Or... "Sucsess" then... does nothink =[
Whats Wrong?
Help would be apriciated! =]
Edit: I am using The default version of wow... 2.0.0 (6080) well... i downloaded it ages ago xD... how do i update without loging in, also... the patch Sit Above, doesnt work? "patchitbabby.com"
Please Help! =]
Re: [MANGOS]Set up your Mangos Server 2.0.8 TBC with EasyPHP
i downloaded the mangos tbc file but i couldn't figure out how to extract to the mangos folder i made like u said. i wasn't given the option to extract when i right clicked it. its like it didn't need to be extracted or something. but when i but it in the mangos folder and i tried to restore from sql dump it didn't work. can u plz help me?