• 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

    Does the OT scene need an exorcism? (food for thought)

    Well, anyone who uses TFS, but doesn't make a server with tibia's rules is basically making a new game. I would argue many servers in the past were more of an "MMORPG Maker" server. ChaosOT Collapser Deathzot Species Rise of Abbadon\ Whi World Necronia Project XDC Basically any server that has...
  2. Flatlander

    Does the OT scene need an exorcism? (food for thought)

    The problem with OTs is simple. We are still making tibia servers, this is a problem, we should stop associating ourselves with tibia and evolve the project into a "RPG Maker".
  3. Flatlander

    [USA] Rise Of Abbadon 8.60 - 100% Custom RPG

    I was basically the only person that really worked on this new Rise of Abbadon. It was fun, but the owner didn't want to continue with it so it died. I actually haven't seen the Admin of this server for months. For all I know he died, or got married, or got a job. I can basically guarantee this...
  4. Flatlander

    C++ New equipment slot don't work

    Doesn't matter, You should be able to see the inventory slots in the OTClient without doing anything in TFS. Until you fix the OTClient where you can see the inventory slots in the inventory window you won't be able to test or do anything.
  5. Flatlander

    C++ New equipment slot don't work

    Your gauntlets and Bracers have the same position as the ammo slot: &position: {x=65535, y=10, z=0} You'll probably need to change that to something new. Like y=11 and y=12 or something. You probably have other issues, but that's the first thing I know is wrong. It probably works, you just...
  6. 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...
  7. 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...
  8. Flatlander

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

    Are you using TFS 1.X or 0.X?
  9. 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 =...
  10. 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...
  11. 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)
  12. 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.
  13. Flatlander

    About Anti-Trump people turning violent

    I think another problem is people think in vastly different ways. And have different priorities.
  14. 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.
  15. 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...
  16. Flatlander

    Average hits per second (Counting hits)

    use os.mtime() This counts in miliseconds instead of full seconds. MUCH more accurate.
  17. 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.
  18. 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...
  19. 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...
Back
Top