• 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

    doTargetCombatHealth TFS 1.5 downgrade

    Can anyone help me with this error? local storage = Storage.GraveDanger.CobraBastion.Questline local rooms = { [1] = {fromPos = Position(33390, 32642, 6), toPos = Position(33394, 32646, 6)}, [2] = {fromPos = Position(33390, 32646, 6), toPos = Position(33394, 32650, 6)}, [3] =...
  2. A

    Lua I need help with script

    I tried following the example but I can't get it to work
  3. A

    Lua I need help with script

    I'm trying to create a script in which I need to repeat this part of the code several times, but I know that TFS has a limit on repeating, for example "local", is there any way to insert the information into just one variable? local t = { Position(30629, 32466, 9), Position(30628...
  4. A

    House dont saved when purchased

    Good morning, when I purchase a house and re-login I lose the house, I tried /save and it doesn't work, any solution? CREATE TABLE `houses` ( `id` int(11) NOT NULL, `owner` int(11) NOT NULL, `paid` int(10) UNSIGNED NOT NULL DEFAULT 0, `warnings` int(11) NOT NULL DEFAULT 0, `name`...
  5. A

    Lua Command !houseinfo

    It works now, thank you all very much for your attention and effort, the community will use this script a lot @Mateus Robeerto @Fjorda
  6. A

    Lua Command !houseinfo

    Work, but in server save the count starts again at 30 days
  7. A

    Lua Command !houseinfo

    Sorry bro, perfect Thx so much!!!! 1699110352 Bro, It's not counting time correctly, it's going forward and not regressive
  8. A

    Lua Command !houseinfo

    Any solution? Is it possible to show the time in hours or days when it will expire? =B
  9. A

    Lua Command !houseinfo

    YEA BRO!! Is it possible to show the time in hours or days when it will expire?
  10. A

    Lua Command !houseinfo

    Good morning, can someone provide a !houseinfo script for the player to obtain information on when they will pay the house rent? I use TFS 1.5 downgrade 8.6.
  11. A

    Lua Attempt to index a number value

    Now I have the same problem
  12. A

    Lua Attempt to index a number value

    up, managed to solve? I have the same problem
  13. A

    Item chance unique="1" drop double Reward Chest

    Well, I tried several ways here and solved it my way, I don't know if it's the right way, but it's delivering more or less what I wanted. change this: local randvalue = math.random(0, 100000) / (getConfigInfo("rateLoot") * chance) if randvalue < lootBlock.chance then to: local...
  14. A

    Item chance unique="1" drop double Reward Chest

    Can anyone help me with this problem, all participants are getting a reward for an item that should be unique, Ex: Ferumbras' Hat. Any solution? if not globalBosses then globalBosses = {} end function Monster.setReward(self, enable) if enable then if not...
  15. A

    Bounty Hunter System mysql error

    Would anyone have a solution for this error? System works in game but is not inserting information into the database CREATE TABLE IF NOT EXISTS `bounty_hunter_system` ( `id` int(11) NOT NULL auto_increment, `hunter_id` int(11) NOT NULL, `target_id` int(11) NOT NULL, `killer_id`...
  16. A

    Elfbot does not sell items with the same server id

    Does anyone have a solution for this? Elfbot does not sell items with the same server id, Ex: Mercenary Sword ID 7386 And some items with different ids, like war ax id 2454
  17. A

    Lua Dance in sqm that remove stone TFS 1.5 downgrade

    I need a dance script that removes a stone for TFS 1.5 downgrade
  18. A

    Error compiling TFS 1.5 downgrade Ubuntu 22.04 LTS

    Can anyone help me with this error? I did everything as the tutorial says
  19. A

    Edit script CastleWar

    How do I add this line to the script without causing this error? [7] = {pos = Position(31884, 31880, 7), name = "Gate", spawn = 320} local config = { minPlayers = 1, -- Players online para poder invadir. minLevel = 50, -- Level minimo dos players online. warningDelay = 5, --...
  20. A

    Lua Convert Script TFS 0.4 to TFS 1.5 downgrade

    Dont work 1697035860 I'll try to adapt it to the other castle map, thx
Back
Top