Ir para conteúdo

Problemas Com Unnamed Acc. Maker


neoarty1

Posts Recomendados

Olá a todos do XTibia!

 

Estou estou usando FTS 0.2.6 com Thyrania (em SQLite). Resolvi procurar um site pro servidor, encontrei um, que por sinal é muito bom, o Unnamed acc. maker. Até ai tudo ok, fiz tudo certinho pelo install.php configurei tudo certinho e consegui usar o site numa boa. Entãqo tive um problema no pc e precisei formata-lo, fiz um backup da pasta htdocs (site) e da pasta do meu server. E agora quando tento configurar o site de volta ele me retorna este seguinte erro no Step 1:

 

Warning: Error parsing C:/Documents and Settings/Administrador/Desktop/Thyranic Server V5/Thyranic Server V5/config.lua on line 148 in C:\xampp\htdocs\install.php on line 156

File config.lua loaded from C:/Documents and Settings/Administrador/Desktop/Thyranic Server V5/Thyranic Server V5/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.

 

e pelo que vi não há nada de errado com a minha config.lua

 

-- The Thyranic Server

 

-- Account Manager

accountManager = "yes"

newPlayerChooseVoc = "yes"

newPlayerSpawnPosX = 153

newPlayerSpawnPosY = 69

newPlayerSpawnPosZ = 8

newPlayerTownId = 1

newPlayerLevel = 8

newPlayerMagicLevel = 0

generateAccountNumber = "no"

 

-- Banishments

broadcastBanishments = "yes"

banDays = 1

finalBanDays = 30

killsToBan = 12

 

-- Battle

worldType = "pvp"

hotkeyAimbotEnabled = "yes"

protectionLevel = 50

killsToRedSkull = 7

pzLocked = 60000

deathLosePercent = 7

criticalHitChance = 7

removeAmmoWhenUsingDistanceWeapon = "no"

removeChargesFromRunes = "yes"

timeToDecreaseFrags = 1 * 60 * 60 * 1000

whiteSkullTime = 7 * 60 * 1000

 

-- Commands

displayGamemastersWithOnlineCommand = "no"

 

-- Connection Config

ip = "firazia.servegame.com"

port = 7171

loginTries = 10

retryTimeout = 5 * 1000

loginTimeout = 60 * 1000

maxPlayers = "500"

motd = "Bem Vindo ao Firazia Server! Respeite as regras e divirta-se!"

onePlayerOnlinePerAccount = "yes"

allowClones = 0

serverName = "Firazia"

loginMessage = "Bem Vindo ao Firazia Server! Comandos que podem ser usados por você: !online, !buyhouse, !sellhouse, !serverinfo, !kills, !createguild, !joinguild."

adminLogsEnabled = "no"

statusTimeout = 5 * 60 * 1000

replaceKickOnLogin = "yes"

 

-- Deathlist

deathListEnabled = "yes"

maxDeathRecords = 10

 

-- Guilds

ingameGuildSystem = "yes"

 

-- Highscores

highscoreDisplayPlayers = 20

updateHighscoresAfterMinutes = 5

 

-- Houses

housePriceEachSQM = 3000

houseRentPeriod = "never"

 

-- Idle

kickIdlePlayerAfterMinutes = 15

 

-- Item Usage

timeBetweenActions = 200

timeBetweenExActions = 1000

 

-- Map

mapName = "Thyranialol"

mapAuthor = "Thyranic"

randomizeTiles = "yes"

 

-- Messaging

maxMessageBuffer = 4

 

-- MySQL

mysqlHost = "localhost"

mysqlUser = "******"

mysqlPass = "*****"

mysqlDatabase = "*****"

mysqlPort = 3306

 

-- Premium Account

freePremium = "yes"

 

-- PVP Server

displayOnOrOffAtCharlist = "no"

allowChangeOutfit = "yes"

noDamageToSameLookfeet = "no"

experienceByKillingPlayers = "no"

 

-- Rates

rateExp = 40

rateSkill = 200

rateLoot = 2

rateMagic = 50

rateSpawn = 1

 

-- Real Server Save

-- note: serverSaveHour means like 03:00, not that it will save every 3 hours,

-- if you want such a system use autoSaveEachMinutes. this serversave method

-- may be unstable, we recommend using otadmin if you want real serversaves.

serverSaveEnabled = "yes"

serverSaveHour = 7

shutdownAtServerSave = "no"

cleanMapAtServerSave = "yes"

 

-- Server saving

autoSaveEachMinutes = 10

saveGlobalStorage = "yes"

 

-- Spawns

deSpawnRange = 2

deSpawnRadius = 50

 

-- SqLite

sqliteDatabase = "lol.s3db"

 

-- SQL

sqlType = "sqlite"

passwordType = "plain"

 

-- Startup

defaultPriority = "high"

 

-- Status

ownerName = "GOD Arty"

ownerEmail = ""

url = ""

location = "Brazil"

 

 

----------------------------------------------------

----------------------------------------------------

-- New configs by Shynzo

-- Exp colors

-- Randomize colors?

randonExpColors = "no"

-- If no, what color will be used? 215 = WHITE NORMAL EXP

colorExp = 215

 

-- Colored spells above player (yes/no)

coloredSpells = "yes"

 

-- Shows in item "IT WAS MADE BY XXX"

-- When gamemasters makes items?

showDescriptionItems = "no"

 

-- Remove charges from ?(spears, stars)

removeAmmoBack = "yes"

 

-- Player have capacity?

playersHaveCapacity = "no"

 

-- Max Players Summons

maxPlayerSummonsMonsters = 2

 

-- Notify a critical hit? (yes,no)

notifyCriticalHit = "yes"

 

-- Level to buy a house

levelToBuyHouse = 50

 

-- Show houses warnings? (yes/no)

showHouseWarnings = "no"

 

 

-- Auto Clean System (default is 30 = 30 minutes)

autoCleanEachMinutes = 40 * 60 * 1000

 

Fora isso quando tento entrar no site (não pela install.php), mas pela página principal, me aparece o seguinte erro:

 

Warning: Error parsing C:/Documents and Settings/Administrador/Desktop/Thyranic Server V5/Thyranic Server V5/config.lua on line 148 in C:\xampp\htdocs\config-and-functions.php on line 28

Database error. Unknown database type in C:/Documents and Settings/Administrador/Desktop/Thyranic Server V5/Thyranic Server V5/config.lua . Must be equal to: "mysql" or "sqlite". Now is: ""

 

 

Se alguem puder me ajudar dizendo o que há de errado agradeço muito.

Editado por Neozinho
Link para o comentário
Compartilhar em outros sites

Va na pasta config do seu site, htdocs-SeuSite-Config e abra o arquivo config.php e edite isto:

 

install = "no"

coloque yes e reconfigure o site novamente.

 

Este deveria ser o problema ae Flws.

Link para o comentário
Compartilhar em outros sites

  • 2 weeks later...

manin isso é facil de arruma ve ali no

-- SQL

sqlType = "sqlite" <--- aqui se escolhe se for mysql se coloca no lugar de sqlite, mysql se for se deixa assim mesmo.

passwordType = "plain"

 

espero ter ajudado

Link para o comentário
Compartilhar em outros sites

Visitante
Este tópico está impedido de receber novos posts.
×
×
  • Criar Novo...