• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

config ip

mostafa max

Banned User
Joined
Jul 31, 2013
Messages
12
Reaction score
1
i am using this bindOnlyConfiguredIpAddress = false and it dont work and all playeers same ip what i do ? !
my config>
Code:
-- The forgottenking Config

   -- Account manager
   accountManager = true
   namelockManager = false
   newPlayerChooseVoc = true
   newPlayerSpawnPosX = 1000  
   newPlayerSpawnPosY = 999
   newPlayerSpawnPosZ = 7
   newPlayerTownId = 1
   newPlayerLevel = 30
   newPlayerMagicLevel = 1
   generateAccountNumber = false


   -- Unjustified kills
   redSkullLength = 100 * 24 * 60 * 60
   blackSkullLength = 150 * 24 * 60 * 60
   dailyFragsToRedSkull = 20
   weeklyFragsToRedSkull = 50
   monthlyFragsToRedSkull = 100
   dailyFragsToBlackSkull = 40
   weeklyFragsToBlackSkull = 80
   monthlyFragsToBlackSkull = 200
   dailyFragsToBanishment = dailyFragsToRedSkull
   weeklyFragsToBanishment = weeklyFragsToRedSkull
   monthlyFragsToBanishment = monthlyFragsToRedSkull
   blackSkulledDeathHealth = 40
   blackSkulledDeathMana = 0
   useBlackSkull = true
   useFragHandler = true
   advancedFragList = false

   -- Banishments
   notationsToBan = 3
   warningsToFinalBan = 4
   warningsToDeletion = 5
   banLength = 7 * 24 * 60 * 60
   killsBanLength = 7 * 24 * 60 * 60
   finalBanLength = 30 * 24 * 60 * 60
   ipBanishmentLength = 0 * 0 * 00 * 00
   broadcastBanishments = true
   maxViolationCommentSize = 200
   violationNameReportActionType = 2
   autoBanishUnknownBytes = false

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

   -- Connection config
   worldId = 0
   bindOnlyConfiguredIpGlobalAddress = false
   bindOnlyGlobalAddress = false
   bindOnlyConfiguredIpAddress = false
   bindOnlyGlobalipAddress =false
   ip = "GranD-Dodge.ddns.net"
   bindOnlyConfiguredIpAddress = false
   loginPort = 7171
   gamePort = 7172
   adminPort = 7171
   statusPort = 7171
   loginTries = 15
   retryTimeout = 5 * 1000
   loginTimeout = 60 * 1000
   maxPlayers = 10000
   motd = "Welcome To GranD Dodge OT XD"
   displayOnOrOffAtCharlist = true
   onePlayerOnlinePerAccount = false
   allowClones = true
   serverName = "GranD Dodge "
   loginMessage = "GranD Dodge OT WlEcome"
   statusTimeout = 5 * 60 * 1000
   replaceKickOnLogin = false
   forceSlowConnectionsToDisconnect = false
   loginOnlyWithLoginServer = false
   premiumPlayerSkipWaitList = false

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

   -- Deathlist
   deathListEnabled = true
   deathListRequiredTime = 1 * 60 * 1000
   deathAssistCount = 19
   maxDeathRecords = 10

   -- Guilds
   ingameGuildManagement = true
   levelToFormGuild = 8
   premiumDaysToFormGuild = 0
   guildNameMinLength = 4
   guildNameMaxLength = 20

   -- Highscores
   highscoreDisplayPlayers = 15
   updateHighscoresAfterMinutes = 15

   -- Houses
   buyableAndSellableHouses = true
   houseNeedPremium = true
   bedsRequirePremium = true
   levelToBuyHouse = 100
   housesPerAccount = 999
   houseRentAsPrice = false
   housePriceAsRent = false
   housePriceEachSquare = 1000
   houseRentPeriod = "never"
   houseCleanOld = 0
   guildHalls = false

   -- Item usage
   timeBetweenActions = 200
   timeBetweenExActions = 1000
   hotkeyAimbotEnabled = true
  
  -- Map
   mapName = "theend"
   mapAuthor = "[DoNo] Blue LabeL"
   randomizeTiles = true
   storeTrash = true
   cleanProtectedZones = true
   mailboxDisabledTowns = "-1"

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

   -- Muted buffer
   bufferMutedOnSpellFailure = false
   spellNameInsteadOfWords = false
   emoteSpells = true
   allowChangeOutfit = true
   allowChangeColors = true
   allowChangeAddons = true
   disableOutfitsForPrivilegedPlayers = false
   addonsOnlyPremium = true


   -- Miscellaneous
   dataDirectory = "data/"
   bankSystem = true
   displaySkillLevelOnAdvance = false
   promptExceptionTracerErrorBox = true
   separateViplistPerCharacter = false
   maximumDoorLevel = 500
   maxMessageBuffer = 20
   saveGlobalStorage = true
   useHouseDataStorage = false
   storePlayerDirection = false
   checkCorpseOwner = true
   monsterLootMessage = 3
   monsterLootMessageType = 25
  

   -- Ghost mode
   ghostModeInvisibleEffect = false
   ghostModeSpellEffects = true

   -- Limits
   idleWarningTime = 14 * 60 * 1000
   idleKickTime = 15 * 60 * 1000
   expireReportsAfterReads = 1
   playerQueryDeepness = 2
   maxItemsPerPZTile = 0
   maxItemsPerHouseTile = 0

   -- Premium-related
   freePremium = true
   premiumForPromotion = true

   -- Blessings
   blessingOnlyPremium = false
   blessingReductionBase = 30
   blessingReductionDecreament = 5
   eachBlessReduction = 20

   -- Rates
   experienceStages = true
   rateExperience = 20
   rateExperienceFromPlayers = 1
   rateSkill = 50.0
   rateMagic = 30.0
   rateLoot = 5.0
   rateSpawn = 1

   -- Monster rates
   rateMonsterHealth = 1.0
   rateMonsterMana = 1.0
   rateMonsterAttack = 1.0
   rateMonsterDefense = 1.0


   -- Experience from players
  
   minLevelThresholdForKilledPlayer = 0.9
   maxLevelThresholdForKilledPlayer = 1.1

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

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

   -- Global save
   globalSaveEnabled = false
   globalSaveHour = 1
   shutdownAtGlobalSave = true
   cleanMapAtGlobalSave = false

   -- Spawns
   deSpawnRange = 2
   deSpawnRadius = 50

   -- Summons
   maxPlayerSummons = 3
   teleportAllSummons = false

   -- Status
   ownerName = "El SAfah"
   ownerEmail = "[email protected]"
   url = "www.facebook.com/El.romansey.mostafa3"
   location = "Egypt"
   displayGamemastersWithOnlineCommand = false

   -- Logs
   -- NOTE: This kind of logging does not work in GUI version.
   -- For such, please compile the software with __GUI_LOGS__ flag.
   adminLogsEnabled = false
   displayPlayersLogging = true
   prefixChannelLogs = ""
   runFile = ""
   outLogName = ""
   errorLogName = ""
   truncateLogsOnStartup = false
 
Last edited by a moderator:
In TFS only this line you should use:
Code:
bindOnlyGlobalAddress = false
Other doesn't work.
wtf?
remove that lines:
Code:
bindOnlyConfiguredIpGlobalAddress = false
bindOnlyConfiguredIpAddress = false
bindOnlyGlobalipAddress =false
bindOnlyConfiguredIpAddress = false

When you set this to false players can see your visible ip adresses.
Don't know if it really matter but use only small letters.
Players will see those 2 ip adresses:
Code:
grand-dodge.ddns.net
and
your ip from http://whatismyipaddress.com
but in config use only your ddns ip: grand-dodge.ddns.net
 
Call someone who know english and can explain me your problem in more than 3 words.

If I say:
Code:
the wheel of my bike = black and does not work and all same bike
Will you understand what does it mean?
 
Back
Top