Ir para conteúdo
  • Cadastre-se

Posts Recomendados

Boa noite a todos! 

 

Estou tentando colocar ativo um ser avesta 7.60, entretanto aparece essa mensagem: 

 

Segue meu config.lua se alguem puder me auxiliar: 

 

Obrigado a todos!

 

    DataDir = "data/"


--- BANS ---

    NotationsToBan = 3
    WarningsToFinalBan = 4
    WarningsToDeletion = 5
    BanLength = 1 * 24 * 60 * 60
    FinalBanLength = 7 * 24 * 60 * 60
    IPBanishmentLength = 24 * 60 * 60
    KillsToBan = 7

--- COMBAT ---

    -- world type
    -- options: pvp, no-pvp, pvp-enforced
    WorldType = "pvp"

    -- exhausted time in ms (1000 = 1 second) for yelling
    Exhausted = 1000

    -- exhausted time in ms (1000 = 1 second) for aggressive spells/weapons
    FightExhausted = 2000

    -- exhausted time in ms (1000 = 1 second) for none-aggressive spells/weapons
    HealExhausted = 1000

    -- how many ms to add if the player is already exhausted and tries to yell (1000 = 1 second)
    ExhaustedAdd = 100

    -- how long does the player has to stay out of fight to get pz unlocked in ms (1000 = 1 second)
    PZLock = 60000

    -- how long a field belongs to a player before it no longer causes PZ lock for the owner
    FieldOwnershipDuration = 5000

    -- in mili seconds
    TimeToDecreaseFrags = 24 * 60 * 60 * 1000

    -- Time white skull will remain after killing a player, in minutes
    WhiteSkullTime = 10

    -- amount of kills that leads to red skull
    KillsToRedSkull = 4

    -- Remove ammunition
    -- If false, ammunition will not be removed when using distance weapons
    -- (or other weapons that use ammunition)
    RemoveAmmunition = true

    -- Remove rune charges
    -- This only applies to runes done using the default functions. 
    -- Custom runes made using actions will not be affected.
    RemoveRuneCharges = true

    -- Remove weapon charges
    -- Set to false to disable charges disappearing from weapons on use
    RemoveWeaponCharges = true

---- CONNECTION ----

    -- server ip (the ip that server listens on)
    IP = "25.141.199.149"

    -- server port (the port that server listens on)
    Port = "7171"

    -- how many logins attempts until ip is temporary disabled 
    -- set to 0 to disable
    LoginTries = 5

    -- how long the retry timeout until a new login can be made (without disabling the ip)
    RetryTimeout = 5000

    -- how long the player need to wait until the ip is allowed again
    LoginTimeout = 60 * 1000

    -- allow clones (multiple logins of the same char)
    AllowClones = false

    -- only one player online per account
    CheckAccounts = false

---- DATABASE ----

    -- SQL type
    -- options: mysql, sqlite, odbc or pgsql
    SQL_Type = "mysql"

    --- SQL connection part
    SQL_DB   = "teste"

    -- these settings are not used by SQLite
    SQL_Host = "localhost"
    SQL_Port = 3306
    SQL_User = "root"
    SQL_Pass = "vertrigo"


---- HOUSES ----

    -- house rent period
    -- options: daily, weekly, monthly
    HouseRentPeriod = "monthly"

    -- House price
    HousePrice = 1000


--- INFO ---

    -- login message
    LoginMsg = "Welcome to Tibia Old."

    -- server name
    ServerName = "Tibia Old"

    -- world name
    WorldName = "Tibia"

    -- server owner name
    OwnerName = "David"

    -- server owner email
    OwnerEmail = "[email protected]"

    -- server url
    URL = ""

    -- server location
    Location = "Brazil"


---- ITEM USAGE ----

    -- minimum amount of time between actions ('Use') (1000 = 1 second)
    MinActionInterval = 200

    -- minimum amount of time between extended actions ('Use with...') (1000 = 1 second)
    MinActionExInterval = 1000

---- MAP ----

    -- map location
    Map = "data/world/world.otbm"

    -- mapkind
    -- options: OTBM for binary map, XML for OTX map
    MapKind = "OTBM"

    -- Type of map storage, 
    -- 'relational' - Slower, but possible to run database queries to change all items to another id for example.
    -- 'binary' - Faster, but you cannot run DB queries.
    -- To switch, load server with the current type, change the type in config.lua 
    -- type /reload config and the save the server with /closeserver serversave
    MapStoreType = "binary"

---- RATES ----

    -- rates (experience, skill, magic level, loot and spawn)
    RateExp = 100
    RateSkill = 75
    RateMag = 35
    RateLoot = 7
    RateSpawn = 1
	LossLevel = 0

--- SPAWNS ---

    -- despawn configs
    -- how many floors can a monster go from his spawn before despawning
    DespawnRange = 2

    -- how many square metters can a monster be far from his spawn before despawning
    DespawnRadius = 50

--- STATUS ---

    -- motd (the message box that you sometimes get before you choose characters)
    MOTD = "Welcome to Tibia Old!"
    MOTD_Num = "1"

    -- max number of players allowed
    MaxPlayers = "100"

--- OTHER ---

    -- accounts password type
    -- options: plain, md5, sha1
    PasswordType = "plain"

    -- max number of messages a player can say before getting muted (default 4), set to 0 to disable muting
    MaxMessageBuffer = 4

    -- save client debug assertion reports
    SaveClientDebug = true

    -- Should the server use account balance system or depot system for paying houses?
    UseAccBalance = false

    -- whether or not to check for premium accounts when using beds
    PremOnlyBeds = true
     

    -- Time after player will be kicked when idle, in minutes
    MaxIdleTime = 15
	
	deathLosePercent = 5
     

    -- Level on which player will get rooked
    LevelToRook = 5

    -- TownId to which player will be teleported to
    RookTempleId = 11

    -- if your website is not showing player deaths, then keep this as 0
    StorePlayerDeaths = true

    -- ID of temple to which player will get teleported when his prem end out
    -- 0 to disable
    -- not tested yet
    FACCTempleID = 3

    -- Example: 1500 <= 1,5 seconds push delay
    pushdelay = 1500
	
    -- Example: 10 <= every 10 minutes automatic server save
    servesave = 5

 

erro database.jpg

Link para o post
Compartilhar em outros sites

MMHUCMQ.png  Esta é uma mensagem automática, este tópico foi movido para a área correta.
  Regras do fórum: http://www.tibiaking.com/forum/topic/1281-regras-gerais/#comment-7680

Este tópico foi movido:
De: Aprendizagem OTServ > OTServ > Outros Tutoriais
Para: Suporte OTServ > OTServ > Suporte de OTServ Geral

discord.pngDiscord: vankk #7765

Precisando de ajuda? Entre em contato comigo via Discord.

 

Muitos vêm seus muitos dias de glória, mas poucos vêm seus muitos dias de luta.

Link para o post
Compartilhar em outros sites

@luqqs

Corrija as informações à seguir, possivelmente uma delas está errada:

---- DATABASE ----

    -- SQL type
    -- options: mysql, sqlite, odbc or pgsql
    SQL_Type = "mysql"

    --- SQL connection part
    SQL_DB   = "teste"

    -- these settings are not used by SQLite
    SQL_Host = "localhost"
    SQL_Port = 3306
    SQL_User = "root"
    SQL_Pass = "vertrigo"

De preferência, verifique o SQL_User, SQL_Pass e o SQL_DB, que é o que provavelmente estão errados.

Editado por Azhaurn (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 Digoshow
      Gente e o seguinte eu tava lendo um tutorial para  deixa o gesior mais seguro quando me deparei, que 1 tinha que ter uma senha segura para phpmyadmin!
      Mais e ae? eu nao tenho senha nenhuma quando eu entro no meu phpmyadmin entra diretamente sem nenhuma senha, nao pede usuario root nem senha simplesmente entra direto !
      Gente quero saber como fazer para que antes de entrar no phpmyadmin pessa user e a senha ?
      Eu uso o xamp, preciso por uma senha alguem pode me explicar por favor?
      Muito obrigado, REP + !
    • Por Naze
      Estava precisando de uma maquina linux para alguns trabalho e testes e bancar minha vps só pra isso não é viavel, usar dual boot tbm não é do meu gosto, e criar uma maquina virtual não chegava ao ponto que exatamente eu queria, que é facilidade e trabalha no terminal do Linux.
       
      Então descobri um metodo que seria criar uma maquina virtual e rodala em background, e usar como se estivessa montado com a rede do meu Windows, podendo acessar pelo localhost, sem ta colocando numeros de porta na frente (localhost:1234).
       
      Com isso vai ta podendo trabalha em um Linux direto de seu PC, como se estivesse acessando uma VPS comum, e ter total controle de sua maquina podendo até entra na interface grafica oq nao faz sentido ja que tou fazendo isso pra nao precisa entra nela.
       
      Fiz um video explicando todos passo e deixarei os links  e comando utilizado a baixo. O video está acelerado para nao ficar mais extenso.
       
      VirtualBox: download
        Lembre-se de desativar Hyper-V em seu windows caso tenha ativado para virtualbox funcionar corretamente.
      Linux Mint: download
        Aconselho a baixar a edição Xfce por ser mais leve e rapida..
       
      Instalar ssh:
      sudo apt-get install openssh-server verificar:
      sudo service ssh status  
       
      Codigo para criar arquivo .bat, lembre-se de trocar o diretorio de acordo com sua instalação e o nome de acordo com o que criou:
      Iniciar:
      "C:\Program Files\Oracle\VirtualBox\VBoxManage.exe" startvm "NOME DA MAQUINA" -type headless desligar:
      "C:\Program Files\Oracle\VirtualBox\VBoxManage.exe" controlvm "NOME DA MAQUINA" poweroff soft  
      Acesso ssh é feito por:
      usuario@localhost
       
      No meu caso usei usario "naze" e cmd do windows 10
      ssh naze@localhost
    • Por marlon1234567
      Boa Tarde, se alguém puder me ajuda.
      consegui arrumar um servidor de Tibia global e o site funcionava perfeitamente
      ate que hoje de manha fui ligar ele, e ele não entra pelo link normal, apenas entra pelo localhost:8090.
       
      Alguém sabe qual pode ser o problema do site não logar normalmente igual antes !!!
      ele estava funcionando já fiz de tudo mais agora só entra pelo localhost:8090.
      não sei se pode ser o xampp, Em outro computadores o site entra normal pelo link dedicado, apenas eu não consigo entra com link normal.
       
      Ja testei portas e tudo funciona.
    • Por saiddias
      Olá amigos do TibiaKing.

      Estou com o seguinte problema, quando abro um server localhost e me conecto com o Tibia 11.40 meu ping fica absurdamente alto tendo variações de 500~3000ms, sendo praticamente impossível andar.
       
      Vou deixar uma imagens aqui pra vocês terem uma ideia.

      Usei os seguintes servidores e em ambos o problema persistiu :

      - Oganza 11.40 by Jaurez
      - OTX 11.40 by malucooo

      Uso o Xampp para o Apache e Mysql

      Se precisarem de mais informações só perguntar que eu respondo o mais rápido possível.

      Alguém pode me ajudar a solucionar esse problema ?
      Obrigado pela atenção e agradeço desde já.



    • Por paulorogerio
      localhost
      30/05/2017 19:34:26
      Apache/2.2.14 (Win32) DAV/2 mod_ssl/2.2.14 OpenSSL/0.9.8l mod_autoindex_color PHP/5.3.1 mod_apreq2-20090110/2.7.1 mod_perl/2.0.4 Perl/v5.10.1
×
×
  • Criar Novo...

Informação Importante

Confirmação de Termo