Add README.md
This commit is contained in:
@@ -0,0 +1,126 @@
|
||||
OctoWoW ATSW2 compatibility patch
|
||||
|
||||
Observed native API behavior:
|
||||
index 175: GetTradeSkillInfo = Iron Belt Buckle, item link = [Iron Belt Buckle]
|
||||
index 190: GetTradeSkillInfo = Iron Belt Buckle, item link = [Iron Buckle]
|
||||
|
||||
Fixes:
|
||||
- Detects duplicate recipe names in ATSW's freshly cached profession list.
|
||||
- For duplicates only, uses the crafted item's link name to disambiguate them.
|
||||
- Keeps unique recipe names unchanged (important for recipes whose spell name
|
||||
intentionally differs from the output item).
|
||||
- Filter/live-row lookup now resolves a disambiguated ATSW recipe by its cached
|
||||
native position + output item ID before falling back to recipe-name matching.
|
||||
- Includes prior item-ID/live-index selection fixes from Test 2.
|
||||
|
||||
|
||||
# Advanced Trade Skill Window 2
|
||||
Improved window for your professions for World of Warcraft vanilla
|
||||
|
||||
<sub>version 2.1.15</sub>
|
||||
|
||||

|
||||
|
||||
|
||||
|
||||
|
||||
Advanced Trade Skill Window 2 is a replacement for the standard tradeskill window.
|
||||
|
||||
Most buttons in ATSW are self-explaining.
|
||||
|
||||
## Features
|
||||
### Tasks
|
||||
Selected recipe can be placed into the task list for later craft by clicking on the "Task" button.
|
||||
|
||||
### Task progress timer
|
||||

|
||||
|
||||
Task progress timer represent overall completion of a task. When you start crafting, the progress timer will appear under the task.
|
||||
|
||||
|
||||
### Search commands
|
||||
|
||||

|
||||
|
||||
ATSW has a search function built-in. If you type some text into the search box then ATSW will filter the recipe list according to your entry or the following parameters: **:reagent**, **:level**, **:quality**, **:possible**, **:possibletotal**. You can even combine multiple parameters and a text for a name search, like this:
|
||||
"**leather :level 20+ :quality uncommon+**" - show recipes with the word "leather" in their name, a minimum level requirement of 20 and a minimum quality of "green".
|
||||
|
||||
|
||||
### Necessary reagents list
|
||||
|
||||

|
||||
|
||||
The "Reagents" button will show you a list of reagents required to craft items in the task list, amount of the reagents you have in your inventory, in your bank, on alternative characters on the same server and if a reagent can be bought from a merchant. By hovering a cursor over the reagent count on alternative characters, you get a list of all alts currently possessing the reagent.
|
||||
|
||||
ATSW can also automatically buy necessary items from a merchant when speaking to him - either manually by clicking a button in the reagents window or automatically when opening the merchant window.
|
||||
|
||||
### Auction shopping list
|
||||
|
||||

|
||||
|
||||
Auction shopping list appear under the auction window when it is opened. It shows reagents that are necessary to craft the items in the task list. ATSW is compatible with [aux](https://github.com/shirsig/aux-addon-vanilla).
|
||||
|
||||
### Custom categories
|
||||
|
||||

|
||||
|
||||
|
||||
|
||||
|
||||
You can create categories and put recipes into them.
|
||||
|
||||
|
||||
### Reporting
|
||||
|
||||
By clicking on an item with chat line opened and Shift key pressed ATSW will add a list of the reagents necessary to create a single item into the chat window. ATSW is compatible with [WIM](https://github.com/shirsig/WIM).
|
||||
|
||||
|
||||
### Key bind
|
||||
|
||||

|
||||
|
||||
|
||||
|
||||
A key can be assigned to call ATSW.
|
||||
|
||||
|
||||
### Configuration
|
||||
|
||||

|
||||
|
||||
|
||||
|
||||
ATSW can be configured via built-in options menu. The menu can be shown by entering chat command **/atsw config**.
|
||||
|
||||
|
||||
### Localization
|
||||
Supported languages: English, Русский, Español, Français, Deutsch, 简体中文
|
||||
|
||||
### Additional add-ons
|
||||
ATSW can be enchanced with several additional addons:
|
||||
|
||||
[MissingCrafts](https://github.com/refaim/MissingCrafts) adds a small button that can show what crafting recipes are able to learn.
|
||||
|
||||
## Installation
|
||||
1. Download the following archive: [AdvancedTradeSkillWindow2.rar](https://github.com/Shellyoung/Advanced-Trade-Skill-Window/releases/download/2.1.15/AdvancedTradeSkillWindow2.rar)
|
||||
|
||||
2. Extract the folder **AdvancedTradeSkillWindow2** from the archive and place it into the folder **World of Warcraft\Interface\AddOns**.
|
||||
|
||||
## Credits
|
||||
|
||||
###### Original idea:
|
||||
**Rene Schneider** (**Slarti** on EU-Blackhand) in 2006
|
||||
|
||||
###### Fixes prior to version 2.0.0:
|
||||
[**LaYt**](https://github.com/laytya) in 2017
|
||||
|
||||
###### Blizzard Interface source code:
|
||||
https://www.townlong-yak.com/framexml/1.12.1
|
||||
|
||||
###### API Documentation:
|
||||
https://wowwiki-archive.fandom.com/wiki/Category:Interface_customization
|
||||
|
||||
###### Thank you
|
||||
Suggestions: [flyinbed](https://github.com/flyinbed), [selax1](https://github.com/selax1).
|
||||
|
||||
翻译成中文: [flyinbed](https://github.com/flyinbed).
|
||||
Reference in New Issue
Block a user