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

The Forgotten Server v0.2rc10 (Mystic Spirit)

Status
Not open for further replies.
How do I get it to where players don't need to buy the spells? The string which usually controls that is not in there.
Code:
-- The Forgotten Server Config

	-- Account Manager
	accountManager = "yes"
	newPlayerChooseVoc = "no"
	newPlayerSpawnPosX = 95
	newPlayerSpawnPosY = 117
	newPlayerSpawnPosZ = 7
	newPlayerTownId = 1
	newPlayerLevel = 1
	newPlayerMagicLevel = 0
	generateAccountNumber = "no"

	-- Banishments
	broadcastBanishments = "yes"
	killsToBan = 50

	-- Battle
	worldType = "pvp"
	hotkeyAimbotEnabled = "yes"
	protectionLevel = 8
	killsToRedSkull = 5
	pzLocked = 5000
	deathLosePercent = 5
	criticalHitChance = 30
	removeAmmoWhenUsingDistanceWeapon = "no"
	removeChargesFromRunes = "no"

	-- Commands
	displayGamemastersWithOnlineCommand = "no"

	-- Connection Config
	ip = "pimpsot.servegame.com"
	port = 7171
	loginTries = 500
	retryTimeout = 30 * 1000
	loginTimeout = 60 * 1000
	maxPlayers = "1000"
	motd = "Welcome to Pimps OT!"
	onePlayerOnlinePerAccount = "yes"
	allowClones = 0
	serverName = "Pimps OT"
	loginMessage = "Welcome to Pimps OT, where good things happen to good people!"
	adminLogsEnabled = "no"
	statusTimeout = 5 * 60 * 1000

	-- Deathlist
	deathListEnabled = "yes"
	maxDeathRecords = 10

	-- Highscores
	highscoreDisplayPlayers = 15
	updateHighscoresAfterMinutes = 5

	-- Houses
	housePriceEachSQM = 1000
	houseRentPeriod = "never"

	-- Idle
	kickIdlePlayerAfterMinutes = 60

	-- Item Usage
	timeBetweenActions = 200
	timeBetweenExActions = 200

	-- Map
	mapName = "forgotten"
	mapAuthor = "Komic"
	randomizeTiles = "yes"

	-- Messaging
	maxMessageBuffer = 4000

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

	-- Premium Account
	freePremium = "yes"

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

	-- Rates
	rateExp = 25
	rateSkill = 50
	rateLoot = 5
	rateMagic = 50
	rateSpawn = 1

	-- Server Save
	serverSaveEnabled = "yes"
	serverSaveHour = 3
	shutdownAtServerSave = "no"
	cleanMapAtServerSave = "yes"

	-- Spawns
	deSpawnRange = 2
	deSpawnRadius = 50

	-- SqLite
	sqliteDatabase = "forgottenserver.s3db"

	-- SQL
	sqlType = "mysql"
	passwordType = "plain"

	-- Startup
	defaultPriority = "high"

	-- Status
	ownerName = "GM Turbo"
	ownerEmail = ""
	url = "http://pimpsot.servegame.com/"
	location = "USA"
Also where can I find more npcs for this server? It only came with 7 :S
 
You will find the solution to that problem in spells.xml (/data/spells)

Change all needlearn="1" to needlearn="0".

About npcs: Yes, we know and we're working on it.
 
well
i've been looking for a stable server all around the internet, tested a few ones, some ppl here said that tthis servers has some error after sometime online, but i would like to say that i putted it online for like 3 days, and not even a problem
(but there were no players playing....)
anyway, thats the server i'm gonna use for my ot =D, its totally recomended

here is a screen shot of how much time my servers was on working well:
server.PNG
 
Ehm..where is theforgottenserver0210-debian-etch-amd64.tar ? I really need it for my Linux Server
 
Is it possible to make a patch that Download the newest svn files and add them automatic

it would be very nice
 
i already do that and still the same =/ please answer mine PM hope u can help me

at player group id, you must put 3 for god, 2 for gm
and the acc group id must be 5 for god (administrator)
take a look at the "server\data\XML\commands.xml" and see the commands that accounts lvl 5~1 can use =)
 
Men, the server no open, i download the last version and test in 2 computer but no open :S

Take a picture: (Attached)
 

Attachments

well
i've been looking for a stable server all around the internet, tested a few ones, some ppl here said that tthis servers has some error after sometime online, but i would like to say that i putted it online for like 3 days, and not even a problem
(but there were no players playing....)
anyway, thats the server i'm gonna use for my ot =D, its totally recomended

here is a screen shot of how much time my servers was on working well:
server.PNG

the problems occur from migrating an old server to a new/also from a NON- TFS based server(ie: Evo's) To Tfs...
Other than that this server is fool proof.. :p and the best around rofl!
Oh all what i said is neglegable if you mess with the source (change the source). gogogogo :p TFS the world not FTW xD
 
How do you change the frag time? Please help me!!

And Talaturen, when you make the next release? please i nedd :(
 
It's not hard to open a sql server just read the tutorials on this forum.

So my Question: Is TFS Mystic Spirit avaiable for Linux?
 
It is hard, because the forgottenserver.sql is bugged.
Code:
SQL query:

DELIMITER;

MySQL said: Documentation
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'DELIMITER' at line 1
I've tried all versions of it; trunk, tags, and another old version.
 
Quick question; What's the difference between gui, and console??
 
Status
Not open for further replies.
Back
Top