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

    [PHP] Script to fetch TibiaCoins transactions.

    Hi. This PHP script will fetch Tibia Coins transactions and add them to a table, can be used as donation system. can be used on a cronjob to fetch the transactions periodically. <?php // crontab -e // * * * * * php /var/www/html/check_coin_transactions.php $dbserver = "localhost"; $username =...
  2. A

    Simple Magebomb for OTClientV8 bot

    Magebomb for OTClientV8. this script was tested on gunzodus, megatibia, demolidores and evolunia the script will follow the leader anywhere through portals/stairs or ladders and sd the target. create a new file in your otclientv8 bot config name it magebomb.lua, copy & paste the script and...
  3. A

    OTClient V8 Casino script

    Hey, This script uses OTClient V8 bot and it was tested on Gunzodus and evolunia. -- Casino script --[[ Casino script for otclientv8 Edit currency id, min, max bet and payrate to fit your needs Author: Vincent#1766 on discord ]]-- local casinoTab = addTab("Casino") -- config local currencyId...
  4. A

    OTClient Failed to read dat Tibia 10

    Hello, I'm getting this error ERROR: Failed to read dat '/things/1000/Tibia.dat': corrupt data (id: 628, category: 0, count: 255, lastAttr: 0)' while trying to use this dat and spr files 1000 (https://www.mediafire.com/file/v729pvt5w17uu1h/1000.rar/file) It's version 10,00 anyway knows how to...
  5. A

    OTClient change outfit from lua script

    I'm trying to change outfit from lua script as this local outfit = player:getOutfit() outfit.type = math.random(128,131) g_game.changeOutfit(outfit) but it doesn't work, but it changes normally when i change it from the outfit window the client was compiled with Bot protection off also i tried...
Back
Top