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

Windows Can´t get my server online

Bnmk

New Member
Joined
Mar 29, 2008
Messages
15
Reaction score
0
Hi guys,
can´t get my server online here are some screen shots
Here is a screenshot of my the port forward in my router:
Router.jpg

And here is my config.lua
Code:
	accountManager = true
	namelockManager = true
	newPlayerChooseVoc = true
	newPlayerSpawnPosX = 607
	newPlayerSpawnPosY = 605
	newPlayerSpawnPosZ = 7
	newPlayerTownId = 1
	newPlayerLevel = 20
	newPlayerMagicLevel = 1
	generateAccountNumber = false

	redSkullLength = 1 * 1 * 10 * 10
	blackSkullLength = 1 * 14 * 10 * 10
	dailyFragsToRedSkull = 25
	weeklyFragsToRedSkull = 50
	monthlyFragsToRedSkull = 80
	dailyFragsToBlackSkull = dailyFragsToRedSkull
	weeklyFragsToBlackSkull = weeklyFragsToRedSkull
	monthlyFragsToBlackSkull = monthlyFragsToRedSkull
	dailyFragsToBanishment = dailyFragsToRedSkull
	weeklyFragsToBanishment = weeklyFragsToRedSkull
	monthlyFragsToBanishment = monthlyFragsToRedSkull
	blackSkulledDeathHealth = 40
	blackSkulledDeathMana = 0
	useBlackSkull = false
	useFragHandler = true
	advancedFragList = false

	notationsToBan = 3
	warningsToFinalBan = 20
	warningsToDeletion = 30
	banLength = 1 * 24 * 60 * 60
	killsBanLength = 1 * 24 * 60 * 60
	finalBanLength = 1 * 24 * 60 * 60
	ipBanishmentLength = 99999999 * 24 * 60 * 60
	broadcastBanishments = false
	maxViolationCommentSize = 200
	violationNameReportActionType = 2
	autoBanishUnknownBytes = false


	worldType = "pvp"
	protectionLevel = 1000
	pvpTileIgnoreLevelAndVocationProtection = true
	pzLocked = 40 * 100
	huntingDuration = 60 * 1000
	criticalHitChance = 7
	criticalHitMultiplier = 1
	displayCriticalHitNotify = true
	removeWeaponAmmunition = false
	removeWeaponCharges = false
	removeRuneCharges = false
	whiteSkullTime = 30 * 20 * 100
	noDamageToSameLookfeet = false
	showHealingDamage = false
	showHealingDamageForMonsters = false
	fieldOwnershipDuration = 5 * 1000
	stopAttackingAtExit = false
	oldConditionAccuracy = false
	loginProtectionPeriod = 10 * 1000
	deathLostPercent = 10
	stairhopDelay = 2 * 1000
	pushCreatureDelay = 1 * 100
	deathContainerId = 1987
	gainExperienceColor = 215
	addManaSpentInPvPZone = true
	squareColor = 0
	allowFightback = true

	worldId = 0
	ip = "----"
	bindOnlyConfiguredIpAddress = false
	loginPort = 7171
	gamePort = 7172
	adminPort = 7171
	statusPort = 7171
	loginTries = 10
	retryTimeout = 5 * 1000
	loginTimeout = 60 * 1000
	maxPlayers = 400 
	motd = "Bem-vindo ao Ebot server!"
	displayOnOrOffAtCharlist = false
	onePlayerOnlinePerAccount = false
	allowClones = false
	serverName = "Ebot On"
	loginMessage = "Bem-vindo ao nosso servidor Ebot - Para maiores informaçoes: [email protected]"
	statusTimeout = 6 * 60 * 1000
	replaceKickOnLogin = true
	forceSlowConnectionsToDisconnect = false
	loginOnlyWithLoginServer = false
	premiumPlayerSkipWaitList = false

	sqlType = "sqlite"
	sqlHost = "localhost"
	sqlPort = 3306
	sqlUser = "root"
	sqlPass = "suasenhaaqui"
	sqlDatabase = "otserv"
	sqlFile = "otserv.s3db"
	sqlKeepAlive = 0
	mysqlReadTimeout = 10
	mysqlWriteTimeout = 10
	encryptionType = "plain"

	deathListEnabled = true
	deathListRequiredTime = 1 * 60 * 1000
	deathAssistCount = 19
	maxDeathRecords = 5

	ingameGuildManagement = true
	levelToFormGuild = 700
	premiumDaysToFormGuild = 0
	guildNameMinLength = 4
	guildNameMaxLength = 20

	highscoreDisplayPlayers = 10
	updateHighscoresAfterMinutes = 3

	buyableAndSellableHouses = true
	houseNeedPremium = true
	bedsRequirePremium = true
	levelToBuyHouse = 2000
	housesPerAccount = 0
	houseRentAsPrice = false
	housePriceAsRent = false
	housePriceEachSquare = 5000
	houseRentPeriod = "never"
	houseCleanOld = 0
	guildHalls = false

	timeBetweenActions = 200
	timeBetweenExActions = 1000
	checkCorpseOwner = true
	hotkeyAimbotEnabled = true
	maximumDoorLevel = 500000

	mapName = "Ebot World"
	mapAuthor = "Biano Ots"
	randomizeTiles = true
	useHouseDataStorage = false
	storeTrash = true
	cleanProtectedZones = true
	mailboxDisabledTowns = "-1"

	defaultPriority = "high"
	niceLevel = 5
	coresUsed = "-1"
	optimizeDatabaseAtStartup = true
	removePremiumOnInit = true
	confirmOutdatedVersion = false

	maxMessageBuffer = 70
	bufferMutedOnSpellFailure = false

	dataDirectory = "data/"
	allowChangeOutfit = true
	allowChangeColors = true
	allowChangeAddons = true
	disableOutfitsForPrivilegedPlayers = false
	bankSystem = true
	saveGlobalStorage = true
	displaySkillLevelOnAdvance = false
	spellNameInsteadOfWords = false
	emoteSpells = true
	promptExceptionTracerErrorBox = true
	storePlayerDirection = false
	monsterLootMessage = 3
	monsterLootMessageType = 25
	separateViplistPerCharacter = false

	ghostModeInvisibleEffect = false
	ghostModeSpellEffects = true

	idleWarningTime = 1 * 24 * 60 * 60
	idleKickTime = 1.1 * 60 * 1000
	expireReportsAfterReads = 1
	playerQueryDeepness = 2
	maxItemsPerPZTile = 0
	maxItemsPerHouseTile = 0

	freePremium = true
	premiumForPromotion = true

	blessingOnlyPremium = false
	blessingReductionBase = 30
	blessingReductionDecreament = 5
	eachBlessReduction = 8

	experienceStages = false
	rateExperience = 950
	rateExperienceFromPlayers = 0
	rateSkill = 200
	rateMagic = 70
	rateLoot = 30
	rateSpawn = 1

	rateMonsterHealth = 0.8
	rateMonsterMana = 0.8
	rateMonsterAttack = 0.8
	rateMonsterDefense = 0.8

	minLevelThresholdForKilledPlayer = 0.9
	maxLevelThresholdForKilledPlayer = 1.1

	rateStaminaLoss = 1
	rateStaminaGain = 3
	rateStaminaThresholdGain = 12
	staminaRatingLimitTop = 41 * 60
	staminaRatingLimitBottom = 14 * 60
	rateStaminaAboveNormal = 1.5
	rateStaminaUnderNormal = 0.5
	staminaThresholdOnlyPremium = true

	experienceShareRadiusX = 30
	experienceShareRadiusY = 30
	experienceShareRadiusZ = 1
	experienceShareLevelDifference = 2 / 3
	extraPartyExperienceLimit = 20
	extraPartyExperiencePercent = 5
	experienceShareActivity = 2 * 60 * 1000

	globalSaveEnabled = false
	globalSaveHour = 2
	shutdownAtGlobalSave = false
	cleanMapAtGlobalSave = false

	deSpawnRange = 3
	deSpawnRadius = 50

	maxPlayerSummons = 2
	teleportAllSummons = true
	teleportPlayerSummons = false

	ownerName = "GOD Bryan"
	ownerEmail = "[email protected]"
	url = ""
	location = "Brasil"
	displayGamemastersWithOnlineCommand = false

	adminLogsEnabled = false
	displayPlayersLogging = true
	prefixChannelLogs = ""
	runFile = ""
	outLogName = ""
	errorLogName = ""
	truncateLogsOnStartup = false

Please help me guys i tried everything


Regards,
Bryan.
 
Don't mind that guy, he flames on every thread :p

You can check if the port is open with this site: Open Port Check Tool
If it says port 7171 is open and 7172 isn't, try to readd port 7172 or check if you forgot to apply it. If it still doesn't work. Try to restart your router (stekker eruit/erin)
 
Error: I could not see your service on 87.208.49.183 on port (7172)
Reason: Connection refused

But a friend of mine had a server running online working perfect and the port checker said the same so the port checker sucks:p

- - - Updated - - -


Please stop being a internet hero

wrote down your ip, prepare for ddos :)
 
Error: I could not see your service on
Reason: Connection timed out
same error but with that friend of mine he said the same so the port checker is fucking retarted
 
Last edited:
is it online on otservlist, but ppl cant go further that character list?

- - - Updated - - -

if so. i know a solution

what is the solution then?

- - - Updated - - -

or some 1 can host the pokemon server for me who wants to help hosting 1?
 
Back
Top