• 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

    compilation

    to understand this tutorial i need to study some more tutorials. could you provide links to detailed information? everything related to server and client compilation
  2. Gubailovo

    compilation

    https://otland.net/threads/i-can-not-find-out-the-version-of-tfs.268559/#post-2593723
  3. Gubailovo

    OTClient mobile

    what file is responsible for the chat in the mobile client? I think it's simple. you need to change the encoding from UTF-8 to ANSI but i can't find in which file to do it. help me please
  4. Gubailovo

    compilation

    no, it's almost a completely redesigned server. Can I compile it with only the source folder? 1644754980 there was a lot of talk on otland. about what it is. no one could understand
  5. Gubailovo

    tibia tower defence

    something like that in the form of a mod? in the client
  6. Gubailovo

    compilation

    is it possible to compile the server with only the sources folder?
  7. Gubailovo

    OTS wiki

    enthusiasm is gone?
  8. Gubailovo

    [France] [7.4] Faloria | Server started [11th Feb - 2022]

    Can't open this pageFaloria.online took too long to reply
  9. Gubailovo

    npc tags

    yes this is what i was looking for. how do i install it if i don't have a folder? movements/
  10. Gubailovo

    npc tags

    which is responsible for displaying NPCs on the minimap. Where to search and how to edit?
  11. Gubailovo

    weapon charges

    thanks for the hint. decided if getItemCharges(8708) < -100000 then
  12. Gubailovo

    ElectroAAC v0.0.1

    I didn't understand anything, but it's very interesting.))) No tutorials for stupid people?
  13. Gubailovo

    ElectroAAC v0.0.1

    how to install?
  14. Gubailovo

    weapon charges

    new problem ID_FRILANSSWORD_1 = 8708 ID_FRILANSSWORD_2 = 8716 ID_SOUL_OF_THE_BOSS = 8504 ID_COIN_DWARF = 2151 ID_RUBY = 2147 ID_EMERALD = 2149 ID_SAPPHIRE = 2146 ID_AMETHYST = 2150 function onUse(cid, item, item2) --check if the weapon is...
  15. Gubailovo

    weapon charges

    thanks a lot. it works
  16. Gubailovo

    weapon charges

    anyone?
  17. Gubailovo

    Suggestion otclient board for sharing modules

    Why is this topic not popular?
  18. Gubailovo

    weapon charges

    I want to make freelance weapons. which, after a certain number of strokes, could be transformed into a better one. \data\actions\lib\actions function addCharge(cid, itemuid) charge = itemUseCharge(itemuid) doPlayerSendTextMessage(cid,18,"charges: "..charge ) if charge > 10000 then...
Back
Top