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

Compiling Debug & client crash when stop atk.

DanneZ

Web-Scripting-Design-Host
Joined
Jan 16, 2010
Messages
84
Reaction score
2
Location
Sweden
Hello dear Otlander's!

I got this problem:

When stop attack the tibia client crash.

I'm using the old Tfs 0.2.7 and need it for my scripts to work.

Tryed to compiling the source file and change the SendCancelTarget and all the others,

Used this tutorial:
(http://otland.net/f481/how-make-your-server-client-8-61-tutorial-90537/)

And this Rev:
0.2.7 Tfs


but when I Compile I get this errors:

1. Line 22: #include "const.h"
File: actions.cpp
Error: In file included from ../actions.cpp

2. Line 236: const uint8_t reverseFluidMap[] =
File: const.h
Error: 'uint8_t' does not name a type


3. Line 264: const uint8_t fluidMap[] =
File: const.h
Error: 'uint8_t' does not name a type

4. Line 264: const uint8_t fluidMap[] =
File: const.h
Error: *** [obj//actions.o] Error 1

Rep++ you ofc, If u help me!

Thanks for your time.
Yours DanneZ.
 
Back
Top