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

[Custom] [OTX2] Evolisca Server Files (Full Release)

you can recompile from the given source? on the current engine cannot LOG IN best regards
compiled in windows
C:\Users\ADMIN\Videos\evolisca\Server>TheOTXServer
[10:20:00.578] The OTX Server Version: (2.15) - Codename: (SNAPSHOT)
[10:20:00.578] Compiled with Microsoft Visual C++ version 1943 for arch 64 Bits at Apr 21 2026 08:18:47

[10:20:00.578] FEATURES ON THIS BUILD:

[10:20:00.579] Lua Version: Lua 5.1.4
[10:20:00.579] XML Version: 2.13.5
[10:20:00.579] BOOST Version: 1_82
[10:20:00.579] LuaJIT: no
[10:20:00.579] GroundCache: yes
[10:20:00.579] ServerDiag: yes
[10:20:00.579] LoginServer: no
[10:20:00.579] UseMySQL: yes
[10:20:00.579] UseSQLite: no
[10:20:00.579] UsePostgreSQL: no

[10:20:00.580] A server developed by: Matt Gomez, Matheus Matias and The Forgotten Server Developers.
[10:20:00.580] Visit for updates, support, and resources: GitHub - mattyx14/otxserver at otxserv2 (https://github.com/mattyx14/otxserver/tree/otxserv2/)
[10:20:00.580] >> Loading config (config.lua)
[10:20:00.581] >> Opening logs
[10:20:00.581] >> Loading Password encryption:
[10:20:00.581] >>> Using (SHA1) encryption ... (done).
[10:20:00.581] >> Loading RSA key
[10:20:00.581] >> Starting SQL connection
1776785077014.webp
 
~~Solved~~

Is there need to any particular change into client-side to log in ? Since can't get to character list.
No error on exe console or client itself.
 
Last edited:
You don't need the sources to make use of the modules. Rather to stick to stock OTVv8, from OTA preferably.
Yeah, I wanted the source code so I wouldn't have to adapt all the protocols manually, but I guess this is the way it is.
 
~~Solved~~

Is there need to any particular change into client-side to log in ? Since can't get to character list.
No error on exe console or client itself.
I won't use the base, and I probably could have solved it myself if I needed to... but since you had that doubt and figured it out, how about leaving the solution here?
 
I won't use the base, and I probably could have solved it myself if I needed to... but since you had that doubt and figured it out, how about leaving the solution here?
Right. Well solution to fix issue with login is by simple remove lines of "proxy" in init.lua file at client folder.
I will attach init for easier way to achieve that.
 

Attachments

Does someone knows how to resolved this error?, I'm trying to use this web-site: GitHub - Aizendaza/Evolisca-AAC (https://github.com/Aizendaza/Evolisca-AAC)
View attachment 99854

I config the path of the server in the config.pnp like this: 'server_path' => 'D:/games/Tibia/8.6/otx2/evolisca/server'

Regards!
check so its connected to database (
// phpmyadmin username for OT server: (DONT USE "root" if you are hosting to public).
$config['sqlUser'] = 'root';
// phpmyadmin password for OT server:
$config['sqlPassword'] = '';
// The database name to connect to. (This is usually same as username).
$config['sqlDatabase'] = 'database';
// Hostname is usually localhost or 127.0.0.1.
$config['sqlHost'] = '127.0.0.1';
here is an example


and i had problem with this database yesterday corrupted my xampp 2 times XDDD so yea have fun :>
 
check so its connected to database (
// phpmyadmin username for OT server: (DONT USE "root" if you are hosting to public).
$config['sqlUser'] = 'root';
// phpmyadmin password for OT server:
$config['sqlPassword'] = '';
// The database name to connect to. (This is usually same as username).
$config['sqlDatabase'] = 'database';
// Hostname is usually localhost or 127.0.0.1.
$config['sqlHost'] = '127.0.0.1';
here is an example


and i had problem with this database yesterday corrupted my xampp 2 times XDDD so yea have fun :>
No better Uniform server?
 
Back
Top