s2ward / tibia

A repository for all things Tibia, with advanced NPC transcript and library database management.
https://talesoftibia.com
28 stars 5 forks source link

Major task: Restructure NPC locations based on tibias official hierarchy #692

Open s2ward opened 2 months ago

s2ward commented 2 months ago

Basically, the contents of data/npcs/text/ could be remade into: https://www.tibia.com/library/?subtopic=maps image

This is the way it currently is ordered for books, under "wip" https://raw.githubusercontent.com/s2ward/tibia/main/data/books/book_database.json

            {
                "mainarea": "Shattered Isles - City",
                "area": "Liberty Bay",
                "subarea": "Temple"
            }
s2ward commented 1 week ago

Working on this atm