• 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

    What's the mistake?

    thanks, I blunted something !!! forgot to update spr and dates
  2. Gubailovo

    What's the mistake?

    How to fix it? :: Loading towers ... [done] :: Loading missions... [done] :: World Type: PVP :: Skulls enabled :: Loading map from: OTBM Map size: 4000x4000 Map description: Saved with Remere's Map Editor 2.2 Map description: SimOne MapEditor 0.4.49 FATAL: Failed to...
  3. Gubailovo

    Lua [TFS 0.3.7] Food on Tree

    function onUse(cid, item, frompos, item2, topos) if item.itemid == 4006 then doTransformItem(item.uid,4008) doPlayerAddItem(cid,2675,7) doDecayItem(item.uid) end return 1 end
  4. Gubailovo

    OTClient mobile

    how to change the language in the chat? I translated the whole server into my language. but cant find where to change the language in the chat. writes only according to the standard in Latin. if I write in my language it gives out hieroglyphs. the last file that I did not change (cipsoftFont)...
  5. Gubailovo

    [Tool] OTUI Editor

    Are there any changes?
  6. Gubailovo

    otland lagging?

    similarly
  7. Gubailovo

    Add some more languages

    Thanks, it works
  8. Gubailovo

    Add some more languages

    function setLanguage(str) if str == 'pt' then dofile('configs_pt.lua') tutorialsIndex = tutorialsIndex_pt tutorialsInfo = tutorialsInfo_pt else dofile('configs_en.lua') tutorialsIndex = tutorialsIndex_en tutorialsInfo = tutorialsInfo_en end...
  9. Gubailovo

    OTClient mods

    can someone tell me?
  10. Gubailovo

    OTClient mods

    Tell me please. What do I need to change in order to run two identical mods (tutorial). tutorialWindowID = 'tutorialButton' tutorialOpen = false currentIndex = 2 loginCountExtended = 201 currentLabel = false currentCategorie = true maxCategories = 3 local form = {...
  11. Gubailovo

    OpenTibia Autoupdater 1.2 neoncube

    how to use it to update not 1 file? but for example mods in the client?
  12. Gubailovo

    OpenTibia OTLauncher + AutoUpdater

    I sat for 2 hours patting it up. can someone help me? explain in detail how to make it work.
  13. Gubailovo

    changing the module OTClient

    no one will help me? give me a hint
  14. Gubailovo

    changing the module OTClient

    tutorialsIndex_en = {"text", "text", "text", "text", "text", "text"} tutorialsInfo_en = { { {name = "01. text", text = "text", img = "imgs/Quests/basic/b1"}, {name = "02. text", text = "text", img = "imgs/Quests/basic/b2"}, {name = "03. text", text = "text ", img =...
  15. Gubailovo

    changing the module OTClient

    Good day gentlemen I need to upgrade the module OTClient 1. Add 1 image module. (if possible from the client itself) 2. In the window highlighted under the number 2, add 1 more branch. looks like this: .....1.1 quest ............... 2.1 combat ........................3.1text...
  16. Gubailovo

    greedy goblin

    Hi all. no one has a greedy goblin? how in diablo? or something similar to it? the main thing with a big bag behind your back.
  17. Gubailovo

    The Forgotten Server 1.4

  18. Gubailovo

    [TFS 1.4] Advanced tile requeriment for exclusive zones

    Fine! It would be nice to add restrictions on vocation. distinction boy girl. and VIP status. 😁😁😀
  19. Gubailovo

    game healthinfo

    ap
  20. Gubailovo

    game healthinfo

    for a long time I tried to figure it out, but to no avail. could you help me with that? I need to change the display of fishing skill to display mana. and exchange experience with mana. life mana an experience stamina Icons = {} Icons[1] = { tooltip = tr('You are poisoned'), path =...
Back
Top