Commit Graph

11 Commits

Author SHA1 Message Date
Xan-Asc a3a68bbfd2 Accounting tracks item count (#7)
Fixes issue #6
2023-09-20 08:25:09 -07:00
Anthony Narkevicius 40b48c714f Fix GetAll scan functionality (#5) 2023-08-28 15:43:26 -07:00
RealityWinner 99da4fce66 Update Items.lua (#4)
Add "Realm Bound" to IsSoulbound check
2023-06-06 02:37:27 -07:00
Xan-Asc bd20d5d614 Correctly detect smelting recipes (#3)
* Bugfix: Smelting was not being properly detected

* Bugfix: missed a variable cleanup
2023-05-03 13:14:54 -07:00
Andrew6810 aa1617f4db TSM/Crafting: Fix nil cost / total cost string 2023-04-07 10:16:51 -07:00
Andrew6810 888ba57ef3 TSM/ItemTracker: undo accidental revert 2023-04-07 04:38:40 -07:00
Andrew d67f83c657 TSM/*: Rename saved variables to not conflict with other backports (#2) 2023-04-07 04:20:24 -07:00
Xan-Asc 42dbe9d526 Enchanting fixes, reverted Crafting module to previous version that s… (#1)
* Enchanting fixes, reverted Crafting module to previous version that supports Ascension specific crafts and Vellums.

* Updated enchanting names from DB

* Added the remaining Ascension specific recipes

* Replace SpellNames2IDs.lua with UnitCastingSpellID

* Bugfix: Ascension uses exact quality QueryAuctionItems, TSM was designed for quality or higher

* Bugfix: Properly get list of Professions via index

* Replaced factionrealm with realm
Ascension does not have strict faction seperation

* GetTradeSkillCooldown -> SpellHasBaseCooldown
GetTradeSkillCooldown only tells you if a spell is on CD, not if it has a CD
Data is from DB, which isn't populated fully yet.

* Implement backported API GetSpellBaseCooldown

* bugfix: hasCD is nil if no cd, not 0
2023-04-07 03:55:47 -07:00
Andrew6810 d6aaac97af Sync with https://github.com/andrew6180/TradeSkillMaster 2023-03-30 12:32:45 -07:00
Andrew6810 f3e579cb57 init 2022-11-05 21:19:42 -07:00
Andrew b79f4bd588 Initial commit 2022-11-05 21:17:13 -07:00