sgkoishi / PackTracker

Plugin for HearthstoneDeckTracker
MIT License
22 stars 1 forks source link

Remove packs from history #27

Closed Blixtmen closed 2 years ago

Blixtmen commented 2 years ago

Heyo! Is there any way to manually remove packs that were tracked? (Forgot I had the plugin running while opening some packs on a different account)

sgkoishi commented 2 years ago

HDT -> options -> Settings -> Open AppData Folder, then PackTracker\History.xml. Open it with any text editor (notepad is fine) and remove whatever you want.


You should see something like this:

  <pack time="637847113415167966" id="665">
    <card id="AV_114" />
    <card id="AV_328" />
    <card id="AV_133" />
    <card id="ONY_009" />
    <card id="AV_360" />
  </pack>

637847113415167966 is time; AV_114 is card; 665 is pack

You might want to save the file when HDT is closed (I'm not sure if it's required)