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

    Otclient DirectX after compilation in visual studio error 0xc0000022

    Show your event viewer after launching
  2. S

    MyAAC v0.8.21

    warnings are not error tho
  3. S

    Compiling Error Compiling OTCv8 - LNK 2001 unresolved external symbol __std_remove_1

    yes, i used it because it for some reason downloaded x64-windows while im using x64-arm
  4. S

    Helmet ideas

  5. S

    Compiling Error Compiling OTCv8 - LNK 2001 unresolved external symbol __std_remove_1

    try vcpkg remove openal-soft openssl libzip vcpkg install openal-soft openssl libzip --triplet=x64-windows in the before version
  6. S

    C++ Help: Implementing Global Multipliers for Monster Attack Speed and Damage

    I was testing same approach and nothing worked here so might be a dead end
  7. S

    TFS-1.5-Downgrades - Market System

    that's the point of this system
  8. S

    RevScripts droplist show

    local droplist = TalkAction("!droplist") function droplist.onSay(player, words, param) if param == "" then player:sendCancelMessage("Usage: !droplist <item name>") return false end -- Try to find the item by exact name or partial match local searchName =...
  9. S

    Szukam developera

    A 100zl za godzinę to taka minimalna stawka. Zmiana hp/dmg z int16 na inne wartości to takie minimum 1500zl
  10. S

    Szukam developera

    Roboczo godzina 100zl, wystawiam fv. I już 95% wymięka jak usłyszy, że prosty feature to przynajmniej ta godzina pracy bo trzeba zrobić dokładne ustalenia, napisać kod i go przetestować
  11. S

    Create debug characters with lua config

    Sorky submitted a new resource: Create debug characters with lua config - Adding account for debug purposes Read more about this resource... Hello, so I'm a lazy person and couldn't find any will to configure acc or make 5 sql calls so I created simple code to create characters for: Admin...
  12. S

    Create debug characters with lua config

    Hello, so I'm a lazy person and couldn't find any will to configure acc or make 5 sql calls so I created simple code to create characters for: Admin, Knight, Sorcerer, Druid and Paladin. Here is an instruction how to implement it into your Tibia engine. 1. In config.lua add this line...
  13. S

    Canary [SOLVED] Trouble with RME house doors

    So you opened them, server saved and left doors open? xd
  14. S

    BlackTek-Server Development Thread

    I remember times of 7.6 where half of the servers used in-game accounts managers OR predefined accounts (this one for war servers). I've might be old tho
  15. S

    How to change formula expFromPlayersLevelRange

    You need to modify this c++ function uint64_t Player::getGainedExperience(Creature* attacker) const { if (g_config.getBoolean(ConfigManager::EXPERIENCE_FROM_PLAYERS)) { Player* attackerPlayer = attacker->getPlayer(); if (attackerPlayer && attackerPlayer != this && skillLoss...
  16. S

    OTClient Issues - Fixing Invalid Item IDs and Creature Sync Problems

    Do you share duplicate .dat .spr files with the server?
  17. S

    [France] [8.60] Rebirth-Highexp | 8 Marc 10:00 CEST

    17 people with at least reborn 1
  18. S

    [CANADA][Custom/OTC] BlackTalon Online - Official Launch July 23rd, 7 PM GMT+2

    as for me it's looking pretty fun from ss
  19. S

    Rme map all buggy

    data/spr corrupted Download tibia from other source
Back
Top