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

    Lua Player turning towards target direction

    Can somebody help me, i most likely would be able to write it my self but i just cant figure out the logic begind the positions my brain just steaming for 2 hours straight and nothing have worked so far If anybody can change exori vis to work like that: - On cast caster turning towards its...
  2. P

    Lua [TFS 1.3] Free Scripting Service 📝

    Can u modify exori vis but every time this spell will be casted the creature turns towards monster ? :D edit: or player ;p
  3. P

    problem with variable and position

    Ok i get it thank you very much for the answer ! <3
  4. P

    problem with variable and position

    local function getTargetPosition(creature) local targetPos = creature:getTarget():getPosition() print (targetPos.y) local targetNorthPos = targetPos targetNorthPos.y = targetNorthPos.y - 1 print (targetPos.y) local targetSouthPos = targetPos targetSouthPos.y =...
  5. P

    OTClient otui question

    omg i love you
  6. P

    OTClient otui question

    Hello, recently i started playing with otui and creating some custom ui but its difficult if i dont know every option that is available inside of it, so my question is where i can find all of this like anchor.left, margin.left, image-source, phantom, etc. Thank you in advance.
  7. P

    [Tool] Intellisense for tfs lua

    @Azakelis maybe this can speed up the process dont know if u have it already and if its even gonna be helpful but there it is https://snippet-generator.app/
  8. P

    Vs code qol

    Today i decided to change from notepad into vs code and i need some help from u mostly what are nice quality of life setting there and how to add autocompletion with tfs and otc functions etc. Is anybody here that can help me out with this one
  9. P

    Problem with drawing effects under creatures

    Thank you now its working like a charm
  10. P

    The reason why tfs is delayed: we let the great programmers goes away

    Great mentality, open source ~= money no helping sorri
  11. P

    Problem with drawing effects under creatures

    bump anybody even a tip ?
  12. P

    Problem with drawing effects under creatures

    So i were trying to make this feature and it is working but i hit a wall and cant figure out why missiles are not being drawn can somebody help me out ? Im using Otland Client My changes I added in const.h DrawUnderEffects = 65536, and DrawEverything = DrawGround | DrawGroundBorders |...
  13. P

    Is there a way to stop player/monster from attacking

    Well its the latest tfs 1.3 Could u navigate me towards it ?
  14. P

    Is there a way to stop player/monster from attacking

    Let me give some more examples that i have in my head: Player/caster during spell cant attack Player/caster using spell on other player/monster prevent them from attacking for a couple of sek Monster during some attacks animation also cant attack other players im thinkink like a condition...
  15. P

    Is there a way to stop player/monster from attacking

    Like in title lets say for example i want to create a spell and during that spell i want to prevent player from attacking is there a way to do it ?
  16. P

    OTClient Otclient documentation

    Does anybody write his own documentation while working on it and could share it with me ?
  17. P

    Understanding opcodes

    i thought thats addition to the tutorial i sended but now i figured how it works than u very much <3
Back
Top