• 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.
 
You also need to forward 7172 ports, and forward the ports in the same way in your Firewall configuration.
 
How i forward the ports in Firewall?

- - - Updated - - -

and i turned my firewall off make that any different?
 
nah, firewall don't have matter to your server
it have matter if "SOMEONE" wanna connect to you

*any errors in console while log-in?
*is the server start or its not?
*use ip 127.0.0.1 to connect
*is it your ip? [ip = "----"] or you just hide it
 
Yes nobody can connect that's my problem but if i add him on otservlist it is succesfull so he is online but something is stopping the players connecting:p
 
Do you have your global ip (ip from Show your ip address) in your config.lua? And what happens if people try to login? Can they get to the character list? or do they get connection timed out after a long time without getting the character list? or else which error do they get?
 
if players can't connect change firewall status to off, default windows firewall is always blocking peoples that try connect to you

if you have win7 you can change it in windows control panel xD
 
they can see the aharacter list but can't login i get the following error: cannot connect to the game server connection refused
 
okay its big step,

and its mean you should have something wrong with config xD any error in console when player try log in? or it says cannot connect
 
This means people can connect with the loginprotocolport 7171, by looking at the error the problem must be with port 7172, are you sure it's open?
 
Back
Top