• 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. Syntax

    Flash client Downgrade

    Flash is dead. Nothing about WebGL would provide anti-bot protection other than there are no bots currently made for it. Same goes for Flash, but I think there are actually bots for the Flash client, thought they are not very advanced.
  2. Syntax

    Flash client Downgrade

    They don't decompile properly enough to do that. None of the paid software would.
  3. Syntax

    Flash client Downgrade

    I've been able to patch certain code like hiding the focus message when you click away, but it's not really feasible to do those types of changes. You would be better off creating a new client that uses WebGL.
  4. Syntax

    Tibia Live - Open Tibia Server List [work in progress]

    Changelog: Added dark theme (toggle top-right of screen, auto-dark theme in Safari supported) Added message of the day to the list Fixed list to be sorted by online count by default Roadmap: Filters Multi-world support, currently displaying what seems like duplicates Update dynamic data...
  5. Syntax

    New Tibia List - Take a look and feedback us

    Tibia.live also uses this method. I create JSON files from scans using NodeJS, then update the HTML at intervals. No databases, no cost other than an S3 bucket, which CloudFlare caches well. Added bonus of being able to degrade gracefully when no JavaScript is enabled. Good work, nice features.
  6. Syntax

    OTS Guide - open source documentation and guide for newcomers

    Good job guys. I'll try to contribute to this when my time frees up.
  7. Syntax

    [Research] New ways of bulding Npcs

    I just was just fucking around, I'll still try to opensource it, I won't let one asshole spoil it for you guys. I do need to get permission from some people and clean it up a bit though.
  8. Syntax

    [Research] New ways of bulding Npcs

    Oh I'm sorry, did you have something to contribute to this thread? I did. I didn't start anything.
  9. Syntax

    [Research] New ways of bulding Npcs

    I don't know @Night Wolf said mine isn't that good, so I'm going to let him develop one. He's got a great vision for the community.
  10. Syntax

    [Research] New ways of bulding Npcs

    I didn't write this example for this thread, I simply pasted it from our REAL TIBIA SERVER. You're in a forum dedicated to Open Tibia, based off of CipSoft's game, so I would be a bit more respectful. You would be better of going to a forum dedicated to general game development if you don't like...
  11. Syntax

    [Research] New ways of bulding Npcs

    There are conditional checks in the state system you can add, but that's not how real tibia works for this specific NPC iirc. The system is versatile enough to handle 900+ NPCs from real tibia, it should good enough for every scenario, but alright I'll let you take over.
  12. Syntax

    [Research] New ways of bulding Npcs

    If there's interest in a new system I can see about open-sourcing OX's NPC system. It looks like it's what inspired this thread. Example NPC: local npc = NPC({ name = "King Tibianus", city = "Thais", look = { id = 332, head = 0, body = 0, legs = 0, feet = 0, addons = 0 }...
  13. Syntax

    Tibia Live - Open Tibia Server List [work in progress]

    There's no way to accurately detect it, I'll add a report system and moderators.
  14. Syntax

    PyOT2 (private project, open to trade code/release project for contributions 1:1)

    I and a few others run a Discord channel focused on programming, Tibia, and other games if you're still looking for people to chat/play with. It's got a lot of like-minded developers and gamers in it, it's invite only to keep the assholes and spambots out. PM me for an invite.
  15. Syntax

    Tibia XYZ - A map for Tibia [work in progress]

    Update: Added coordinates in URL on left click Added zoom restrictions Added loading message Reduced initial payload to 2KB (159 bytes when cached) Next Update: Linking coordinates Centering map to last coordinates on hotkey (c) Roadmap: NPC spawn markers (show name, outfit, info on click)...
  16. Syntax

    Tibia XYZ - A map for Tibia [work in progress]

    [removed] combined update with changes below
  17. Syntax

    Tibia Live - Open Tibia Server List [work in progress]

    Learn to read a single paragraph or don't comment.
  18. Syntax

    Tibia XYZ - A map for Tibia [work in progress]

    Yes it will be open-source when it's in a more finished state.
  19. Syntax

    Tibia Live - Open Tibia Server List [work in progress]

    Nothing, it's vanilla HTML, CSS, and JavaScript. It works without JavaScript too. Read the first post "Note: some data like player count will not update during development, as the monitor servers aren't running"
  20. Syntax

    Tibia Live - Open Tibia Server List [work in progress]

    Working on filters.
Back
Top