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

    For some reason attack speed didn't change

    First, I want to tell you that your post is hard to understand, and you don't give us accurate information. But, no worries, I will help you anyway. Your issue is simple, in TFS Source -> player.cpp, the function doAttacking does not schedule the "next attack" correctly, therefor it waits too...
  2. Flatlander

    Optimizing TFS Pathfinding

    I fixed all the code issues on this thread to match the Pull Request I made to TFS. This is now tested (Thanks to Xagul) and it is 100% working. Mark has expressed some concerns about it may not choosing the "best" path, I asked him to give an example of what could go wrong. Shouldn't be too...
  3. Flatlander

    Monster ViewRange configured in monster.xml files

    I have this code working on my server, which has literally thousands of edits, if you find something is missing you'll have to let me know and i'll update the tutorial.
  4. Flatlander

    [Tutorial Requests] Flatlander Source Code Changes

    Maybe that is true, maybe it is not. I highly doubt whatever "class" you went to taught you every single thing there is to know about C++ or programming. Most of the best Programmers I know, that now work designing stuff at Intel (like my uncle) are self-taught. The thirst for knowledge is the...
  5. Flatlander

    [Tutorial Requests] Flatlander Source Code Changes

    No the repository is not up to date, I honestly dislike Github and stopped using it due to annoyances. If you think you can simply "Learn" C++ or any coding language and just know everything, you have no idea what you are talking about. Programming is a field where you are constantly...
  6. Flatlander

    [Tutorial Requests] Flatlander Source Code Changes

    I actually finished bug-testing and fixing my lighting system Yesterday. I don't think I'll be making a tutorial on it any time soon, it's way too big of a thing for me to do now.
  7. Flatlander

    Monster ViewRange configured in monster.xml files

    Here is my tutorial adding monster ViewRange. This is how far a Monster can "see" you and start chasing you. (Not to be confused with Target Range, which is the distance a monster stands to attack you) I HIGHLY suggest following my Pathfinding tutorial if you plan to have monsters follow...
  8. Flatlander

    [Tutorial Requests] Flatlander Source Code Changes

    First Tutorial is up. I'll do the Monster View Range one today too then i'm done for awhile. Optimizing TFS Pathfinding also @bayview if you want to learn you go to google and type in C++ Tutorials. You do not teach people C++, you teach people how to learn. If you want to learn C++, then you...
  9. Flatlander

    Optimizing TFS Pathfinding

    I am making this tutorial to go along with my Monster View-Range Tutorial. When adding more view-range to a monster, you quickly find your server is constantly freezing due to path-finding. (Especially if you are like me and want wolves to stalk your poor players from 50 tiles away) To fix...
  10. Flatlander

    Shikate - Pixelart

    You still are my favorite Tibia Pixel Artist. As always your stuff looks amazing, especially in-game. I hope your game is as good as your artwork :) I will definitely have to play it.
  11. Flatlander

    [Tutorial] Adding more tiles to game window - Updated 7/6/2018

    Definitely have data on it somewhere. I even have had an argument here on OTLand about how I had to update that pathfinding system. Should We Start Learn TFS Coding ? Basically you'll want to take into account "distance" when selecting a "bestnode" in the pathing system for TFS to resolve most...
  12. Flatlander

    [Tutorial Requests] Flatlander Source Code Changes

    I've had a few people recently asking me to help them do some of the changes I have made to the source code. An example would be this week I was contacted asking if I could help with a few things, but their most important change they wanted was Monster View Range. So I decided to make this...
  13. Flatlander

    New features that people want in a server!

    This is how my upcoming server works. I have Aggro and Threat. Threat is how Threatening you are to all nearby creatures, and Aggro is how Aggravated a monster is at you personally. A monster cannot even start becoming Aggravated at you, if he has not noticed you yet. If you are behind him, or...
  14. Flatlander

    New features that people want in a server!

    Change it to "new class" focused on Buffs/debuffs and you'll have an actual fun character to play. Healing by itself is incredibly boring.
  15. Flatlander

    New features that people want in a server!

    It's fine :) I was actually surprised anyone even still follows my project lol.
  16. Flatlander

    New features that people want in a server!

    It will go into "Beta" this year. ...Hopefully
  17. Flatlander

    Decrese IQ of monsters

    Even without events I could make a Wave Attack Spell that monsters use that doesn't automatically shoot towards their target in about 9 seconds. **EDIT** This is of-course, doing it in a ghetto way I do not recommend, but it's easily possible
  18. Flatlander

    Decrese IQ of monsters

    I don't think this is true. I think more people in OTLand are good at LUA than the source. As for your "Dragon with 200 IQ problem." When you give a wave-attack to a dragon, it will always "shoot" that wave attack towards the player (it can't make a mistake). If you want to program "wave...
  19. Flatlander

    Just a little something I've been working on...

    I just use isSightClear to determine if a light can reach an area.
  20. Flatlander

    Servers this days

    There is a spectrum of Pay 2 Win. On one side: A game can have only cosmetic items available to purchase. On the other side. Each $1 you spend is +10 donation damage on your next attack. And it's $100 for a donation set that gives you resistance to all damage except donation damage. So I go...
Back
Top