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

parsing

  1. L

    Does someone have the exaclty 8.6 tbia.dat bytes structure or tibia 8.6 dat protobuf file?

    I'm working in some parsers and I wondering to know if this can be used to read the bytes of the 8.6 version. Also, by following the link, I tried perform the protobuf file and got this: syntax = "proto2"; message DatFile { repeated Appearance objects = 1; repeated Appearance outfits =...
  2. sony94

    .sec parsing grammar

    Hi 🤪 I'm new to parsing and I want to write a .sec LL parser. This is the grammar I have so far: tile -> num-num: tile_tail tile_tail -> ProtectionZone, tile_tail -> Refresh, tile_tail -> cont cont -> Content={num...
  3. 5

    Feature [TFS 1.2] Load Vocations in Lua or XML (Optional from Config)

    I don't know about you but I don't really care for loading content from xml. Find this in vocation.cpp #include "tools.h" Place this below it. #include "configmanager.h" #include "luascript.h" extern LuaEnvironment g_lua; extern ConfigManager g_config; Now look for this. bool...
Back
Top