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

Recent content by JDB

  1. JDB

    TFS 1.X+ TFS 1.2 Distro closes when trying to open

    How large is the map? You may not have enough memory.
  2. JDB

    Script request

    His script will accomplish what you need. Use what he provided and modify it where necessary.
  3. JDB

    Keeping up the motivation

    A lot of what is said here is good. I like to reward myself in some ways. It may sound cheesy but after a long day of coding, work, school, etc. I would treat myself to something (e.g. food) and grab a good night’s sleep. A lot of times I would also take a break and watch my favorite show or...
  4. JDB

    OriginalTibia 8.0 - comeback!

    It's always nice to see an old school server brought back. However, I do wish they were around longer, and that means I'm hoping to see a low-rate server. I'd vote for something even lower than #1. But if I had to choose between those three, it would be that.
  5. JDB

    Protection Otclient

    Seems this should be in the Jobs section of the forum. I have something that may help, though: When it comes to "encrypting" or "protecting" files, the simplest way to do so is by sending an already compiled version to others for use, altering your client (or environment) to be able to read/run...
  6. JDB

    Final discussion thread needed about Pay-To-Win.

    I appreciate you making this thread and clarifying the differences because I, too, have been annoyed at all of the complaining and uninformed members. However, you must also consider that Tibia (or Open Tibia) is a game targeting kids and teenagers. That's why there's so much arguing...
  7. JDB

    What makes an OTS good nowadays?

    A lot has been mentioned here but a key element toward success is balance. This includes everything from the rates to the economy. "Resets" are common because servers are not balanced, not entirely. Tibia is a low-rate game, period. When you alter a single rate (e.g. x2 loot rate), you have not...
  8. JDB

    Lags on br servers

    https://www.washingtonpost.com/news/the-switch/wp/2014/11/03/brazil-begins-laying-its-own-internet-cables-to-avoid-u-s-surveillance/?noredirect=on&utm_term=.65222158e27f Until this is complete, and companies decide whether or not to pay to access it, your best option is as stated above. I hope...
  9. JDB

    [OTHIRE 1.0] With cast system (buggy yet) and others features

    Skulls are enabled, yes.
  10. JDB

    C++ Modal Windows 0.3.6/0.4

    It is possible. However, the client versions which are supported by 0.3 & 0.4 will not support modal window. You will need a custom client (or OTClient).
  11. JDB

    [Germany, USA, Australia, Brazil] [7.4] Legendary MasterCores is coming back!

    They do not have an "anti-bot" feature. All they have is a feature which tracks packets. If you send/request too many in a certain period, it assumes you are cheating. This is most certainly not a full-proof technique. It's simplistic and ineffective.
  12. JDB

    You can die in peace after watching this video

    The good ol' days.
  13. JDB

    Player Loot Rate

    That is correct, it doesn’t. However, it can be used to create a custom function similar to the “loot ring” that was released.
  14. JDB

    TFS 0.X Exausted SSA/Might Ring

    You should use the exhaustion function: local exhaust = 3 --seconds local eStorage = 55510 function onEquip(cid, item, slot) if exhaustion.check(cid, eStorage) then doPlayerSendCancel(cid, "You are exhausted.") return false end exhaustion.set(cid, eStorage, exhaust)...
  15. JDB

    Player Loot Rate

    He is using TFS 0.4, which I deduced by skimming his source files. There is a function you may use to change rates: doPlayerSetRate(cid, type, value) This function does not exist in TFS 1.3, if I remember correctly.
Back
Top