• TibiaFace

    Tibiaface | Una comunidad Open Tibia donde encontras : mapas, scripts, Otserver, npc y amigos etc ...

    .
    demo menumenu

    Afiliados



    Votar:

    [Problema] Configuracion.lua

    Compartir:

    Ver el tema anterior Ver el tema siguiente Ir abajo  Mensaje (Página 1 de 1.)

    1Cảnh báo [Problema] Configuracion.lua Mar Ago 05, 2014 11:50 pm

    spartan770

    spartan770
    Miembro
    Miembro
    hola amigos disculpen queria saber si me pudieran acomodar mi config.lua es que no puedo meterla al gesior 2012 me da este error

    Check server configuration
    File config.lua loaded from C:/Users/XxUlisesxX/Downloads/Realx64 Datapack [10.37]/config.lua and it's not valid TFS config.lua file. Go to STEP 1 - select other directory. If it's your config.lua file from TFS contact with acc. maker author.

    a que les dejo mi config.lua aver si pueden ayudarme

    -- Combat settings
    worldType = "pvp"
    hotkeyAimbotEnabled = "yes"
    protectionLevel = 50
    killsToRedSkull = 6
    killsToBlackSkull = 10
    pzLocked = 30000
    removeAmmoWhenUsingDistanceWeapon = "yes"
    removeChargesFromRunes = "yes"
    timeToDecreaseFrags = 3 * 60 * 60 * 1000
    whiteSkullTime = 10 * 60 * 1000
    stairJumpExhaustion = 1000
    experienceByKillingPlayers = "no"

    -- Connection Config
    ip = "127.0.0.1"
    bindOnlyGlobalAddress = "no"
    loginProtocolPort = 7171
    gameProtocolPort = 7172
    statusProtocolPort = 7171
    maxPlayers = "1000"
    motd = "Welcome to The Forgotten Server!"
    onePlayerOnlinePerAccount = "no"
    allowClones = "no"
    serverName = "Forgotten"
    statusTimeout = 60000
    replaceKickOnLogin = "yes"
    maxPacketsPerSecond = 2500

    -- Deaths
    deathLosePercent = -1

    -- Houses
    housePriceEachSQM = 5000
    houseRentPeriod = "never"

    -- Item Usage
    timeBetweenActions = 1000
    timeBetweenExActions = 1000

    -- Map
    mapName = "realmap"
    mapAuthor = "DarkShaoz"

    -- Market
    marketOfferDuration = 30 * 24 * 60 * 60
    premiumToCreateMarketOffer = "no"
    checkExpiredMarketOffersEachMinutes = 60
    maxMarketOffersAtATimePerPlayer = 100

    -- MySQL
    mysqlHost = "127.0.0.1"
    mysqlUser = "root"
    mysqlPass = "pokemon123"
    mysqlDatabase = "tibia"
    mysqlPort = 3306
    mysqlSock = ""
    passwordType = "sha1"

    -- Misc.
    allowChangeOutfit = "yes"
    freePremium = "yes"
    kickIdlePlayerAfterMinutes = 15
    maxMessageBuffer = 4
    noDamageToSameLookfeet = "no"
    emoteSpells = "no"

    -- Rates
    rateExp = 1000
    rateSkill = 700
    rateLoot = 5
    rateMagic = 500
    rateSpawn = 5

    -- Monsters
    deSpawnRange = 2
    deSpawnRadius = 50

    -- Stamina
    staminaSystem = "yes"

    -- Startup
    defaultPriority = "high"
    startupDatabaseOptimization = "no"

    -- Status server information
    ownerName = "Dark Shaooz"
    ownerEmail = "darkshaoz@hotmail.com"
    url = "http://otland.net/members/dark-shaooz.38177/"
    location = "USA"

    disculpen si no lo puse en code es que no se como =D

    2 participantes
    http://www.facebook,com

    2Cảnh báo Re: [Problema] Configuracion.lua Mar Ago 05, 2014 11:56 pm

    [Admin] God Maya

    [Admin] God Maya
    Administrador
    Administrador
    utiliza esta:

    y recuerda antes de instalar tu gesior 2012 debes colocar los datos de tu mysql en tu cofig.lua como password del mysql y nombre de la base de datos mysql o si tambien te dara error

    Código:
    worldType = "pvp"
    hotkeyAimbotEnabled = "yes"
    protectionLevel = 50
    killsToRedSkull = 6
    killsToBlackSkull = 10
    pzLocked = 30000
    removeAmmoWhenUsingDistanceWeapon = "yes"
    removeChargesFromRunes = "yes"
    timeToDecreaseFrags = 3 * 60 * 60 * 1000
    whiteSkullTime = 10 * 60 * 1000
    stairJumpExhaustion = 1000
    experienceByKillingPlayers = "no"


    ip = "127.0.0.1"
    bindOnlyGlobalAddress = "no"
    loginProtocolPort = 7171
    gameProtocolPort = 7172
    statusProtocolPort = 7171
    maxPlayers = "1000"
    motd = "Welcome to The Forgotten Server!"
    onePlayerOnlinePerAccount = "no"
    allowClones = "no"
    serverName = "Forgotten"
    statusTimeout = 60000
    replaceKickOnLogin = "yes"
    maxPacketsPerSecond = 2500


    deathLosePercent = -1


    housePriceEachSQM = 5000
    houseRentPeriod = "never"


    timeBetweenActions = 1000
    timeBetweenExActions = 1000


    mapName = "realmap"
    mapAuthor = "DarkShaoz"


    marketOfferDuration = 30 * 24 * 60 * 60
    premiumToCreateMarketOffer = "no"
    checkExpiredMarketOffersEachMinutes = 60
    maxMarketOffersAtATimePerPlayer = 100


    mysqlHost = "127.0.0.1"
    mysqlUser = "root"
    mysqlPass = "pokemon123"
    mysqlDatabase = "tibia"
    mysqlPort = 3306
    mysqlSock = ""
    passwordType = "sha1"


    allowChangeOutfit = "yes"
    freePremium = "yes"
    kickIdlePlayerAfterMinutes = 15
    maxMessageBuffer = 4
    noDamageToSameLookfeet = "no"
    emoteSpells = "no"


    rateExp = 1000
    rateSkill = 700
    rateLoot = 5
    rateMagic = 500
    rateSpawn = 5


    deSpawnRange = 2
    deSpawnRadius = 50


    staminaSystem = "yes"


    defaultPriority = "high"
    startupDatabaseOptimization = "no"


    ownerName = "Dark Shaooz"
    ownerEmail = "darkshaoz@hotmail.com"
    url = "http://otland.net/members/dark-shaooz.38177/"
    location = "USA"



    [Problema] Configuracion.lua YNU5B25
    2 participantes
    http://www.tibiaface.com

    3Cảnh báo Re: [Problema] Configuracion.lua Miér Ago 06, 2014 12:01 am

    spartan770

    spartan770
    Miembro
    Miembro
    ahora me da otro problema amigo es este =(

    heck server configuration
    Error occured!
    Error ID:
    More info: ERROR: #C-1 : Class::ConfigLUA - Line 89 of LUA config file is not valid [key: location]

    File: C:\xampp\htdocs\classes/configlua.php Line: 59
    File: C:\xampp\htdocs\classes/configlua.php Line: 20
    File: C:\xampp\htdocs\classes/configlua.php Line: 12
    File: C:\xampp\htdocs/install.php Line: 249

    2 participantes
    http://www.facebook,com

    4Cảnh báo Re: [Problema] Configuracion.lua Miér Ago 06, 2014 12:11 am

    [Admin] God Maya

    [Admin] God Maya
    Administrador
    Administrador
    busca esto en tu ocnfig.lua

    Código:
    location = "USA"


    y cambiala asi

    Código:
    location = ""



    [Problema] Configuracion.lua YNU5B25
    2 participantes
    http://www.tibiaface.com

    5Cảnh báo Re: [Problema] Configuracion.lua Miér Ago 06, 2014 12:14 am

    spartan770

    spartan770
    Miembro
    Miembro
    amigo no me sale lo mismo si lo pongo asi xD es un gorrito esto xD espero no te fastidies =D

    Check server configuration
    File config.lua loaded from C:/Users/XxUlisesxX/Downloads/Realx64 Datapack [10.37]/config.lua and it's not valid TFS config.lua file. Go to STEP 1 - select other directory. If it's your config.lua file from TFS contact with acc. maker author.

    2 participantes
    http://www.facebook,com

    6Cảnh báo Re: [Problema] Configuracion.lua Miér Ago 06, 2014 12:24 am

    [Admin] God Maya

    [Admin] God Maya
    Administrador
    Administrador

    coloca asi para que ya no te de problemas

    ownerName = ""
    ownerEmail = ""
    url = ""
    location = ""



    [Problema] Configuracion.lua YNU5B25
    2 participantes
    http://www.tibiaface.com

    7Cảnh báo Re: [Problema] Configuracion.lua Miér Ago 06, 2014 12:51 am

    spartan770

    spartan770
    Miembro
    Miembro
    no amigo no me funciono me manda el mismo error

    worldType = "pvp"
    hotkeyAimbotEnabled = "yes"
    protectionLevel = 50
    killsToRedSkull = 6
    killsToBlackSkull = 10
    pzLocked = 30000
    removeAmmoWhenUsingDistanceWeapon = "yes"
    removeChargesFromRunes = "yes"
    timeToDecreaseFrags = 3 * 60 * 60 * 1000
    whiteSkullTime = 10 * 60 * 1000
    stairJumpExhaustion = 1000
    experienceByKillingPlayers = "no"


    ip = "127.0.0.1"
    bindOnlyGlobalAddress = "no"
    loginProtocolPort = 7171
    gameProtocolPort = 7172
    statusProtocolPort = 7171
    maxPlayers = "1000"
    motd = "Welcome to The Forgotten Server!"
    onePlayerOnlinePerAccount = "no"
    allowClones = "no"
    serverName = "Forgotten"
    statusTimeout = 60000
    replaceKickOnLogin = "yes"
    maxPacketsPerSecond = 2500


    deathLosePercent = -1


    housePriceEachSQM = 5000
    houseRentPeriod = "never"


    timeBetweenActions = 1000
    timeBetweenExActions = 1000


    mapName = "realmap"
    mapAuthor = "DarkShaoz"


    marketOfferDuration = 30 * 24 * 60 * 60
    premiumToCreateMarketOffer = "no"
    checkExpiredMarketOffersEachMinutes = 60
    maxMarketOffersAtATimePerPlayer = 100


    mysqlHost = "127.0.0.1"
    mysqlUser = "root"
    mysqlPass = "xxxx"
    mysqlDatabase = "tibia"
    mysqlPort = 3306
    mysqlSock = ""
    passwordType = "sha1"


    allowChangeOutfit = "yes"
    freePremium = "yes"
    kickIdlePlayerAfterMinutes = 15
    maxMessageBuffer = 4
    noDamageToSameLookfeet = "no"
    emoteSpells = "no"


    rateExp = 1000
    rateSkill = 700
    rateLoot = 5
    rateMagic = 500
    rateSpawn = 5


    deSpawnRange = 2
    deSpawnRadius = 50


    staminaSystem = "yes"


    defaultPriority = "high"
    startupDatabaseOptimization = "no"


    ownerName = ""
    ownerEmail = ""
    url = ""
    location = ""

    asi tengo mi config.lua

    2 participantes
    http://www.facebook,com

    8Cảnh báo Re: [Problema] Configuracion.lua Miér Ago 06, 2014 11:12 am

    [Admin] God Maya

    [Admin] God Maya
    Administrador
    Administrador
    bueno si no puedes instalar la gesior 2012 te recomiendo que instales lo mas basico qe es la znote si no puedes cone sta web no podras ni un otra.

    http://www.tibiaface.com/t311-guia-guia-web-para-servidores-tfs-10-1021-to-103-con-base-de-datos



    [Problema] Configuracion.lua YNU5B25
    2 participantes
    http://www.tibiaface.com

    Contenido patrocinado


    2 participantes

    Ver el tema anterior Ver el tema siguiente Volver arriba  Mensaje (Página 1 de 1.)

    Permisos de este foro:
    No puedes responder a temas en este foro.

     

    BienvenidosTibiaFace es una comunidad de Open Tibia. Para participar debes estar registrado (click para Regístrate).