• 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!

Recent content by Under Influence

  1. Under Influence

    Mercadia - 7.1 Project Discussion Thread

    Wow Im glad the 7.1 map I helped crate will be put to good use. Making things denser is the way to go, I also created a map where I put all the premium hunting spots in mainland to achieve the same effect [7.6] All premium account dungeons in Tibia mainland...
  2. Under Influence

    Project Catraya: Future HTML5 OT like game

    I am using fetching the tiles from outside of the screen, top and left 1sqm and right and south 2sqms because you can see a bit from outside. I fetch all tiles only on floor move, login and teleport. I am only getting the minimum necessary sqms. But I havent touch the project in a while, Im...
  3. Under Influence

    Project Catraya: Future HTML5 OT like game

    Yeah you are right, another way is to put on the map server memory a flag if the client show display the above floor or not on the respective coordinates which is done on map load on server start. But I am trying for the server to stop sending unnecessary data, only the needed floors and when I...
  4. Under Influence

    Project Catraya: Future HTML5 OT like game

    Im checking if there are tiles above the character on the next moving position on the server (if floor is ground or above), if so, the server will only send the sqms of the current floor (or one row / one column ) export const filterItems3D = (pos: PosComponent) => { const { x, y, z } = pos...
  5. Under Influence

    Project Catraya: Future HTML5 OT like game

    working in the fight system and containers (loot) Im thinking of every action have 1 second cooldown, so that macroers wont get any advantage
  6. Under Influence

    Project Catraya: Future HTML5 OT like game

    I havent decided, the previous code doesnt look good enough, specially the client code. I did release the data files in json here (item characteristics for example), which is already a good starting point. https://github.com/ddcatraya/otjson My server reads from otbm maps and spawn xml and...
  7. Under Influence

    Project Catraya: Future HTML5 OT like game

    I dont want to make a tibia old school replica, there are too many games like that. I want to base myself on old tibia mechanics like 7.1 and add some ideas of mine, I want skills to feel more like tibia, mining would work like fishing where you can try any of cave stone wall, instead of random...
  8. Under Influence

    Project Catraya: Future HTML5 OT like game

    I have gotten back to this project the last month, starting from scratch, the main goal is to run in the browser. It will look similiar to old school Tibia but will be a different game. I become better at programming from my job and other projects and with AI code help I feel that finally I will...
  9. Under Influence

    List of Sprite Changes Between 7.4 and 7.72 (7.6)

    Here you have the converter of server IDs https://github.com/ddcatraya/otjson/blob/master/itemsIDConverter(77%20to%2074).json
  10. Under Influence

    Leveraging AI to Modify Maps in Remere's Map Editor (RME) for Open Tibia - Discussion and Possibilities

    I managed to run a small tibia like game in the browser using otbm2json library and this converter of spr files: https://otland.net/threads/tibia-7-7-data-in-json-for-ot-web-versions.284658/
  11. Under Influence

    [7.1] Real Tibia Map as close as possible

    It uses 7.4 client The maps are for tibia 7.4
  12. Under Influence

    Recreate the thrill?

    I forgot to say that you should prioritze having a huge mainland than having more islands. Islands makes the server feel more empty. If you gather players in walkable mainland cities makes the server feel more alive and making travelling more dangerous, avoid boats. I was not talking about...
  13. Under Influence

    Is there any AI project going on to generate Tibia sprites in StableDiffusion?

    Is it possible to make new sprites of tibia 7.2 style using Stable Diffusion? Maybe the first step is describing all the sprites with text. Ideally it would be also training AI to generate the corresponding JSON attributes file of sprite like Tibia 7.7 data in JSON for OT Web versions...
  14. Under Influence

    Recreate the thrill?

    Yes this is what I always wanted. For me tibia 7.2 was the last update that has old tibia feel and still they already ruined the feel with level/quest doors. Tibia 7.1 was the peak. Ankrahmun turned tibia into a theme park mmorpg with easy power gaming spawns. However I think what you are...
  15. Under Influence

    Tibia 7.7 data in JSON for OT Web versions

    I decided to release data from one of my abandoned projects. I have the data in JSON of Tibia 7.7 for items (with client side and server side info into same file), monsters, missiles, effects, minimap colors and even a server ID converter from 7.7 to 7.4. With this you can develop in...
Back
Top