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

Create Character - Problems

vegaseek

Member
Joined
Dec 11, 2010
Messages
146
Reaction score
8
I have a problem with creating characters, I choose sex but you can not choose the profession. Please see below for image. What should I do? Please help as soon as possible!

3cvbo0.jpg
 
This is my config.lua -

Code:
	accountManager = "yes"
	newPlayerChooseVoc = "yes"
	newPlayerSpawnPosX = 95
	newPlayerSpawnPosY = 117
	newPlayerSpawnPosZ = 7
	newPlayerTownId = 1
	newPlayerLevel = 45
	newPlayerMagicLevel = 0
	generateAccountNumber = "no"

	broadcastBanishments = "yes"
	banDays = 7
	finalBanDays = 30
	killsToBan = 5

	worldType = "pvp-enforced"
	hotkeyAimbotEnabled = "yes"
	protectionLevel = 1
	killsToRedSkull = 500000
	pzLocked = 20000
	deathLosePercent = 10
	criticalHitChance = 7
	removeAmmoWhenUsingDistanceWeapon = "no"
	removeChargesFromRunes = "no"
	removeChargesFromWeapons = "no"
	timeToDecreaseFrags = 24 * 60 * 60 * 1000
	whiteSkullTime = 3 * 60 * 1000
	oldConditionAccuracy = "no"
	stairJumpExhaustion = 2000
	animationTextOnHeal = "yes"

	displayGamemastersWithOnlineCommand = "no"

	ip = "127.0.0.1"
	bindOnlyGlobalAddress = "no"
	loginProtocolPort = 7171
	gameProtocolPort = 7172
	adminProtocolPort = 7171
	statusProtocolPort = 7171
	loginTries = 10
	retryTimeout = 5 * 1000
	loginTimeout = 60 * 1000
	maxPlayers = "500"
	motd = "Welcome to the"
	onePlayerOnlinePerAccount = "yes"
	allowClones = "no"
	serverName = "Forgotten"
	loginMessage = "Welcome to the"
	adminLogsEnabled = "no"
	statusTimeout = 5 * 60 * 1000
	replaceKickOnLogin = "yes"

	deathListEnabled = "yes"
	maxDeathRecords = 5

	ingameGuildSystem = "yes"
	levelToCreateGuild = 8

	highscoreDisplayPlayers = 15
	updateHighscoresAfterMinutes = 60

	housePriceEachSQM = 1000
	houseRentPeriod = "never"

	kickIdlePlayerAfterMinutes = 10

	timeBetweenActions = 200
	timeBetweenExActions = 1000

	mapName = "forgotten"
	mapAuthor = "Komic"
	randomizeTiles = "yes"
	mapStorageType = "relational"

	maxMessageBuffer = 4

	mysqlHost = ""
	mysqlUser = ""
	mysqlPass = ""
	mysqlDatabase = ""
	mysqlPort = 3306

	freePremium = "yes"

	displayOnOrOffAtCharlist = "no"
	allowChangeOutfit = "yes"
	noDamageToSameLookfeet = "no"
	experienceByKillingPlayers = "yes"

	rateExp = 5
	rateSkill = 50
	rateLoot = 8
	rateMagic = 50
	rateSpawn = 1

	serverSaveEnabled = "no"
	serverSaveHour = 3
	shutdownAtServerSave = "yes"
	cleanMapAtServerSave = "yes"

	autoSaveEachMinutes = 15
	saveGlobalStorage = "no"

	deSpawnRange = 2
	deSpawnRadius = 50

	sqliteDatabase = "forgottenserver.s3db"

	sqlType = "mysql"
	passwordType = "plain"

	defaultPriority = "high"

	freeMemoryAtShutdown = "yes"

	ownerName = ""
	ownerEmail = "@otland.net"
	url = "http://localhost/"
	location = "Europe"
 
What are you doing? I need help! If you do not want my help is not trashing this topic. What file do I embed here? Specify exactly where it is located.
 
MAN I DON'T HAVE CONFIG.PHP !!!!!!!... i have ACC MAKER BY GESIOR FOR TIBIA 8.7

This is my folder: C:\xampp\htdocs\config
Look ScreenShot:

61eusx.jpg
 
Downloaded the new ACC MAKER by Gesior 0.3.8 and it is a config.php file, but not allowed to install it, do the Admin Account. This error displays me:

Code:
Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S22]: Column not found: 1054 Unknown column 'name' in 'field list'' in C:\xampp\htdocs\pot\OTS_Account.php:237 Stack trace: #0 C:\xampp\htdocs\pot\OTS_Account.php(237): PDO->query('SELECT `id`, `n...') #1 C:\xampp\htdocs\install.php(572): OTS_Account->load(1) #2 {main} thrown in C:\xampp\htdocs\pot\OTS_Account.php on line 237

And what do I do now? Where is the database? ... Please Fast HELP ME!

Someone wrote me to he added to the database code, but I do not know how.
 
Back
Top