• 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 Problems with my OT server on 8.6

darkmen90

New Member
Joined
Jul 6, 2008
Messages
11
Reaction score
0
Location
SWEDEN<3
Hello. I have a big issue on my tibia server. First of all i want to use ACCOUNT MANAGER not website.

I had a problem first that i could not even log into Account manager. There was no accmaker.lua in the Server folder but i followed a guide so that is fixed. And then i had to change from Sha1 to "plain".

Now my biggest issue is when i acsess Account manager at 1/1 there is no NPC called Account Manager. The character list is Totally blank. How do i fix that?

Please help=) .

I really think that my server i downloaded was "configured" for Website so maybe i missed something?

My Config file =)


Code:
-- The forgottenking Config

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


    -- Unjustified kills
    redSkullLength = 100 * 24 * 60 * 60
    blackSkullLength = 150 * 24 * 60 * 60
    dailyFragsToRedSkull = 20
    weeklyFragsToRedSkull = 10000
    monthlyFragsToRedSkull = 10000
    dailyFragsToBlackSkull = dailyFragsToRedSkull
    weeklyFragsToBlackSkull = weeklyFragsToRedSkull
    monthlyFragsToBlackSkull = monthlyFragsToRedSkull
    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 = 30 * 1000
    huntingDuration = 60 * 1000
    criticalHitChance = 7
    criticalHitMultiplier = 1
    displayCriticalHitNotify = false
    removeWeaponAmmunition = false
    removeWeaponCharges = false
    removeRuneCharges = false
    whiteSkullTime = 3 * 60 * 1000
    noDamageToSameLookfeet = false
    showHealingDamage = false
    showHealingDamageForMonsters = fasle
    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
    ip = ""
    loginPort = 7171
    gamePort = 7172
    adminPort = 7171
    statusPort = 7171
    loginTries = 15
    retryTimeout = 5 * 1000
    loginTimeout = 60 * 1000
    maxPlayers = 1000
    motd = "Welcome To Natala-Ot"
    displayOnOrOffAtCharlist = true
    onePlayerOnlinePerAccount = false
    allowClones = true
    serverName = "Natala-Ot"
    loginMessage = "Welcome To Natala-Ot"
    statusTimeout = 5 * 60 * 1000
    replaceKickOnLogin = false
    forceSlowConnectionsToDisconnect = false
    loginOnlyWithLoginServer = false
    premiumPlayerSkipWaitList = false

    -- Database
          sqlType = "mysql"
    sqlHost = "127.0.0.1"
    sqlPort = 3306
    sqlUser = "root"
    sqlPass = "brudsex123"
    sqlDatabase = "testing"
    sqlFile = "subwat.s3db"
    sqlKeepAlive = 0
    mysqlReadTimeout = 10
    mysqlWriteTimeout = 10
    encryptionType = "plain"

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

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

    -- Highscores
    highscoreDisplayPlayers = 15
    updateHighscoresAfterMinutes = 10

    -- Houses
    buyableAndSellableHouses = true
    houseNeedPremium = true
    bedsRequirePremium = true
    levelToBuyHouse = 150
    housesPerAccount = 1
    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 = 30
    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
        blessings = true
        blessingOnlyPremium = true
        blessingReductionBase = 30
        blessingReductionDecrement = 10
        eachBlessReduction = 12

    -- Rates
    experienceStages = true
    rateExperience = 400
    rateExperienceFromPlayers = 50
    rateSkill = 30.0
    rateMagic = 15.0
    rateLoot = 10.0
    rateSpawn = 1

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


    -- Experience from players
  
    minLevelThresholdForKilledPlayer = 15.0
    maxLevelThresholdForKilledPlayer = 25.0

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

    -- Party
    experienceShareRadiusX = 40
    experienceShareRadiusY = 40
    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


    -- 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:
your config.lua is configured correctly, have you tried to login leaving in blank password and acc?
Take a picture of your .exe and put the log that appears when you try to login please
 
your config.lua is configured correctly, have you tried to login leaving in blank password and acc?
Take a picture of your .exe and put the log that appears when you try to login please



I have tryed to log in with blank and i also can just get to the "blank" character list. And when i login nothing happens on my .exe log. Its just says Server are online Welcome to LumiaOT nothing more. But when i try to reload NPCs on .exe the server crashes. Can that do anything with it?


image.png
 
pls post the accmaker.lua you followed the guide to create
Do you need to go into the 1/1 account and create the account manager player that follows the accmanager.lua?
(never used acc manager ingame for years)
Goodluck!
 
Last edited:
Back
Top