hi so first time trying to build a server not online just for myself right now and ive been trying for a while now to fix this and i just cant figure it out.
i try opening "Theforgottenserver.exe" it opens then closes so i went to my cmd and tried running it through that and it gave me this
-- The Forgotten Server Configuration
-- Basic settings
ip = "127.0.0.1" -- If you are playing alone, use localhost
bindOnlyConfiguredIpAddress = false
loginProtocolPort = 7171
gameProtocolPort = 7172
-- Database settings (set
useMySQL = false
mysqlHost = "127.0.0.1"
mysqlUser = "root"
mysqlPass = ""
mysqlDatabase = "tibia"
mysqlPort = 3306
passwordType = "sha1"
-- Server information
serverName = "MyCustomOT"
ownerName = "Admin"
ownerEmail = "[email protected]"
motd = "Welcome to My Custom Tibia OT!"
motdNum = "1"
-- Gameplay settings
worldType = "pvp"
allowClones = false
freePremium = true
-- Rates
experienceStages = true
rateExperience = 1.0
rateSkill = 30.0
rateMagic = 15.0
rateLoot = 1.0
-- Save the server every 10 minutes
autoSave = true
autoSaveEachMinutes = 10
but it still wont recognized that i have a config.lua file
would appreciate if someone could help me with this
i try opening "Theforgottenserver.exe" it opens then closes so i went to my cmd and tried running it through that and it gave me this
[Error - ConfigManager::load] cannot open config.lua: No such file or directoryLoading config
then i found out i didnt have a config.lua file, so i created one and addedERROR: Unable to load config.lua!
No services running. The server is NOT online.
-- The Forgotten Server Configuration
-- Basic settings
ip = "127.0.0.1" -- If you are playing alone, use localhost
bindOnlyConfiguredIpAddress = false
loginProtocolPort = 7171
gameProtocolPort = 7172
-- Database settings (set
useMySQL = false
for SQLite)useMySQL = false
mysqlHost = "127.0.0.1"
mysqlUser = "root"
mysqlPass = ""
mysqlDatabase = "tibia"
mysqlPort = 3306
passwordType = "sha1"
-- Server information
serverName = "MyCustomOT"
ownerName = "Admin"
ownerEmail = "[email protected]"
motd = "Welcome to My Custom Tibia OT!"
motdNum = "1"
-- Gameplay settings
worldType = "pvp"
allowClones = false
freePremium = true
-- Rates
experienceStages = true
rateExperience = 1.0
rateSkill = 30.0
rateMagic = 15.0
rateLoot = 1.0
-- Save the server every 10 minutes
autoSave = true
autoSaveEachMinutes = 10
but it still wont recognized that i have a config.lua file
would appreciate if someone could help me with this
Last edited: