• 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

Make sure you have the correct TFS verison running. Is it 1.1 or 1.2 you run?
 
I deleted the offline training stuff for now. I don't need it anyway. I am running 1.1 and its working now.
I want to start scripting new stuff though. Where do I find the necessary documentation?
 
>> Loading config
>> Establishing database connection...
MySQL Error Message: Access denied for user 'forgottenserver'@'localhost' (using password: NO)
> ERROR: Failed to connect to database.
>> No services running. The server is NOT online.

i get this msg when i try to start the server, anyone have an answear to this?
 
>> Loading config
>> Establishing database connection...
MySQL Error Message: Access denied for user 'forgottenserver'@'localhost' (using password: NO)
> ERROR: Failed to connect to database.
>> No services running. The server is NOT online.

i get this msg when i try to start the server, anyone have an answear to this?

Problem with your mysql.
 
Am getting the "offline trainer" error, dont know how to fix, also when i removed the offlinetraining.lua and can get into the game, the server stops responding after about 5-15 minutes.
running tfs 1.1
vhsz3nk27
 
>> Loading config
>> Establishing database connection...
MySQL Error Message: Access denied for user 'forgottenserver'@'localhost' (using password: NO)
> ERROR: Failed to connect to database.
>> No services running. The server is NOT online.

i get this msg when i try to start the server, anyone have an answear to this?

sorry @Techrlz replyed to wrong person..

@Lillegutt111
put your MySQL details into the config.lua that the server runs from and that should work by the looks of it you have forgotten to put in the MySQL password or all details try that.
 
Im having trouble compiling, this is what i get in vs

I know im probably doing something wrong. i have znote aac all set up and ready to go but i seem to have muffed soemthing up in the compiling process. What am i missing? all those files are there.

Code:
>ClCompile:
         C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64\CL.exe /c /IC:\local\boost_1_60_0 /I\LuaJIT\\include /I\mpir\\include /I"\mysql-connector-c\\include" /Zi /nologo /W4 /WX- /MP /Ox /GL /D NDEBUG /D _CONSOLE /D _CRT_SECURE_NO_WARNINGS /Gm- /EHsc /MD /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Yu"otpch.h" /Fp"x64\Release\theforgottenserver.pch" /Fo"x64\Release\\obj_r\\" /Fd"x64\Release\vc140.pdb" /Gd /TP /errorReport:prompt ..\src\actions.cpp ..\src\ban.cpp ..\src\baseevents.cpp ..\src\bed.cpp ..\src\chat.cpp ..\src\combat.cpp ..\src\commands.cpp ..\src\condition.cpp ..\src\configmanager.cpp ..\src\connection.cpp ..\src\container.cpp ..\src\creature.cpp ..\src\creatureevent.cpp ..\src\database.cpp ..\src\databasemanager.cpp ..\src\databasetasks.cpp ..\src\events.cpp ..\src\game.cpp ..\src\globalevent.cpp ..\src\guild.cpp ..\src\house.cpp ..\src\housetile.cpp ..\src\ioguild.cpp ..\src\iologindata.cpp ..\src\iomap.cpp ..\src\iomapserialize.cpp ..\src\iomarket.cpp ..\src\item.cpp ..\src\items.cpp ..\src\luascript.cpp ..\src\mailbox.cpp ..\src\map.cpp ..\src\monster.cpp ..\src\monsters.cpp ..\src\movement.cpp ..\src\networkmessage.cpp ..\src\npc.cpp ..\src\otserv.cpp ..\src\party.cpp ..\src\player.cpp ..\src\protocol.cpp ..\src\protocolgame.cpp ..\src\protocolgamebase.cpp ..\src\protocolspectator.cpp ..\src\protocollogin.cpp ..\src\protocolold.cpp ..\src\quests.cpp ..\src\raids.cpp ..\src\rsa.cpp ..\src\scriptmanager.cpp ..\src\server.cpp ..\src\spawn.cpp ..\src\spells.cpp ..\src\protocolstatus.cpp ..\src\talkaction.cpp ..\src\tasks.cpp ..\src\teleport.cpp ..\src\tile.cpp ..\src\tools.cpp ..\src\trashholder.cpp ..\src\waitlist.cpp ..\src\weapons.cpp
         actions.cpp
         ban.cpp
         baseevents.cpp
         bed.cpp
     1>c:\users\chris\desktop\full setup for tibia server 10.90\tfs 1.2 10.90 + cast\src\luascript.h(23): fatal error C1083: Cannot open include file: 'lua.hpp': No such file or directory (compiling source file ..\src\baseevents.cpp)
     1>c:\users\chris\desktop\full setup for tibia server 10.90\tfs 1.2 10.90 + cast\src\luascript.h(23): fatal error C1083: Cannot open include file: 'lua.hpp': No such file or directory (compiling source file ..\src\actions.cpp)
         chat.cpp
         combat.cpp
     1>c:\users\chris\desktop\full setup for tibia server 10.90\tfs 1.2 10.90 + cast\src\luascript.h(23): fatal error C1083: Cannot open include file: 'lua.hpp': No such file or directory (compiling source file ..\src\chat.cpp)
         commands.cpp
     1>c:\users\chris\desktop\full setup for tibia server 10.90\tfs 1.2 10.90 + cast\src\luascript.h(23): fatal error C1083: Cannot open include file: 'lua.hpp': No such file or directory (compiling source file ..\src\bed.cpp)
     1>c:\users\chris\desktop\full setup for tibia server 10.90\tfs 1.2 10.90 + cast\src\luascript.h(23): fatal error C1083: Cannot open include file: 'lua.hpp': No such file or directory (compiling source file ..\src\combat.cpp)
         condition.cpp
         configmanager.cpp
 
disregard my previous comment. i just moved some files around to the logical locations and it worked. The exact documentation on how to do this is hazy even on here, of all places on the webs
 
Can someone guide me thru this? How I download this server and the map? I cant see the link
 
Back
Top