• 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!

hey everybody

Maxwel1

Legend Of Everything
Joined
Feb 3, 2009
Messages
196
Reaction score
1
Location
In The Jungle
hello guyz,

I am here today cuz i just setup Gesior acc maker and everything is cool but when i enter the site. that msg appears on the top of the site pages?!


Warning: Error parsing D:/roxor server best 3/BrightyServer/config.lua on line 126 in D:\Roxor Server\doc\xampp\htdocs\config-and-functions.php on line 13

Using TFS 0.3 crying damson pl2

any idea how i can adjust that error?!

Thanks for all who helped me b4 and who will help me :D .

Yours:

Lion
 
Delete comments containing numbers from config.lua.
 
e.g. this one:
Code:
	-- To disable sqlKeepAlive use 0 value.
 
just this one? or there another?!


sorry for bothering ^.^ just not sure xD

i removed that one but there is another?
 
how if i did that alot of things will be missing from the config?!


that means i server won't work

-- Connection config
worldId = 0
ip = "41.233.64.101"
port = 7172
loginTries = 10

how i can delete something like that?!


and all those got number


Yous: Lion

it's impossible :S
 
I said delete comments, not variables -,-

Comment has -- in front of it.

This is comment:
Code:
-- Connection config
This is variable:
Code:
worldId = 0
 
I did deleted all the comments all things that got -- at first and also got number but still that error
Warning: Error parsing D:/roxor server best 3/BrightyServer/config.lua on line 106 in D:\Roxor Server\doc\xampp\htdocs\config-and-functions.php on line 13 :(

thanks for trying to help me man :D



Yours:

Lion
 
Last edited:
What do you have on line 106?

Or post your whole config.lua between the [ code] [ /code] tags, without spaces.

Code:
oi
 
the config of my serv

Code:
-- The Forgotten Server Config

	




-- Account manager
	accountManager = "no"
	namelockManager = "yes"
	newPlayerChooseVoc = "yes"
	newPlayerSpawnPosX = 456
	newPlayerSpawnPosY = 284
	newPlayerSpawnPosZ = 7
	newPlayerTownId = 1
	newPlayerLevel = 100
	newPlayerMagicLevel = 0
	generateAccountNumber = "no"

	



-- Banishments
	notationsToBan = 3
	warningsToFinalBan = 4
	warningsToDeletion = 5
	banLength = 24 * 60 * 60
	finalBanLength = 10 * 24 * 60 * 60
	ipBanishmentLength = 1 * 24 * 60 * 60
	broadcastBanishments = "yes"
	killsToBan = 30
	maxViolationCommentSize = 200

	



-- Battle
	worldType = "pvp-enforced"
	hotkeyAimbotEnabled = "yes"
	protectionLevel = 100
	pvpTileIgnoreLevelAndVocationProtection = "yes"
	killsToRedSkull = 8
	pzLocked = 60 * 1000
	criticalHitChance = 14
	displayCriticalHitNotify = "no"
	removeAmmoWhenUsingDistanceWeapon = "no"
	removeChargesFromRunes = "yes"
	timeToDecreaseFrags = 50 * 60 * 1000
	whiteSkullTime = 15 * 60 * 1000
	noDamageToSameLookfeet = "no"
	experienceByKillingPlayers = "yes"
	showHealingDamage = "yes"
	fieldOwnershipDuration = 5 * 1000
	stopAttackingAtExit = "no"
	oldConditionAccuracy = "no"

	



-- Connection config
	worldId = 0
	ip = "41.233.64.101"
	port = 7172
	loginTries = 10
	retryTimeout = 5 * 1000
	loginTimeout = 60 * 1000
	maxPlayers = "50"
	motd = "WELCOME TO BRIGHTY SERVER."
	displayOnOrOffAtCharlist = "no"
	onePlayerOnlinePerAccount = "yes"
	allowClones = 0
	serverName = "BRIGHTY SERVER"
	loginMessage = "WELCOME TO BRIGHTY SERVER, there will be updates from time to time. To create a guild type !createguild (level 160) and if u need to broadcast a message type !broadcast <the message> (level 180) and for premium type !premium, Thanks."
	adminLogsEnabled = "yes"
	statusTimeout = 5 * 60 * 1000
	replaceKickOnLogin = "yes"
	forceSlowConnectionsToDisconnect = "no"
	loginOnlyWithLoginServer = "no"

	




-- Database
	



-- NOTE: sqlFile is used only by sqlite database, and sqlKeepAlive by mysql database.
	



sqlType = "mysql"
	sqlHost = "localhost"
	sqlPort = 3306
	sqlUser = "root"
	sqlPass = ""
	sqlDatabase = ""
	sqlFile = "forgottenserver.s3db"

  sqlKeepAlive = 60	optimizeDatabaseAtStartup = "yes"
	passwordType = "plain"

	




-- Deathlist
	deathListEnabled = "no"
	maxDeathRecords = 5

	





-- Guilds
	ingameGuildManagement = "no"
	levelToFormGuild = 160	guildNameMinLength = 4
	guildNameMaxLength = 20

	





-- Highscores
	highscoreDisplayPlayers = 15
	updateHighscoresAfterMinutes = 60

	




-- Houses
	buyableAndSellableHouses = "yes"
	housesPerAccount = 1
	levelToBuyHouse = 100
	houseRentAsPrice = "no"
	housePriceAsRent = "yes"
	housePriceEachSQM = 9000
	houseRentPeriod = "weekly"

	





-- Item usage
	timeBetweenActions = 10
	timeBetweenExActions = 1000

	





-- Map
	mapName = "Evolutions"
	mapAuthor = "Admin-Wild-Lion"
	randomizeTiles = "no"
	cleanProtectedZones = "yes"

	



-- Miscellaneous
	




-- NOTE: defaultPriority works only on Windows
	defaultPriority = "high"
	maxMessageBuffer = 4
	kickIdlePlayerAfterMinutes = 60
	allowChangeOutfit = "yes"
	allowChangeColors = "yes"
	disableOutfitsForPrivilegedPlayers = "no"
	displayGamemastersWithOnlineCommand = "no"
	bankSystem = "no"
	saveGlobalStorage = "yes"
	displaySkillLevelOnAdvance = "yes"
	spellNameInsteadOfWords = "no"
	emoteSpells = "no"
	expireReportsAfterReads = 1

	





-- Premium account
	freePremium = "no"
	removePremiumOnInit = "yes"
	premiumForPromotion = "yes"
	blessingsOnlyPremium = "yes"
	houseNeedPremium = "yes"
	bedsRequirePremium = "yes"

	




-- Rates
	




-- NOTE: experienceStages configuration is located in data/XML/stages.xml.
	rateExp = 30
	rateSkill = 20
	rateLoot = 5
	rateMagic = 15
	rateSpawn = 1
	extraPartyExpLimit = 20
	extraPartyExpPercent = 5
	experienceStages = "no"

	






-- Global save
	










-- if you want such a system please check out data/globalevents/globalevents.xml.
	globalSaveEnabled = "no"
	globalSaveHour = 8
	shutdownAtGlobalSave = "yes"
	cleanMapAtGlobalSave = "no"

	





-- Spawns
	deSpawnRange = 2
	deSpawnRadius = 50

	




-- Summons
	maxPlayerSummons = 2
	teleportAllSummons = "no" 







--FIXME: Doesn't work
	teleportPlayerSummons = "no" 



--FIXME: Doesn't work

	



-- Status
	ownerName = "Admin Wild Lion"
	ownerEmail = "[email protected]"
	url = "http://brighty.no-ip.org"
	location = "Egypt"
 
Last edited:
Code:
-- The Forgotten Server Config

	-- Account manager
	accountManager = "no"
	namelockManager = "yes"
	newPlayerChooseVoc = "yes"
	newPlayerSpawnPosX = 456
	newPlayerSpawnPosY = 284
	newPlayerSpawnPosZ = 7
	newPlayerTownId = 1
	newPlayerLevel = 100
	newPlayerMagicLevel = 0
	generateAccountNumber = "no"

	-- Banishments
	notationsToBan = 3
	warningsToFinalBan = 4
	warningsToDeletion = 5
	banLength = 24 * 60 * 60
	finalBanLength = 10 * 24 * 60 * 60
	ipBanishmentLength = 1 * 24 * 60 * 60
	broadcastBanishments = "yes"
	killsToBan = 30
	maxViolationCommentSize = 200
	
	-- Battle
	worldType = "pvp-enforced"
	hotkeyAimbotEnabled = "yes"
	protectionLevel = 100
	pvpTileIgnoreLevelAndVocationProtection = "yes"
	killsToRedSkull = 8
	pzLocked = 60 * 1000
	criticalHitChance = 14
	displayCriticalHitNotify = "no"
	removeAmmoWhenUsingDistanceWeapon = "no"
	removeChargesFromRunes = "yes"
	timeToDecreaseFrags = 50 * 60 * 1000
	whiteSkullTime = 15 * 60 * 1000
	noDamageToSameLookfeet = "no"
	experienceByKillingPlayers = "yes"
	showHealingDamage = "yes"
	fieldOwnershipDuration = 5 * 1000
	stopAttackingAtExit = "no"
	oldConditionAccuracy = "no"

	-- Connection config
	worldId = 0
	ip = "41.233.64.101"
	port = 7172
	loginTries = 10
	retryTimeout = 5 * 1000
	loginTimeout = 60 * 1000
	maxPlayers = "50"
	motd = "WELCOME TO BRIGHTY SERVER."
	displayOnOrOffAtCharlist = "no"
	onePlayerOnlinePerAccount = "yes"
	allowClones = 0
	serverName = "BRIGHTY SERVER"
	loginMessage = "WELCOME TO BRIGHTY SERVER, there will be updates from time to time. To create a guild type !createguild (level 160) and if u need to broadcast a message type !broadcast <the message> (level 180) and for premium type !premium, Thanks."
	adminLogsEnabled = "yes"
	statusTimeout = 5 * 60 * 1000
	replaceKickOnLogin = "yes"
	forceSlowConnectionsToDisconnect = "no"
	loginOnlyWithLoginServer = "no"

	-- Database
	sqlType = "mysql"
	sqlHost = "localhost"
	sqlPort = 3306
	sqlUser = "root"
	sqlPass = ""
	sqlDatabase = ""
	sqlFile = "forgottenserver.s3db"

	sqlKeepAlive = 60
	optimizeDatabaseAtStartup = "yes"
	passwordType = "plain"

	-- Deathlist
	deathListEnabled = "no"
	maxDeathRecords = 5

	-- Guilds
	ingameGuildManagement = "no"
	levelToFormGuild = 160	guildNameMinLength = 4
	guildNameMaxLength = 20

	-- Highscores
	highscoreDisplayPlayers = 15
	updateHighscoresAfterMinutes = 60

	-- Houses
	buyableAndSellableHouses = "yes"
	housesPerAccount = 1
	levelToBuyHouse = 100
	houseRentAsPrice = "no"
	housePriceAsRent = "yes"
	housePriceEachSQM = 9000
	houseRentPeriod = "weekly"

	-- Item usage
	timeBetweenActions = 10
	timeBetweenExActions = 1000

	-- Map
	mapName = "Evolutions"
	mapAuthor = "Admin-Wild-Lion"
	randomizeTiles = "no"
	cleanProtectedZones = "yes"

	-- Miscellaneous
	defaultPriority = "high"
	maxMessageBuffer = 4
	kickIdlePlayerAfterMinutes = 60
	allowChangeOutfit = "yes"
	allowChangeColors = "yes"
	disableOutfitsForPrivilegedPlayers = "no"
	displayGamemastersWithOnlineCommand = "no"
	bankSystem = "no"
	saveGlobalStorage = "yes"
	displaySkillLevelOnAdvance = "yes"
	spellNameInsteadOfWords = "no"
	emoteSpells = "no"
	expireReportsAfterReads = 1

	-- Premium
	freePremium = "no"
	removePremiumOnInit = "yes"
	premiumForPromotion = "yes"
	blessingsOnlyPremium = "yes"
	houseNeedPremium = "yes"
	bedsRequirePremium = "yes"

	-- Rates
	rateExp = 30
	rateSkill = 20
	rateLoot = 5
	rateMagic = 15
	rateSpawn = 1
	extraPartyExpLimit = 20
	extraPartyExpPercent = 5
	experienceStages = "no"

	-- Global save
	globalSaveEnabled = "no"
	globalSaveHour = 8
	shutdownAtGlobalSave = "yes"
	cleanMapAtGlobalSave = "no"

	-- Spawns
	deSpawnRange = 2
	deSpawnRadius = 50

	-- Summons
	maxPlayerSummons = 2
	teleportAllSummons = "no" 
	teleportPlayerSummons = "no" 

	-- Status
	ownerName = "Admin Wild Lion"
	ownerEmail = "[email protected]"
	url = "http://brighty.no-ip.org"
	location = "Egypt"

Fixed oki.

Edit your post and delete your root password -,-
Dont hesitate to change it now.
 
no way :(
Warning: Error parsing D:/roxor server best 3/BrightyServer/config.lua on line 106 in D:\Roxor Server\doc\xampp\htdocs\config-and-functions.php on line 13

this is something strange :(!

yea i restatrted the ac maker installation again but that appeared again :(
 
There was another one :p

Code:
-- The Forgotten Server Config

	-- Account manager
	accountManager = "no"
	namelockManager = "yes"
	newPlayerChooseVoc = "yes"
	newPlayerSpawnPosX = 456
	newPlayerSpawnPosY = 284
	newPlayerSpawnPosZ = 7
	newPlayerTownId = 1
	newPlayerLevel = 100
	newPlayerMagicLevel = 0
	generateAccountNumber = "no"

	-- Banishments
	notationsToBan = 3
	warningsToFinalBan = 4
	warningsToDeletion = 5
	banLength = 24 * 60 * 60
	finalBanLength = 10 * 24 * 60 * 60
	ipBanishmentLength = 1 * 24 * 60 * 60
	broadcastBanishments = "yes"
	killsToBan = 30
	maxViolationCommentSize = 200
	
	-- Battle
	worldType = "pvp-enforced"
	hotkeyAimbotEnabled = "yes"
	protectionLevel = 100
	pvpTileIgnoreLevelAndVocationProtection = "yes"
	killsToRedSkull = 8
	pzLocked = 60 * 1000
	criticalHitChance = 14
	displayCriticalHitNotify = "no"
	removeAmmoWhenUsingDistanceWeapon = "no"
	removeChargesFromRunes = "yes"
	timeToDecreaseFrags = 50 * 60 * 1000
	whiteSkullTime = 15 * 60 * 1000
	noDamageToSameLookfeet = "no"
	experienceByKillingPlayers = "yes"
	showHealingDamage = "yes"
	fieldOwnershipDuration = 5 * 1000
	stopAttackingAtExit = "no"
	oldConditionAccuracy = "no"

	-- Connection config
	worldId = 0
	ip = "41.233.64.101"
	port = 7172
	loginTries = 10
	retryTimeout = 5 * 1000
	loginTimeout = 60 * 1000
	maxPlayers = "50"
	motd = "WELCOME TO BRIGHTY SERVER."
	displayOnOrOffAtCharlist = "no"
	onePlayerOnlinePerAccount = "yes"
	allowClones = 0
	serverName = "BRIGHTY SERVER"
	loginMessage = "WELCOME TO BRIGHTY SERVER, there will be updates from time to time. To create a guild type !createguild (level 160) and if u need to broadcast a message type !broadcast <the message> (level 180) and for premium type !premium, Thanks."
	adminLogsEnabled = "yes"
	statusTimeout = 5 * 60 * 1000
	replaceKickOnLogin = "yes"
	forceSlowConnectionsToDisconnect = "no"
	loginOnlyWithLoginServer = "no"

	-- Database
	sqlType = "mysql"
	sqlHost = "localhost"
	sqlPort = 3306
	sqlUser = "root"
	sqlPass = ""
	sqlDatabase = ""
	sqlFile = "forgottenserver.s3db"

	sqlKeepAlive = 60
	optimizeDatabaseAtStartup = "yes"
	passwordType = "plain"

	-- Deathlist
	deathListEnabled = "no"
	maxDeathRecords = 5

	-- Guilds
	ingameGuildManagement = "no"
	levelToFormGuild = 160
	guildNameMinLength = 4
	guildNameMaxLength = 20

	-- Highscores
	highscoreDisplayPlayers = 15
	updateHighscoresAfterMinutes = 60

	-- Houses
	buyableAndSellableHouses = "yes"
	housesPerAccount = 1
	levelToBuyHouse = 100
	houseRentAsPrice = "no"
	housePriceAsRent = "yes"
	housePriceEachSQM = 9000
	houseRentPeriod = "weekly"

	-- Item usage
	timeBetweenActions = 10
	timeBetweenExActions = 1000

	-- Map
	mapName = "Evolutions"
	mapAuthor = "Admin-Wild-Lion"
	randomizeTiles = "no"
	cleanProtectedZones = "yes"

	-- Miscellaneous
	defaultPriority = "high"
	maxMessageBuffer = 4
	kickIdlePlayerAfterMinutes = 60
	allowChangeOutfit = "yes"
	allowChangeColors = "yes"
	disableOutfitsForPrivilegedPlayers = "no"
	displayGamemastersWithOnlineCommand = "no"
	bankSystem = "no"
	saveGlobalStorage = "yes"
	displaySkillLevelOnAdvance = "yes"
	spellNameInsteadOfWords = "no"
	emoteSpells = "no"
	expireReportsAfterReads = 1

	-- Premium
	freePremium = "no"
	removePremiumOnInit = "yes"
	premiumForPromotion = "yes"
	blessingsOnlyPremium = "yes"
	houseNeedPremium = "yes"
	bedsRequirePremium = "yes"

	-- Rates
	rateExp = 30
	rateSkill = 20
	rateLoot = 5
	rateMagic = 15
	rateSpawn = 1
	extraPartyExpLimit = 20
	extraPartyExpPercent = 5
	experienceStages = "no"

	-- Global save
	globalSaveEnabled = "no"
	globalSaveHour = 8
	shutdownAtGlobalSave = "yes"
	cleanMapAtGlobalSave = "no"

	-- Spawns
	deSpawnRange = 2
	deSpawnRadius = 50

	-- Summons
	maxPlayerSummons = 2
	teleportAllSummons = "no" 
	teleportPlayerSummons = "no" 

	-- Status
	ownerName = "Admin Wild Lion"
	ownerEmail = "[email protected]"
	url = "http://brighty.no-ip.org"
	location = "Egypt"

Make sure each variable is in its own line, before it was like:
Code:
	levelToFormGuild = 160	guildNameMinLength = 4

You have to seperate them with <enter>.
 
thanks again if i could rep again i would did it but i can't but all i can say now thanks vry very very much man :D worked 100%
 
Back
Top