• 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

    AAC Making my own layout

    Kathrine 1646072234 I can offer barter. I will give you the appearance of the site, and you will connect my server to the site. (not standard server 7.6) 1646072302
  2. Gubailovo

    Application has not been installed

    yes
  3. Gubailovo

    Application has not been installed

    \assets\data.zip add date to archive data.zip\data\things\760 tibia.spr and tibia.dat use the application "apk editor studio" https://4pda.to/forum/index.php?showtopic=992651&view=findpost&p=109955430 1645826846 in this program, you can edit everything in the asset folder. Changes to other...
  4. Gubailovo

    Application has not been installed

    are you trying to install windows files on android? https://github.com/edubart/otclient/wiki/Compiling-for-Android
  5. Gubailovo

    effects display

    thanks for the help. Everything works perfectly. It remains only to adjust the direction of the pointers. But I can handle it
  6. Gubailovo

    Application has not been installed

    post the apk
  7. Gubailovo

    Application has not been installed

    uninstall the previous version and install again.
  8. Gubailovo

    effects display

    in "function getDirection(diffPos, topos)" this does not work. I need " doSendMagicEffect(topos,NM_ME_N)" put in " function onUse(cid, item, frompos, item2, topos)" and link it to "getDirection(diffPos, topos))" . but for this I do not have enough experience and knowledge. anyone can...
  9. Gubailovo

    Compiling Dragon Scale Outfit - ODB

    1645810092 obd 7.6
  10. Gubailovo

    effects display

    the reason was found out. what is the solution to this problem?
  11. Gubailovo

    effects display

    maybe I'm doing something wrong? if diffPos.x >= 5 and math.abs(diffPos.y) < 5 then doSendMagicEffect(topos,NM_ME_VL) text = "на востоке" elseif diffPos.x <= -5 and math.abs(diffPos.y) < 5 then doSendMagicEffect(topos,NM_ME_V) text = "на западе" elseif...
  12. Gubailovo

    effects display

    I have a script pointing to a certain coordinate on the map. (and it works correctly). When you add a visual effect in the form of arrows, it stops working. what am I doing wrong? function getDistance(diffPos) -- определ¤ем дистанцию text = "" dist = math.sqrt(diffPos.x * diffPos.x...
  13. Gubailovo

    monster limit

    7.6 never figured out what it is I can not find out the version of TFS (https://otland.net/threads/i-can-not-find-out-the-version-of-tfs.268559/#post-2593723) what i found in the resource # TFS 2012 Local Workspace $tf/
  14. Gubailovo

    monster limit

    after passing the limit of 255 outfits. 256 it displays as 1. i.e. 256=1 , 257=2 , 258=3 and so on.......
  15. Gubailovo

    monster limit

    Is this possible without compiling?
  16. Gubailovo

    monster limit

    how to get around the 255 outfit limit?
  17. Gubailovo

    Forum for servers and open tibia servers plans.

    Where can I increase the timeout?
  18. Gubailovo

    OTClient mobile

    I did it all. I can read in my own language, but I can only write in hieroglyphs. I changed everything that is possible to change in the assets folder. most likely you need to change something in the source but any change through apk editor studio gives an error. I think you need to edit these...
  19. Gubailovo

    OTClient mobile

    no one can tell me?
Back
Top