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

    Compiling TFS 1.0

    Any idea?
  2. D

    Compiling TFS 1.0

  3. D

    Compiling TFS 1.0

  4. D

    Compiling TFS 1.0

    Hello, any one have compiled TFS 1.0 for Debian 6.0 x32bit? :P I'm tried of trying compling it :-/
  5. D

    Solved Brigde - Lever

    It's works! Thank you alot!!! :D
  6. D

    Solved Brigde - Lever

    Still nothing :-/
  7. D

    Solved Brigde - Lever

    Ahhh, no idea what could be wrong?
  8. D

    Solved Brigde - Lever

    TFS 1.0(10.21) :-)
  9. D

    Solved Brigde - Lever

    Yup, no errors.
  10. D

    Solved Brigde - Lever

    Item.id correct. Positions correct. Action.id correct. I dont know what's wrong :-/
  11. D

    Solved Brigde - Lever

    I made this.
  12. D

    Solved Brigde - Lever

    It's work perfectry exepct one thing. The second lever not changed like the used :P
  13. D

    Solved Brigde - Lever

    I see the message: 21:03 You added a brigde. and click again: 21:03 You removed a brigde. But my brigde not added ;'(
  14. D

    Solved Lever

    SOLVED Thank for help
  15. D

    Lever - Stone remover

    SOLVED!
  16. D

    Lever - Stone remover

    function onUse(cid, item, fromPosition, itemEx, toPosition) local pos = {X=32145, Y=32101, Z=11} -- The Pos [EDIT HERE][Example: X=1000, Y=1000, Z=7] local stone = 1304-- ID of the stone [DO NOT EDIT] local stoneFromPos = getThingfromPos(pos) -- It get item uid if item.itemid == 1945 then...
  17. D

    Solved Lever

    function onUse(cid, item, fromPosition, itemEx, toPosition) local pos = {X=32145, Y=32101, Z=11} -- The Pos [EDIT HERE][Example: X=1000, Y=1000, Z=7] local stone = 1304-- ID of the stone [DO NOT EDIT] local stoneFromPos = getThingfromPos(pos) -- It get item uid if item.itemid == 1945 then...
  18. D

    Compiling Debian 6.0

    I was try to do this at home. And the same
  19. D

    Compiling Debian 6.0

    cmake .. What's the problems? I try to compiling TFS 1.0, Anyone solve?
  20. D

    New AAC

    Raggaer, It will work with TFS 1.0? :-)
Back
Top