Skip to content

Extract item names from Tibia.dat #12

Description

@mathiasbynens

Tibia.dat contains useful info about items that can be sold through the in-game market. E.g.:

{
    "boots": [
        {
            "decID": 813,
            "isStackable": false,
            "name": "terra boots",
            "hexID": "2D 03"
        },
        {
            "decID": 818,
            "isStackable": false,
            "name": "magma boots",
            "hexID": "32 03"
        },
        {
            "decID": 819,
            "isStackable": false,
            "name": "glacier shoes",
            "hexID": "33 03"
        },

A tool to extract this data would be useful. (I used to have a custom Python script that supported the data format up until version 10.56, but 10.57 changed the structure a bit.)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions