• 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

    About Anti-Trump people turning violent

    I am very interested in you. When I read this, I wonder where you are getting your information. Can you give sources for your information? First Response to you saying Nazism is extreme right. You are wrong. The Right generally wants no regulations, and as much capitalism as possible. For...
  2. Flatlander

    OT players vs RL tibia players

    Not that many people played OTs before hotkeys, but this is just words vs words so there is no way either of us can "win" this argument. But, I will just say this: It is a fact that before the Twist of Fate blessing existed if you really wanted to practice and get a lot of experience in PvP...
  3. Flatlander

    OT players vs RL tibia players

    Cipsoft's tibia has changed greatly in the past years. The issue is as follows: It used to be people on RL Tibia were scared to lose their items, levels, and skills, so they rarely engaged in pvp. When players played an OT Server, they would basically PvP every day all day. This means, the...
  4. Flatlander

    About Anti-Trump people turning violent

    The problem really is a large portion of people have been "brainwashed" into cult-like communities. If you actually watch interviews with them, they believe things that are simply not based in reality. So for example: Imagine you are taught that anytime someone says "Hello" to you instead of...
  5. Flatlander

    About Anti-Trump people turning violent

    The Unites States is both a Constitutional Republic and a Democracy. A Constitutional Republic is a FORM of Democracy. The same way that a Square is always a Rectangle, but a Rectangle is not always a square. A Constitutional Republic is always a Democracy, but a Democracy is not always a...
  6. Flatlander

    artificial intelligence in a monster?

    This is the weirdest reply I have ever gotten on OTLand.
  7. Flatlander

    artificial intelligence in a monster?

    I was thinking of making an "Evolution" mechanic. Where Monsters could evolve (as a species) to decide on more health, more damage, etc. You basically need 2 things to make "Evolving AI". Variables that can change A Measure of success So for example: If you let monsters have randomized stat...
  8. Flatlander

    [Sweden] [Custom] CHAMPSBATTLE - MOBA&BATTLEROYALE

    By population problem I mean, if there are 9 people online, then a 5v5 game cannot start. Or, if there are 15 people online, 1 game starts, and the other 5 have to wait for the game to end, and then only 10 of the 15 can play. (Basically, if you don't have an multiple of 10 online, then people...
  9. Flatlander

    [Sweden] [Custom] CHAMPSBATTLE - MOBA&BATTLEROYALE

    I will try this. If you have "population" problems, you may need to introduce AI, or some sort of balancing mechanic. (Also, players leaving in the middle of matches, could be an issue) I'm interested to see how this server will work :)
  10. Flatlander

    Collision System

    Not bad :P The more custom servers the better.
  11. Flatlander

    Collision System

    Sounds fun, let us all know if you create something interesting!
  12. Flatlander

    Lua Armor

    Hello! I will now explain how stupid TFS works in regards to Shielding, Armor, and Defense. (Yes this is TFS 1.X, or 0.X, both use basically the same code) First for Defense: damage -= uniform_random(defense / 2, defense); This means, if you have 20 defense, you will block a random amount of...
  13. Flatlander

    OVH high ping for south america (Canada vps)

    I have made the below Bold, because it actually is in relation to your problem. (Rather than the people above telling you to switch to Linux, which would literally do absolutely nothing for your latency issues) Also, getting more bandwidth would most likely do nothing to solve your problem. So...
  14. Flatlander

    [Poll] Could your computer run a 3D OtClient? (Or can you run League of Legends?)

    Hi All, I'm thinking of changing up my client a bit and make it a mix of 3d/2d. This will allow me to do much cooler things, and add in more interesting mechanics. My fear would be this might eliminate a certain amount of players. Then I thought "Well basically anyone can play League of...
  15. Flatlander

    [Canada] [8.60] DeathZot | 99% Custom Map | 22 Vocations | Over 200 New Items | Prestige | Dungeons

    How it is like to play Deathzot as Flatlander:
  16. Flatlander

    Protocol Version 1111

    The server would have to compare the original map, to the edited map, and only update the player's local map when they enter the screen with the difference. This in itself would impact server performance.
  17. Flatlander

    Protocol Version 1111

    Sigh, ok you are right that the X axis is 18 tiles not 16, I was giving it as an example, that it doesn't re-send the entire screen every time you move. The client is rather efficient. And yes, when you first log in, it sends the most packets at once, because not only does it load the entire...
  18. Flatlander

    Protocol Version 1111

    Tibia cannot have local maps, the game simply doesn't work that way. **Well technically it could, but it would be horrible** Lets say I make a modded OTClient, and I put the OTBM in the otclient for each player, so instead of sending the map to players, I just send their positions and they load...
  19. Flatlander

    Lua [TFS 0.4] Moving ground

    You can't really swap the tiles, but you can "Simulate" that you swapped the tiles. First, you'd mainly use the function doRelocate(fromPos, toPos). But, there is a problem with this. If you Relocate Tile 1, to Tile 2, then EVERYTHING is on Tile 2, So you'd have to have what I call a "Utility...
  20. Flatlander

    Will cipsoft eliminate Otservers?

    That's an interesting idea, but I don't think it is true. So editing something on a SSD can be illegal, but editing the same thing imported to RAM is legal? That makes literally zero sense. Why does RAM have different laws applied to it than a Hard Drive? Also, even if somehow under some weird...
Back
Top