Jump to content
TrinityCore

knuxyl

Plebs
  • Posts

    1
  • Joined

  • Last visited

knuxyl's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I am creating an online database viewer for TrinityCore master and I just finished the styling and Javascript. The database uses JQuery, JQuery UI Tabs, and JQuery DataTables. I am trying to recreate wowhead but one that reads TrinityCore's database so it would be easier to work with the database and see values in a human readable form. I am intending to release the source to TrinityCore so anybody would be able to use it. It has full functioning tooltips, sorting, pagination, tabs, etc. Just when I went to start the php code to query the database, I realized the world schema is missing the table item_template. This is crucial for being able to search items. I read that it is now stored in .db2 files, but I have absolutely no idea how to search them, let alone extract/open/read them. Does anybody have any idea how to search for items in the TrinityCore database? Thanks Edit: I've read that .db2 is a database file, similar to how .sql is a database file. If I could find a tool that can convert the .db2 file to either .sql or .csv, I could create a sql database specifically for the website. I've attached a picture of the database with a test item populating the table
×
×
  • Create New...