├── AdvancedTradeSkillWindow2.lua ├── AdvancedTradeSkillWindow2.toc ├── AdvancedTradeSkillWindow2.xml ├── Bindings.xml ├── CustomSorting.lua ├── CustomSorting.xml ├── Localization.lua ├── README.md ├── Read me.txt └── Textures ├── Background ├── Alchemy.blp ├── BeastTraining.blp ├── Blacksmithing.blp ├── Cooking.blp ├── Enchanting.blp ├── Engineering.blp ├── FirstAid.blp ├── Jewelcrafting.blp ├── Leatherworking.blp ├── Poisons.blp ├── Smelting.blp ├── Survival.blp └── Tailoring.blp ├── Category.blp ├── MouseWheelCursor.blp ├── Options ├── AtlasLootMinimap.blp ├── AtlasLootMinimapEffect.blp ├── Separate.blp └── Unified.blp ├── Parchment.blp ├── ProgressBarFlash.blp ├── Search.blp ├── TrainingCost.blp ├── UI-DialogBox-Header.blp ├── UI-TaxiFrame-BotLeftReplacement.blp ├── UI-TaxiFrame-BotRightReplacement.blp ├── UI-TaxiFrame-BotRightReplacement2.blp ├── UI-TaxiFrame-InBetween1.blp ├── UI-TaxiFrame-InBetween2.blp ├── UI-TaxiFrame-TopLeftReplacement2.blp ├── UI-TaxiFrame-TopRightReplacement2.blp └── Web.blp /AdvancedTradeSkillWindow2.toc: -------------------------------------------------------------------------------- 1 | ## Interface: 11200 2 | ## Title: Advanced Trade Skill Window 2 |cFF909090v2.1.9|r 3 | ## Notes: Improved window for your professions for World of Warcraft vanilla 4 | ## Version: 2.1.9 5 | ## SavedVariables: ATSW_Characters, ATSW_Profession, ATSW_SelectedRecipe, ATSW_SortBy, ATSW_SearchString, ATSW_SubClassFilter, ATSW_InvSlotFilter, ATSW_ScrollOffset, ATSW_PreviousRecipes, ATSW_Tasks, ATSW_TimeCost, ATSW_NecessaryReagents, ATSW_ContractedCategories, ATSW_Amount, ATSW_Bags, ATSW_Bank, ATSW_Merchant, ATSW_ConsiderBank, ATSW_ConsiderAlts, ATSW_ConsiderMerchants, ATSW_AutoBuy, ATSW_Unified, ATSW_RecipeTooltip, ATSW_DisplayShoppingList, ATSW_CustomCategories, ATSW_CSOpenCategory, ATSW_CSSelected, ATSW_Debug 6 | 7 | ## X-ReleaseDate: $Date: 01/06/2025 $ 8 | ## X-Email: shellyoung@protonmail.com 9 | ## X-Category: Tradeskill 10 | ## X-Website: https://github.com/Shellyoung/AdvancedTradeSkillWindow2 11 | 12 | AdvancedTradeSkillWindow2.xml 13 | CustomSorting.xml -------------------------------------------------------------------------------- /AdvancedTradeSkillWindow2.xml: -------------------------------------------------------------------------------- 1 |  3 |