TheStonedTurtle / Loot-Logger

A RuneLite plugin that stores Loot Tracker data locally
BSD 2-Clause "Simplified" License
6 stars 9 forks source link

Update the loot through the collection log #17

Open rafagracioso opened 4 years ago

rafagracioso commented 4 years ago

I'm using it and enjoying it a lot. I wonder if the plugin would have to read the collection log and update the loot. It would be perfect

TheStonedTurtle commented 4 years ago

While this could probably work for a majority of the items, there are quite a few that are shared between multiple monsters (Dragon Chain, Dragon Pickaxe, Smoke staffs, Abyssal whips). Because of this I haven't added any feature to import existing data.

You can always add the drops to your logs manually by editing the .log file and adding an additional entry to the drops array

For example, adding the zulrah pet would be ,{"name":"Pet snakeling","id":12921,"quantity":1,"price":0}

You would need to change the name and id for the specific pets, and finding the IDs is not simple.