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

[8.6/12X] [TFS1.3] Global + Source + Web + tools + Quest Reward System

[Error - mysql_real_query] Query: SELECT data, abilities FROM tile_store
Message: Unknown column 'abilities' in 'field list'
[Error - mysql_store_result] Query: SELECT data, abilities FROM tile_store
Message: Unknown column 'abilities' in 'field list'

HOW TO SOLVE ??
 
[Error - mysql_real_query] Query: SELECT data, abilities FROM tile_store
Message: Unknown column 'abilities' in 'field list'
[Error - mysql_store_result] Query: SELECT data, abilities FROM tile_store
Message: Unknown column 'abilities' in 'field list'

HOW TO SOLVE ??


you need to add a columm in the table tile_store and the columm is abilities
 
how to compile on debian 8?

Because my errors

Code:
-- Build files have been written to: /home/OTServ/src
[  1%] Generating CXX prefix source cotire/tfs_CXX_prefix.cxx
[  2%] Generating CXX prefix header cotire/tfs_CXX_prefix.hxx
[  3%] Building CXX precompiled header cotire/tfs_CXX_prefix.hxx.gch
In file included from /home/OTServ/src/cotire/tfs_CXX_prefix.cxx:4:0,
                 from /home/OTServ/src/cotire/tfs_CXX_prefix.hxx:4:
/home/OTServ/src/otpch.h:54:27: fatal error: spdlog/spdlog.h: No such file or di           rectory
 #include <spdlog/spdlog.h>
                           ^
compilation terminated.
CMake Error at cmake/FindCotire.cmake:1783 (message):
  cotire: error 1 precompiling /home/OTServ/src/cotire/tfs_CXX_prefix.hxx.
Call Stack (most recent call first):
  cmake/FindCotire.cmake:3332 (cotire_precompile_prefix_header)


CMakeFiles/tfs.dir/build.make:54: recipe for target 'cotire/tfs_CXX_prefix.hxx.g           ch' failed
make[2]: *** [cotire/tfs_CXX_prefix.hxx.gch] Error 1
CMakeFiles/Makefile2:122: recipe for target 'CMakeFiles/tfs.dir/all' failed
make[1]: *** [CMakeFiles/tfs.dir/all] Error 2
Makefile:76: recipe for target 'all' failed
make: *** [all] Error 2
 
If its clean TFS 1.3 then this tutorial should work perfect for you.
 
Im getting this error from account management, im using xampp lastest version and the webpage that post here. Any help? :'3

Code:
Trying to access array offset on value of type bool in C:\xampp\htdocs\system\libs\pot\OTS_Account.php on line 810
 
Im getting this error from account management, im using xampp lastest version and the webpage that post here. Any help? :'3

Code:
Trying to access array offset on value of type bool in C:\xampp\htdocs\system\libs\pot\OTS_Account.php on line 810


the coide in line 810:

if($this->db->hasTable('account_bans')) {
$ban = $this->db->query('SELECT expires_at FROM account_bans WHERE account_id = ' . $this->data['id'] . ' AND (expires_at > ' . time() .' OR expires_at = -1) ORDER BY expires_at DESC')->fetch();
$this->data['banned'] = isset($ban['expires_at']);
$this->data['banned_time'] = $ban['expires_at'];
}


search in you DB in the table : account_bans the columns expires_at... in my DB is empty all the table LOL xD
 
the coide in line 810:

if($this->db->hasTable('account_bans')) {
$ban = $this->db->query('SELECT expires_at FROM account_bans WHERE account_id = ' . $this->data['id'] . ' AND (expires_at > ' . time() .' OR expires_at = -1) ORDER BY expires_at DESC')->fetch();
$this->data['banned'] = isset($ban['expires_at']);
$this->data['banned_time'] = $ban['expires_at'];
}


search in you DB in the table : account_bans the columns expires_at... in my DB is empty all the table LOL xD

it's empty all the table too :V, i tried using the that code, and still getting that error notice xD
 
Why this sv don't work exp estages?
i can't config this because lua don't hv exp stages..
 
Hey guys, I've encountered this problem and I'm kinda stuck... I'm using .dat and .spr from alkurius github...
Can someone tell me what might be the case of the problem?
 

Attachments

  • The_plugin_could_not_load_dat_or_spr..PNG
    The_plugin_could_not_load_dat_or_spr..PNG
    106.4 KB · Views: 37 · VirusTotal
Hi, im trying to import the otserv.sql file into my db in xampp phpmyadmin and im getting this error could anyone tell me how to fix or why it isnt importing?

Thanks.Capture.PNG
 
Hi, im trying to import the otserv.sql file into my db in xampp phpmyadmin and im getting this error could anyone tell me how to fix or why it isnt importing?

Thanks.View attachment 43361

try to upgade you Xamps Versión..

 
try to upgade you Xamps Versión..

ye worked :) But i get random crashes its when i log out but its not every time. im using tibia client 10 and windows 7 any ideas why it might be crashing? (im getting no errors in console)
 
Help with crash report:
 
1-Hello, I'm sorry for my ignorance, but I can't find how to enable the free spells, it tells me that you have to learn them. If someone tells me where to look, I thank you.

2-same problem as aquazx
 
VBA32

BScope.Backdoor.IRCBot

OTClient in github link has virus.
 
Back
Top