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

    MyAAC - Potrzebna Pomoc[Problem]

    tak w ciemno nikt ci nie pomoze, zacznij od włączenia debugera config.php 'debug_level' => 0, // 0 - disabled, 1 - show load time, 2 - show db query counter, 3 - both, 4 - memory usage, 5 - load time & memory usage, 6 - queries & memory usage, 7 - all -----zmien na 1 'debug_level' => 1...
  2. Hitman94

    Need Cask/Keg action scripts

    okey cask working not working kegs GAME STORE buy item no add action id kegs, can help someone? You see a health potion keg. It weighs 125.00 oz. This keg can be used to refill health potions. It has 500 refillings left. Item ID: 28579 You see an Ultimate health potion cask. Wrap it in your...
  3. Hitman94

    Feature Auto Loot [TFS 1.3]

    Is it possible to convert this script to make the item collect to the assigned backpack? for example !add gold coin, bag !add worms, orange backpack !add ham, orange bag
  4. Hitman94

    Feature Auto Loot [TFS 1.3]

    I sat down a bit and did it myself, maybe it will be useful to someone monster.cpp void MonsterType::createLoot(Container* corpse) { if (g_config.getNumber(ConfigManager::RATE_LOOT) == 0) { corpse->startDecaying(); return; } if (info.isRewardBoss) { auto...
  5. Hitman94

    Feature Auto Loot [TFS 1.3]

    Everything works on OTX server: D only had to clean everything I had underneath void MonsterType :: createLoot (Container * corpse) Now it looks like this void MonsterType::createLoot(Container* corpse) { if (g_config.getNumber(ConfigManager::RATE_LOOT) == 0) {...
  6. Hitman94

    Use of undefined constant nil - assumed 'nil'

    Hey i have on my acc gesior this error Sytem-linux debian 8 - php7.2 Warning: Use of undefined constant nil - assumed 'nil' (this will throw an Error in a future version of PHP) in /var/www/html/layouts/tibiacom/layout.php on line 512 <?php $casts = $SQL->query("SELECT COUNT(*) AS 'cast'...
  7. Hitman94

    Płatności gesior

    dołączam do prośby w sprawie microsms
  8. Hitman94

    Zahostuję OTS'a

    kolego na tym serwera odpalisz każdego otsa
  9. Hitman94

    Klient 11.44

    https://otland.net/threads/client-editing-ip-port-rsa.240968/ prosze jeśli nie ma linku szukaj HexEditor
  10. Hitman94

    Jaki hosting na początek?

    polecam ci vps z firmy hekko.pl chyba 50zl 4gm ramu i real ots na 10.98 spokojnie odpalisz i możesz się uczyć
  11. Hitman94

    Need Cask/Keg action scripts

    I want caski to be bought in a store in a chest that can only be opened in the house as owner. to 2. I have a problem after entering /i mana potion cask, 1000 caskandkegs.lua local emptyflask = {7634,7635,7636,} local targetIdList = { --health potions casks [28555] = {itemId =...
  12. Hitman94

    Need Cask/Keg action scripts

    i need all vials use emptyFlask[1,2,3,]
  13. Hitman94

    Need Cask/Keg action scripts

    someone can help config scrips local emptyflask = {7634,7635,7636,} local targetIdList = { --health potions casks [28555] = {itemId = 7634, transform = 7618}, [28579] = {itemId = 7634, transform = 7618}, -- Health Potion -- [28556] = {itemId = 7634, transform = 7588}, [28580]...
  14. Hitman94

    Action [TFS 1.2] Exercise Weapons

    OTX 3.10 Lua Script Error: [Event Interface] data/events/scripts/player.lua data/events/scripts/player.lua:281: attempt to index global 'item' (a nil value) stack traceback: [C]: in function '__index' data/events/scripts/player.lua:281: in main chunk [Warning - Events::load]...
  15. Hitman94

    Need Cask/Keg action scripts

    English hi, someone has a script for Caski and Keg like on a global? Polish czesc, ma ktoś skrypt na Caski oraz Keg taki jak na globalu?
  16. Hitman94

    Looking for people!

    in tibia hard to know such people, I know in my experience play in the black desert because Albion online there average age is 25-40 years
  17. Hitman94

    [OTClient Showoff] Show off your OTClient project/module/UI and other

    okey i wait :D your project very good jobs I'm curious how it will end up
  18. Hitman94

    [OTClient Showoff] Show off your OTClient project/module/UI and other

    you have test server? I would like to see
Back
Top