inmemory database - mtanksl/OpenTibia GitHub Wiki
Introduction
Edit the \mtanksl.OpenTibia.GameData\data\server\config.lua file to set the database type to memory.
Example
server = {
...
database = {
type = "memory",
...
}
}
Edit the \mtanksl.OpenTibia.GameData\data\server\config.lua file to set the database type to memory.
server = {
...
database = {
type = "memory",
...
}
}