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

    [10.95 + Cast] [TFS 1.2] Custom modifications V2

    yes, it is implemented in this distro, if you have problems testing it ready read the comments, we have already explained it here.
  2. Lundrial

    10.77 can't use commands as god

    you have to change the account type, not the player group.
  3. Lundrial

    10.77 can't use commands as god

    in your database, go to the "accounts" table, and set "type" to 5
  4. Lundrial

    10.77 can't use commands as god

    go to phpmyadmin and give your accoun type 5
  5. Lundrial

    [10.95 + Cast] [TFS 1.2] Custom modifications V2

    there's not a limit for casts.
  6. Lundrial

    [10.95 + Cast] [TFS 1.2] Custom modifications V2

    I don't have problems with skills here but if you want you can try moving the skill handler to lua by using one of the pull requests on tfs main branch
  7. Lundrial

    Reward Chest System TFS 1.2

    I used socket2810's rewar chest from the pull requests.
  8. Lundrial

    [10.95 + Cast] [TFS 1.2] Custom modifications V2

    that's not implemented yet.
  9. Lundrial

    [10.95 + Cast] [TFS 1.2] Custom modifications V2

    for now you can try replacing the current hotkey equip function with the one on the pull requests until I figure what's wrong
  10. Lundrial

    Datapack 10.95 Custom

    I wish I could understand what you tried to say
  11. Lundrial

    Lua Resward Chest (Infernal bug)

    if you're using the pull request that's on tfs branch you can't test it with gods since gods do not appear on fightlist, you gotta test it with a normal player.
  12. Lundrial

    [10.95 + Cast] [TFS 1.2] Custom modifications V2

    it does, the tables are in this post somewhere...
  13. Lundrial

    [10.95 + Cast] [TFS 1.2] Custom modifications V2

    DepotChest: DepotChest(uint16_t type, bool pagination) : Container(type) { maxDepotItems = 2000; maxSize = 32; pagination; } change pagination; to pagination = true;
  14. Lundrial

    [10.95 + Cast] [TFS 1.2] Custom modifications V2

    I'll try to reproduce it
  15. Lundrial

    [10.95 + Cast] [TFS 1.2] Custom modifications V2

    I can't reproduce it so I don't know how to fix it...
  16. Lundrial

    A clean source

    of course it's possible but you probably will have to search for it yourself.
  17. Lundrial

    [10.95 + Cast] [TFS 1.2] Custom modifications V2

    you're probably using your own database and didn't add the coins column or the store_history table.
  18. Lundrial

    Is having a cast system essential in an otserver?

    It's not that hard to update his cast system and make it work, but I'm not sure how stable it is, I want to take things seriously and go for a 95+% uptime
  19. Lundrial

    Is having a cast system essential in an otserver?

    I'd like something like that too but it's kinda out of my league for now, I quitted for too long and I'm too rusty to create something that complex/fancy
Back
Top