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

AAC MySQL

Real Vandta

Member
Joined
Jun 16, 2020
Messages
56
Solutions
1
Reaction score
11
Location
Egypt
Hello,

Can someone let me know how to create account on MySQL and creating a database, i was download a xampp and i activate the MYSQL and Apache and i put my web site on htdocs file and i watch youtube and i learned a create account only and when i type localhost on my google he say that viewing this > Screenshot (https://prnt.sc/uodc7k)
im using a password and i have account already but i cannot finished this can someone please help?

sorry about my english
 
Lua:
    accountManager = true
    namelockManager = true
    newPlayerChooseVoc = true
    newPlayerSpawnPosX = 996
    newPlayerSpawnPosY = 999
    newPlayerSpawnPosZ = 7
    newPlayerTownId = 1
    newPlayerLevel = 20
    newPlayerMagicLevel = 2
    generateAccountNumber = false


    useFragHandler = true
    redSkullLength = 30 * 24 * 60 * 60
    blackSkullLength = 45 * 24 * 60 * 60
    dailyFragsToRedSkull = 400
    weeklyFragsToRedSkull = 1000
    monthlyFragsToRedSkull = 1500
    dailyFragsToBlackSkull = dailyFragsToRedSkull
    weeklyFragsToBlackSkull = weeklyFragsToRedSkull
    monthlyFragsToBlackSkull = monthlyFragsToRedSkull
    dailyFragsToBanishment = dailyFragsToRedSkull
    weeklyFragsToBanishment = weeklyFragsToRedSkull
    monthlyFragsToBanishment = monthlyFragsToRedSkull
    blackSkulledDeathHealth = 40
    blackSkulledDeathMana = 0
    useBlackSkull = false
    advancedFragList = false

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

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

    
    worldId = 0
    ip = "20.55.16.233"
    bindOnlyGlobalAddress = false
    loginPort = 7171
    gamePort = 7172
    adminPort = 7171
    statusPort = 7171
    loginTries = 0
    retryTimeout = 5 * 1000
    loginTimeout = 60 * 1000
    maxPlayers = 500
    motd = "Welcome to Evolera!"
    displayOnOrOffAtCharlist = false
    onePlayerOnlinePerAccount = false
    allowClones = false
    serverName = "Evolera"
    loginMessage = "Welcome to Evolera!"
    statusTimeout = 0
    replaceKickOnLogin = true
    forceSlowConnectionsToDisconnect = false
    loginOnlyWithLoginServer = false
    premiumPlayerSkipWaitList = false

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

    
    deathListEnabled = true
    deathListRequiredTime = 1 * 60 * 1000
    deathAssistCount = 4
    maxDeathRecords = 10

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

    
    highscoreDisplayPlayers = 15
    updateHighscoresAfterMinutes = 1

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


    timeBetweenActions = 200
    timeBetweenExActions = 1000
    hotkeyAimbotEnabled = true

    
    mapName = "Evolutions.otbm"
    mapAuthor = "Real Vandta"
    randomizeTiles = true
    storeTrash = true
    cleanProtectedZones = true
    mailboxDisabledTowns = ""

    
    niceLevel = 0
    coresUsed = "-1"

    
    startupDatabaseOptimization = false
    updatePremiumStateAtStartup = true
    confirmOutdatedVersion = false

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

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

    
    dataDirectory = "data/"
    logsDirectory = "data/logs/"
    bankSystem = true
    displaySkillLevelOnAdvance = true
    promptExceptionTracerErrorBox = true
    maximumDoorLevel = 500
    maxMessageBuffer = 8

    
    separateVipListPerCharacter = false
    vipListDefaultLimit = 20
    vipListDefaultPremiumLimit = 100

    
    saveGlobalStorage = true
    useHouseDataStorage = true
    storePlayerDirection = false

    
    checkCorpseOwner = true
    monsterLootMessage = 3
    monsterLootMessageType = 25

    
    ghostModeInvisibleEffect = true
    ghostModeSpellEffects = true

    
    idleWarningTime = 15 * 3600 * 1000
    idleKickTime = 16 * 3600 * 1000
    reportsExpirationAfterReads = 1
    playerQueryDeepness = 2
    tileLimit = 9
    protectionTileLimit = 9
    houseTileLimit = 9

    
    freePremium = true
    premiumForPromotion = true

    
                 -- Blessings
    blessingOnlyPremium = true
    blessingReductionBase = 30
    blessingReductionDecreament = 5
    eachBlessReduction = 20
    
    experienceStages = true
    pvpStages = false
    rateExperience = 20
    rateExperienceFromPlayers = 5000
    rateSkill = 25
    rateMagic = 15
    rateLoot = 3
    rateSpawn = 3

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

    
    minLevelThresholdForKilledPlayer = 10000
    maxLevelThresholdForKilledPlayer = 30000

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

    
    experienceShareRadiusX = 0
    experienceShareRadiusY = 0
    experienceShareRadiusZ = 0
    extraPartyExperienceLimit = 0
    extraPartyExperiencePercent = 0
    experienceShareActivity = 2 * 60 * 1000

    
    globalSaveEnabled = true
    globalSaveHour = 0
    globalSaveMinute = 0
    shutdownAtGlobalSave = false
    cleanMapAtGlobalSave = false

    
    deSpawnRange = 2
    deSpawnRadius = 50

    
    maxPlayerSummons = 1
    teleportAllSummons = true
    teleportPlayerSummons = true

    
    statusPort = 7171
    ownerName = "Owner Vandta"
    ownerEmail = "[email protected]"
    url = ""
    location = "Europe"
    displayGamemastersWithOnlineCommand = false

    
    displayPlayersLogging = true
    prefixChannelLogs = ""
    runFile = ""
    outputLog = ""
    truncateLogsOnStartup = true

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

    
    adminPort = 7173
    adminLogs = true
    adminPassword = ""
    adminLocalhostOnly = true
    adminConnectionsLimit = 1
    adminRequireLogin = true
    adminEncryption = ""
    adminEncryptionData = ""
 
Write your correct user/pass/database name.
Lua:
    sqlPort = 3306
    sqlUser = "YOURUSERNAME or root if you use it"
    sqlPass = "YOURUSER PASSWORD"
    sqlDatabase = "database name"
 
Back
Top