Ir para conteúdo
  • Cadastre-se

Dá erro ao salvar e quando reabro o server os itens some OTSYS_SQLITE3_PREPARE<>: SQLITE ERROR: NO SUCH TABLE: TILE_STORE<SELECT "HOUSE_ID", "DATA" FROM "TILE_STORE" WHERE "WORLD_ID=0>


Posts Recomendados

da erro ao salvar e quando reabro o server os itens some alguem pode me ajudar pf, esse é o erro) OTSYS_SQLITE3_PREPARE<>: SQLITE ERROR: NO SUCH TABLE: TILE_STORE<SELECT "HOUSE_ID", "DATA" FROM "TILE_STORE" WHERE "WORLD_ID=0>

Link para o post
Compartilhar em outros sites

Este tópico foi movido para a área correta. Esta é uma mensagem automática!
Pedimos que leia as regras do fórum!

Spoiler

This topic has been moved to the correct area. This is an automated message!
Please read the forum rules.

 

Executa:

DROP TABLE IF EXISTS house_lists;
CREATE TABLE house_lists ( 
    house_id INTEGER NOT NULL,
    world_id INTEGER NOT NULL
                     DEFAULT '0',
    listid   INTEGER NOT NULL,
    list     TEXT    NOT NULL,
    UNIQUE ( house_id, world_id, listid ),
    FOREIGN KEY ( house_id, world_id ) REFERENCES houses ( id, world_id ) 
);

 

Talvez você queira ver:

BestBaiak

[FAQ]Remere's Map Editor - Dúvidas e soluções de bugs 

 

Contato:

1.png.dadb3fc3ee6ffd08292705b6a71e3d88.png Discord:

Link para o post
Compartilhar em outros sites

Olá, eu executei ele mas nao funcionou, talvez eu esteja executando de forma errada, pode me informar qual a forma correta de executar?

 

eu executo e dar esse erro no sql 

Error while executing query: near " ": syntax error

Editado por daniel20028 (veja o histórico de edições)
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 Carlos Junior
      Failed connecting to database - MYSQL ERROR: Can't connect to MySQL server on '127..0.0.1' (10061) (2003)
       ERROR: Couldn't estabilish connection to SQL database!
       
       
      alguem pode me ajudar a vai a conf lua
       
       
      accountManager = "no" namelockManager = "no" newPlayerChooseVoc = "yes" newPlayerSpawnPosX = 148 newPlayerSpawnPosY = 53 newPlayerSpawnPosZ = 8 newPlayerTownId = 1 newPlayerLevel = 8 newPlayerMagicLevel = 2 generateAccountNumber = "no"   redSkullLength = 1 * 60 * 60 blackSkullLength = 1 * 60 * 60 dailyFragsToRedSkull = 70 weeklyFragsToRedSkull = 200 monthlyFragsToRedSkull = 400 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 = 8 * 24 * 60 * 60 finalBanLength = 30 * 24 * 60 * 60 ipBanishmentLength = 1 * 24 * 60 * 60 broadcastBanishments = true maxViolationCommentSize = 200 violationNameReportActionType = 2 autoBanishUnknownBytes = false   worldType = "open" protectionLevel = 60 pvpTileIgnoreLevelAndVocationProtection = true pzLocked = 1 * 20 * 500 huntingDuration = 1 * 60 * 1000 criticalHitChance = 7 criticalHitMultiplier = 1 displayCriticalHitNotify = false removeWeaponAmmunition = false removeWeaponCharges = false removeRuneCharges = false whiteSkullTime = 2 * 60 * 1000 noDamageToSameLookfeet = false showHealingDamage = true showHealingDamageForMonsters = true fieldOwnershipDuration = 5 * 1000 stopAttackingAtExit = false oldConditionAccuracy = false loginProtectionPeriod = 10 * 1000 deathLostPercent = 10 stairhopDelay = 2 * 1000 pushCreatureDelay = 1 * 204 deathContainerId = 1987 gainExperienceColor = 180 addManaSpentInPvPZone = true squareColor = 0 allowFightback = true   enableCast = true   healthHealingColor = COLOR_BLUE   worldId = 0 ip = "187.20.18.144" bindOnlyConfiguredIpAddress = false loginPort = 7171 gamePort = 7172 adminPort = 7171 statusPort = 7171 loginTries = 10 retryTimeout = 5 * 1000 loginTimeout = 60 * 1000 maxPlayers = 1000 motd = "Bem vindo ao BaiakFast, Digite !notice" displayOnOrOffAtCharlist = false onePlayerOnlinePerAccount = true allowClones = false serverName = "BaiakWars" loginMessage = "Bem vindo ao BaiakWars" statusTimeout = 5 * 60 * 1000 replaceKickOnLogin = true forceSlowConnectionsToDisconnect = false loginOnlyWithLoginServer = false premiumPlayerSkipWaitList = false   sqlType = "mysql" sqlHost = "127.0.0.1" sqlPort = 3306 sqlUser = "root" sqlPass = "xxxxx" sqlDatabase = "otserver" sqlFile = "otserver.s3db" sqlKeepAlive = 0 mysqlReadTimeout = 10 mysqlWriteTimeout = 10 encryptionType = "sha1"   deathListEnabled = true deathListRequiredTime = 1 * 60 * 1000 deathAssistCount = 19 maxDeathRecords = 5   ingameGuildManagement = false levelToFormGuild = 8 premiumDaysToFormGuild = 0 guildNameMinLength = 4 guildNameMaxLength = 20   highscoreDisplayPlayers = 15 updateHighscoresAfterMinutes = 2   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 checkCorpseOwner = true hotkeyAimbotEnabled = true maximumDoorLevel = 500   mapName = "baiak yurots.otbm" mapAuthor = "ADM TNT" randomizeTiles = true useHouseDataStorage = false storeTrash = true cleanProtectedZones = true mailboxDisabledTowns = "-1"   defaultPriority = "high" niceLevel = 5 coresUsed = "-1" optimizeDatabaseAtStartup = true removePremiumOnInit = true confirmOutdatedVersion = false   maxMessageBuffer = 4 bufferMutedOnSpellFailure = false   dataDirectory = "data/" allowChangeOutfit = true allowChangeColors = true allowChangeAddons = true disableOutfitsForPrivilegedPlayers = false bankSystem = true saveGlobalStorage = true displaySkillLevelOnAdvance = false spellNameInsteadOfWords = false emoteSpells = true promptExceptionTracerErrorBox = true storePlayerDirection = false monsterLootMessage = 1 monsterLootMessageType = 25 separateViplistPerCharacter = false   ghostModeInvisibleEffect = false ghostModeSpellEffects = true   idleWarningTime = 14 * 60 * 1000 idleKickTime = 30 * 60 * 1000 expireReportsAfterReads = 1 playerQueryDeepness = 2 maxItemsPerPZTile = 0 maxItemsPerHouseTile = 0   freePremium = true premiumForPromotion = true   blessingOnlyPremium = true blessingReductionBase = 30 blessingReductionDecreament = 5 eachBlessReduction = 8   experienceStages = "yes" rateExperience = 500 rateExperienceFromPlayers = 0 rateSkill = 80 rateMagic = 60 rateLoot = 12 rateSpawn = 2   rateMonsterHealth = 1.0 rateMonsterMana = 1.0 rateMonsterAttack = 1.0 rateMonsterDefense = 1.1   minLevelThresholdForKilledPlayer = 0.9 maxLevelThresholdForKilledPlayer = 1.1   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 = 0 teleportAllSummons = false teleportPlayerSummons = false   ownerName = "ADM HellBaiak" ownerEmail = "" url = "" location = "Brasil" displayGamemastersWithOnlineCommand = false   adminLogsEnabled = false displayPlayersLogging = true prefixChannelLogs = "" runFile = "" outLogName = "" errorLogName = "" truncateLogsOnStartup = false  
×
×
  • Criar Novo...

Informação Importante

Confirmação de Termo