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

[10.77][TFS 1.2] ORTS, a real map project

[QUOTE = "Ninja, post: 2173785, membro: 83269"]. Não, nós vamos adicioná-lo uma vez que o otb oficial foi lançado [/ QUOTE]

e quando vai lançar?

No, we'll add it once the official otb has been released.

and when will release ?
 
Last edited by a moderator:
Can someone add to mediafire the whole server? tfs ? so you dont have to download all crap that you dont need. someone?
 
can u tell me bro where i can find config.LUA XDDDD

sry for double post but i cant edit my latest post...

OMG, why i can edit my posts? ... i click enter unfortonetly so i made 3 posts in a row xD ( sry )


here is config.lua if someone need xd :

-- Combat settings
-- NOTE: valid values for worldType are: "pvp", "no-pvp" and "pvp-enforced"
worldType = "pvp"
hotkeyAimbotEnabled = "yes"
protectionLevel = 1
killsToRedSkull = 3
killsToBlackSkull = 6
pzLocked = 60000
removeAmmoWhenUsingDistanceWeapon = "yes"
removeChargesFromRunes = "yes"
timeToDecreaseFrags = 24 * 60 * 60 * 1000
whiteSkullTime = 15 * 60 * 1000
stairJumpExhaustion = 2000
experienceByKillingPlayers = "no"
expFromPlayersLevelRange = 75
noDamageToSameLookfeet = "no"

-- Connection Config
-- NOTE: maxPlayers set to 0 means no limit
ip = "127.0.0.1"
bindOnlyGlobalAddress = "no"
loginProtocolPort = 7171
gameProtocolPort = 7172
statusProtocolPort = 7171
maxPlayers = 0
motd = "Welcome to The Forgotten Server!"
onePlayerOnlinePerAccount = "yes"
allowClones = "no"
serverName = "Forgotten"
statusTimeout = 5000
replaceKickOnLogin = "yes"
maxPacketsPerSecond = 25

-- Deaths
-- NOTE: Leave deathLosePercent as -1 if you want to use the default
-- death penalty formula. For the old formula, set it to 10. For
-- no skill/experience loss, set it to 0.
deathLosePercent = -1

-- Houses
-- NOTE: set housePriceEachSQM to -1 to disable the ingame buy house functionality
housePriceEachSQM = 1000
houseRentPeriod = "never"

-- Item Usage
timeBetweenActions = 200
timeBetweenExActions = 1000

-- Map
-- NOTE: set mapName WITHOUT .otbm at the end
mapName = "forgotten"
mapAuthor = "Komic"

-- Market
marketOfferDuration = 30 * 24 * 60 * 60
premiumToCreateMarketOffer = "yes"
checkExpiredMarketOffersEachMinutes = 60
maxMarketOffersAtATimePerPlayer = 100

-- MySQL
mysqlHost = "127.0.0.1"
mysqlUser = "forgottenserver"
mysqlPass = ""
mysqlDatabase = "forgottenserver"
mysqlPort = 3306
mysqlSock = ""

-- Misc.
allowChangeOutfit = "yes"
freePremium = "no"
kickIdlePlayerAfterMinutes = 15
maxMessageBuffer = 4
emoteSpells = "no"
classicEquipmentSlots = "no"

-- Rates
-- NOTE: rateExp is not used if you have enabled stages in data/XML/stages.xml
rateExp = 5
rateSkill = 3
rateLoot = 2
rateMagic = 3
rateSpawn = 1

-- Monsters
deSpawnRange = 2
deSpawnRadius = 50

-- Stamina
staminaSystem = "yes"

-- Scripts
warnUnsafeScripts = "no"
convertUnsafeScripts = "no"

-- Startup
-- NOTE: defaultPriority only works on Windows and sets process priority.
defaultPriority = "high"
startupDatabaseOptimization = "no"

-- Status server information
ownerName = ""
ownerEmail = ""
url = "http://otland.net/"
location = "Sweden"
 
Last edited by a moderator:
@Simonek Where did you find the Config.lua Did you just copy it from another serv? Or is there somewhere I can find it within the files we all downloaded? Im a bit new at that stuff im used to just having it working , then upgrading not lifting off the ground :D
 
@Simonek Where did you find the Config.lua Did you just copy it from another serv? Or is there somewhere I can find it within the files we all downloaded? Im a bit new at that stuff im used to just having it working , then upgrading not lifting off the ground :D
nope, this config is from gipthub of Mark who has been made this TFS XD someone gave link to download but before my question i dont saw it ;D
dont worry that config will work
 
Okay great I added the Config.lua Any tips for me I haven't ever run a 10.x I'm used to 8.6 and am currently using Znote AAC via Uniserver. Should this continue to work for 10.x or do I need to try something else.. Gesior ?
 
The TFS is MySQL right ?

by the way which file i need to make database in the newest xampp? i dont even know which file i have to install -_-
I don't have any expereicne with XAMMP :( Don't look forward to it either, what is xammps main purpose website host?
 
Last edited by a moderator:
Hmmm whereabouts would we find that to be honest I hate having to gather everything. (Not being lazy) Just I don't like having to find all certain files to put into my OTServ Folder only because Im not that good at it and I keep find out I miss stuff :D This is what I've got atm.
 

Attachments

Hmmm whereabouts would we find that to be honest I hate having to gather everything. (Not being lazy) Just I don't like having to find all certain files to put into my OTServ Folder only because Im not that good at it and I keep find out I miss stuff :D This is what I've got atm.
we couldnt start ots without database, but how i can make this base when i dont have fu%#@#% files xD

at least i found xD : https://github.com/otland/forgottenserver/blob/master/schema.sql

here u have schema.sql, you need this to make database
 
Last edited by a moderator:
yea, i started up my tfs 1.1, without bugs in console but i got 1 important question, where i can make account xDD?? did i have to make acc maker ;>?
 
Dumb Question alert: Is this SQL or SQLite ? I see a sqlite.dll in my folder but no schemas or w.e its called

There is no SQL file or anything included in here ;o ? Nothing to connect my uniformserver too like forgotten.sql
 
Last edited by a moderator:
Back
Top