• 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

    Important news

    yeah bro, now move on
  2. StreamSide

    Share your favorite quote and inspire others! - drop your quote.

    “In my relationships with persons I have found that it does not help, in the long run, to act as though I were something that I am not.” ― Carl R. Rogers
  3. StreamSide

    TFS 1.X+ create tile on no ground tile 1.5

    I can test this later and check if it works as you want.
  4. StreamSide

    Lua Creating items on no ground tile

    interesting question, there is an old trick I guess cykotitan/mkalo/colandus/mock told us once upon a time... you need to create some combat area stuffy to get it working like you want but test this: function Position:createItem(itemid, count) local toTile = Tile(self) if not toTile or...
  5. StreamSide

    OTClient 1.0 (Release)

    wow, can you show me some module that you made?
  6. StreamSide

    RevScripts TFS 1.3 - Storage Timer Countdown Talkaction

    no worries friend, thanks a lot for your words
  7. StreamSide

    RevScripts TFS 1.3 - Storage Timer Countdown Talkaction

    I can change it to the FYI popup if you want too, or with the name if thats what you want :)
  8. StreamSide

    RevScripts TFS 1.3 - Storage Timer Countdown Talkaction

    oh yeah thats important too loled so I tested it
  9. StreamSide

    RevScripts TFS 1.3 - Storage Timer Countdown Talkaction

    not hard at all maybe just no one has time maybe try with this (did it 2 minutes so might not work, anyways i will keep updating it tomorrow) local bosses = { { name = "Grand Master Oberon", storage = Storage.TheSecretLibrary.TheOrderOfTheFalcon.OberonTimer, }, {...
  10. StreamSide

    Custom Map

    because you are in showoff
  11. StreamSide

    Open Tibia machine learning projects

    this is a pretty cool idea but what kind of stuff are you going to teach the monsters? like attacking the lowest hp player? I think thats something Tibia already do (adding more intelligence to monsters) but what kind of information can we obtain from players.
  12. StreamSide

    Tibia's most mysterious boss of all times - Samael [Article by Mogh]

    this is pretty cool indeed, need more information
  13. StreamSide

    A servers list that stores players

    I was going to say that :(
  14. StreamSide

    [TFS 1.x] Procedural Cave Generation

    sick contribution well done and interesting video series also
  15. StreamSide

    TFS 1.X+ Ghazbaran onStartUp

    is there even a setMasterPos? because it should be ok as I said, there is no setmasterpos for monster so the nil error is because of that
  16. StreamSide

    TFS 1.X+ Ghazbaran onStartUp

    you have this error because you trying to access some value that does not exist, you only have friday and as this script check by day, if there is no day it means it is a null value so you trying to use a null value while creating the monster tldr: local config = { ['Friday'] = {...
  17. StreamSide

    Programmer Adding Tutor, Senior Tutor and Community Manager to engine (PAID - ASAP)

    try debugging your groups but maybe it is some account group id problem?
  18. StreamSide

    Job exp rate explanation

    lmao we need some kind of advice below the name to check if there is any report of being a scammer
Back
Top