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

  1. T

    TFS 1.X+ Trying to block player from putting a bag in a backpack or bag in a bag TFS 1.4.2

    Thanks so much for this. It is definitely a start, however I tried both versions with no success. Putting print statements in before each return shows that the script is firing, but nothing is being blocked. Would it be simpler if i used an action id on all bps or something? PS: What does -11...
  2. T

    TFS 1.X+ Trying to block player from putting a bag in a backpack or bag in a bag TFS 1.4.2

    Hey guys, I've working with TFS 1.4.2 and I am struggling to find a way to block the player from putting a bag(or backpack/crate/any other container) inside their currently equipped backpack. Im sure it has something to do with the onEquip function but try as i might i cant get it to work. I...
  3. T

    Trapped floor tile tfs 1.4.2

    @M0ustafa that compat.lua was like exactly what i was looking for. Thank you
  4. T

    Trapped floor tile tfs 1.4.2

    Im guessing for something like an energy beam or wave i actually need to call sendMagicEffect from a tile or tiles(for a beam)? Is there somewhere i can read about doTargetCombatHealth. I can guess the second param is the damage and 3rd is type, what is the first(0)?
  5. T

    Trapped floor tile tfs 1.4.2

    Im trying to make a trapped tile. Simply, if you step in it, a spell goes off (like energy beam/wave). Im new to all of this but it seems i need to use sendmagiceffect() as well as dotargetcombathealth(). The problem im having is that i cant find any documentation on how to do this. The docs im...
Back
Top