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

    Wtf How to download file? on github.

    then press code then press download zip
  2. StreamSide

    Proof of concept of a new game engine

    ok so time to learn Rust
  3. StreamSide

    Closed tabs on layout

    cant see the files but thats js related.
  4. StreamSide

    C++ Programming: Someone can export MiniMap to Min Please // By Complete All Floor 0x15

    and why the link shortener lmao (or thats an otland feature? O_O)
  5. StreamSide

    Lua randomize calculations in lua

    math.random(-10, 10)
  6. StreamSide

    Proxy Tunnel Solution | With Client IP Passthrough

    pretty cool, thanks for this guide.
  7. StreamSide

    Lua TFS 1.3 hunting trap spell

    interesting
  8. StreamSide

    OpenTibia OT Monster Converter

    huuuuuuuuuuuuuuge
  9. StreamSide

    OVH are messing up?

    that screen is no related to some 504 so idk what you talking about
  10. StreamSide

    Decreases damage for each attack

    its a little bit tricky to work with spells and do stuff like that, but one thing you can do (and the only one in my mind right now) is to use storage values, something like. ... if isCreature(getCreatureTarget(cid)) then -- tfs 0.3 - 0.4 isnt it...
  11. StreamSide

    OTClient 1.0 (Release)

    may I invite you some beers or what
  12. StreamSide

    Blue light Glasses. Do they really work?

    offer, how much
  13. StreamSide

    New idea for AAC - FreshAAC

    sorry to bother but what about new (or not so new) frameworks like nextjs?
  14. StreamSide

    Lua Look for boss reward script

    pretty cool idea I might try to do this if no one else does
  15. StreamSide

    Programmer CWMsollutions Sp. z o.o. programming services

    Thats pretty cool
  16. StreamSide

    Lua Ladder spawn

    friend you gotta play with the "y + 1" or "y + 2" or "y - 1"
  17. StreamSide

    Lua Ladder spawn

    I mean I just corrected the position table declaration, but Z is floors so you might want to edit the Y and remove the Z local teleportPosition = { x = fromPosition.x, y = fromPosition.y + 1, z = fromPosition.z}
  18. StreamSide

    Lua Ladder spawn

    local teleportPosition = { x = fromPosition.x, y = fromPosition.y + 1, z = fromPosition.z + 1} you guys forgot its otx2 so position is a table
  19. StreamSide

    TFS 1.X+ Summons teleporting faster (onThink too slow)

    why not doing it inside sources?
Back
Top