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

    Lua Stair Cannot use if above item

    Hello Guys, If I try to use the stairs when it has a body on it, returns false. Follow Screenshot: Follow script: local upFloorIds = {1386, 3678, 5543} function onUse(player, item, fromPosition, target, toPosition, isHotkey) if isInArray(upFloorIds, item.itemid) then...
  2. Shackal

    ITEMS OTB 10.82 updated.

    Thank you mate!
  3. Shackal

    Linux Trying to change the name email sender

    Hello Guys, I'm Trying to change the name email sender, but i'm not find where i need to change it. Root User > Warera-Global Who Can help me please? Thank you in advance
  4. Shackal

    Solved Xampp can't see tables error 404

    use uniserver bro, xampp sux
  5. Shackal

    Solved Only GODs can use the beds.

    Thank you so much Leo!! It work ;)
  6. Shackal

    Solved Only GODs can use the beds.

    the only script I can find about the beds is the furniturebeds.lua. It's about decorations
  7. Shackal

    Solved Only GODs can use the beds.

    the problem is just that .. I can not find this script :/
  8. Shackal

    Solved Only GODs can use the beds.

    BumP
  9. Shackal

    Solved Only GODs can use the beds.

    Good afternoon, I have a problem on my server where only GODs can use the beds. Does anyone have any idea where I can fix this? I'm using otx 2.2 8.6 Thank you in advance!
  10. Shackal

    Solved Function onKill create item on corpse pos

    sorry, i solve it. local config = { timeToRemove = 90, -- seconds teleportId = 12278, bosses = { -- Monster Name, Teleport Position ["Wrath of the Emperor"] = { pos = {x = 1515, y = 917, z = 7}, aid = 55555 } } } local function removal(position)...
  11. Shackal

    Solved Function onKill create item on corpse pos

    Hello guys, How i can to make this script create item on corpose pos? I'm using TFS 0.3.7 Ty u in advance! local config = { timeToRemove = 90, -- seconds teleportId = 12278, bosses = { -- Monster Name, Teleport Position ["Wrath of the Emperor"] = {...
  12. Shackal

    Lua Stamina Bug

    bump
  13. Shackal

    Lua Stamina Bug

    I also have this explanation here, but I could not understand the logic of these variables, as it is doing the calculation. Could you help me with the stamina climb 1 min each 1 min?
  14. Shackal

    Lua Stamina Bug

    Hello guys, I looked for all the related forums and have not found solution to the case. I have a problem that the stamina of your server is taking too long to rise. I do not know if it's distro problem or what. It's taking about 1 hour up to 1 minute of stamina with these settings...
  15. Shackal

    Solved depot bug

    bump
  16. Shackal

    Solved depot bug

    friend, could you tell me what was the bug?
  17. Shackal

    Compiling Moveitem exhaust

    bump
  18. Shackal

    Compiling Moveitem exhaust

    This works, but the overlap of the SD exhaust
  19. Shackal

    Compiling Moveitem exhaust

    something wrong here:
  20. Shackal

    Compiling Moveitem exhaust

    idk too :/
Back
Top