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

    [Lua] Understanding Storages

    Forgot I had this tutorial. I noticed quite a few mistakes here. I should update all of my tutorials sometime soon.
  2. Evan

    Best version/REV for an ATS?

    dominique120 is correct, if you're gonna use a custom client, then a specific protocol use doesn't matter. 1.0 is an official release, meaning it is stable with next to zero bugs. 1.1 is just a continuation of 1.0 (with new features and stuff), but it is still under development. An official...
  3. Evan

    Solved TFS 1.1 weapon dissapear after attack [big problem]

    Update your TFS 1.1 executable with the latest revision Mark fixed this recently: https://github.com/otland/forgottenserver/issues/1132 https://github.com/otland/forgottenserver/commit/0df114d5562b1ece225e17c0a68d13910d754779
  4. Evan

    Lua TFS 1.0 | Reward chest system, some advises?

    Not on Breed, you didn't. On a former alias, you did. We'll just leave it as that and move on. You don't have to release anything and we're not here to force you either, but it'd be nice of you though. However, if you come here and say "there is a better way, but I won't tell", then you're...
  5. Evan

    Anyone from the USA?

    Amagad, you stalker! Haha just kidding I live in Michigan! I bleed blue through and through. University of Michigan graduate.
  6. Evan

    Lua TFS 1.0 | Reward chest system, some advises?

    No one needs any of your shit, I and many other people have been giving and providing support to this community for many years. When you removed your tutorials, it was quite obvious what kind of person you are.
  7. Evan

    Lua TFS 1.0 | Reward chest system, some advises?

    There is. https://github.com/otland/forgottenserver/wiki/Metatable:MonsterType MonsterType:getLoot() It returns the a table containing loot information from the respective monster XML files. Here are the available fields (from luascript.CPP) setField(L, "itemId", lootBlock.id)...
  8. Evan

    XML vs SQL - Your Thoughts!

    The answer is pretty obvious. I don't think there is a single XML server out there.
  9. Evan

    Lua StepIn animation (55) on x y z (only one)

    Open another onStepIn() script in Movements and copy the function onStepIn() line if you forget the parameters. Using cid.pos there is incorrect.
  10. Evan

    Lua StepIn animation (55) on x y z (only one)

    Give that ground an actionId or uniqueId. onStepIn() doSendMagicEffect({x, y, z}, 55, false) -- or true if you want end If you want the full script, post in Requests board.
  11. Evan

    Lua StepIn animation (55) on x y z (only one)

    TFS version? http://otland.net/threads/rules-for-the-support-board.217087/ READ RULE #5
  12. Evan

    What twitch streamers are you watching?

    BubbaGame for Tibia (a legit professional at the game)
  13. Evan

    Why is this keep on getting ignored? TFS 0.4 Rev.3884 64bit gui /w war system

    Okay, think of it this way, we'll use a car for our analogy. There are two things that work together to run a server. Server executable (*.exe) Data pack The server executable is the engine. The data pack is the frame, interior, exterior, electronics, anything that is not the engine. The...
  14. Evan

    Why is this keep on getting ignored? TFS 0.4 Rev.3884 64bit gui /w war system

    @dominique120 has already said it. A GUI version is really buggy and will light your computer on fire (metaphor) Plus, there isn't anything on the GUI that would be useful anyways. Just use or create your own in-game commands if you want to make your life easy.
  15. Evan

    Why is this keep on getting ignored? TFS 0.4 Rev.3884 64bit gui /w war system

    Probably keylogger that you downloaded or a horrible password that you had. Remember, if you use the same password in a server as the password to your email, then you're easily exposed. Use different passwords for everything.
  16. Evan

    Why is this keep on getting ignored? TFS 0.4 Rev.3884 64bit gui /w war system

    Just remember what revision you downloaded from, then compare all the later revisions with the revision you downloaded. You can see all the code changes and whatnot. For example, look at the latest revision today by @Printer...
  17. Evan

    Why is this keep on getting ignored? TFS 0.4 Rev.3884 64bit gui /w war system

    There is a very nice project that is being updated almost everyday by people like @Ninja, @Printer, @Summ, etc. http://otland.net/threads/10-41-tfs-1-1-orts-open-source-real-map-project.204514/ edit: @dominique120 beat me to it
  18. Evan

    [Idea] New Items File

    As posted by @Mark on GitHub: https://github.com/otland/forgottenserver/issues/1085
  19. Evan

    Why is this keep on getting ignored? TFS 0.4 Rev.3884 64bit gui /w war system

    Feel free to check my signature \/ But in all reality, do whatever you wish. Put where your heart is. I'm not here to force you to use a specific version of TFS. However, I can voice my reasoning against some versions. I'm someone who is aggressively trying to end 0.3/0.4 and 8.6 altogether...
  20. Evan

    Why is this keep on getting ignored? TFS 0.4 Rev.3884 64bit gui /w war system

    0.3/0.4 in general has a lot of bugs. There are some bugs that have not been fixed. You can literally log into a server with elfbot and crash it if you know what to do. It's pathetic. Think of 0.3/0.4 like this: Take 0.2, take a shit on it. Smells like taco? Yum! <but people don't realize...
Back
Top