• 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. Gluttony

    Found this recently hope you enjoy :) OTCv8 + Sources

    who cares aboud shaders for uiwidgets, u're trying to tell ppl that this leaked verion is useless trash beacuse it doesn't have your shader system lol
  2. Gluttony

    RevScripts onKill

    for k,v in pairs(target:getDamageMap()) do end
  3. Gluttony

    TFS 0.X Players staying online at training area - IP 0.0.0.0

    They stay online cuz Player::canLogout() function in player.cpp make it impossible if they have CONDITION_INFIGHT void Player::sendPing() call this function and if player ping no response its gonna try to logout them, if you want to change that you need to edit this canLogout func or sendping...
  4. Gluttony

    TFS 1.X+ light facc / premium

    way better to do it in src, just send desired light level depends if ur premium or not
  5. Gluttony

    Lion Rock quest TFS 1.5

    Position not position
  6. Gluttony

    opentibiabr code 'quality' and community

    Actually gesior helps many times without any money, and here he tried to fix your broken engine, then you cry cuz he wasn't polite. I bet its you who made this bug.
  7. Gluttony

    Lua Player kill boss and get house for free

    player GUID is true id of player character (id from players table)
  8. Gluttony

    Lua get storage MySQL query

    result.getNumber(orderQuery, "player_id")
  9. Gluttony

    Lua Player kill boss and get house for free

    yes possible you can get house by id or anything u want or just local houseSqmPosition = Position(123,123,7) if(houseSqmPosition) then local tile = Tile(houseSqmPosition) if(tile) then local house = tile:getHouse() if(house) then local playerGuid = 0 --here...
  10. Gluttony

    TFS 1.X+ Making unmovable objects movable

    if you edit spr/dat then yes
Back
Top