- Seller
- #1,841
Yes.. in the interim could you stop the LuaUsing default UI, Craft Tab, Artisan.
While generating mass list the Faction window is opened and the script halts.
type /faction
wait til it populates
close it
and then run again..
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.

Yes.. in the interim could you stop the LuaUsing default UI, Craft Tab, Artisan.
While generating mass list the Faction window is opened and the script halts.
This is a result of the depot and faction (I think).. I will move the faction to initialize on run instead,, and see if that works,..Yes.. in the interim could you stop the lua
type /faction
wait til it populates
close it
and then run again..
-- Initialize Depot
if mq.TLO.TradeskillDepot.Enabled() then
if not mq.TLO.TradeskillDepot.ItemsReceived() then
if not mq.TLO.Window('TradeskillDepotWnd').Open() then
mq.TLO.Window('TradeskillDepotWnd').DoOpen()
mq.delay(500)
end
-- Wait for list to populate
while not mq.TLO.TradeskillDepot.ItemsReceived() do
mq.delay(1000)
end
mq.TLO.Window('TradeskillDepotWnd').DoClose()
mq.delay(1000)
end
end
local l_faction_index = mq.TLO.Window('FactionWnd/FAC_FactionList').Items()
-- l_faction_index = 0
if l_faction_index == 0 then
mq.TLO.Window('FactionWnd').DoOpen()
mq.delay(1000)
while l_faction_index == 0 do
-- print(l_faction_index)
l_faction_index = mq.TLO.Window('FactionWnd/FAC_FactionList')
.Items()
mq.delay(1000)
end
mq.delay(1000)
end
12/10/2022
3.32b - ChangeLog
Added: Depot shopping for trophy quests/artisan quests/merchant quest
Modified: Moved faction checking to start instead of later on after depot initialization.
Silence means it works, or people are contemplating their life tradeskilling choices right now..
12/11/2022
3.33b - ChangeLog
Added: NOS banking for depot/bank shopping.
Note: if you are in Shar Vahl...
Recipes can be obtained here..I am assuming there's nothing loaded for NoS yet? I am flipping through the program to make stuff and cant find anything in the new expansion.
$10 on top of the $39 for the main program? ouchRecipes can be obtained here..
![]()
Trade / Skill - Night of Shadows Database Update for Tradeskill Construction Set NeXt
Get the new Night of Shadows Recipes! Before purchasing, if you have Jande's resource it may have the recipes, so don't buy it before checking.. https://www.redguides.com/community/resources/tradeskill-recipes-max-out-artisans-prize.1281/...www.redguides.com
Can you provide the red text please?Craft tab, Artisan tab, select an option from the drop-down, I keep default settings, and click Generate Mass List, and it kills the script. "Ending lua script 'tcg' with PID 3 and status -1"
Custom UIs are verboten, well not really, but they don't always work with the window finding and manipulation.. I use default UI..I believe the problem is much simpler, and there was no red text.
I was running a custom UI. By switching to default, and re-logging it cleaned up the issue and is performing well now.
to elaborate one what jb321 is saying here, a problem like that presents itself when the creator of the UI has things on different windows (moved some element from the window it normally is to another window or a special window they've created) or they change from default element names to something else for one reason or another.Custom UIs are verboten, well not really, but they don't always work with the window finding and manipulation.. I use default UI..
If I get you,, you just need to uncheck the box next to the drop down and it will generate all recipes..Loving the addon, just wanting to leave a minor suggestion, perhaps there is already something, so if there is, please disregard.
As someone who just started working on 300+, I found it extremely useful to add in another quantity(ies) into the dropdown of the Artisan tab, so that I could generate a full list of components I was missing from a particular tradeskill, that way if more than one component came from a particular zone, I didn't find myself having to revisit it later because item 5 on the list and item 1984 are both from the same zone and the mobs are standing next to each other. It didn't really mesh well with the GUI, but I know it's not formatted for more than 3 digits in the dropdown.
Example
Line 108:
GEN_array = {"10", "20", "30", "40", "50", "75", "100","2000"} --Added "2000" to generate full missing list.
Line 7363:
GEN_array = {"10", "20", "30", "40", "50", "75", "100","2000"} --Added "2000" to generate full missing list.
For most tradeskills, it takes a few minutes to generate the full list, but it saves to excel without issue (from my experience).
the '?' should provide ersatz tool tips..If I get you,, you just need to uncheck the box next to the drop down and it will generate all recipes..
12/14/2022
3.34b - ChangeLog
General:
Fixed: Was not accounting for recipes with Tradeskill Depot with quests and standard crafting.
Fixed: Not showing missing items if a single item was in depot but we needed more, changed quest...

Hmm.. I would not muse about others who do not have 1080p but it is practically as common as water..Can we get the ability to change the size of the Batch Recipe List window. This window is bigger than my screen putting the buttons at the bottom or the top of the window off the screen. When you try to drag it smaller it just moves the window.
ImGui.SetWindowSize(600, 800)
is perfect.![]()
My 15 year old monitor works just fine.Hmm.. I would not muse about others who do not have 1080p but it is practically as common as water..
However, I would also not make fun of those who buy goodwill monitors for 5$, I have a couple and they work great..
So, I will look into the option of some changes. I was thinking of reducing the amount of recipes from 24 to something smaller in the add window..
a screenshot would be helpful, and also if it is standard, the info window as well..not sure whats changed but i find the item i want to craft hit the craft button but nothing is happening
As a note: it is inventory locked.. as in if you want 10 and have 10 already it won't do anything in standard.. you would say you want 20..a screenshot would be helpful, and also if it is standard, the info window as well..
12/16/2022
3.35b - ChangeLog
Changed: Batch add window to 800 x 800.
Added: When doing standard crafting, it will calculate what vendor items to grab from depot before visiting the vendor.
The new NOS recipes can be obtained here:This could be user error, but I am not seeing "Unknown" recipes for NOS. Are they just too new?
Inventory don't sort cuz it's dynamic and updated in real time..Minor gui issue. On the request missing components, the count column sorts fine, but the Inv column does not.
Inventory don't sort cuz it's dynamic and updated in real time..
I think this update is intended for jande's AP grind macro, as an update since jande is no longer updating any of his resources after the suspension waves this past year.$10 on top of the $39 for the main program? ouch
