• 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 7.6 avesta

Hernest

New Member
Joined
Jul 26, 2010
Messages
152
Reaction score
3
Location
poland
Hello, I'm looking for a small guide/help with compiling avesta engine on 7.6 from this thread.
Debian 8, got some libraries, I'm able to compile tfs 0.4 8.6 on this dedicated server but I can't figure out how to compile Avesta, thanks for tips :D
 
Hello, I'm looking for a small guide/help with compiling avesta engine on 7.6 from this thread.
Debian 8, got some libraries, I'm able to compile tfs 0.4 8.6 on this dedicated server but I can't figure out how to compile Avesta, thanks for tips :D
There is no point in using 7.6, 7.72 is the same thing but the client actually works.

https://code.google.com/archive/p/avesta74/wikis/CompilingWithVisualCpp.wiki

you can download the libraries here https://github.com/peonso/tibialegacyserver/blob/master/docs/libraries.7z

I would personally go with OTHire though, https://github.com/TwistedScorpio/OTHire
 
I would personally go with OTHire though, https://github.com/TwistedScorpio/OTHire

Okay, I decided to try with othire.
First of all I made ./autogen.sh
62fbb511d5614065bb2e4d831d0de913.png


then ./configure.ac and here is a problem

68a5ac2683de4a008b5677cbb2029df3.png

First lines of configure.ac:

Code:
#                                               -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.50])
AC_INIT([otserv], [0.6.3.SVN])
AM_INIT_AUTOMAKE([1.10 foreign])
AC_CONFIG_SRCDIR([raids.h])
AC_CONFIG_HEADER([config.h])



autoconf (GNU Autoconf) 2.69
 
Back
Top