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

[7.7] RealOTS 7.7 Cipsoft files (virgin)

Any info on how the auctions work on those files? I deleted owners.dat content to clear house owners and now when I start the server I receive these logs:

2025-04-11 07:43:10 houses.log: Trage Haus 50506 zur Versteigerung ein.
2025-04-11 07:43:10 houses.log: bei Reset: DELETE FROM Auctions WHERE World='Zanera' AND HouseID=50506;

I could not find any script that creates the Auctions table. Are the props for this table already known?
 
In the game binary, there is "QueryManagerAdminPW", "QueryManagerGamePW", "QueryManagerWebPW", "QueryManagerAddress", "QueryManagerPort" in the configuration, has anyone used this?

@kay You who are a file explorer, do you use the binary database connection?

I also found this
ADMIN_DATABASE = "/game/db/admin.db"
VOLATILE_DATABASE = "/game/db/volatile.db"
WEB_DATABASE = "/game/db/web.db"
FORUM_DATABASE = "/game/db/forum.db"
MANAGER_DATABASE = "/game/db/manager.db"
 
In the game binary, there is "QueryManagerAdminPW", "QueryManagerGamePW", "QueryManagerWebPW", "QueryManagerAddress", "QueryManagerPort" in the configuration, has anyone used this?

@kay You who are a file explorer, do you use the binary database connection?

I also found this
ADMIN_DATABASE = "/game/db/admin.db"
VOLATILE_DATABASE = "/game/db/volatile.db"
WEB_DATABASE = "/game/db/web.db"
FORUM_DATABASE = "/game/db/forum.db"
MANAGER_DATABASE = "/game/db/manager.db"
All of those systems are deprecated.
 
Back
Top