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

    TFS 1.X+ TFS 1.3 Item Description (abilities) not showing

    do you have luaItemDesc = true in config.lua
  2. Infernum

    TFS 1.X+ TFS 1.3 Server freeze/shutdown

    https://otland.net/threads/any-tfs-catch-scripts-that-freeze-server.261466/#post-2588109
  3. Infernum

    Lua Function [TFS 1.3] Item abilities via Lua

    this thread is old https://otland.net/threads/tfs-1-3-item-abilities-via-lua-v2.270990/
  4. Infernum

    [ANY TFS] Catch scripts that freeze server

    well yeah because if there's an infinite loop there's nothing else that can execute in other files because the infinite loop blocks execution of everything else
  5. Infernum

    [ANY TFS] Catch scripts that freeze server

    based on the code you sent it's a false positive likely from all scripts loading on server start, read the bottom of the original post
  6. Infernum

    How to create an account through the MySQL CLI

    https://replit.com/@xeraphus/TFS-Accountplayer-query-generator
  7. Infernum

    Lua Question about performance?

    or even this: Player:onInventoryUpdate(item, slot, equip) · infernumx/forgottenserver@960a3f5 (https://github.com/infernumx/forgottenserver/commit/960a3f5b14953ac462a48a20dd96da937e563372)
  8. Infernum

    Lua Question about performance?

    bad, why would you need that?
  9. Infernum

    TFS 1.X+ Console error in function '__add' (index a number)

    line 75, ice.lua sendConditionCults(player:getId(), setting, setting.fromPos, setting.toPos, setting.fromPos2, setting.toPos2, 0) you're sending 4 positions when sendConditionCults expects only 2 positions, then tempo param
  10. Infernum

    Lua onThink Technical Question

    https://github.com/infernumx/forgottenserver/commit/960a3f5b14953ac462a48a20dd96da937e563372
  11. Infernum

    Lua onThink Technical Question

    the difference will be literally nothing, you shouldnt need 150 lines to send messages if u have info about the 150 storages already predefined either way, just use a loop in 1 event
  12. Infernum

    Lua onThink Technical Question

    it's all subjective on the code itself, performance is not equal to line/script count
  13. Infernum

    TFS 1.X+ Doubt using and or in lua

    wrap player:isPremium() and 'Is' or 'Not' in parentheses
  14. Infernum

    New: What song are you listening to thread

    I've had this on repeat for days.
  15. Infernum

    Scripter [TFS 1.2+] Programming service

    bump, new discord is Snow#0911
  16. Infernum

    Best ot server guide?

    https://docs.otland.net/ots-guide/
  17. Infernum

    Don't make anything for this guy without pre-payments.

    this scumfuck knows nothing about mapping nor development, the server he runs is completely stolen as well and steals everything and anything he can aliases: Owner Gado / Owner Maydel / Ambrax / Sir Sezago
  18. Infernum

    OTLand updated

  19. Infernum

    Scripter [TFS 1.2+] Programming service

    forgot to update my discord, fixed now
  20. Infernum

    getCombatValue caused global crash

    also make sure you never reload spells, because that can cause crashes too especially with addEvents
Back
Top