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

    [12.x] - ORTS | Real Map Data Pack for latest TFS

    I don't get any loot from any monster while using this data pack with TFS 1.3
  2. O

    TFS 1.X+ Can't look at any items & Server randomly crashes

    Hi! I can't look at any items in the game. I recieve the following error in the console: So obviously I'm missing the method getAbilities, can anyone provide it? I'm using the standard datapack that comes with tfs 1.3 as far as I know. Edit: I just deleted and reuploaded the datapack that...
  3. O

    NPC Errors

    Ok cool, thank you for taking your time to help me! :) Any idea on the eventhandler? It really affects a lot of npc's
  4. O

    NPC Errors

    Hello! I got some problems with my npc's and can't get them to work properly. The main one is causing a lot of npc to not spawn att all and the error given in the console is the following: data/npc/scripts/Zerbrus.lua:29: attempt to call method 'addAliasKeyword' stack traceback: [C]: in...
  5. O

    Mobs only drop one of each item

    That did it! Thank you! I misread the PR as it said in a comment that it should be itemid and not itemId but this did it!
  6. O

    Mobs only drop one of each item

    Tried recompile as well and it didn't help. Here's my container.lua: local itemCount = 0 local randvalue = getLootRandom() if randvalue < item.chance then if ItemType(item.itemid):isStackable() then itemCount = randvalue % item.countmax + 1 else...
  7. O

    Mobs only drop one of each item

    Cool thank you for your help. One question though since I'm not familiar with the code yet... Do I need to recompile after changing it? I tried changing the row in the PR but it didn't work. Another thing I noticed is that the loot seem kind of funky. Loot is often either one item or every item...
  8. O

    Mobs only drop one of each item

    No problem. Any idea what might be causing this?
  9. O

    Mobs only drop one of each item

    I cloned the GitHub repository (otland/forgottenserver (https://github.com/otland/forgottenserver)) yesterday and compiled it.
  10. O

    Mobs only drop one of each item

    And to clarify, some items do drop and some does not. Leather boots drops in Trolls but not in Troll champions for example. Spears however drops in both of them.
  11. O

    Mobs only drop one of each item

    Thank you for your reply, I really appreciated it. The rate was set at 2 but I lowered it to 1 just in case but the problem still remains. I've also noticed that only gold coins drops from most monsters as well. Not the other stuff in the loot
  12. O

    Mobs only drop one of each item

    Hi! I'm very, very new to tfs and everything so forgive me if this is something easy but I've tried google and searching this forum without any luck. The thing is that on my server (TFS 1.3) every monster only drops one of each stackable item. Every coin and meat and so on. Anyone knows what's...
Back
Top