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

    TFS 1.X+ [TFS 1.3 Nekiro's 8.6] Issue with sewer bridge only on Linux, not occuring on Windows

    Try this one https://github.com/orts/server/blob/master/data/actions/scripts/rookgaard/SewerLever.lua
  2. Nottinghster

    Item editor for 7-6-7.72

    Oh shit, I pasted the wrong link lol
  3. Nottinghster

    Item editor for 7-6-7.72

    From the same author https://github.com/nekiro/ItemEditor
  4. Nottinghster

    TFS 1.X+ TFS 1.3* downgrade protocol 8.6, how add animatext? words and numbers

    Change this: doSendAnimatedText("VIP", t, c) doSendAnimatedText("STAFF", t, c) For this: Game.sendAnimatedText("VIP", t, c) Game.sendAnimatedText("STAFF", t, c)
  5. Nottinghster

    Programmer looking for scripter good c++ lua 7.6 xml

    You should update your engine, try this: https://github.com/nekiro/forgottenserver/tree/7.72-downgrade
  6. Nottinghster

    Action [TFS 1.x] Special foods

    As I said before, I was too lazy to short those scripts into one single file, but feel free to do it too, we are a community :)
  7. Nottinghster

    Action [TFS 1.x] Special foods

    Well, since the original repository of TFS didn't have the special foods until today, I decided to convert them to TFS 1.x. They are from OTServ_SVN 0.6.4 (opentibia/server (https://github.com/opentibia/server/tree/legacy/src/data/actions/scripts/foods)) I know it can be shortened to a single...
  8. Nottinghster

    [TFS 1.x] List of missing TFS features from Cipbia

    You're the best 1584461251 https://otland.net/threads/tfs-1-x-special-foods.269070/
  9. Nottinghster

    Linux Which scripts can eat the cpu?

    This is a good way to check it out https://otland.net/threads/any-tfs-catch-scripts-that-freeze-server.261466/
  10. Nottinghster

    [8.60] Latest forgottenserver 1.3/1.4. Clean downport.

    @Nekiro Why the folder "scripts" is needed for? I really don't know the reason for it, could you explain? What's the reason to have the same folders of data, like actions, talkactions, movements?
  11. Nottinghster

    TFS 1.X+ [TFS 1.3]data/npc/lib/npc.lua:20: attempt to call method 'addItem' (a nil value)

    An easy fix, I did a PR in repository https://github.com/nekiro/forgottenserver/pull/12/commits/fb3fae9c42602a953f7a48ecf9cf7a970ce4a515
  12. Nottinghster

    [8.60] Latest forgottenserver 1.3/1.4. Clean downport.

    You all must read this: As the post above asking for the NPCs, this is not a complete datapack for 8.6, @Nekiro just downgraded the latest TFS. (Thank you for that, Nekiro) If you want a real 8.6 datapack, you must do it by yourself. There are some things that is missing here, for example...
  13. Nottinghster

    [8.60] Tracked Tibia Map (RME 2.1)

    1 - Ab'Dendriel 2 - Kazordoon 3 - Thais 4 - Venore 5 - Carlin 6 - Ankrahmun 7 - Darashia 8 - Port Hope 9 - Edron 10 - Isle of Solitude 11 - Rookgaard 12 - Liberty Bay 13 - Svargrond 14 - Yalahar 15 - Farmine
  14. Nottinghster

    Reimagination of Rookgaard

    This is fucking amazing, beautiful work!
  15. Nottinghster

    Lua Converting functions to TFS 1.3

    Bring Up My Post
  16. Nottinghster

    Lua Converting functions to TFS 1.3

    Hello OTLanders! I need a little help, since I'm not so familiar with TFS 1.x (first time using) and I always used OTServ_SVN 0.6.4. Can someone help me converting those functions to TFS 1.3? @Nekiro @Evil Puncker @celohere @M0ustafa @Znote Thanks a lot! function isInRange(position...
  17. Nottinghster

    [8.60] Latest forgottenserver 1.3/1.4. Clean downport.

    When Tibia crash? What's the error? Could you post here ?
  18. Nottinghster

    [8.60] Latest forgottenserver 1.3/1.4. Clean downport.

    Hahahaha, I forgot 😜 I'll make a PR with them, but here's the files too! I've not tested, only converted from OTServ_SVN 0.6.4 Put the folder inside data > actions > scripts
  19. Nottinghster

    TFS 1.X+ TFS 1.3 8.6 compiling errors

    I got the same error, maybe @Nekiro can help us :)
Back
Top