Commit Graph

31 Commits

Author SHA1 Message Date
andrew6180 ea602dbbce fix expertise enchant, add note so this mistake isnt made again 2025-10-20 10:34:27 -07:00
Szyler 771b3cd0ff Exclude crafting spells using Fel Blood (#24)
Updated cost calculation to exclude spells using Fel Blood in crafting.
2025-10-20 10:24:59 -07:00
andrew6180 0f78a1554f new expertise ench 2025-10-19 00:57:44 -07:00
andrew6180 dca0084022 Forgot vellum info 2025-10-16 20:21:40 -07:00
andrew6180 6e5e46aa00 add new worldforged enchants 2025-10-16 19:49:25 -07:00
andrew6180 ccf8a75d45 add quest item to not disenchantable 2025-10-16 19:49:16 -07:00
Szyler 0d95094079 Add runed rods to ItemData.lua (#22)
Soulbound materials used for crafting queue.
2025-10-11 06:48:04 -07:00
Jeremy P e854895a9a Replace BulkContinueOnLoad. Support Primal Nether properly (#21)
* BulkContinueOnLoad is no longer necessary or exists

* Add primal nether as soulbound item so TSM handles it correctly

* query calles iscached, removed redundancy

* missed a then
2025-10-04 12:57:51 -07:00
Szyler 7899324b3b Auto looter, Print fix, auto delete Ascension empty mails (#19)
* Fixing Auto looter

* Fixing prints for quantity

* Deleting empty (already looted) ascension mails for postmaster, stuck AH pages, and customer support.
2024-12-02 09:06:40 -07:00
Jeremy P 6b21cdf310 Removed UNIT_SPELLCAST_FAILED_QUIET handling (#18)
* Make sure items from import lists are cached

* Remove UNIT_SPELLCAST_FAILED_QUIET handling
Several talents seem to have a pulsing silent fail, EG blessed weapons, while watching for the event doesn't appear to help detect when crafter interrupts their craft.
2024-11-15 07:43:40 -07:00
Szyler b87f11ed87 Update BuildPage.lua (#16)
old link is dead. https://tinyurl.com/tsm2Ascension leads to https://web.archive.org/web/20131115010109/https://www.tradeskillmaster.com/wiki/index.php?title=TSM2.0_CustomPrice 
An archived version of the old wiki
2024-11-10 18:22:57 -07:00
andrew6180 7000e674b0 Remove libraries handled by Ascension. Add addon icon 2024-05-21 05:54:50 -07:00
RSS90 acc582c1b7 TSMAPI extension + support for Vanity Item search (#14)
* GetItemPrice TSMAPI-Extension

* Itemfilter Vanity Item Support

* Rarity search extended up to heirloom

* Rarity search extended up to heirloom
2024-05-03 09:20:54 -07:00
Anthony Narkevicius 5333f3b37a fix for crafting GUI (#15) 2024-05-03 09:20:10 -07:00
Xan-Asc 2fe75e4472 Bugfix: BulkQuery->QueryTicker spammed errors if items list was empty (#13) 2024-04-06 10:32:06 -07:00
Xan-Asc a23e8cdb4f Will query the server for any uncached recipe items during login (#12) 2024-02-18 09:19:45 -07:00
andrew6180 b69cfb3877 LibSharedMedia: Ascension Fonts Upgrade 2024-01-15 09:03:04 -07:00
Anthony Narkevicius ba48ff95ba fix error with destroy window in combat (#10)
* Fix GetAll scan functionality

* fix error with destroy window in combat
2023-11-25 17:24:10 -07:00
Xan-Asc 1da9c62e6b Bulk cancel (#11)
* Added Bulk Cancel for 100 items

* Bugfix: filter out tradeskills that don't craft

* Remove excess prints
2023-11-25 17:23:50 -07:00
Xan-Asc 66cded94ba UpdateTradeSkills now supports more than 2 trades (#9) 2023-11-12 14:19:32 -07:00
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