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

    MoveEvent [1.3] Zombski 🧠🧟‍♂️

    thanks I missed your comment with the same error
  2. Gubailovo

    MoveEvent [1.3] Zombski 🧠🧟‍♂️

    if a zombie catches me, nothing happens. there are no errors in the console. can you tell me what the reason is? TFS1.4
  3. Gubailovo

    OTClient otclient configuration

    1 1 edit files \modules\client_entergame 2 I think this is done mostly from the server side. 3 \modules\game_bot\bot.otui change the value true to false 4 it is disabled in the client settings 5 it is disabled in the client settings 6 delete it \modules\game_console 7 \data\images\background...
  4. Gubailovo

    Sprites

    no
  5. Gubailovo

    Sprites

  6. Gubailovo

    How can I add colors to the sqm of rare, epic, legendary items? OTclient

    Try it like this local function setFrames() for _, container in pairs(g_game.getContainers()) do local window = container.itemsPanel for i, child in pairs(window:getChildren()) do local id = child:getItemId() local price = 0 local name =...
  7. Gubailovo

    How can I add colors to the sqm of rare, epic, legendary items? OTclient

    put the images of the boxesn in your otclient in the folder /data/images/ui ui.rar put this function, before onContainerOpen \modules\game_containers\containers.lua local function setFrames() for _, container in pairs(g_game.getContainers()) do local window = container.itemsPanel...
  8. Gubailovo

    adding updates

    Where can I read about restarting scripts, actions, movements etc?
  9. Gubailovo

    adding updates

    there is a way to add updates without restarting the server. for example, adding a map
  10. Gubailovo

    Tower Defense Event [TFS 1.0 / 1.1]

    how do I change the tower's outfit?
  11. Gubailovo

    graphic style

    ) 1703706819 1703707215 Is there something similar here?
  12. Gubailovo

    graphic style

    what is the name of the sprite style in tibia? Tell me please. a perspective? or 45 degrees or 135. maybe someone else
  13. Gubailovo

    Can't Connect on my localhost server

    I just didn't see that the server was loaded. try changing 127.0.0.1 to localhost do you have a static IP address?
  14. Gubailovo

    OTClient OTClient V8 - Animated background - how? .mp4 or .png?

    Yes, anything. APNG image, OGG audio I also use this resource. a good website 1703619950 You can add sounds to the game. for example, go to the location and music turns on (relevant for dungeons or bos rooms). or you can make a system of NPC dialogues...
  15. Gubailovo

    Can't Connect on my localhost server

    Is that all that's in the console? the server is not running yet, it is loading the map
  16. Gubailovo

    modules OTClient

    can someone help with setting up the bosbar? He appears on all monsters, but I want him to appear on specific ones. What do I need to set up? local OPCODE = 53 local window, creatureBarHP, creatureHP, creatureName = nil local focusedBoss = 0 local focusedMob = false local outfitBox = nil...
  17. Gubailovo

    Remeres map editor

    good time of day. where are the inscriptions written? how can I change the text encoding from UTF-8 to ANSI? I'm translating the server into my language. It's easier to do this through RME. So far, my result is as follows I am grateful for any hint
  18. Gubailovo

    which otc is better nowdays otcv8 or mehah?

    https://discord.gg/9V3uHcYu
Back
Top