Hugofasima
Website: thenosegang.servegame.com
- Joined
- Jun 24, 2015
- Messages
- 206
- Reaction score
- 23
Loot window from copses didn't close when I walk away.
Its possible to change it?
Thanks TK!
Its possible to change it?
Thanks TK!
Sorry...again this shit, noooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo
See this thread, you should put more info about your problem if you want help. (ex. is it never closing or after few tiles)
https://otland.net/threads/tfs-1-1-...losing-till-3-tiles-away.233304/#post-2252160
Sorry...
Shadow, my source is aready compiled, I use windows. How can I edit player.cpp?
get your hands on your source, edit the player.cpp and compile it yourself. alot of people get tons of bugs and other problems because they don't compile a server themselves.
Ad you know nothing about compiling xdEven crossed my mind that it can't be fixed without compiling again. If you don't want to help, just don't reply. You know nothing about me.
Even crossed my mind that it can't be fixed without compiling again. If you don't want to help, just don't reply. You know nothing about me.
go to src/player.cppShadow, my source is aready compiled, I use windows. How can I edit player.cpp?
if (!Position::areInRange<3, 3, 0>(container->getPosition(), getPosition())) {
if (!Position::areInRange<1, 1, 0>(container->getPosition(), getPosition())) {
go to src/player.cpp
Right click on it and edit with notepad++ if you dont have notepad++ just type it in google and download.
when you open player.cpp there is line:
press ctrl + f to find it and thenCode:if (!Position::areInRange<3, 3, 0>(container->getPosition(), getPosition())) {
change to:
Then compile again.Code:if (!Position::areInRange<1, 1, 0>(container->getPosition(), getPosition())) {
If you can't compile by yourself due to problems with using program, the only way to do it is sending src files to someone so he can compile it and send compiled .exe.
This is example when my bags was closing 3 tiles away from me.
You could as well update your distro as this bug is not present in recent versions of TFS anymore.
Probably you don't need to change anything if you are using TFS 1.0 or up. If you are using TFS 0.4 or 0.3, then yes you will need some rework.To Update my tfs I'll need to change all my scripts?