• 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

    C++ New equipment slot don't work

    When you say it doesn't work, can you explain how? Do you see the slot in the client? If yes, When you drag an item into the new slot, does it say anything? (Such as "Not possible.") If this is a slot that can only have certain items in it, did you label the item so it can go into the slot...
  2. Flatlander

    Ever been limited in mapping by not having proper sprites?

    I definitely have. A lot of mappers find ways to combine sprites and layer them to make what they want. For me, another problem is not having the sprite I want for a function. (Which kind of goes along with a map) For example: I recently had an artist make a Lever that can be in 3 positions...
  3. Flatlander

    C++ Modify InGame range to pickup/move items TFS 1.3

    Are you using TFS 1.X or 0.X?
  4. Flatlander

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

    NETWORKMESSAGE_MAXSIZE is the maximum size of a message TFS can send to the Client. If you increase the size of the screen too much, the "login" and "teleport" messages will be too large. (They send every tile on the screen in one message). Honestly you could make NETWORKMESSAGE_MAXSIZE =...
  5. Flatlander

    Community for people who prefer custom servers

    There are plenty of players that will put time on custom servers. The issue is: What type of custom servers. A difficult low-rate custom server has a lot less potential than a high-rate one. Players generally want fast servers where they go strait to the top and full blessings with little...
  6. Flatlander

    Gallowgard - Discussion

    Always good to see custom projects. I'll play it, and if it is as polished as it looks i'll donate to support you then quit (I have my own project to work on :P)
  7. Flatlander

    [USA][Custom] ArchlightOnline - Legacy - Coming May 13th 2022

    It is pretty awesome that you are still working on this. Always good to see projects continue to be updated and supported for long periods of time. So many games die out and are abandoned quickly.
  8. Flatlander

    About Anti-Trump people turning violent

    I think another problem is people think in vastly different ways. And have different priorities.
  9. Flatlander

    Lua Creature script: Monster only lives 20 seconds

    I believe yes. But, even if you find out that it runs the spell timer when the creature first becomes active. Then you'd just set it to require the spell to cast twice before it removes the creature.
  10. Flatlander

    Lua Creature script: Monster only lives 20 seconds

    When a creature first sees a person, their spell timers start. So if you have a creature with a spell, that has a 20 second interval, it will run that spell after 20 seconds. This means you could literally make a "Remove Creature" spell, and add it to any creature. Then just set the interval to...
  11. Flatlander

    Average hits per second (Counting hits)

    use os.mtime() This counts in miliseconds instead of full seconds. MUCH more accurate.
  12. Flatlander

    Attack first/second Battle List OTClient

    I have this working on my OTClient. (Where you can select a monster on the battlelist, and then choose whether to follow, or attack) It was a while back, so I don't remember exactly how I did it, but it was not hard to do at all.
  13. Flatlander

    About Anti-Trump people turning violent

    Again, you aren't trying to understand me at all. Even if I used definitions wrong, you can understand what I am trying to say. And when I say I am not trying to "win" an argument. What I mean is I know there is almost no way I can convince you that everything you think is wrong, and everything...
  14. Flatlander

    About Anti-Trump people turning violent

    Ok, you see this is a pretty big problem. I feel you are purposely being unfair and ridiculous in an attempt to "win" an argument. I am not trying to "win" an argument, I am simply expressing my thoughts on what you said, and express my point of view. You then say that my thoughts and opinions...
  15. Flatlander

    About Anti-Trump people turning violent

    Well, saying no one dared to address any of your points is a bit much. But I will gladly respond to all of your points (I feel I addressed some of them at least, but I will be more direct). - These are my thoughts on your points. First, in response on your thoughts on Capitalism. First, in...
  16. Flatlander

    What makes real tibia map so successful in regards to OTS? (compared to custom maps)

    I feel that back when OT-Servers first started more people enjoyed playing Cipsoft's tibia. But now Cipsoft's Tibia has a ton of updates people do not like, so there is a huge market for RL Map Servers where people can play the older style of Tibia. There are basically more types of tibia...
  17. Flatlander

    About Anti-Trump people turning violent

    Eh, I just like discussion. Sometimes I just feel like I want to debate and discuss with other random people. How else are you supposed to test your ideas.
  18. Flatlander

    artificial intelligence in a monster?

    Personally, I prefer to let everything actually happen. If I have orcs that live in one castle, and elves that live in another, and they are constantly fighting each other. Well.. they will be constantly fighting each other. By this, I simply mean I will have 2 different classes of monster...
  19. Flatlander

    artificial intelligence in a monster?

    It would be better to just have it running on the same computer. You do not want to have extra networking just for monsters. Once the new AMD Datacenter Chips come out, we will be able to do just about anything we want and it won't slow down the server. This means, we could literally have...
  20. Flatlander

    About Anti-Trump people turning violent

    The problem is, they are not "technically" wrong. If you believe no human should ever suffer in any way. Let's put it this way: Under Capitalism, there will be some stupid, useless people that are unable to get a job. (Yes, there are people too stupid and useless to even work at a fast food...
Back
Top