Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
- Rebuilt from scratch with a full GUI.
- No more need to mess with config files.
- Toons now scan, grab, and bank simultaneously instead of one toon at a time.
- Toons trade 8 items at a time instead of 1 at a time
- Added Collectables mode with all the same features
- Depositing items into the depot is now fully automated (no user intervention required).
- Bulk add, and add from file to ignore and artisan lists
- Statistics are now reported at the end, showing you how many slots you saved.
- Added Generous and Greedy modes. You can set the mode for each toon individually. (See documentation)
- You can add personal ignore files for individual toons (in addition to global ignore).
- If not all your toons are online or in-zone, you can now run it with just the currently available toons.
- Added a leftovers option to get rid of items still in your inventory after consolidation. You can set this for each toon individually.
- Added ability to manage mules
- Manage toons and mules via dropdowns populated by Dannet
- Review actions at each stage to make sure it's going to do what you want
- Option to skip specific items
- Huge speed increase in matching routine
- Give routine: Toon will run back and forth to the bank as many times as needed
- Warning messages before it takes over your screen
- Pauses and unpauses other macros and plugins to avoid conflicts
- Dozens of bug fixes, improved performance and reliability
Features
(8fcb538) ~rawmotion1Feat: Various improvements
/tsc toonA toonB routine now ignores artisan items if toonA is artisan
/tsc toonA depot now respects ignore.lua file
Main routine: recipients now do bank routine even if they didn't give
Commits
(2d6817c) ~rawmotion1Sync to 0.4.8
(3e7aa16) ~rawmotion1Commit
This update has several features I added to make managing TS items in combination with TCN, and the Artisan Prize quests easier. They make sense for my specific setup but may not for yours.
I wanted the toon I'm working on for the AP to completely dump all his TS items onto mules, EXCEPT for the items he still needs for the AP combines. In addition, during consolidation, I wanted all mules to give TS items to my AP toon regardless of other considerations.
In other words, I want my main toon to ONLY bank/carry TS items that he still needs (according to TCN) and place the rest on mules.
To do this, I had to create a massive list of TS items my AP toon still needs. I added support for this in a config file called artisans.lua. Read more below.
NEW
- For the toon give routinte (e.g., /tsc toona toonb), added the 'all' option. Usage: /tsc toona toonb all
This will instruct Toona to give all mats to Toonb, including all TS items in their bank and depot. To ONLY give items from their inventory, omit 'all'.
- Also, for the toon-give routine, I added the option for an ignore_Toonname.lua. If this file exists for the giver toon, it will use this instead of the global ignore. This doesn't affect the main routine.
- Added a settings.lua with two entries. "Tiebreaker", and "Artisan".
- Tiebreaker lets you specify the tiebreaker (before, it was just the 1st toon in toons.lua)
- Artisan lets you assign a specific toon always to receive and never give away items in artisan.lua. This is specifically useful if you want to consolidate, but you have a list of items you want THIS particular toon always to receive and never give away. This allows you, for example, to go hunting, come back to your mules, run consolidate, and ensure your main toon gives all non-essential mats to your mules while keeping all mats you still need for AP combines. It also causes your mules, during the main routine to give all artisan items to your Artisan toon, even if they have a greater quantity.
- Added a bank all command (/tsc toonname bank). This will attempt to put all TS items from your inventory into your personal depot. Unlike self-consolidation (/tsc tooname) this doesn't check whether you already have items in the bank or personal depot. This simply tries to put everything in your inventory into your PD. There are currently no checks as to whether the personal depot is full, so you might need to manually stop it. I created this so my main toon, who is working on his AP, can keep all mats he still needs in his depot while giving everything else to his mules.
format for \config\Consolidate\artisan.lua
format for \config\Consolidate\settings.lua
Will now attempt to combine incomplete stacks in your inventory the correct number of times (instead of number of stacks x number of matches )