-
-
Notifications
You must be signed in to change notification settings - Fork 9
oracle database
mtanksl edited this page Jul 11, 2025
·
1 revision
Edit the \mtanksl.OpenTibia.GameData\data\server\config.lua file to set the database type to oracle. Then set the host, user and password. Or use custom connection string setting overrideconnectionstring property with string value.
The DDL file is in \mtanksl.OpenTibia.Data.Oracle\structure.sql.
server = {
...
database = {
type = "oracle",
...
host = "192.168.1.18",
port = 1521,
user = "system",
password = "",
name = "mtots"
}
}