• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Is there any way to change door's description?

DrComet

New Member
Joined
Nov 25, 2014
Messages
63
Reaction score
3
Hello there!

Like in the thread. I'm looking for a way to change Desciption like ,,It belongs to house 'house of Tanaris' " to ,, It belongs to 'house of Tanaris' ".

Is there any way to do it? (Ofc w/o edit the source code)

Best regards,
Dr Comet
 
,,Is there any way to do it? (Ofc w/o edit the source code)" :P

Okay, so there is no way to change it by lua files then. That's all what I wanted to know :)
 
,,Is there any way to do it? (Ofc w/o edit the source code)" :p

Okay, so there is no way to change it by lua files then. That's all what I wanted to know :)

Like limos said is in the source and you dont need any advance programming knowledge to make the change. Just open the cpp file and edit the text between "" It will be probably a cout statement.
 
Like limos said is in the source and you dont need any advance programming knowledge to make the change. Just open the cpp file and edit the text between "" It will be probably a cout statement.
But house.cpp is on another folder not on server folder? I mean its not on folder of the server so how can i edit it and it will work if it isn't exist on the server? I'm sure that it is exist with complain :(
EDITED
Btw is there any position that i can put anything from Source on that folder to make it work on server without complain? Like player.cpp/House.cpp etc
 
But house.cpp is on another folder not on server folder? I mean its not on folder of the server so how can i edit it and it will work if it isn't exist on the server? I'm sure that it is exist with complain :(

If you dont have the source you are done for but if you have the lua files you must have the source code.
 
You have to compile the source to create a new .exe file (the server).
https://otland.net/threads/compiling-windows-how-to-set-up-a-compiler-noob-friendly-tutorial.193878/

If you use an edited version of a TFS version, the source files are often added to the thread where you downloaded the server.
Like here, there is an option to download the source.
https://otland.net/threads/8-60-the-forgotten-server-0-3-6-crying-damson-v8.147913/

For the original TFS versions.
https://otland.net/threads/tutorial-how-to-download-private-svn.202783/
 
The source files are from the server. Making changes in the source doesn't mean something in the client needs to be different unless you make changes for that.
 
The source files are from the server. Making changes in the source doesn't mean something in the client needs to be different unless you make changes for that.
Yeah i dont know why he is mixing the client with the server. If you host a server you at least should know how a client works and a server works. Then people flame me when i criticize people that download distros and host them without change for money. :(
 
It's ok to be new with things or not know some things yet, that's why there are tutorials, resources and support threads here to help people learn how to create a server the way they want.
 
It's ok to be new with things or not know some things yet, that's why there are tutorials, resources and support threads here to help people learn how to create a server the way they want.
Yeah but they dont even read them and the worst part is most people juts host a server for donations and then they are leeching here. No offense to the op. Not saying is your case OP.
 
Back
Top