Thanks this saves me sooo much work! Thank you!!
It was only an hour for all 16 toons.
It would be great if a toon returned to their starting location. I had 16 toons all crowded around the banker.
I had the same problem with the depot as previously reported. I needed to click the item into the depot. There were times it was enough just to have it hove over the depot. The first time the depot was called it always happen. Later it was being clicked in by the script. Later still I needed to click the item. I need to check the sequencing a bit.
The script did confuse a familiar with the main toon. I needed to get rid of the familiar. I didn't try a banking familiar.
The script never consolidated items into the depot at the end. I ran /tsc toonname on a few of the toons to remedy the situation.
I've included my ignore file. Except for the bread. They are reagents used by the toons. They need them.
return {
[1] = 'Loaf of Bread',
[2] = 'Essense Emerald',
[3] = 'Tiny Jade Inlaid Coffin',
[4] = 'Jaspar',
[5] = 'Emerald',
[6] = 'Fire Beetle Eye',
[7] = 'Malachite',
[8] = 'Essence Emeralds',
[9] = 'Bloodstone',
[10] = 'Pearl',
[11] = 'Fulligan Soulstone of Innoruuk',
[12] = 'Cloudy Stone of Veeshan',
[13] = 'Tiny Dagger',
[14] = 'Peridot',
[15] = 'Opal',
[16] = 'Gnomish Escape Rocket Fuel',
}
I did have a problem with one of the regents. It has an apostrophe in the name. The script flagged it as an error and I needed to delete the entry. How do you handle "Cat's Eye Agate"?