remove buggy containers

General discussion about Life is Feudal MMO and Life is Feudal: Your Own, The main section and backbone of the forums.
User avatar
GruFF
Zealous Believer
 
Posts: 111
Joined: 20 Sep 2014, 02:06

remove buggy containers

Post by GruFF » 03 Jul 2015, 08:05

There was a problem with blowing the containers cannot be removed bags, backpacks. If they are dropped on the ground, the bag over time is not lost. In GM mode to remove objects that are buggy bags, impossible.
Tell me, is there a solution?
How to remove these objects?


Alakar
Beta Tester
 
Posts: 202
Joined: 23 Jan 2015, 07:39

Re: remove buggy containers

Post by Alakar » 03 Jul 2015, 21:59

Correctly setup your MySQL server and it will work just fine =). I think it has something to do recursion depth. You have to set the max depth to 255 instead of the default 0 that MariaDB has. It is correctly set that way in the my.ini file that comes with the server download.

-Alakar
http://arkhaya.com/

User avatar
GruFF
Zealous Believer
 
Posts: 111
Joined: 20 Sep 2014, 02:06

Re: remove buggy containers

Post by GruFF » 06 Jul 2015, 07:36

Alakarsiann wrote:Correctly setup your MySQL server and it will work just fine =). I think it has something to do recursion depth. You have to set the max depth to 255 instead of the default 0 that MariaDB has. It is correctly set that way in the my.ini file that comes with the server download.

-Alakar
http://arkhaya.com/



I checked, I have 255... here is my.ini file...
[mysqld]
default_storage_engine=innodb
character-set-server=utf8
innodb_file_per_table=ON
innodb_file_format=Barracuda
innodb_flush_log_at_trx_commit=1
max_sp_recursion_depth=255
max_allowed_packet=10M

query_cache_size=0
query_cache_type=OFF

Return to General Discussion