Ir para conteúdo
  • Cadastre-se

Posts Recomendados

-- Database
    -- NOTE: sqlFile is used only by sqlite database, and sqlKeepAlive by mysql database.
    -- To disable sqlKeepAlive such as mysqlReadTimeout use 0 value.
    sqlType = "mysql"
    sqlHost = "localhost"
    sqlPort = 3306
    sqlUser = "root"
    sqlPass = "12345"
    sqlDatabase = "database"
    sqlFile = "database.s3db"
    sqlKeepAlive = 0
    mysqlReadTimeout = 10
    mysqlWriteTimeout = 10
    encryptionType = "plain"

Database error. Unknown database type in D:/tibialol/config.lua . Must be equal to: "mysql" or "sqlite". Now is: ""

 

e cê eu tiro os -- server n fica on da esse erro na distro dai

 

> ERROR: Unable to load config.lua!

 

cê puder ajudar agradeço

 

 

 

 

 

 

Link para o post
Compartilhar em outros sites

@kauan13

 

1) Tem que tirar esses --

2) Nessa parte:

sqlDatabase = "database"
sqlFile = "database.s3db"

Você ta colocando o nome da database que criou no PhpMyAdmin corretamente? E a database que tu usa, não é s3db, e sim .sql

 

Obs: Se lhe ajudei, de um REP+ :D

Link para o post
Compartilhar em outros sites

ent coloquei assim 

sqlFile = "war.sql"

 

continua o erro na distro sv verão 860

Editado por kauan13 (veja o histórico de edições)
Link para o post
Compartilhar em outros sites

@kauan13 Se o seu arquivo da database se chama "War" e for formato "SQL" tem que estar  sqlFile = "war.sql"

 

Obs: Se o arquivo estiver dentro de uma pasta, vamos dizer que esta dendo da pasta "Schemas", ficaria assim:

 

sqlFile = "schemas/war.sql"

 

Obs: Se lhe ajudei, de um REP+ :D

Link para o post
Compartilhar em outros sites

@Mathwsz ta dentro 1 pasta chamda myql

coloquei tudo certo ak esta a config.lua 

 

   

Spoiler

    accountManager = true
    namelockManager = true
    newPlayerChooseVoc = true
    newPlayerSpawnPosX = 552
    newPlayerSpawnPosY = 226
    newPlayerSpawnPosZ = 7
    newPlayerTownId = 12
    newPlayerLevel = 150
    newPlayerMagicLevel = 0
    generateAccountNumber = false

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

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

    worldType = "pvp-enforced"
    protectionLevel = 1
    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 = true
    showHealingDamage = true
    showHealingDamageForMonsters = false
    fieldOwnershipDuration = 5 * 1000
    stopAttackingAtExit = false
    oldConditionAccuracy = false
    loginProtectionPeriod = 10 * 1000
    deathLostPercent = 10
    stairhopDelay = 2 * 1000
    pushCreatureDelay = 2 * 1000
    gainExperienceColor = 215
    addManaSpentInPvPZone = true
    squareColor = 0
    allowFightback = true
                  paralyzeDelay = 1400

    worldId = 0
    ip = "191.5.222.207"
    bindOnlyConfiguredIpAddress = false
    loginPort = 7171
    gamePort = 7172
    adminPort = 7171
    statusPort = 7171
    loginTries = 10
    retryTimeout = 5 * 1000
    loginTimeout = 60 * 1000
    maxPlayers = 1000
    motd = "Bem vindo ao Friday 13 War"
    displayOnOrOffAtCharlist = false
    onePlayerOnlinePerAccount = true
    allowClones = false
    serverName = "Friday 13"
    loginMessage = "Bem vindo ao Friday 13 War"
    statusTimeout = 5 * 60 * 1000
    replaceKickOnLogin = true
    forceSlowConnectionsToDisconnect = false
    loginOnlyWithLoginServer = false
    premiumPlayerSkipWaitList = false

    sqlType = "mysql"
    sqlHost = "localhost"
    sqlPort = 3306
    sqlUser = "root"
    sqlPass = "12345"
    sqlDatabase = "database"
    sqlFile = "MySQL/database.sql"
    sqlKeepAlive = 0
    mysqlReadTimeout = 10
    mysqlWriteTimeout = 10
    encryptionType = "plain"
 
    deathListEnabled = false
    deathListRequiredTime = 1 * 60 * 1000
    deathAssistCount = 19
    maxDeathRecords = 5
 
    ingameGuildManagement = true
    levelToFormGuild = 8
    premiumDaysToFormGuild = 0
    guildNameMinLength = 4
    guildNameMaxLength = 20
 
    highscoreDisplayPlayers = 10
    updateHighscoresAfterMinutes = 1
 
    buyableAndSellableHouses = true
    houseNeedPremium = true
    bedsRequirePremium = true
    levelToBuyHouse = 1
    housesPerAccount = 0
    houseRentAsPrice = false
    housePriceAsRent = false
    housePriceEachSquare = 1000
    houseRentPeriod = "never"
    houseCleanOld = 0
    guildHalls = false
 
    timeBetweenActions = 200
    timeBetweenExActions = 1000
    hotkeyAimbotEnabled = true
 
    mapName = "Fibula X-Dream2"
    mapAuthor = "Jack"
    randomizeTiles = true
    storeTrash = true
    cleanProtectedZones = true
    mailboxDisabledTowns = "-1"
 
    defaultPriority = "high"
    niceLevel = 5
    coresUsed = "-1"
 
    optimizeDatabaseAtStartup = true
    removePremiumOnInit = true
    confirmOutdatedVersion = false
 
    formulaLevel = 3.0
    formulaMagic = 1.0
    bufferMutedOnSpellFailure = false
    spellNameInsteadOfWords = false
    emoteSpells = true
 
    allowChangeOutfit = true
    allowChangeColors = false
    allowChangeAddons = true
    disableOutfitsForPrivilegedPlayers = true
    addonsOnlyPremium = false
 
    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
 
    ghostModeInvisibleEffect = false
    ghostModeSpellEffects = true
 
    idleWarningTime = 15 * 60 * 1000
    idleKickTime = 16 * 60 * 1000
    expireReportsAfterReads = 1
    playerQueryDeepness = 2
    maxItemsPerPZTile = 0
    maxItemsPerHouseTile = 0
 
    freePremium = false
    premiumForPromotion = true
 
    blessingOnlyPremium = false
    blessingReductionBase = 30
    blessingReductionDecreament = 5
    eachBlessReduction = 0
 
    experienceStages = false
    rateExperience = 3
    rateExperienceFromPlayers = 5
    rateSkill = 80.0
    rateMagic = 50.0
    rateLoot = 0.1
    rateSpawn = 1
 
    rateMonsterHealth = 1.0
    rateMonsterMana = 1.0
    rateMonsterAttack = 1.0
    rateMonsterDefense = 1.0
 
    minLevelThresholdForKilledPlayer = 0.5
    maxLevelThresholdForKilledPlayer = 3.0
 
    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 = 8
    shutdownAtGlobalSave = true
    cleanMapAtGlobalSave = false
 
    deSpawnRange = 2
    deSpawnRadius = 50
 
    maxPlayerSummons = 2
    teleportAllSummons = false
    teleportPlayerSummons = false
 
    ownerName = "Jack-&-Will"
    ownerEmail = ""
    url = "Friday"
    location = "Brasil"
    displayGamemastersWithOnlineCommand = false
 
    adminLogsEnabled = false
    displayPlayersLogging = true
    prefixChannelLogs = ""
    runFile = ""
    outLogName = ""
    errorLogName = ""
    truncateLogsOnStartup = false
 

 

Editado por kauan13 (veja o histórico de edições)
Link para o post
Compartilhar em outros sites

@kauan13

 

1) Sempre que for postar scripts, poste em spoiler.

2) Qual é o nome da database que tu criou no PhpMyAdmin?

3) Qual é o nome do seu arquivo .sql ??

4) O nome da pasta é MySQL mesmo? desse jeito?

5) A senha do PhpMyAdmin ta correta?

 

Obs: Se lhe ajudei, de um REP+ :D

Link para o post
Compartilhar em outros sites

@Mathwsz do phpmyadm é database

da sql é database tbm

tirei da pasta mysql agora esta na pagina inicial

a senha ta correta sim

 

Link para o post
Compartilhar em outros sites

continua 

Spoiler

    accountManager = true
    namelockManager = true
    newPlayerChooseVoc = true
    newPlayerSpawnPosX = 552
    newPlayerSpawnPosY = 226
    newPlayerSpawnPosZ = 7
    newPlayerTownId = 12
    newPlayerLevel = 150
    newPlayerMagicLevel = 0
    generateAccountNumber = false

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

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

    worldType = "pvp-enforced"
    protectionLevel = 1
    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 = true
    showHealingDamage = true
    showHealingDamageForMonsters = false
    fieldOwnershipDuration = 5 * 1000
    stopAttackingAtExit = false
    oldConditionAccuracy = false
    loginProtectionPeriod = 10 * 1000
    deathLostPercent = 10
    stairhopDelay = 2 * 1000
    pushCreatureDelay = 2 * 1000
    gainExperienceColor = 215
    addManaSpentInPvPZone = true
    squareColor = 0
    allowFightback = true
                  paralyzeDelay = 1400

    worldId = 0
    ip = "191.5.222.207"
    bindOnlyConfiguredIpAddress = false
    loginPort = 7171
    gamePort = 7172
    adminPort = 7171
    statusPort = 7171
    loginTries = 10
    retryTimeout = 5 * 1000
    loginTimeout = 60 * 1000
    maxPlayers = 1000
    motd = "Bem vindo ao Friday 13 War"
    displayOnOrOffAtCharlist = false
    onePlayerOnlinePerAccount = true
    allowClones = false
    serverName = "Friday 13"
    loginMessage = "Bem vindo ao Friday 13 War"
    statusTimeout = 5 * 60 * 1000
    replaceKickOnLogin = true
    forceSlowConnectionsToDisconnect = false
    loginOnlyWithLoginServer = false
    premiumPlayerSkipWaitList = false

    sqlType = "mysql"
    sqlHost = "localhost"
    sqlPort = 3306
    sqlUser = "root"
    sqlPass = "12345"
    sqlDatabase = "database"
    sqlFile = "database.sql"
    sqlKeepAlive = 0
    mysqlReadTimeout = 10
    mysqlWriteTimeout = 10
    encryptionType = "plain"
 
    deathListEnabled = false
    deathListRequiredTime = 1 * 60 * 1000
    deathAssistCount = 19
    maxDeathRecords = 5
 
    ingameGuildManagement = true
    levelToFormGuild = 8
    premiumDaysToFormGuild = 0
    guildNameMinLength = 4
    guildNameMaxLength = 20
 
    highscoreDisplayPlayers = 10
    updateHighscoresAfterMinutes = 1
 
    buyableAndSellableHouses = true
    houseNeedPremium = true
    bedsRequirePremium = true
    levelToBuyHouse = 1
    housesPerAccount = 0
    houseRentAsPrice = false
    housePriceAsRent = false
    housePriceEachSquare = 1000
    houseRentPeriod = "never"
    houseCleanOld = 0
    guildHalls = false
 
    timeBetweenActions = 200
    timeBetweenExActions = 1000
    hotkeyAimbotEnabled = true
 
    mapName = "Fibula X-Dream2"
    mapAuthor = "Jack"
    randomizeTiles = true
    storeTrash = true
    cleanProtectedZones = true
    mailboxDisabledTowns = "-1"
 
    defaultPriority = "high"
    niceLevel = 5
    coresUsed = "-1"
 
    optimizeDatabaseAtStartup = true
    removePremiumOnInit = true
    confirmOutdatedVersion = false
 
    formulaLevel = 3.0
    formulaMagic = 1.0
    bufferMutedOnSpellFailure = false
    spellNameInsteadOfWords = false
    emoteSpells = true
 
    allowChangeOutfit = true
    allowChangeColors = false
    allowChangeAddons = true
    disableOutfitsForPrivilegedPlayers = true
    addonsOnlyPremium = false
 
    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
 
    ghostModeInvisibleEffect = false
    ghostModeSpellEffects = true
 
    idleWarningTime = 15 * 60 * 1000
    idleKickTime = 16 * 60 * 1000
    expireReportsAfterReads = 1
    playerQueryDeepness = 2
    maxItemsPerPZTile = 0
    maxItemsPerHouseTile = 0
 
    freePremium = false
    premiumForPromotion = true
 
    blessingOnlyPremium = false
    blessingReductionBase = 30
    blessingReductionDecreament = 5
    eachBlessReduction = 0
 
    experienceStages = false
    rateExperience = 3
    rateExperienceFromPlayers = 5
    rateSkill = 80.0
    rateMagic = 50.0
    rateLoot = 0.1
    rateSpawn = 1
 
    rateMonsterHealth = 1.0
    rateMonsterMana = 1.0
    rateMonsterAttack = 1.0
    rateMonsterDefense = 1.0
 
    minLevelThresholdForKilledPlayer = 0.5
    maxLevelThresholdForKilledPlayer = 3.0
 
    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 = 8
    shutdownAtGlobalSave = true
    cleanMapAtGlobalSave = false
 
    deSpawnRange = 2
    deSpawnRadius = 50
 
    maxPlayerSummons = 2
    teleportAllSummons = false
    teleportPlayerSummons = false
 
    ownerName = "Jack-&-Will"
    ownerEmail = ""
    url = "Friday"
    location = "Brasil"
    displayGamemastersWithOnlineCommand = false
 
    adminLogsEnabled = false
    displayPlayersLogging = true
    prefixChannelLogs = ""
    runFile = ""
    outLogName = ""
    errorLogName = ""
    truncateLogsOnStartup = false
 

 

Link para o post
Compartilhar em outros sites

@kauan13 Desculpe a demora..

 

1) A database.sql está no mesmo lugar que fica o config.lua? Ou seja, a primeira pasta?

2) Arrume essa linha, pode ser ela:

 

 paralyzeDelay = 1400

 

Coloque ela para o canto, corretamente.

Link para o post
Compartilhar em outros sites

@Mathwsz  arumei agora presiso saber como colocar pra player vi 1 tutorial pra abrir o siti n tinha pro ip

Link para o post
Compartilhar em outros sites

@kauan13 Tu quer que outras pessoa consiga entrar no seu site, é isso?

 

1) Já configurou?

2) Já abriu as portas do roteador?

Link para o post
Compartilhar em outros sites

Amigo preste atenção você precisa passar seu banco de dados de SQLITE para MYSQL !

Você colocou em seu config.lua  isto:   sqlDatabase = "database"  sqlFile = "database.s3db"

O certo seria:   sqlDatabase = "database" sqlFile = "database.sql"

 

Veja se consigo agora te ajudar existe dois métodos para solucionar !

1° Você precisa converte sua database de SQLITE para MYSQL, tem um site OTLAND lá explica como que você pode fazer essa conversão

se não me engano é por aspas simples que você precisar trocar nos create tabele !

 

2° Forma: É você dar uma olhada na pasta SHEMAS lá dentro tem um arquivo schema.sql

Esse é seu database em MYSQL do seu OTServer !

Link para o post
Compartilhar em outros sites

Participe da conversa

Você pode postar agora e se cadastrar mais tarde. Se você tem uma conta, faça o login para postar com sua conta.

Visitante
Responder

×   Você colou conteúdo com formatação.   Remover formatação

  Apenas 75 emojis são permitidos.

×   Seu link foi automaticamente incorporado.   Mostrar como link

×   Seu conteúdo anterior foi restaurado.   Limpar o editor

×   Não é possível colar imagens diretamente. Carregar ou inserir imagens do URL.

  • Quem Está Navegando   0 membros estão online

    Nenhum usuário registrado visualizando esta página.

  • Conteúdo Similar

    • Por Qwizer
      MercadoPago Checkout Transparente (CC)
       
      Abaixo Segue código PHP de pagamento via cartão de credito pelo mercado pago com retorno automático para quem quiser adaptar em seus sites ter uma direção de onde ir 
      testado em Znote e MyAcc.
       

       
       
      https://mega.nz/folder/m4QkWBLS#PIvJ_scVm7w8-5FLlStTHg  
    • Por Argona2509
      Boa tarde venho por aqui pedir ajuda estou com um problema no gesior para criar conta nao aparece vocacao e o nome Nadega Sample
       
       
    • Por Magato
      Galera, boa tarde a todos.
       
      Estou iniciando um servidor com o mapa Pbot e estou com dificuldades em encontrar um website para ele.
       
      Procurei na internet toda e não achei um link que me levasse ao download do Gesior Onix para pbot exclusivo (o link estava quebrado)
       
      Tentei utilizar o Gesior 2012 mas o layout do site e todas as funcionalidades estão bugadas.
       
      Gostaria que alguém pudesse me ajudar e postasse aqui algum link de gesior para PBOT. A versão do meu servidor é 8.60.
       
      Agradeço a quem puder.
       
       
    • Por BonasxD
      Bom galera primeiramente não sei se estou na area correta ou se nao estou, se nao por favor mover para area certa, grato!
      Estou com esse erro ao tenta instalar o gesior usando a tfs 0.4 não passa dessa parte ja tentei de tudo e nao sei oque fazer ;(
       
      Testei o mesmo procedimento no meu Windows e Funcionou corretamente agora no meu VM(Ubuntu22) não passa desse erro. 
       
      Ja pesquisei por tudo e não sei oque fazer

    • Por Jordanl42ss
      Quando eu vou hospedar o site do meu poketibia ele da erro faldo q a classe do não foi encontrada 
×
×
  • Criar Novo...

Informação Importante

Confirmação de Termo