• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. GOD Half

    TFS 0.X Offer expire auction system

    Add this in SQL: ALTER TABLE `auction_system` ADD `itemid` INT(11) NOT NULL;
  2. GOD Half

    OTClient About ICON Condition

    Hi guys, not only for the OTC, but also for the Tibia Client. Has anyone been able to customize ICON's of the conditions? I'm trying to customize an icon for a specific spell but I don't find anything about it. ICON_POISON = 1 << 0, ICON_BURN = 1 << 1, ICON_ENERGY = 1 << 2...
  3. GOD Half

    Object builder 0.4.5 10.98?

    BUMP!
  4. GOD Half

    OTMapGen

    Hi, @Forby! I'm following your updates on the site, to be congratulated! U'll implement dungeons (floor -1, -2, ...)? I thought "Cave" were them, but they are small entrances on the mountains... Thank's
  5. GOD Half

    Solved No SQM = Bug try summon

    @Nekiro works very well: But I needed to set something to don't make it happen the error below: tile:getBottomCreature() Thank's :rolleyes:
  6. GOD Half

    Solved No SQM = Bug try summon

    TFS 1.3 Script to summon: local configId = { [1] = {26382} } function onThink(interval, lastExecution, thinkInterval) for _, name in ipairs(getOnlinePlayers()) do local pid = getPlayerByName(name) local pos = getPlayerPosition(pid) for _, i in pairs(configId) do...
  7. GOD Half

    Solved No SQM = Bug try summon

    Hi, someone help me set to not summon if don't have space next to the character?
  8. GOD Half

    TFS 0.X Error Compile ubuntu 16.04

    IDK how your server configuration is. All I've given you above is what I run to get the server running.
  9. GOD Half

    TFS 0.X Error Compile ubuntu 16.04

    Please, ignore all and follow my edit post above!
  10. GOD Half

    TFS 0.X Error Compile ubuntu 16.04

    EDIT: Ignore all and folow below: sudo su sudo apt-get update sudo apt-get upgrade -y sudo apt-get dist-upgrade -y sudo apt-get autoremove -y sudo apt-get install -y apache2 htop screen php php-cli php-fpm libapache2-mod-php php-mcrypt mysql-server php-mysql unzip zip php-curl php-json...
  11. GOD Half

    TFS 0.X Error Compile ubuntu 16.04

    You need to access the config.lua to change the server info. You did?
  12. GOD Half

    TFS 0.X Error Compile ubuntu 16.04

    sudo apt-get install -y git cmake build-essential liblua5.2-dev libgmp3-dev libmysqlclient-dev libboost-system-dev libboost-iostreams-dev libpugixml-dev sudo git clone --recursive https://github.com/otland/forgottenserver.git cd forgottenserver sudo mkdir build && cd build && cmake ..
  13. GOD Half

    VPN?

    AWS Amazon provides 1 year for free. But it is not an ideal server to support a server for players, you really need to invest the value to have a quality server to support multiplayer at the same time. If you just want to test, try Amazon AWS and/or a few others you can find on google.com
  14. GOD Half

    Transparency + Extended Sprites in Otclient

    Can you teach me to check the architecture? I've been trying to view in editor and this appears. LOL :confused:
  15. GOD Half

    Transparency + Extended Sprites in Otclient

    Hi again, I'm in a battle to try compile the OB. This check should be done in the compilation files, right? If it's, I think I'll have to leave it for another time because I can't compile the OB to test any changes. :\
  16. GOD Half

    OpenTibia Converting Tibia maps to OpenTibia Sprite Pack

    @Peonso I bro, nice job!!!! You'll adapt to 10.98?
  17. GOD Half

    [10.98] custom castle (unfinished)

    Nice job!
  18. GOD Half

    [TFS 1.2] Need Critical hit system

    I need the formula, do you have or know where are? Pls
  19. GOD Half

    [TFS 1.2] Need Critical hit system

    Thank you! I would like to understand what the calculation made for the primaryDamage damage. Does he take Skill and sum with the weapon he's using? What is the calculation?
  20. GOD Half

    Transparency + Extended Sprites in Otclient

    Hi, I found the error similar to the one it presents when I try to open 10.98 in Object Builder 0.4.5. Watch: OTC:Startup done :] ERROR: Failed to read dat '/things/1098/Tibia.dat': corrupt data (id: 3, category: 1, count: 255, lastAttr: 0)' Exiting application..
Back
Top