• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Help with website geisor acc

Sacantera

New Member
Joined
Aug 20, 2009
Messages
33
Reaction score
0
:confused:hi im setting the server path and then i get this error

STEP 1
Check server configuration

Warning: syntax error, unexpected '(' in C:/Users/Sacantera/Desktop/cryingdamson/config.lua on line 17 in C:\xampp\htdocs\install.php on line 156
File config.lua loaded from C:/Users/Sacantera/Desktop/cryingdamson/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. however i have the correct server path help?
 
Lua:
-- The Forgotten Server Config
-- Credits FrankFarmer @ Otland

	-- Account manager
	accountManager = false
	namelockManager = true
	newPlayerChooseVoc = false
	newPlayerSpawnPosX = 32360
	newPlayerSpawnPosY = 31782
	newPlayerSpawnPosZ = 7
	newPlayerTownId = 2
	newPlayerLevel = 8
	newPlayerMagicLevel = 0
	generateAccountNumber = false

	-- Unjustified kills
	redSkullLength = 2 * 24 * 60 * 60
	blackSkullLength = 3 * 24 * 60 * 60
	dailyFragsToRedSkull = 1
	weeklyFragsToRedSkull = 6
	monthlyFragsToRedSkull = 100
	dailyFragsToBlackSkull = dailyFragsToRedSkull
	weeklyFragsToBlackSkull = weeklyFragsToRedSkull
	monthlyFragsToBlackSkull = monthlyFragsToRedSkull
	dailyFragsToBanishment = dailyFragsToRedSkull
	weeklyFragsToBanishment = weeklyFragsToRedSkull
	monthlyFragsToBanishment = monthlyFragsToRedSkull
	blackSkulledDeathHealth = 40
	blackSkulledDeathMana = 0
	useBlackSkull = true
	useFragHandler = true
	advancedFragList = false

	-- Banishments
	notationsToBan = 3
	warningsToFinalBan = 4
	warningsToDeletion = 10
	banLength = 1 * 24 * 60 * 60
	killsBanLength = 1 * 12 * 60 * 60
	finalBanLength = 2 * 24 * 60 * 60
	ipBanishmentLength = 2 * 24 * 60 * 60
	broadcastBanishments = true
	maxViolationCommentSize = 200
	violationNameReportActionType = 2
	autoBanishUnknownBytes = false

	-- Battle
	worldType = "pvp"
	protectionLevel = 8
	pvpTileIgnoreLevelAndVocationProtection = true
	pzLocked = 60 * 1000
	huntingDuration = 60 * 1000
	criticalHitChance = 7
	criticalHitMultiplier = 1
	displayCriticalHitNotify = false
	removeWeaponAmmunition = true
	removeWeaponCharges = true
	removeRuneCharges = true
	whiteSkullTime = 15 * 60 * 1000
	noDamageToSameLookfeet = false
	showHealingDamage = true
	showHealingDamageForMonsters = true
	fieldOwnershipDuration = 5 * 1000
	stopAttackingAtExit = false
	oldConditionAccuracy = false
	loginProtectionPeriod = 10 * 1000
	deathLostPercent = 10
	stairhopDelay = 2 * 1000
	pushCreatureDelay = 2 * 1000
	deathContainerId = 1987
	gainExperienceColor = 215
	addManaSpentInPvPZone = true
	squareColor = 0
	allowFightback = true

	-- Connection config
	worldId = 0
	ip = "127.0.0.1"
	bindOnlyConfiguredIpAddress = false
	loginPort = 7171
	gamePort = 7172
	adminPort = 7171
	statusPort = 7171
	loginTries = 10
	retryTimeout = 5 * 1000
	loginTimeout = 60 * 1000
	maxPlayers = 1000
	motd = "Welcome to the new PokerOT Global!"
	displayOnOrOffAtCharlist = false
	onePlayerOnlinePerAccount = false
	allowClones = false
	serverName = "PokerOT"
	loginMessage = "PokerOT is here, remember that friends is more powerful then having a high level."
	statusTimeout = 5 * 60 * 1000
	replaceKickOnLogin = true
	forceSlowConnectionsToDisconnect = false
	loginOnlyWithLoginServer = false
	premiumPlayerSkipWaitList = false

	-- Database
	sqlType = "mysql"
	sqlHost = "localhost"
	sqlPort = 3306
	sqlUser = "root"
	sqlPass = "mn7eBoqQ1"
	sqlDatabase = "otserv"
	sqlFile = "forgottenserver.s3db"
	sqlKeepAlive = 0
	mysqlReadTimeout = 10
	mysqlWriteTimeout = 10
	encryptionType = "plain"

	-- Deathlist
	deathListEnabled = true
	deathListRequiredTime = 1 * 60 * 1000
	deathAssistCount = 2
	maxDeathRecords = 5

	-- Guilds
	ingameGuildManagement = false
	levelToFormGuild = 8
	premiumDaysToFormGuild = 0
	guildNameMinLength = 4
	guildNameMaxLength = 20

	-- Highscores
	highscoreDisplayPlayers = 20
	updateHighscoresAfterMinutes = 60

	-- Houses
	buyableAndSellableHouses = true
	houseNeedPremium = true
	bedsRequirePremium = true
	levelToBuyHouse = 8
	housesPerAccount = 1
	houseRentAsPrice = false
	housePriceAsRent = true
	housePriceEachSquare = 500
	houseRentPeriod = "weekly"
	houseCleanOld = 0
	guildHalls = true

	-- Item usage
	timeBetweenActions = 200
	timeBetweenExActions = 1000
	checkCorpseOwner = true
	hotkeyAimbotEnabled = true
	maximumDoorLevel = 500

	-- Map
	mapName = "MapmadnessAT"
	mapAuthor = "frankfarmer"
	randomizeTiles = true
	useHouseDataStorage = true
	storeTrash = true
	cleanProtectedZones = true
	mailboxDisabledTowns = "-1"

	-- Startup
	defaultPriority = "high"
	niceLevel = 5
	coresUsed = "-1"
	optimizeDatabaseAtStartup = true
	removePremiumOnInit = true
	confirmOutdatedVersion = false

	-- Muted buffer
	maxMessageBuffer = 4
	bufferMutedOnSpellFailure = false

	-- Miscellaneous
	dataDirectory = "data/"
	allowChangeOutfit = true
	allowChangeColors = true
	allowChangeAddons = true
	disableOutfitsForPrivilegedPlayers = false
	bankSystem = true
	saveGlobalStorage = true
	displaySkillLevelOnAdvance = false
	spellNameInsteadOfWords = false
	emoteSpells = true
	promptExceptionTracerErrorBox = false
	storePlayerDirection = false
	monsterLootMessage = 3
	monsterLootMessageType = 25
	separateViplistPerCharacter = false

	-- Ghost mode
	ghostModeInvisibleEffect = true
	ghostModeSpellEffects = true

	-- Limits
	idleWarningTime = 14 * 60 * 1000
	idleKickTime = 9999 * 60 * 1000
	expireReportsAfterReads = 1
	playerQueryDeepness = 2
	maxItemsPerPZTile = 0
	maxItemsPerHouseTile = 0

	-- Premium-related
	freePremium = true
	premiumForPromotion = true

	-- Blessings
	blessingOnlyPremium = true
	blessingReductionBase = 30
	blessingReductionDecreament = 5
	eachBlessReduction = 8

	-- Rates
	experienceStages = true
	rateExperience = 2.0
	rateExperienceFromPlayers = 0
	rateSkill = 40.0
	rateMagic = 15.0
	rateLoot = 3.0
	rateSpawn = 1

	-- Monster rates
	rateMonsterHealth = 1.0
	rateMonsterMana = 1.0
	rateMonsterAttack = 1.0
	rateMonsterDefense = 1.0

	-- Experience from players
	minLevelThresholdForKilledPlayer = 0.9
	maxLevelThresholdForKilledPlayer = 1.1

	-- Stamina
	rateStaminaLoss = 0
	rateStaminaGain = 1000 / 2
	rateStaminaThresholdGain = 4
	staminaRatingLimitTop = 41 * 60
	staminaRatingLimitBottom = 14 * 60
	rateStaminaAboveNormal = 1.0
	rateStaminaUnderNormal = 1.0
	staminaThresholdOnlyPremium = true

	-- Party
	experienceShareRadiusX = 30
	experienceShareRadiusY = 30
	experienceShareRadiusZ = 1
	experienceShareLevelDifference = 2 / 3
	extraPartyExperienceLimit = 20
	extraPartyExperiencePercent = 5
	experienceShareActivity = 2 * 60 * 1000

	-- Global save
	globalSaveEnabled = false
	globalSaveHour = 8
	shutdownAtGlobalSave = true
	cleanMapAtGlobalSave = false

	-- Spawns
	deSpawnRange = 2
	deSpawnRadius = 50

	-- Summons
	maxPlayerSummons = 2
	teleportAllSummons = false
	teleportPlayerSummons = false

	-- Status
	ownerName = "Poker Staff"
	ownerEmail = ""
	url = ""
	location = "USA"
	displayGamemastersWithOnlineCommand = false

	-- Logs
	adminLogsEnabled = true
	displayPlayersLogging = true
	prefixChannelLogs = ""
	runFile = ""
	outLogName = ""
	errorLogName = ""
	truncateLogsOnStartup = false

-- Credits FrankFarmer @ Otland
 
problem persists and now i have a new one when i try to load the server it says:
[30/05/2010 18:15:18] The Forgotten Server, version 0.3.6 (Crying Damson)
[30/05/2010 18:15:18] Compiled with GNU C++ version 3.4.5 (mingw special) at Dec 24 2009, 10:39:30.
[30/05/2010 18:15:18] A server developed by Elf, slawkens, Talaturen, KaczooH, Lithium, Kiper, Kornholijo.
[30/05/2010 18:15:18] Visit our forum for updates, support and resources: OtLand.

[30/05/2010 18:15:18] >> Loading config (config.lua)

[30/05/2010 18:15:18] > ERROR: Unable to load config.lua!
Code:
-- The Forgotten Server Config

        -- Account manager
        accountManager = false
        namelockManager = true
        newPlayerChooseVoc = false
        newPlayerSpawnPosX = 32360
        newPlayerSpawnPosY = 31782
        newPlayerSpawnPosZ = 7
        newPlayerTownId = 2
        newPlayerLevel = 8
        newPlayerMagicLevel = 0
        generateAccountNumber = false

        -- Unjustified kills
        redSkullLength = 2 * 24 * 60 * 60
        blackSkullLength = 3 * 24 * 60 * 60
        dailyFragsToRedSkull = 1
        weeklyFragsToRedSkull = 6
        monthlyFragsToRedSkull = 100
        dailyFragsToBlackSkull = dailyFragsToRedSkull
        weeklyFragsToBlackSkull = weeklyFragsToRedSkull
        monthlyFragsToBlackSkull = monthlyFragsToRedSkull
        dailyFragsToBanishment = dailyFragsToRedSkull
        weeklyFragsToBanishment = weeklyFragsToRedSkull
        monthlyFragsToBanishment = monthlyFragsToRedSkull
        blackSkulledDeathHealth = 40
        blackSkulledDeathMana = 0
        useBlackSkull = true
        useFragHandler = true
        advancedFragList = false

        -- Banishments
        notationsToBan = 3
        warningsToFinalBan = 4
        warningsToDeletion = 10
        banLength = 1 * 24 * 60 * 60
        killsBanLength = 1 * 12 * 60 * 60
        finalBanLength = 2 * 24 * 60 * 60
        ipBanishmentLength = 2 * 24 * 60 * 60
        broadcastBanishments = true
        maxViolationCommentSize = 200
        violationNameReportActionType = 2
        autoBanishUnknownBytes = false

        -- Battle
        worldType = "pvp"
        protectionLevel = 8
        pvpTileIgnoreLevelAndVocationProtection = true
        pzLocked = 60 * 1000
        huntingDuration = 60 * 1000
        criticalHitChance = 7
        criticalHitMultiplier = 1
        displayCriticalHitNotify = false
        removeWeaponAmmunition = true
        removeWeaponCharges = true
        removeRuneCharges = true
        whiteSkullTime = 15 * 60 * 1000
        noDamageToSameLookfeet = false
        showHealingDamage = true
        showHealingDamageForMonsters = true
        fieldOwnershipDuration = 5 * 1000
        stopAttackingAtExit = false
        oldConditionAccuracy = false
        loginProtectionPeriod = 10 * 1000
        deathLostPercent = 10
        stairhopDelay = 2 * 1000
        pushCreatureDelay = 2 * 1000
        deathContainerId = 1987
        gainExperienceColor = 215
        addManaSpentInPvPZone = true
        squareColor = 0
        allowFightback = true

        -- Connection config
        worldId = 0
        ip = "db-soft.mine.nu"
        bindOnlyConfiguredIpAddress = false
        loginPort = 7171
        gamePort = 7172
        adminPort = 7171
        statusPort = 7171
        loginTries = 10
        retryTimeout = 5 * 1000
        loginTimeout = 60 * 1000
        maxPlayers = 1000
        motd = "Welcome to the new PokerOT Global!"
        displayOnOrOffAtCharlist = false
        onePlayerOnlinePerAccount = false
        allowClones = false
        serverName = "PokerOT"
        loginMessage = "PokerOT is here, remember that friends is more powerful then having a high level."
        statusTimeout = 5 * 60 * 1000
        replaceKickOnLogin = true
        forceSlowConnectionsToDisconnect = false
        loginOnlyWithLoginServer = false
        premiumPlayerSkipWaitList = false

        -- Database
        sqlType = "mysql"
        sqlHost = "localhost"
        sqlPort = 3306
        sqlUser = "root"
        sqlPass = "7d80024m"
        sqlDatabase = "servproj"
        sqlFile = "forgottenserver.s3db"
        sqlKeepAlive = 0
        mysqlReadTimeout = 10
        mysqlWriteTimeout = 10
        encryptionType = "plain"

        -- Deathlist
        deathListEnabled = true
        deathListRequiredTime = 1 * 60 * 1000
        deathAssistCount = 2
        maxDeathRecords = 5

        -- Guilds
        ingameGuildManagement = false
        levelToFormGuild = 8
        premiumDaysToFormGuild = 0
        guildNameMinLength = 4
        guildNameMaxLength = 20

        -- Highscores
        highscoreDisplayPlayers = 20
        updateHighscoresAfterMinutes = 60

        -- Houses
        buyableAndSellableHouses = true
        houseNeedPremium = true
        bedsRequirePremium = true
        levelToBuyHouse = 8
        housesPerAccount = 1
        houseRentAsPrice = false
        housePriceAsRent = true
        housePriceEachSquare = 500
        houseRentPeriod = "weekly"
        houseCleanOld = 0
        guildHalls = true

        -- Item usage
        timeBetweenActions = 200
        timeBetweenExActions = 1000
        checkCorpseOwner = true
        hotkeyAimbotEnabled = true
        maximumDoorLevel = 500

        -- Map
        mapName = "Evolutions"
        mapAuthor = "sacantera"
        randomizeTiles = true
        useHouseDataStorage = true
        storeTrash = true
        cleanProtectedZones = true
        mailboxDisabledTowns = "-1"

        -- Startup
        defaultPriority = "high"
        niceLevel = 5
        coresUsed = "-1"
        optimizeDatabaseAtStartup = true
        removePremiumOnInit = true
        confirmOutdatedVersion = false

        -- Muted buffer
        maxMessageBuffer = 4
        bufferMutedOnSpellFailure = false

        -- Miscellaneous
        dataDirectory = "data/"
        allowChangeOutfit = true
        allowChangeColors = true
        allowChangeAddons = true
        disableOutfitsForPrivilegedPlayers = false
        bankSystem = true
        saveGlobalStorage = true
        displaySkillLevelOnAdvance = false
        spellNameInsteadOfWords = false
        emoteSpells = true
        promptExceptionTracerErrorBox = false
        storePlayerDirection = false
        monsterLootMessage = 3
        monsterLootMessageType = 25
        separateViplistPerCharacter = false

        -- Ghost mode
        ghostModeInvisibleEffect = true
        ghostModeSpellEffects = true

        -- Limits
        idleWarningTime = 14 * 60 * 1000
        idleKickTime = 9999 * 60 * 1000
        expireReportsAfterReads = 1
        playerQueryDeepness = 2
        maxItemsPerPZTile = 0
        maxItemsPerHouseTile = 0

        -- Premium-related
        freePremium = true
        premiumForPromotion = true

        -- Blessings
        blessingOnlyPremium = true
        blessingReductionBase = 30
        blessingReductionDecreament = 5
        eachBlessReduction = 8

        -- Rates
        experienceStages = true
        rateExperience = 2.0
        rateExperienceFromPlayers = 0
        rateSkill = 40.0
        rateMagic = 15.0
        rateLoot = 3.0
        rateSpawn = 1

        -- Monster rates
        rateMonsterHealth = 1.0
        rateMonsterMana = 1.0
        rateMonsterAttack = 1.0
        rateMonsterDefense = 1.0

        -- Experience from players
        minLevelThresholdForKilledPlayer = 0.9
        maxLevelThresholdForKilledPlayer = 1.1

        -- Stamina
        rateStaminaLoss = 0
        rateStaminaGain = 1000 / 2
        rateStaminaThresholdGain = 4
        staminaRatingLimitTop = 41 * 60
        staminaRatingLimitBottom = 14 * 60
        rateStaminaAboveNormal = 1.0
        rateStaminaUnderNormal = 1.0
        staminaThresholdOnlyPremium = true

        -- Party
        experienceShareRadiusX = 30
        experienceShareRadiusY = 30
        experienceShareRadiusZ = 1
        experienceShareLevelDifference = 2 / 3
        extraPartyExperienceLimit = 20
        extraPartyExperiencePercent = 5
        experienceShareActivity = 2 * 60 * 1000

        -- Global save
        globalSaveEnabled = false
        globalSaveHour = 8
        shutdownAtGlobalSave = true
        cleanMapAtGlobalSave = false

        -- Spawns
        deSpawnRange = 2
        deSpawnRadius = 50

        -- Summons
        maxPlayerSummons = 2
        teleportAllSummons = false
        teleportPlayerSummons = false

        -- Status
        ownerName = "Dan"
        ownerEmail = ""
        url = ""
        location = "UK"
        displayGamemastersWithOnlineCommand = false

        -- Logs
        adminLogsEnabled = true
        displayPlayersLogging = true
        prefixChannelLogs = ""
        runFile = ""
        outLogName = ""
        errorLogName = ""
        truncateLogsOnStartup = false
my config is
can you see any problems
 
Back
Top