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

how to change from your starter to tfs 0.4

dunnish

New Member
Joined
Jun 18, 2009
Messages
268
Solutions
1
Reaction score
2
hello can anyone help me how to change your sarter that is 10.41 to 8.6 (0.4) tfs
 
Either:
Compile a binary and put it into /home/otsmanager/forgottenserver/build/tfs, while your datapack is in /home/otsmanager/forgottenserver

Or:
Edit /home/otsmanager/.config/upstart/tfs.conf and change last two lines to reflect your paths.
Code:
chdir /home/otsmanager/forgottenserver
exec /home/otsmanager/forgottenserver/build/tfs


Of course since you use TFS 0.4 for 8.6, and it's buggy, we do not provide any support for that.
 
Doing the above I'm getting the following error:

/home/otsmanager/forgottenserver/build/tfs: error while loading shared libraries: libboost_filesystem.so.1.49.0: cannot open shared object file: No such file or directory
 
Doing the above I'm getting the following error:

/home/otsmanager/forgottenserver/build/tfs: error while loading shared libraries: libboost_filesystem.so.1.49.0: cannot open shared object file: No such file or directory
You must recompile the binary on the server.
 
Back
Top