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

Anyone have a finished compile of the most recent TFS SVN?

buzzbuzz2

Altec OTS Owner
Joined
Jun 7, 2007
Messages
97
Reaction score
1
Location
WI (USA)
Every TFS SVN that I have compiled (correctly) does not do attack speed correctly... yes i have the vocations.xml file correct so its not that... However ever since like 697 or so It has not been working.

If anyone could send me thier compiled tfs.exe so i could try it out that would be great.

Also how would I download TFS 695 Tags if i wanted them... I know i can go through one by one. But how can i use tortoise SVN to grab them?

Any help would be appreciated.

Thanks.
 
To down a previous revision with Tortoise SVN:
Easy way:
Make a new folder
Right click on the folder and hit "SVN Checkout...", a checkout window will pop up with the last SVN checkout you used.
Near the bottom of that pop-up, it says "Revesions" With a selection of Head Revision and Revision with blank spot.
Select the one with blank spot and then enter 695 (or whatever revision you want) and hit OK.
This will get you that.

Another way is to rightclick on the folder that you've already started one on, select TortoiseSVN -> Update to Revision and enter the revision number that you want.

I haven't tried the newest one, but when it was 701, the attack speed worked fine for me, but not for my friend. You could try setting the priorities of the server to a lower level and see if that doesn't work for you (my friend hasn't tried that yet, since he isn't ready to upgrade to 8.11 server just yet).

[Edit]
I just compiled the latest SVN (728), and setting the attack speed down pretty low (like 10 lol), I attacked once every second and doubled attack about every 3rd hit (so it was was hit, hit, double hit, hit, hit, double hit..)
I tested this on every priority setting (and I am happy that I had 0 CPU usage for once ^^) and got the same results.
Roughly the same results as above with attack speed of 400, 900, 700, and so forth. Hope this helped.
 
Last edited:
Okay now I have the problem that the newest TFS DEV-CPP wont compile any of the tags before like 695. I get this error

Code:
Compiler: Default compiler
Building Makefile: "D:\Tibia OT\TFS 693\0.2\Makefile.win"
Executing  make...
make.exe -f "D:\Tibia OT\TFS 693\0.2\Makefile.win" all
g++.exe -c connection.cpp -o connection.o -I"D:/Tibia OT/Dev-Cpp/include"  -D__USE_MYSQL__ -D__USE_SQLITE__ -D__CONSOLE__  

In file included from D:/Tibia OT/Dev-Cpp/include/boost/asio/io_service.hpp:26,
                 from D:/Tibia OT/Dev-Cpp/include/boost/asio/basic_io_object.hpp:20,
                 from D:/Tibia OT/Dev-Cpp/include/boost/asio/basic_socket.hpp:24,
                 from D:/Tibia OT/Dev-Cpp/include/boost/asio/basic_datagram_socket.hpp:25,
                 from D:/Tibia OT/Dev-Cpp/include/boost/asio.hpp:20,
                 from connection.h:25,
                 from connection.cpp:22:
D:/Tibia OT/Dev-Cpp/include/boost/system/error_code.hpp:116: error: `WSAEWOULDBLOCK' was not declared in this scope
D:/Tibia OT/Dev-Cpp/include/boost/system/error_code.hpp:116: error: enumerator value for `operation_would_block' not integer constant

make.exe: *** [connection.o] Error 1

Execution terminated
 
It seems like a bugged revision(compling errors due to not declaring variable). Use one higher or lower and see how it works.
 
Back
Top