• 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!

Search results

  1. Rondel

    RevScripts [TALKACTION] - Check cavebot players.

    Well, unfortunately you haven't gone through the thread ([TFS 1.x+] How to NOT write LUA scripts or how to crash server by LUA script (https://otland.net/threads/tfs-1-x-how-to-not-write-lua-scripts-or-how-to-crash-server-by-lua-script.271018/)) that Gesior has posted earlier - you're passing a...
  2. Rondel

    How can I add colors to the sqm of rare, epic, legendary items? OTclient

    local function setFrames() for _, container in pairs(g_game.getContainers()) do local window = container.itemsPanel for i, child in pairs(window:getChildren()) do if child:getItemId() ~= 0 then local name = child:getItem():getName()...
  3. Rondel

    [Module] - Loot Simulator - TFS 1.5

    Yep, that's right. Cool, so it's all clear now.
  4. Rondel

    [Module] - Loot Simulator - TFS 1.5

    Well, I don't know what could be the issue then. The only way to find out would be to debug it.
  5. Rondel

    [Module] - Loot Simulator - TFS 1.5

    Nope, there is no limit. However, I've excluded monsters which have no loot.
  6. Rondel

    [Module] - Loot Simulator - TFS 1.5

    Alright, I've slightly updated the script following @Nigtwisj suggestion - it now loads in all available monsters from your server. I've also converted the script to a non-revscript version and added a README file to each folder so you can install it without any issues. Cheers! Important! You...
  7. Rondel

    [Module] - Loot Simulator - TFS 1.5

    Hey there! Balancing loot is quite a tedious task - it's easy to make mistakes and accidentally add an extra zero somewhere. It's always helpful to see how things actually look in-game, so to make life a bit easier for everyone, I've made this module. After following the installation steps...
  8. Rondel

    TFS 1.X+ Nekiro 7.72 downgrade | Modal window issue

    Hey, I've tried implementing modal window but I've encountered an issue - the modal window shows, however I don't get response when I click the buttons. I'm using OTCv8 and downgraded 7.72 TFS by Nekiro. I've followed the TFS 1.X+ - ModalWindow not executing functions...
  9. Rondel

    26.08.2023 TFS NEKIRO 7.72 <fmt> lib problem

    Damn, I've just found the topic that Fabi linked and it worked for me :D So should I just stick with it or switch over to the @lursky solution that he's linked? (thank you both for help obviosuly)
  10. Rondel

    26.08.2023 TFS NEKIRO 7.72 <fmt> lib problem

    Hey, I've just followed the Compiling on Windows (vcpkg) (https://github.com/otland/forgottenserver/wiki/Compiling-on-Windows-%28vcpkg%29) tutorial. I've succesfully went through all the steps, however when I tried building the Nekiro 1.5 TFS 7.72 downgrade i've encountered few errors: Severity...
Back
Top Bottom