• 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. 3alola1

    How do run my 7.4 server with OTC?

    Maybe the first thing to ask was "what engine you are using" before giving that complicated answer and I'm not hostile behavior any one I'm just asking.
  2. 3alola1

    How do run my 7.4 server with OTC?

    Like why do you assume that most is using the modern tfs which uses 7.72 with 7.6 sprs there were alot of classic old 7.4 disturbs like you could have told him an easier solution instead of making it complicated like this.
  3. 3alola1

    How do run my 7.4 server with OTC?

    Isn't only adding 740 folder in things with the spr and dar ?
  4. 3alola1

    TFS 1.5 Can't attack through gates of experience

    Greatz everyone Im kinda confused why this is not possible that your attacks cant reach the other side while another player is standing at the door I searched in my spr and dat but can't find anything related to this it is only bugged with the gates of experiences.. 1750434182 Solved in your...
  5. 3alola1

    RME editing 7.4 map

    I have no idea, you mentioned where to download it and I gaved you the link.
  6. 3alola1

    RME editing 7.4 map

    https://github.com/OTAcademy/RME/releases
  7. 3alola1

    Crystal Server

    I don't know why there's negativity, but I truly appreciate anyone who cares about the community and Tibia in any way especially those who help keeping it updated and a live always.
  8. 3alola1

    I have 2 cores and 8 GB of RAM, and the server crashes. Could it be that I need more cores?

    maybe your config has enabled shutdown on save? also I remmeber when I was hosting my server while using putty the server closes after 1 hour because the session ends for some reason(idk why yet) i was using the host service console in their site and it kept online forever even after closing the...
  9. 3alola1

    Programmer OTClient compilation for android

    sure send me on discord
  10. 3alola1

    [8.60][TFS 1.5][OTCv8] Highexp 8.60 Datapack by Marko

    He is already released his own tibia spr which is tibia 14x.
  11. 3alola1

    15.x assest downgraded to 8.60 dat&spr with all 8.60 sprites (outfits, items, effects)

    A new great achievement by marko x999 Thanks man 👍❤️
  12. 3alola1

    TFS 1.X+ (TFS 1.5) Weapons is not showing distance effect or hit effect with script I am using

    local combat = Combat() combat:setParameter(COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_ROYALSTAR) add this at the beggning of your code
  13. 3alola1

    TFS 1.X+ Downgrading creatures

    he want a tool to convert all of his lua canary monsters files to xml
  14. 3alola1

    TFS 1.X+ Downgrading creatures

    you can ask chatgpt to create for you a python script that check your monster.xml and get every monster lua file from your canary and replace your canary monsters into the old xml but ofcours you should show chatgpt examples from canary and tfs 1748827745...
  15. 3alola1

    [Germany] [Custom] Ascalon Infinity Season 1 - May 30th

    Thanks ots expert I will gone try it 👍
  16. 3alola1

    Otclient Where to find a shaders, auras, wings?

    https://otland.net/threads/otcv8-auras-and-wings.284325/
  17. 3alola1

    reward for killing within the area

    local fromPos = {x = 4260, y = 5719, z = 6} local toPos = {x = 4263, y = 5722, z = 6} local function isInArena(pos) return pos.x >= fromPos.x and pos.x <= toPos.x and pos.y >= fromPos.y and pos.y <= toPos.y and pos.z == fromPos.z end function onKill(cid, target) if...
  18. 3alola1

    reward for killing within the area

    have you even set the positions?
  19. 3alola1

    how to use ip changer

    👍
  20. 3alola1

    Uniserver Database

    Make sure you make a mysql password for your uniserver and add it in your config.lua, also would be better to share any errors If the console close fast without seeing any error I would adivce to open the powershell by clicking SHITF+RIGHT CLICK any where and find open PowerShell Windows, type...
Back
Top