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

    If online 1 hour

    What? Limos' script is fine, it shouldn't cause any problem; it should infinitely loop for duration the server is online. Red
  2. Red

    Free Scripting. TFS [1.2]

    I appreciate your initiative and helpfulness. I like the comments in the code, because I remember when I opened my first Lua scripts, comments were not too common; I had to spend a lot of time trying to figure out exactly how everything worked. Also, you inspired me to play more +HD,DT ;) Red
  3. Red

    Tibia 11 - End of botting era?

    What exactly are you getting at? You're complaining that Open Tibia server developers are "mimicking" Tibia with their work in one post, and yet in another post you write this? Open Tibia is, and always will be, based off CipSoft's Tibia in one way or another. Even if you look at some of the...
  4. Red

    Tibia 11 - End of botting era?

    It would be neat to see TFS support the new client (even if it's not pushed to the main repository until it's officially released.) We would even be able to "beta test" it without CIP's random sample limitation. Red
  5. Red

    Tibia 11 - End of botting era?

    Whoops. Compared the day/month/hour/minute/second with "Last Login" by accident. :oops: Red
  6. Red

    Tibia 11 - End of botting era?

    Unless "Banshee Princess" isn't the full character name. Red
  7. Red

    Solved [TFS 1.2] Move itemid to pos

    moveTo local destination = Position(1065, 996, 8) function onUse(player, item, fromPosition, target, toPosition, isHotkey) if isInArray({3058, 3059, 3065, 3066}, target.itemid) then target:moveTo(destination, false) return true end return false end Red
  8. Red

    Lua TFS 1.2 Why is the server save kicking players every time it saves?

    If it's due to the server taking too long to save, consider shelling out more money for an SSD. Red
  9. Red

    Nelvara, Reset and Update Discussion Thread - The Unity of Nations, Misty Mountains

    Best of luck. Might play once it's out of beta, if time permits. 1. Make sure you utilize Player.onMove to ensure players cannot use browse field to pick objects under "sparkles." 2. Prevent players from adding items to purses (effectively losing the items forever.) The most basic way is to...
  10. Red

    Action Advanced Monster Arena TFS 1.2

    Wow, thank you for your contribution MatheusMkalo. This script is very-well written and flexible. I have a pretty old arena script that I was considering rewriting, but I might not have to start from scratch anymore. Thank you! Red
  11. Red

    An appeal to the Oldschool Community. [7.4-7.72]

    This is nothing new within the last 4-5 years. It is, in my opinion, one of the biggest contributing factors to the decline of Open Tibia. Why would any serious developer / team consider creating a quality server when all they receive in return is immaturity and incessant negativism? Red
  12. Red

    I level Your Character!

    Why not pay a fraction of your prices for 1 month subscription for a bot? You can get level 30 overnight these days. Red
  13. Red

    Your Tibia Characters Comments - Yet another untold tale :)

    My character comment for a while has just been my character's ID. "Character ID: 8,427,253." Red
  14. Red

    Tibia Clients

    Thanks for the head's up. I'm aware of this issue, I noticed yesterday that Google has now shitlisted my entire domain name, thus breaking my solution to their initial shitlist of my downloads. Of course they refuse to listen to my explanation that their service is raising false positives, so...
  15. Red

    Mapper [PAID] [10.x+] Looking for a creative mapper for a custom server

    Hello! With @RokojoM on hiatus for an undetermined or perhaps indefinite amount of time, my custom / Evo server Cyntara. (Anyone not familiar with my server is encouraged to click the hyperlink for general information; we always keep to the newest protocol, and the screenshots pick up on page 5...
  16. Red

    Tibia Trailer by Cipsoft

    @LordVissie @HalfAway Red
  17. Red

    [TFS 1.x] Free Scripting and Support

    But why not right lungs? Right lungs are larger! Red
  18. Red

    Gathering interest for Nelvara!

    Great servers deserve feedback. I apologize if my feedback is less-than-helpful, though. 1. Yes. 2. Yes. Nelvara is probably the only server I've played in years. I quit simply due to real-life obligations. If things had been another way, I'd have played for much longer. 3. It's unlikely. I'm...
  19. Red

    Lua player:getTarget() Issue

    Nothing is being passed into your function. Red
  20. Red

    Solved Memory Leak ~ 12Gb of Ram Usage

    I'm sorry, I'm pretty sure the discussion is passed this, but this misinformation is bothering me... If a script is causing an infinite loop, you'll know it. All it takes is one infinite loop to freeze the entire server until you restart it. It makes no difference if you have one player...
Back
Top