• 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!

i cannot connect

lilleanders

New Member
Joined
Sep 10, 2009
Messages
31
Reaction score
0
hello i have a website and now my server wont work >.<.... when i start it no errors or something... then when i tr to connect to it it wont work.. so here is my Config if i have done somthing wrong????

and i have Opend All ports! (7171/7172/80/3306)


Code:
-- The Forgotten Server Config

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

	-- Banishments
	broadcastBanishments = "yes"
	banDays = 7
	finalBanDays = 30
	killsToBan = 5

	-- Battle
	worldType = "pvp"
	hotkeyAimbotEnabled = "yes"
	protectionLevel = 1
	killsToRedSkull = 3
	pzLocked = 60000
	deathLosePercent = 10
	criticalHitChance = 7
	removeAmmoWhenUsingDistanceWeapon = "yes"
	removeChargesFromRunes = "yes"
	timeToDecreaseFrags = 24 * 60 * 60 * 1000
	whiteSkullTime = 15 * 60 * 1000
	oldConditionAccuracy = "no"
	alternativeExhaust = 1000
	stairJumpExhaustion = 2000
	animationTextOnHeal = "yes"

	-- Commands
	displayGamemastersWithOnlineCommand = "no"

	-- Connection Config
	ip = "83.248.254.18"
	loginProtocolPort = 7171
	gameProtocolPort = 7172
	adminProtocolPort = 7171
	statusProtocolPort = 7171
	loginTries = 10
	retryTimeout = 5 * 1000
	loginTimeout = 60 * 1000
	maxPlayers = "1000"
	motd = "Welcome to the Real Tibia!"
	onePlayerOnlinePerAccount = "yes"
	allowClones = "no"
	serverName = "Tibia"
	loginMessage = "Welcome to the Real Tibia"
	adminLogsEnabled = "no"
	statusTimeout = 5 * 60 * 1000
	replaceKickOnLogin = "yes"

	-- Deathlist
	deathListEnabled = "yes"
	maxDeathRecords = 5

	-- Guilds
	ingameGuildSystem = "yes"

	-- Highscores
	highscoreDisplayPlayers = 15
	updateHighscoresAfterMinutes = 60

	-- Houses
	housePriceEachSQM = 1000
	houseRentPeriod = "never"

	-- Idle
	kickIdlePlayerAfterMinutes = 15

	-- Item Usage
	timeBetweenActions = 200
	timeBetweenExActions = 1000

	-- Map
	mapName = "forgotten"
	mapAuthor = "Komic"
	randomizeTiles = "yes"
	mapStorageType = "relational"

	-- Messaging
	enableRuleViolationReports = "no"
	maxMessageBuffer = 4

	-- MySQL
	mysqlHost = "localhost"
	mysqlUser = "root"
	mysqlPass = "xxxxxx"
	mysqlDatabase = "theforgottenserver"
	mysqlPort = 3306

	-- Premium Account
	freePremium = "yes"

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

	-- Rates
	rateExp = 20
	rateSkill = 20
	rateLoot = 3
	rateMagic = 5
	rateSpawn = 1

	-- Real Server Save
	serverSaveEnabled = "no"
	serverSaveHour = 3
	shutdownAtServerSave = "yes"
	cleanMapAtServerSave = "yes"

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

	-- Spawns
	deSpawnRange = 2
	deSpawnRadius = 50

	-- SqLite
	sqliteDatabase = "forgottenserver.s3db"

	-- SQL
	sqlType = "sqlite"
	passwordType = "plain"

	-- Startup
	defaultPriority = "high"

	-- Shutdown
	freeMemoryAtShutdown = "yes"

	-- Status
	ownerName = "Reaper"
	ownerEmail = "xxxxxxxx"
	url = "http://bloodofhaste.no-ip.biz"
	location = "Europe"


please help if u fix it i will rep u ++!!
 
If you are using Talaturen's ip changer it might not work, it atleast happens to me. if you are using Asprate's one you might forgot to set the server version. Btw, you don't need to open ports to connect to localhost, and use 127.0.0.1 not the ip you setted in the config.lua.
So the website works?
 
If you are using Talaturen's ip changer it might not work, it atleast happens to me. if you are using Asprate's one you might forgot to set the server version. Btw, you don't need to open ports to connect to localhost, and use 127.0.0.1 not the ip you setted in the config.lua.
So the website works?

huh i have allredy Opend The Ports! and im using No-Ip!
 
whats the error? you can enter character list and not in game?

if thats the bug you now need to know that your ip change each "X" time

enter whatsmyip.org and put THAT IP in CONFIG.LUA

enter whatsmyip.org every day in the morning and see if your IP haven't changed
 
Back
Top