• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

No one can log on my Server

Grabric

New Member
Joined
Jan 5, 2009
Messages
10
Reaction score
1
I have just finshed the SQL deal and no one can log on my server. i used my global ip addres and all.
 
-- The Forgotten Server Config

-- Account Manager
accountManager = "yes"
newPlayerChooseVoc = "yes"
newPlayerSpawnPosX = 31
newPlayerSpawnPosY = 31
newPlayerSpawnPosZ = 7
newPlayerTownId = 1
newPlayerLevel = 8
newPlayerMagicLevel = 0
generateAccountNumber = "no"

-- Banishments
broadcastBanishments = "yes"
banDays = 1
finalBanDays = 2
killsToBan = 8

-- Battle
worldType = "pvp"
hotkeyAimbotEnabled = "yes"
protectionLevel = 100
killsToRedSkull = 5
pzLocked = 20000
deathLosePercent = 10
criticalHitChance = 20
removeAmmoWhenUsingDistanceWeapon = "no"
removeChargesFromRunes = "no"
timeToDecreaseFrags = 2 * 60 * 60 * 1000
whiteSkullTime = 5 * 60 * 1000

-- Commands
displayGamemastersWithOnlineCommand = "no"

-- Connection Config
ip = "74.183.52.194"
port = 7171
loginTries = 10
retryTimeout = 5 * 1000
loginTimeout = 60 * 1000
maxPlayers = "1000"
motd = "Welcome to Armonia!"
onePlayerOnlinePerAccount = "yes"
allowClones = 0
serverName = "Armonia"
loginMessage = "Welcome to Armonia!"
adminLogsEnabled = "yes"
statusTimeout = 5 * 60 * 1000
replaceKickOnLogin = "yes"

-- Deathlist
deathListEnabled = "yes"
maxDeathRecords = 10

-- Guilds
ingameGuildSystem = "yes"

-- Highscores
highscoreDisplayPlayers = 15
updateHighscoresAfterMinutes = 60

-- Houses
housePriceEachSQM = 5000
houseRentPeriod = "never"

-- Idle
kickIdlePlayerAfterMinutes = 15

-- Item Usage
timeBetweenActions = 200
timeBetweenExActions = 1000

-- Map
mapName = "Armonia"
mapAuthor = "Limannen"
randomizeTiles = "yes"

-- Messaging
enableRuleViolationReports = "yes"
maxMessageBuffer = 8

-- MySQL
mysqlHost = "localhost"
mysqlUser = "root"
mysqlPass = "******"
mysqlDatabase = "tibia"
mysqlPort = 3306

-- Premium Account
freePremium = "no"

-- PVP Server
displayOnOrOffAtCharlist = "no"
allowChangeOutfit = "yes"
noDamageToSameLookfeet = "no"
experienceByKillingPlayers = "no"

-- Rates
rateExp = 300
rateSkill = 425
rateLoot = 6
rateMagic = 26
rateSpawn = 1

-- Real Server Save
-- note: serverSaveHour means like 03:00, not that it will save every 3 hours,
-- if you want such a system use autoSaveEachMinutes. this serversave method
-- may be unstable, we recommend using otadmin if you want real serversaves.
serverSaveEnabled = "no"
serverSaveHour = 3
shutdownAtServerSave = "yes"
cleanMapAtServerSave = "yes"

-- Server saving
autoSaveEachMinutes = 20
saveGlobalStorage = "no"

-- Spawns
deSpawnRange = 2
deSpawnRadius = 50

-- SqLite
sqliteDatabase = "armonia.s3db"

-- SQL
sqlType = "mysql"
passwordType = "plain"

-- Startup
defaultPriority = "realtime"

-- Status
ownerName = ""
ownerEmail = "@otland.net"
url = "http://otland.net/"
location = "Europe"
 
Back
Top