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

    [USA][7.6 CUSTOM] ReDream OTServer l CUSTOM MECHANICS | MAP CUSTOM | NEW VOCATION | JOIN US NOW!

    If you're going to make new accounts to drum up fake interest in this thread, at least do it in a more clever fashion....
  2. I

    [USA][7.4] Tibiabase | Cipsoft Engine Custom Edition | 1x Long Term

    Yeah I think it's the best description, even though the phrase "real v ot" back in the old days was kinda valid, exact tarball clones are making that phrase obsolete.
  3. I

    [USA][7.4] Tibiabase | Cipsoft Engine Custom Edition | 1x Long Term

    I would consider anything not ran by Cipsoft, as OTS, regardless of whether its an exact clone or not.
  4. I

    Lua could someone look this over i cannot understand the error im sure it's simple

    Learn to tabulate your code. It will make errors such as missing close brackets/ends more obvious, and just makes the overall readability of the script much cleaner. Personally, I ignore all requests of code that is messy/not tabulated. There are programs/IDE's that even do it for you these...
  5. I

    OTClient Increase the width from chat button

    He finally got an answer from someone after 8 years!
  6. I

    [7.1] Real Tibia Map as close as possible

    No-one can see this (because it's a direct message I assume) or it has been removed/deleted
  7. I

    C++ Real Tibia BUG (Vocation on ROOKGAARD)

    [How To] Intercept, Modify, Block, and Send Packets (https://github.com/jo3bingham/TibiaAPI/wiki/%5BHow-To%5D-Intercept,-Modify,-Block,-and-Send-Packets#send) jo3bingham has already made a library exactly for this as explained earlier in this thread.
  8. I

    EasyBot 2.0 Free Tibia Bot

    I'm not a big fan of botting etc, but still cool, nice job!
  9. I

    C++ Real Tibia BUG (Vocation on ROOKGAARD)

    When I was developing for FiveM a few years ago (GTA5), the amount of things controlled by the client (which should have had server checks) was an eye-opener... hence why Rockstar had the crazy money spawning glitch and insane amount of teleport hacking back in the day. They simply did not want...
  10. I

    Helps generate images

    There are plenty of online web tools that you can "cut" an existing spritesheet to create individual sprites, and then generate a gif. A quick google search of "spritesheet to gif" produced these results: Sprite Sheet to GIF Converter (https://collidingscopes.github.io/spritesheet-to-gif/)...
  11. I

    C++ Real Tibia BUG (Vocation on ROOKGAARD)

    May have possibly been patched today as they had downtime for the second day in a row.
  12. I

    Buypoints script skrypt hotpay

    It's a forum rule to write in English. If you want to speak in Polish, make a thread in the Polish board. And by your own explanation, if it doesn't take long to translate, then translate your message first, and post it in English...
  13. I

    OTAcademy Discord

    Seriously? You are asking why you got banned from OTA? xD Those admins have been banning people for absolutely nothing since day one. Cwiras is probably #1 for the most discord bans made in 24 hours...
  14. I

    C++ Real Tibia BUG (Vocation on ROOKGAARD)

    Interesting! Yeah, probably as you said, he's skipping the dialog completely and just sending the choice directly. I saw this and people have some wild theories in the comments lol I hope you are able to figure it out! Make a video and post it here if so, I would love to see it!
  15. I

    Buypoints script skrypt hotpay

    English.
  16. I

    C++ Real Tibia BUG (Vocation on ROOKGAARD)

    Ahh I see! I remember their old Dawnport tutorial island, they had specific tiles that you walked on to switch vocation (they split the island up into 4 quarters for each voc). So I guess this is the same, but they have this choice dialog pop up instead in Newhaven? I now understand how it...
  17. I

    C++ Real Tibia BUG (Vocation on ROOKGAARD)

    A lesson to never trust the client. Why did they not verify/validate server-side? ... crazy.
  18. I

    TFS 1.X+ RateMagic not working on tfs 1.4.2

    Possibly yeah, I am not sure of the exact reason.
  19. I

    TFS 1.X+ RateMagic not working on tfs 1.4.2

    forgottenserver/src/vocation.cpp at 5b3b0d7460f377a599d5d7df6627e3a1c9fc7e46 · otland/forgottenserver (https://github.com/otland/forgottenserver/blob/5b3b0d7460f377a599d5d7df6627e3a1c9fc7e46/src/vocation.cpp#L155) The value you are looking for is here for the latest TFS (1.6?), but it should be...
  20. I

    TFS 1.X+ RateMagic not working on tfs 1.4.2

    Edit: nvm, I can see that you have nearly solved it now.
Back
Top