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

Lua Need to add one thing to config.lua

Status
Not open for further replies.
Nothing should be "Added" to the config.lua, or else every time you start the server there will be errors, and it won't even let you log on. :) If you need anything added then you would probably have to make a whole new config.lua
 
Code:
accountManager = false 
    namelockManager = false 
    newPlayerChooseVoc = false 
    newPlayerSpawnPosX = 95 
    newPlayerSpawnPosY = 117 
    newPlayerSpawnPosZ = 7 
    newPlayerTownId = 1 
    newPlayerLevel = 1 
    newPlayerMagicLevel = 0 
    generateAccountNumber = false 

    useFragHandler = true 
    redSkullLength = 48 * 60 * 60 
    blackSkullLength = 72 * 60 * 60 
    dailyFragsToRedSkull = 35 
    weeklyFragsToRedSkull = 75 
    monthlyFragsToRedSkull = 300 
    dailyFragsToBlackSkull = dailyFragsToRedSkull 
    weeklyFragsToBlackSkull = weeklyFragsToRedSkull 
    monthlyFragsToBlackSkull = monthlyFragsToRedSkull 
    dailyFragsToBanishment = dailyFragsToRedSkull 
    weeklyFragsToBanishment = weeklyFragsToRedSkull 
    monthlyFragsToBanishment = monthlyFragsToRedSkull 
    blackSkulledDeathHealth = 200 
    blackSkulledDeathMana = 40 
    useBlackSkull = false 
    advancedFragList = false 

    notationsToBan = 3 
    warningsToFinalBan = 4 
    warningsToDeletion = 5 
    banLength = 48 * 60 * 60 
    killsBanLength = 5 * 60 * 60 
    finalBanLength = 48 * 60 * 60 
    ipBanishmentLength = 30 * 24 * 60 * 60 
    broadcastBanishments = false 
    maxViolationCommentSize = 200 
    violationNameReportActionType = 2 
    autoBanishUnknownBytes = false 

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

    worldId = 0 
    ip = ""
    bindOnlyConfiguredIpAddress = true
    loginPort = 7171 
    gamePort = 7172 
    loginTries = 10 
    retryTimeout = 5 * 1000 
    loginTimeout = 60 * 1000 
    maxPlayers = 1000 
    motd = "Welcome to Showtera!" 
    displayOnOrOffAtCharlist = false 
    onePlayerOnlinePerAccount = true 
    allowClones = false 
    serverName = "Showtera" 
    loginMessage = "Welcome to the Showtera a new fresh server!" 
    statusTimeout = 5 * 60 * 1000 
    replaceKickOnLogin = true 
    forceSlowConnectionsToDisconnect = false 
    loginOnlyWithLoginServer = false 
    premiumPlayerSkipWaitList = false 

    sqlType = "mysql" 
    sqlHost = "localhost" 
    sqlPort = 3306 
    sqlUser = "" 
    sqlPass = "" 
    sqlDatabase = "" 
    sqlFile = "theforgottenserver.s3db" 
    sqlKeepAlive = 0 
    mysqlReadTimeout = 10 
    mysqlWriteTimeout = 10 
    encryptionType = "sha1" 
    passwordType = "sha1" 

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

    ingameGuildManagement = false 
    levelToFormGuild = 20 
    premiumDaysToFormGuild = 0 
    guildNameMinLength = 4 
    guildNameMaxLength = 20 

    highscoreDisplayPlayers = 15 
    updateHighscoresAfterMinutes = 60 

    buyableAndSellableHouses = true 
    houseNeedPremium = true 
    bedsRequirePremium = true 
    levelToBuyHouse = 85 
    housesPerAccount = 0 
    houseRentAsPrice = false 
    housePriceAsRent = false 
    housePriceEachSquare = 1000 
    houseRentPeriod = "never" 
    houseCleanOld = 1 
    guildHalls = true 

    timeBetweenActions = 200 
    timeBetweenExActions = 1000 
    hotkeyAimbotEnabled = true 

    mapName = "World.otbm" 
    mapAuthor = "Komic" 
    randomizeTiles = false 
    storeTrash = true 
    cleanProtectedZones = true 
    mailboxDisabledTowns = "" 

    defaultPriority = "high" 
    niceLevel = 5 
    coresUsed = "-1" 

    startupDatabaseOptimization = false 
    updatePremiumStateAtStartup = false 
    confirmOutdatedVersion = false 

    formulaLevel = 5.0 
    formulaMagic = 1.0 
    bufferMutedOnSpellFailure = false 
    spellNameInsteadOfWords = false 
    emoteSpells = false 

    allowChangeOutfit = true 
    allowChangeColors = true 
    allowChangeAddons = true 
    disableOutfitsForPrivilegedPlayers = false 
    addonsOnlyPremium = true 

    dataDirectory = "data/" 
    bankSystem = true 
    displaySkillLevelOnAdvance = false 
    promptExceptionTracerErrorBox = true 
    maximumDoorLevel = 500 
    maxMessageBuffer = 4 

    separateVipListPerCharacter = false 
    vipListDefaultLimit = 20 
    vipListDefaultPremiumLimit = 100 

    saveGlobalStorage = true 
    useHouseDataStorage = false 
    storePlayerDirection = false 

    checkCorpseOwner = true 
    monsterLootMessage = 3 
    monsterLootMessageType = 25 

    ghostModeInvisibleEffect = false 
    ghostModeSpellEffects = true 

    idleWarningTime = 14 * 60 * 1000 
    idleKickTime = 120 * 60 * 1000 
    reportsExpirationAfterReads = 1 
    playerQueryDeepness = 2 
    maxItemsPerPZTile = 0 
    maxItemsPerHouseTile = 0 

    freePremium = true 
    premiumForPromotion = false 

    blessings = true 
    blessingOnlyPremium = true 
    blessingReductionBase = 30 
    blessingReductionDecrement = 5 
    eachBlessReduction = 8 

    experienceStages = true 
    rateExperience = 5.0 
    rateExperienceFromPlayers = 0 
    rateSkill = 120.0 
    rateMagic = 80.0 
    rateLoot = 6.0 
    rateSpawn = 1 

    rateMonsterHealth = 1.0 
    rateMonsterMana = 1.0 
    rateMonsterAttack = 1.0 
    rateMonsterDefense = 1.0 

    minLevelThresholdForKilledPlayer = 0.9 
    maxLevelThresholdForKilledPlayer = 1.1 

    rateStaminaLoss = 1 
    rateStaminaGain = 1 
    rateStaminaThresholdGain = 9999 
    staminaRatingLimitTop = 40 * 60 
    staminaRatingLimitBottom = 14 * 60 
    staminaLootLimit = 14 * 60 
    rateStaminaAboveNormal = 0.6 
    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 = 18 
    globalSaveMinute = 0 
    shutdownAtGlobalSave = false 
    cleanMapAtGlobalSave = false 

    deSpawnRange = 2 
    deSpawnRadius = 50 

    maxPlayerSummons = 2 
    teleportAllSummons = false 
    teleportPlayerSummons = false 

    statusPort = 7171 
    ownerName = "Showtera" 
    ownerEmail = "@otland.net" 
    url = "showtera.gzh.nu" 
    location = "Europe" 
    displayGamemastersWithOnlineCommand = false 

    displayPlayersLogging = false 
    prefixChannelLogs = "" 
    runFile = "" 
    outputLog = "" 
    truncateLogsOnStartup = false 

    managerPort = 7171 
    managerLogs = true 
    managerPassword = "" 
    managerLocalhostOnly = true 
    managerConnectionsLimit = 1 

    adminPort = 7171 
    adminLogs = true 
    adminPassword = "" 
    adminLocalhostOnly = true 
    adminConnectionsLimit = 1 
    adminRequireLogin = true 
    adminEncryption = "" 
    adminEncryptionData = ""

Rep++ ;)
 
Code:
accountManager = false 
    namelockManager = false 
    newPlayerChooseVoc = false 
    newPlayerSpawnPosX = 95 
    newPlayerSpawnPosY = 117 
    newPlayerSpawnPosZ = 7 
    newPlayerTownId = 1 
    newPlayerLevel = 1 
    newPlayerMagicLevel = 0 
    generateAccountNumber = false 

    useFragHandler = true 
    redSkullLength = 48 * 60 * 60 
    blackSkullLength = 72 * 60 * 60 
    dailyFragsToRedSkull = 35 
    weeklyFragsToRedSkull = 75 
    monthlyFragsToRedSkull = 300 
    dailyFragsToBlackSkull = dailyFragsToRedSkull 
    weeklyFragsToBlackSkull = weeklyFragsToRedSkull 
    monthlyFragsToBlackSkull = monthlyFragsToRedSkull 
    dailyFragsToBanishment = dailyFragsToRedSkull 
    weeklyFragsToBanishment = weeklyFragsToRedSkull 
    monthlyFragsToBanishment = monthlyFragsToRedSkull 
    blackSkulledDeathHealth = 200 
    blackSkulledDeathMana = 40 
    useBlackSkull = false 
    advancedFragList = false 

    notationsToBan = 3 
    warningsToFinalBan = 4 
    warningsToDeletion = 5 
    banLength = 48 * 60 * 60 
    killsBanLength = 5 * 60 * 60 
    finalBanLength = 48 * 60 * 60 
    ipBanishmentLength = 30 * 24 * 60 * 60 
    broadcastBanishments = false 
    maxViolationCommentSize = 200 
    violationNameReportActionType = 2 
    autoBanishUnknownBytes = false 

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

    worldId = 0 
    ip = ""
    bindOnlyConfiguredIpAddress = true
    loginPort = 7171 
    gamePort = 7172 
    loginTries = 10 
    retryTimeout = 5 * 1000 
    loginTimeout = 60 * 1000 
    maxPlayers = 1000 
    motd = "Welcome to Showtera!" 
    displayOnOrOffAtCharlist = false 
    onePlayerOnlinePerAccount = true 
    allowClones = false 
    serverName = "Showtera" 
    loginMessage = "Welcome to the Showtera a new fresh server!" 
    statusTimeout = 5 * 60 * 1000 
    replaceKickOnLogin = true 
    forceSlowConnectionsToDisconnect = false 
    loginOnlyWithLoginServer = false 
    premiumPlayerSkipWaitList = false 

    sqlType = "mysql" 
    sqlHost = "localhost" 
    sqlPort = 3306 
    sqlUser = "" 
    sqlPass = "" 
    sqlDatabase = "" 
    sqlFile = "theforgottenserver.s3db" 
    sqlKeepAlive = 0 
    mysqlReadTimeout = 10 
    mysqlWriteTimeout = 10 
    encryptionType = "sha1" 
    passwordType = "sha1" 

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

    ingameGuildManagement = false 
    levelToFormGuild = 20 
    premiumDaysToFormGuild = 0 
    guildNameMinLength = 4 
    guildNameMaxLength = 20 

    highscoreDisplayPlayers = 15 
    updateHighscoresAfterMinutes = 60 

    buyableAndSellableHouses = true 
    houseNeedPremium = true 
    bedsRequirePremium = true 
    levelToBuyHouse = 85 
    housesPerAccount = 0 
    houseRentAsPrice = false 
    housePriceAsRent = false 
    housePriceEachSquare = 1000 
    houseRentPeriod = "never" 
    houseCleanOld = 1 
    guildHalls = true 

    timeBetweenActions = 200 
    timeBetweenExActions = 1000 
    hotkeyAimbotEnabled = true 

    mapName = "World.otbm" 
    mapAuthor = "Komic" 
    randomizeTiles = false 
    storeTrash = true 
    cleanProtectedZones = true 
    mailboxDisabledTowns = "" 

    defaultPriority = "high" 
    niceLevel = 5 
    coresUsed = "-1" 

    startupDatabaseOptimization = false 
    updatePremiumStateAtStartup = false 
    confirmOutdatedVersion = false 

    formulaLevel = 5.0 
    formulaMagic = 1.0 
    bufferMutedOnSpellFailure = false 
    spellNameInsteadOfWords = false 
    emoteSpells = false 

    allowChangeOutfit = true 
    allowChangeColors = true 
    allowChangeAddons = true 
    disableOutfitsForPrivilegedPlayers = false 
    addonsOnlyPremium = true 

    dataDirectory = "data/" 
    bankSystem = true 
    displaySkillLevelOnAdvance = false 
    promptExceptionTracerErrorBox = true 
    maximumDoorLevel = 500 
    maxMessageBuffer = 4 

    separateVipListPerCharacter = false 
    vipListDefaultLimit = 20 
    vipListDefaultPremiumLimit = 100 

    saveGlobalStorage = true 
    useHouseDataStorage = false 
    storePlayerDirection = false 

    checkCorpseOwner = true 
    monsterLootMessage = 3 
    monsterLootMessageType = 25 

    ghostModeInvisibleEffect = false 
    ghostModeSpellEffects = true 

    idleWarningTime = 14 * 60 * 1000 
    idleKickTime = 120 * 60 * 1000 
    reportsExpirationAfterReads = 1 
    playerQueryDeepness = 2 
    maxItemsPerPZTile = 0 
    maxItemsPerHouseTile = 0 

    freePremium = true 
    premiumForPromotion = false 

    blessings = true 
    blessingOnlyPremium = true 
    blessingReductionBase = 30 
    blessingReductionDecrement = 5 
    eachBlessReduction = 8 

    experienceStages = true 
    rateExperience = 5.0 
    rateExperienceFromPlayers = 0 
    rateSkill = 120.0 
    rateMagic = 80.0 
    rateLoot = 6.0 
    rateSpawn = 1 

    rateMonsterHealth = 1.0 
    rateMonsterMana = 1.0 
    rateMonsterAttack = 1.0 
    rateMonsterDefense = 1.0 

    minLevelThresholdForKilledPlayer = 0.9 
    maxLevelThresholdForKilledPlayer = 1.1 

    rateStaminaLoss = 1 
    rateStaminaGain = 1 
    rateStaminaThresholdGain = 9999 
    staminaRatingLimitTop = 40 * 60 
    staminaRatingLimitBottom = 14 * 60 
    staminaLootLimit = 14 * 60 
    rateStaminaAboveNormal = 0.6 
    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 = 18 
    globalSaveMinute = 0 
    shutdownAtGlobalSave = false 
    cleanMapAtGlobalSave = false 

    deSpawnRange = 2 
    deSpawnRadius = 50 

    maxPlayerSummons = 2 
    teleportAllSummons = false 
    teleportPlayerSummons = false 

    statusPort = 7171 
    ownerName = "Showtera" 
    ownerEmail = "@otland.net" 
    url = "showtera.gzh.nu" 
    location = "Europe" 
    displayGamemastersWithOnlineCommand = false 

    displayPlayersLogging = false 
    prefixChannelLogs = "" 
    runFile = "" 
    outputLog = "" 
    truncateLogsOnStartup = false 

    managerPort = 7171 
    managerLogs = true 
    managerPassword = "" 
    managerLocalhostOnly = true 
    managerConnectionsLimit = 1 

    adminPort = 7171 
    adminLogs = true 
    adminPassword = "" 
    adminLocalhostOnly = true 
    adminConnectionsLimit = 1 
    adminRequireLogin = true 
    adminEncryption = "" 
    adminEncryptionData = ""

Rep++ ;)

Are you sure this will work man??
 
Status
Not open for further replies.
Back
Top