• 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

    help me with script tfs 1.2

    ????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????
  2. Infernum

    help me with script tfs 1.2

    what? literally the same process happens, kicking players like that before game state will do nothing because when it changes game state thats the very 1st thing that happens before anything else you need to solve the crash instead of trying to work around it
  3. Infernum

    help me with script tfs 1.2

    but why? shutdown state already kicks all players and saves game state
  4. Infernum

    Permission Denied

    no lol thats not even the engine, you're trying to run the dev project file you have to compile it before you can run it https://otland.net/threads/compiling-0-4-on-linux.244591/
  5. Infernum

    a bug in my script creature.lua (OnTargetCombat)

    you have to register the creaturescript to each monster for it to register
  6. Infernum

    Facial masks

    fucking what
  7. Infernum

    onTargetCombat wont work script

    add prints to make sure it executes
  8. Infernum

    Compiling vcpkg install lib

    can you post the distfile from the error msg?
  9. Infernum

    Compiling vcpkg install lib

    try to manually download powershell core https://github.com/PowerShell/PowerShell/releases/download/v6.2.2/PowerShell-6.2.2-win-x64.msi
  10. Infernum

    Lua Xikini's Free Scripting Service TFS 1.3

    and here's some unfinished documentation on 1.3 that i wrote: Preface (https://stigmax.gitbook.io/tfs-guide/) but most of the unfinished shit you don't even wanna do like spells/weapons
  11. Infernum

    Two programmers at 80km/h

    https://en.wikipedia.org/wiki/Irresistible_force_paradox
  12. Infernum

    Lua Xikini's Free Scripting Service TFS 1.3

    now make a configurable script where a specific piece of armor grants separate bonuses based on the vocation of the wearer example: sorc -> gain magic level druid -> gain mana pally -> gain dist knight -> gain melee
  13. Infernum

    Lua Xikini's Free Scripting Service TFS 1.3

    make a trainer DPS script using revscripts every 5 sec if player is attacking trainer send their dps and make it only show text (creature.say + monster talktype) to that player instead of all players on screen
  14. Infernum

    Guide to scripting with Lua

    Lua 5.1 binary found here: Lua Binaries (http://luabinaries.sourceforge.net/) sublime for running code (build using f7 / ctrl+b) once you have lua 5.1 in PATH env variable
  15. Infernum

    C++ skills limit

    yes
  16. Infernum

    Scripter [TFS 1.2+] Programming service

    🤔
  17. Infernum

    TFS 1.X+ Error installing VCPKG

    this is why you're supposed to use the datapack it comes with, mixing and matching you get errors. https://github.com/ninjalulz/forgottenserver/blob/8.0/data/items/items.otb
Back
Top