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

Search results

  1. M

    Lua Default action script

    Hello, in actions.xml file i have below node: <action default="yes" event="script" value="default.lua"/> When "default.lua" script will be invoked ? ps. Im using TFS rev. 3777
  2. M

    [8.54] The Forgotten Server 0.3.6pl1 (Crying Damson)

    How connect to database using ODBC ?
  3. M

    Select house items from database

    so, what i do wrong ?
  4. M

    Select house items from database

    sometimes i want make query to database and get all items from specific house. for example (its totally abstract query): select itemtype, count from tile_items where house_id = 5 and then i know what items are in house of id = 5. im looking on current structure of DB, but there aren't...
  5. M

    Select house items from database

    i want get all items from specific house. i can get all player items, depot items but player house items i cant...
  6. M

    Select house items from database

    I need to get some house items using database query. I have made some changes on TFS 3.42 pl2 : ALTER TABLE `tiles` ADD `house_id` INT( 10 ) UNSIGNED NOT NULL iomapserialize.h: i have change: bool saveTile(Database* db, uint32_t tileId, const Tile* tile); to: bool saveTile(Database*...
  7. M

    MySQL vs SQLite

    MSSQL but its not supported :(
  8. M

    [Request] Tfs 8.40 v0.2 (Stairs)

    do not work
  9. M

    Action Advanced Quest System

    what about quest log?
  10. M

    The Forgotten Server v0.3 beta 1

    what i should configure in config.lua if i would like to use odbc ?
  11. M

    (TFS) TFS and MSSQL 2008

    Hi, fist sorry for my bad english :/ Is it possible to connect with MSSQL 2008 in TFS 0.3a3pl1 using sqlType = "odbc" ? or i should create my custom mssql provider ?
Back
Top