• 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

    BlackTek-Server Development Thread

    I'm not so certain. Sure the language barrier made it worse, but it is fairly silly go to into the discussion thread of another server and state "We did that first!" Doesn't really matter what the context is, the intent is clear. "Hey look at my server instead of this one!" Either way...
  2. Flatlander

    Anyone remember Species? (The war server or the RPG server)

    No need to apologize! It's the job of a developer of any game or software to steal any good ideas and add it to their own :)
  3. Flatlander

    Anyone remember Species? (The war server or the RPG server)

    Yes, instead of "using" the ladders you simply walk towards them from the correct direction.
  4. Flatlander

    Anyone remember Species? (The war server or the RPG server)

    Lol "The Flatlander Effect" I still need a lot of polish on all my new systems, but you can see how I changed floor-changes, and also the lighting system. (Both are work-in-progress clearly, but you get the idea) * Also posting this as a GIF changed the colors and stuff, so it looks a little...
  5. Flatlander

    Anyone remember Species? (The war server or the RPG server)

    Wow you are still a regular here? I believe (if I remember correctly) you were one of the people always complaining about the lack of good custom servers, and the vast amount of RL Copies. I'm sure you are a little happier now, since there seems to be at least much more custom features in the...
  6. Flatlander

    Anyone remember Species? (The war server or the RPG server)

    Hello! I'm getting close to being ready to release my next project, it has been so long that I am curious if anyone still even remembers my previous projects. I am glad OTLand hasn't died out while I've been working on my new stuff. Anyways! Just wanted to check in and say hello and see how...
  7. Flatlander

    TFS A* Algorithm :D

    I see I was mentioned here. So I am just going to summerize TFS's Pathfinding and what changes you can make. 1) Pathfinding (This is basically the function that finds a path. getPathMatching is the function TFS uses and I upgraded it about 7 years ago myself to be much faster. Which is what you...
  8. Flatlander

    TFS 1.X+ Change weapons' basic attack to manual by pressing a Hotkey

    Hello! I haven't been on otland in a bit, but I had some free time today and was not able to remotely work on my own project so I thought I would help out! If you want to remove auto-attacks from players (but not from monsters) you would need to make the edit in player.cpp You can just delete...
  9. Flatlander

    [TUTORIAL] How to Lazily Optimize saving of player_storage

    Like I said, this is the lazy way of doing it. Takes a few lines of code. If you want to do it some other way go for it. I'm not going to stop you.
  10. Flatlander

    [TUTORIAL] How to Lazily Optimize saving of player_storage

    Hi everyone! It's been a long time since I've made a tutorial but I have been messing around on some OT Servers and noticed Server Saves sometimes taking a very long time. If this is happening to you! It's usually due to 1 or 2 things. Option 1: Saving house items Option 2: Saving storage...
  11. Flatlander

    Alpha-Test Part 2 - Multiverse - Released **New Client**

    I'm still working on this server. Completely re-scripted the NPC Shops, I need to update a lot of UI, and I have done a bunch of OTClient Updates and TFS updates/optimizations. I now have the ability to save the entire map, so anything you do to the map stays forever, even after restarts. (This...
  12. Flatlander

    TFS 0.4 Attack Speed problem

    There are a few things that can cause issues with attackspeed. (Expecially fast attackspeed) First, if you want attackspeed faster than 50 ms, you need to change SCHEDULER_MINTICKS. Also I would try this for your doAttacking function. void Player::doAttacking(uint32_t) { if(!lastAttack)...
  13. Flatlander

    Back when there was tons of People on Ot sites.

    All I was saying was, the most popular OTs were the ones where you could quickly get above level 100, make money, and then go War. Tibia saw how successful these OTs were, and they basically copied it. You can now quickly get above level 100 easily, while makingTONS of money and go war all day...
  14. Flatlander

    Back when there was tons of People on Ot sites.

    This is a huge part of it. Issue #1: When you make a game, you are competing with EVERY OTHER GAME IN EXISTENCE. That means your OT Server is competing with Starcraft 2, Fortnite, DOTA2, League of Legends, World of Warcraft, and every other game. Also, TONS of good games are free now. Your OT...
  15. Flatlander

    would u like to play in tibia thats not pay2win ?

    Oh I don't care at all if people spam me saying they are going to quit. If you are making an OT Server (especially a good one) you are doing a job. People should be paid for doing a good job. If you do not think people should be paid for doing a good job then you are for slavery. I personally...
  16. Flatlander

    [OTClient Showoff] Show off your OTClient project/module/UI and other

    It's all early implementation. The lighting system is a work in progress. I need to make it look better but the idea is that your character cannot "see" through walls and light "gives" light to the tiles. The hovering items only works in inventory/containers. Does not work in the game-window...
  17. Flatlander

    [OTClient Showoff] Show off your OTClient project/module/UI and other

    What do you think of some of my changes?
  18. Flatlander

    would u like to play in tibia thats not pay2win ?

    Ok, make the Prey Task Tibia-Coin only. Changes nothing about the actual reward of the task, it isn't a super-unfair advantage. **edit** If Premium only gave you a 10% exp boost, and 3% less exp lost on death. Would it make it so you HAVE to have premium to be good and be able to compete at...
  19. Flatlander

    would u like to play in tibia thats not pay2win ?

    I disagree. "Pay to Progress" is the best way to do a server where you can buy stuff. Like the Prey Tasks in Real Tibia. You can spend TONS of in-game (and tibia-coin) money re-rolling tasks for a 2 hour boost hunting a single monster. Do you have any idea how much money that single system has...
  20. Flatlander

    would u like to play in tibia thats not pay2win ?

    Pay for boosts, or premium, or for cosmetics is fine. Even paying for specific items that just offer convenience is fine. You cannot pretend that EVERYONE agrees that all games should be free, simply because a vast amount of people are willing to pay for even the deluxe edition of games. Some...
Back
Top