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

Recent content by rbQ321

  1. R

    Lua [Canary] [TFS 1.3] EXP Boost

    It's hard for me to answer that question. The script is a modification of something found on the internet by artificial intelligence (AI). I don't even know where to look for information about what the server currently uses for XP Boost in the store. If you could help me fix this script so that...
  2. R

    Lua [Canary] [TFS 1.3] EXP Boost

    local xpBoostItem = Action() function xpBoostItem.onUse(player, item, fromPosition, target, toPosition, isHotkey) local boostTime = 120 * 60 -- 120 minut (czas w sekundach) local boostValue = 50 -- 200% więcej expa -- Sprawdzamy, czy gracz już ma aktywnego boosta if...
  3. R

    Lua [Canary] [TFS 1.3] EXP Boost

    Can u help me?
  4. R

    Lua [Canary] NPC with Daily / weekly.

    I noticed that in the modal_window_helper.lua script there is "choiceId", while in the task_talkaction file, it's written as local id = choice.id. I changed this, and another error appeared in the console: [2025-13-02 09:53:49.450] [error] Lua script error: scriptInterface: [Scripts Interface]...
  5. R

    Lua [Canary] [TFS 1.3] EXP Boost

    I did what you wrote. There are no errors in the console, but the script still doesn't work. It only shows messages that the scroll has been used or that its effect is still active. However, the exp boost does not increase. In this location, I placed the script in player.lua: function...
  6. R

    Lua [Canary] [TFS 1.3] EXP Boost

    I tried all the solutions you suggested, but errors still appear in the console. [2025-12-02 14:14:32.047] [error] Lua script error: scriptInterface: [Scripts Interface] scriptId: [C:\Users\robpu\Desktop\TFSnajnowszy\data\scripts\boosted_exp.lua] timerEvent: [] callbackId:[] function: [] error...
  7. R

    Lua [Canary] [TFS 1.3] EXP Boost

    Server is Canary - version 1.3.0 Some errors in server console with this script. [2025-12-02 12:11:31.931] [error] Lua script error: scriptInterface: [Scripts Interface] scriptId: [C:\Users\robpu\Desktop\TFSnajnowszy\data\scripts\actions\boosted_exp.lua] timerEvent: [] callbackId:[] function...
  8. R

    Lua [Canary] NPC with Daily / weekly.

    I haven't tried other solutions. I was firmly convinced that this was a ready-to-download script to upload to the server.
  9. R

    Lua [Canary] [TFS 1.3] EXP Boost

    Funny thing, because there is no actions.xml file in the Canary folder. only .xml files are in data > XML : In the server console, it also doesn’t show that actions.xml is being loaded.
  10. R

    Lua [Canary] NPC with Daily / weekly.

    Unfortunately, I still haven't been able to solve this problem. I don't know where to look for a solution anymore.
  11. R

    Lua [Canary] [TFS 1.3] EXP Boost

    When I use the scroll (ID: 22772), nothing happens, and there are no errors in the console either. Besides adding these two codes (event/script/player.lua and scripts/actions/boost_exp.lua), should I add anything else anywhere? If I remember correctly, in older versions of the engine...
  12. R

    Lua [Canary] [TFS 1.3] EXP Boost

    I use it and it's not work too.
  13. R

    TFS 1.X+ Converting a map from client 10.98 to 11.00.

    Oh, it's probably too hard for me. :D I was looking for anything in HxD, but I didn't find anything that i can change. Anyway, thanks for your help and time.
  14. R

    TFS 1.X+ Converting a map from client 10.98 to 11.00.

    Thank you for pointing out the location where to change it. Unfortunately, there is no 11.00 option there. Is there a way to add version 11.00?
  15. R

    TFS 1.X+ Converting a map from client 10.98 to 11.00.

    How? I dont see this option in remere map editor.
Back
Top