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

block

  1. Fabi Marzan

    Depot Block (Player Outside)

    Greetings, I was trying to make a function that objects cannot be thrown in the deposit while outside an SQM. I have the scripts but it doesn't work for me. function Player:onMoveItem(item, count, fromPosition, toPosition, fromCylinder, toCylinder) local depotIds = {2589, 2590, 2591} local...
  2. Fabi Marzan

    Spawn - Block certain monster.

    Hello, I wanted to know if it is possible to block the spawn of certain monsters... In my sources I modified the block spawn code that would be if a player is on screen the monster still respawns. https://otland.net/threads/disable-player-block-spawn-in-tfs-1-x.277962/post-2672488 The thing...
  3. T

    C++ "Block Attack" system (shield) in source code

    Hi there, I would like to know where do I find the code in source (TFS 0.4.0) that determines a player/creature can block with his shield (defense attribute) only 2 attacks per turn, since I want to make some changes on that. I've looked for it in creatures.cpp and etc but I didn't find it...
  4. L

    onBlock/blockHit function?

    I don't really now scripting but i wanted to know if it is possible to get something like this If a player has a shield and successfully blocked an attack do X And if it is please teach me how to do it or just make an example, im trying to learn .lua and understand c++
  5. lopky

    Action 7.6 Magic wall block

    Hi, I need your help guys! I'm helping some friends in a 7.6 ot and I can't figure out how to make mwalls block stairs. I mean, we would like them to block stairs, ladders, etc. so people can't use/step up/down.. if theres a mwall. Could u help me please? :D Thanks!!!
  6. lopky

    [Request] Magic Wall Script

    Hi, I need your help guys! I'm helping some friends in a 7.6 ot and I can't figure out how to make mwalls block stairs. I mean, we would like them to block stairs, ladders, etc. so people can't use/step up/down.. if theres a mwall. Could u help me please? :D Thanks!!!
Back
Top