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

    [1.5] Nekiro 8.6 fluids, vials, jugs, etc. cause crashes and wrong behaviour

    If the problem is the sprite, you must edit the item in object build and reload in item editor, you should never change an item attribute in item editor, just reload
  2. A

    Lua Script inundate | soulwar TFS 1.5 downgrade

    Does anyone have the soulwar quest inundate script "ebb and flow" to make available?
  3. A

    Scarlett Boss mechaninc

    Solved
  4. A

    Scarlett Boss mechaninc

    How do I do that? 1676388617 well, i got it, but ismovelocked is still giving error, the rest is working, does anyone know how to replace this "ismovelocked" condition for TFS 1.5? 1676400870 Now without errors in the distro, however the monster does not paralyzed
  5. A

    Scarlett Boss mechaninc

    up
  6. A

    Gesior Lost Account Erro

    Can anyone help me with this error? Gesior # Emails Config $config['site']['send_emails'] = true; $config['site']['mail_address'] = "[email protected]"; $config['site']['mail_senderName'] = "inWAR Suporte"; $config['site']['smtp_enabled'] = true; $config['site']['smtp_host'] = "smtp.gmail.com"...
  7. A

    Scarlett Boss mechaninc

    up
  8. A

    Scarlett Boss mechaninc

    Can anyone convert this script for TFS 1.5 downgrade?
  9. A

    Scarlett Boss mechaninc

    Does anyone know why I can't use armor according to the global mechanic? I use TFS 1.5 downgrade 8.6 local info = { bossName = "Scarlett Etzel", middle = Position(33395, 32662, 6), fromPos = Position(33385, 32638, 6), toPos = Position(33406, 32660, 6), exitPos =...
  10. A

    Lua setUniqueId? TFS 1.5 downgrade

    Dont work bro
  11. A

    Lua setUniqueId? TFS 1.5 downgrade

    How do I set uniqueId for the specified item? local teleportToPosition = Position(30627, 32461, 8) local bossPosition = Position(30626, 32457, 8) local function removeTeleport(position) local teleportItem = Tile(position):getItemById(1387) if teleportItem then...
  12. A

    Exeta amp res dont work TFS 1.5 downgrade 8.6

    keeps giving error
  13. A

    Exeta amp res dont work TFS 1.5 downgrade 8.6

    Would you like to modify the script for TFS 1.5?
  14. A

    Exeta amp res dont work TFS 1.5 downgrade 8.6

    I'm trying to put the magic exeta amp res, but it's giving this error, can someone help me? local function getDiagonalDistance(pos1, pos2) local dstX = math.abs(pos1.x - pos2.x) local dstY = math.abs(pos1.y - pos2.y) if dstX > dstY then return 14 * dstY + 10 * (dstX -...
  15. A

    C++ Erro compiling ubuntu 22.04 TFS 1.5 downgrade

    Can someone help me? /usr/bin/ld: /tmp/ccevMKEL.ltrans4.ltrans.o: in function `boost::filesystem::path::compare(char const*) const': <artificial>:(.text+0x296252): undefined reference to `boost::filesystem::path::compare(boost::filesystem::path const&) const' /usr/bin/ld...
  16. A

    GDB core.pid is not a core dump: file format not recognized

    Yes, the path is correct, I follow everything correctly but I can't make it work
  17. A

    AAC Gesior not invite player guild

    Solved
  18. A

    AAC Gesior not invite player guild

    up
Back
Top