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

Can't log into my own server...

Cowslayer

New Member
Joined
Aug 25, 2009
Messages
18
Reaction score
0
I followed OT Flames' Tutorial to the letter, downloading his version of Apache XAMPP and TFS 0.2.14 and then followed his instructions to the letter, installing XAMPP and then importing the TFS Server etc via http://127.0.0.1/phpmyadmin .

I got everything set, started XAMPP, and placed my map in the world folder, edited the config.lua to match what I needed and started up the server, then got onto a 8.22 Client and changed my IP with Asprates latest IP Changer, insuring that it was set to 8.22 before changing.

So here's the problem: I sign in with an account that DOES exist, I checked a thousand times in http://127.0.0.1/phpmyadmin , but it still says "Invalid Account Name."

I've logged into several servers made by other people to check if I can, and I have no trouble.

Here is my config.lua, let me know if you need more info, I haven't done this since 7.6 Servers... I used *** to represent things such as my MySQL password.

Lua:
-- 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 = "spork.no-ip.info"
port = 7171
loginTries = 10
retryTimeout = 5 * 1000
loginTimeout = 60 * 1000
maxPlayers = "1000"
motd = "Welcome to Nortic Online!"
onePlayerOnlinePerAccount = "yes"
allowClones = 0
serverName = "Nortic Online"
loginMessage = "SpOrK"
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 = "********"
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"

I posted this on OTFans but haven't gotten much response, please, any help would be appreciated.
 
Last edited by a moderator:
If you arent a hoster since 7.6, you prolly used an old Evolution server. They actually had support for domain IP like an no-ip adress. But TFS don't. Which I think is pretty bad, with a domain IP in config.lua you are fully supported even with dynamic IP adresses. (with the help of your router and the DNS provider it can be fixed.)

Tried to tell Talaturen a few times for a while ago but he didn't listen. I guess it might be a challenge. :p

OtLand is full of supporters! I'm pretty sure you get faster help here than OtFans! :)
 
Thanks so much, and yeah wow that was fast, but I'm still getting the "Invalid Account Name", even after changing it to my actual IP. Could you maybe try signing in? it's up now, spork.no-ip.info, 8.22, 1/1...

Don't know why it won't work =/
 
Mate, are u using 0.2+ or 0.3+? Becouse i think if u use the 0.2 and make an account with letters instead of numbers it will gives u this kind of error i think. Try to make an account with just numbers. Rep if work :)
 
Back
Top