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

    I can't start the server locally

    Did the MySQL error dissapear when you did this? Only ban error left?
  2. rwxsu

    I can't start the server locally

    Try changing this sourcedata = "SQL" to sourcedata = "XML"
  3. rwxsu

    Monster Level Problem

    This is a simple string matching example: s = "Deer Banana [8]" a = s:match("[^[]+") a = a:sub(1, -2) print(a) --> Deer Banana It matches upto [, then uses sub to subtract the extra space between Banana and [...
  4. rwxsu

    custom spell tfs 1.3

    Try this: AREA1 = { {0, 0, 0}, {0, 3, 0}, {0, 0, 0} } local cbarea = createCombatArea(AREA1) local function sendHealingEffect(cid, position, loopCount) local player = Player(cid) if not player then return end...
  5. rwxsu

    Why You Should Use The New Crypto-Based Browser

    It was a quick video I made. I will make a better video.
  6. rwxsu

    Why You Should Use The New Crypto-Based Browser

    Investing vs Saving You can think of buying BAT as saving your money. Everyone should at least save 10% of their income, but not in bank or cash (because of inflation). You should spread your savings out in different places. And trust me when I say this, BAT is one of those places. I'm not...
  7. rwxsu

    Why Did We Remove Modules From TFS?

    Oh. This thread can be deleted then. Edit: That's a stupid name revscriptsys. Why not just call it what it is? Then I could search for it and not have to ask. Nobody searches for revscriptsys when looking for mods. 1576764570
  8. rwxsu

    Why Did We Remove Modules From TFS?

    Why Did We Remove Modules From TFS? It does not make sense. Pros: You can copy-paste the scripts you want easily, because you don't have to distribute the script across multiple files and folders. You can add/remove scripts without touching existing code (such as talkactions.xml). Cons: ?
  9. rwxsu

    Why You Should Use The New Crypto-Based Browser

    I forgot to show you! Attention: The BAT crypto valuta is not unlimited. We are getting closer to the total supply. You don't need to be a genius to see what will happen when circulating supply = total supply; 📈. Links you can use as a thank you because I'm sharing information with you: Brave...
  10. rwxsu

    Why You Should Use The New Crypto-Based Browser

    No. This is my investment. I paid.
  11. rwxsu

    Why You Should Use The New Crypto-Based Browser

    You can turn off Brave protection for specific sites, and its just pure chromium.
  12. rwxsu

    Why You Should Use The New Crypto-Based Browser

    1. You can buy with Coinbase (it has PayPal support). I bought 1000 BAT on there too. 2. Brave supports multiple channels: YouTube, Twitter, Websites, etc. (the most important is that you get a lot of traffic). You can also get referrals like I do. 3. I haven't created a bot, but there are...
  13. rwxsu

    Why You Should Use The New Crypto-Based Browser

    Here, this is what the founder of JavaScript (and Brave) has to say.
  14. rwxsu

    Why You Should Use The New Crypto-Based Browser

    Why You Should Use The New Crypto-Based Browser, Brave. I have hidden this video from YouTube. Only some people will see it. Other: 1. collect BAT while browsing automatically 2. block all annoying ads automatically 3. tip your favorite sites with BAT (e.g. Otland is a Brave verified...
  15. rwxsu

    Bitcoin Server Tutorial

    What do you think is the next trend?
  16. rwxsu

    [Download] Tibianic DLL Sources (Client Injection)

    Try adding trailing backslashes \
  17. rwxsu

    how to achieve those effects?

    😂 the other trainers are just nearby and you can see the damage dealt by those players. This must be troll.
  18. rwxsu

    [GESIOR ACC] Report-BUG System (Advanced)

    Znote replaced param with db.escapeString(param), everyone using Gesior should too.
  19. rwxsu

    GoOT (Golang Server)

    Thank you, join the channel Join the (Open)Tibia Discord Server! (https://discord.gg/zVmrKBc) to discuss with other devs (we are currently 4).
  20. rwxsu

    GoOT (Golang Server)

    Ah, thank you (I'm noob in discord). https://discord.gg/zVmrKBc
Back
Top