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

Solved Invalid Account Name

Cowslayer

New Member
Joined
Aug 25, 2009
Messages
18
Reaction score
0
Hello all,

I have been trying to get my server working for a solid week, six hours a day, and haven't been able to get past the fact that when I or anyone else signs into it, despite the MySQL server being up, the ip being correct, XAMPP being on and running exactly as it should, my server running, and there being an account with the entered name and pass, it says "Invalid Account Name".

I've tried SQLite, I've tried XML, I've done everything I can, and still get that same response.

I've posted for help on three different sites, no one has a clue what to do, so I was wondering if anyone might be willing to help me out for a bit over a program like LogMeIn or something, and mess around with it? I'm missing something really obvious I'm sure, and I've put so much effort into it already that I hate to give up.

Thank you either way for your support,

~~~Cowslayer
 
Last edited:
lol its its because your not naming the characters with a capital letter as first word im going to laugh.
example: name the character Derick, not derick
 
something is bugged with your acc manager, try using a new distro :/
I would say the location for acc manager is wrong in database but you cant even log in to 1/1
make sure your ip is changed though to the right client.
 
Accounts and Account Manager

And here's my Config.lua. I starred out things such as my IP address and pass for myphpadmin.

Code:
-- The Forgotten Server Config

	-- Account Manager
	accountManager = "yes"
	newPlayerChooseVoc = "yes"
	newPlayerSpawnPosX = 740
	newPlayerSpawnPosY = 121
	newPlayerSpawnPosZ = 4
	newPlayerTownId = 1
	newPlayerLevel = 1
	newPlayerMagicLevel = 0
	generateAccountNumber = "yes"

	-- Banishments
	broadcastBanishments = "yes"
	killsToBan = 5

	-- Battle
	worldType = "pvp"
	hotkeyAimbotEnabled = "yes"
	protectionLevel = 1
	killsToRedSkull = 3
	pzLocked = 60000
	deathLosePercent = 10
	criticalHitChance = 7
	removeAmmoWhenUsingDistanceWeapon = "yes"
	removeChargesFromRunes = "yes"
	timeToDecreaseFrags = 24 * 60 * 60 * 1000
	whiteSkullTime = 15 * 60 * 1000

	-- Commands
	displayGamemastersWithOnlineCommand = "no"

	-- Connection Config
	ip = "*************"
	port = 7171
	loginTries = 10
	retryTimeout = 5 * 1000
	loginTimeout = 60 * 1000
	maxPlayers = "1000"
	motd = ""
	onePlayerOnlinePerAccount = "yes"
	allowClones = 0
	serverName = "Nortic"
	loginMessage = ""
	adminLogsEnabled = "no"
	statusTimeout = 5 * 60 * 1000
	replaceKickOnLogin = "yes"

	-- Deathlist
	deathListEnabled = "yes"
	maxDeathRecords = 5

	-- Guilds
	ingameGuildSystem = "yes"

	-- Highscores
	highscoreDisplayPlayers = 15
	updateHighscoresAfterMinutes = 60

	-- Houses
	housePriceEachSQM = 1000
	houseRentPeriod = "never"

	-- Idle
	kickIdlePlayerAfterMinutes = 15

	-- Item Usage
	timeBetweenActions = 200
	timeBetweenExActions = 1000

	-- Map
	mapName = "Nortic"
	mapAuthor = "Cowslayer"
	randomizeTiles = "yes"

	-- Messaging
	maxMessageBuffer = 4

	-- MySQL
	mysqlHost = "localhost"
	mysqlUser = "root"
	mysqlPass = "*******"
	mysqlDatabase = "sporkificate"
	
	mysqlPort = 3306

	-- Premium Account
	freePremium = "yes"

	-- PVP Server
	displayOnOrOffAtCharlist = "no"
	allowChangeOutfit = "yes"
	noDamageToSameLookfeet = "no"
	experienceByKillingPlayers = "no"

	-- Rates
	rateExp = 3
	rateSkill = 3
	rateLoot = 2
	rateMagic = 3
	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 = "no"
	serverSaveHour = 3
	shutdownAtServerSave = "yes"
	cleanMapAtServerSave = "yes"

	-- Server saving
	autoSaveEachMinutes = 15
	saveGlobalStorage = "no"

	-- Spawns
	deSpawnRange = 2
	deSpawnRadius = 50

	-- SqLite
	sqliteDatabase = ""

	-- SQL
	sqlType = "MySQL"
	passwordType = "plain"

	-- Startup
	defaultPriority = "high"

	-- Status
	ownerName = "Cowslayer"
	ownerEmail = "***"
	url = "spork.no-ip.info"
	location = "USA"
 
could someone please show me and cow what this invalid account name issue is? acc manager bugged in new distros?
 
Back
Top