• You've discovered RedGuides, an EverQuest multi-boxing and scripting community 🧙‍♀️⚙️. We want you to play several EQ characters at once, come join us and say hello! 👋

  • A TLP without truebox has thawed (Very Vanilla ready)
    Frostreaver
Resource icon

Release Tradeskill Construction Set NeXt 4.1991b

What's the fix for items being searched for in the Combining container but not finding the result because the Item name is too long?

For example, in a brewing barrel, it searches for Serene Soda Water, then doesn't find it. then it goes into the one-item-at-a-time manual mode. If I delete Water from the end of the item in the search it finds it.

Edit it seems there is limit we need to truncate too.
Wut?

1704825768677.png
 
Figured it out. The lua doesn't wait long enough for the recipe to pop in.
Code:
    -- Wait until populated
    while not mq.TLO.Window('COMBW_SearchArea').Child('COMBW_SearchButton')
        .Enabled() do mq.delay(1) end

it actually does.
 
I mean I have a super fast computer.
I would argue a delay of 100 should be a delay of 100 no matter if it runs on a potato or a taco.

I would suggest you add arbitrary delays or modify them..

TCN_Craft.Lua
local function craft_Search_UI
local function craft_select

because

1704828213424.jpeg

people already hate the delays that it has..

I will typically always provide an answer, but it won't always be the one you want to hear, I ain't a politician.
 
[CODE lang="Lua" title="tcn_craft.Lua around line 1051"] while not mq.TLO.Window('COMBW_SearchArea').Child('COMBW_SearchButton')
.Enabled() do mq.delay(100) end
-- Click search button
mq.cmd('/notify COMBW_SearchArea COMBW_SearchButton leftmouseup')
mq.delay(500)[/CODE]
 
[CODE lang="lua" title="tcn_craft.lua around line 1051"] while not mq.TLO.Window('COMBW_SearchArea').Child('COMBW_SearchButton')
.Enabled() do mq.delay(100) end
-- Click search button
mq.cmd('/notify COMBW_SearchArea COMBW_SearchButton leftmouseup')
mq.delay(500)[/CODE]
ha, you are killing me, it was 750 before..

but you increased the do while from 1 to 100..
 
Well, it only half works. It was failing on some and succeeding on others.
Underclock!

This makes me wonder is it a back end that will work itself out, or is it the new normal, which requires more delay, at least for you..
 
Last edited:
jb321 updated Tradeskill Construction Set NeXt with a new update entry:

Depot grab mitigation exercise

1/9/2024

4.01b - ChangeLog

Added: check to determine if items have been received from depot for the TCN user, and also a way to get out if after a few seconds it ain't working. This should help with withdrawing from depot and waiting for something to appear on cursor.

Read the rest of this update entry...


It means it checks to see if you have the same amount after you click withdraw, and if you do, wait until you don't, and if you still don't after a few, game on..
 
have an issue or maybe im missing something here but I have the current tcn yet it doesn't even look at or attempt the ToL combines for atisan is there something im missing i have all the mats for that stuff in my bank
 
have an issue or maybe im missing something here but I have the current tcn yet it doesn't even look at or attempt the ToL combines for atisan is there something im missing i have all the mats for that stuff in my bank
I need more, like are you using batch or standard, and if using standard what does the information window say? is the craft button yellow..

a ss would help..
 
im using the artisan tab to level up the skills to 350 and it is just totally skipping over all the ToL recipes not even looking at or trying to attempt them there is no screen shot as there is no error its just not pulling them out of the database like they are completely missing when i know they were originally in there when i used it for my other toon.
so the faded bloodied stuff for ToL isnt even showing up in the current TCSNeXT Artisan Recipe Information Window
 
im using the artisan tab to level up the skills to 350 and it is just totally skipping over all the ToL recipes not even looking at or trying to attempt them there is no screen shot as there is no error its just not pulling them out of the database like they are completely missing when i know they were originally in there when i used it for my other toon.
so the faded bloodied stuff for ToL isnt even showing up in the current TCSNeXT Artisan Recipe Information Window
Yes, I believe I have it so it doesn't do TOL, NOS, or LSO so you can make them at your leisure using batch.. or other means..

I also have the other expansions that do faded, restless, etc, to not make.. you can change that in the prize.db if you want, but I have it set so it doesn't make a bunch of armor or other stuff that you might destroy, have no room in the bank, or can't sell to a vendor, it is by design.
 
Yes, I believe I have it so it doesn't do TOL, NOS, or LSO so you can make them at your leisure using batch.. or other means..
ok i just know it use to do ToL when i did it on another toon would really like to have had them on this one i dont have the nos or ls sets yet so that was gonna be part of the getting to 350 ill just have to do tol manually i guess much as i hate that
 
ok i just know it use to do ToL when i did it on another toon would really like to have had them on this one i dont have the nos or ls sets yet so that was gonna be part of the getting to 350 ill just have to do tol manually i guess much as i hate that
as a note if you are already 350 you don't need to do further expansions, they are fill in, not be alls.

You can also go here and just grab them and paste them into the prize.db.. it is configurable


1704943016051.png


1 skips 0 does not

and the TOL table is here for you to add at your leisure in csv
 

Attachments

Last edited:
i just did them manually im no good with anytype of database ro code my luck id windup messing up my whole install lol but thank you for the help still need to get your nos and ls addons just so i have them
 
i just did them manually im no good with anytype of database ro code my luck id windup messing up my whole install lol but thank you for the help still need to get your nos and ls addons just so i have them
At the very least you could use the file to add to reference for batch I suppose?

I suppose also in the future I can provide the sql to just import into the DB, but if that is too heavy I can provide the csv.
 
if there was a way to import it i would be all for that im just no good at adding stuff like that by hand i tend to mess up even the simpliest of coding things
 
if there was a way to import it i would be all for that im just no good at adding stuff like that by hand i tend to mess up even the simpliest of coding things
You open your prize.db file with the DB Browser I provided, you go to file, import csv, change the table name to Max_Trophy_Table and click ok and then yes, click write changes and that should be it.. with the csv I provided.
 
Last edited:
Good morning / afternoon,

I have licenses for both this lua and Laurion's Song Database Update for Tradeskill Construction Set NeXt. I'm able to make LS gear, but for some reason, the NOS gear such as Spiritually Faded Luclinite Ring of Vigor does not show up in the search. Nothing for Spiritually Faded shows up. What am I doing wrong? I know I have to be doing something stupid (it's in my genes).
each recipe pack is separate past Terror of Luclin


Here is a much more cost conscience option from another creator (call me crazy):

https://www.redguides.com/community/resources/tradeskill-recipes-max-out-artisans-prize.1281/

It doesn't have all the bells and whistles but it gets the job done.

My method is instead of charging you a subscription, I do DLC method. Which is cheaper and

A la carte

. In the future I may bundle.
 
Last edited:
The wacky table windows in TCN will be corrected next MQ release I have been informed, well not just TCN, eeryone using the ImGui the way I do.
 
Heya! I recently purchased and have been doing GoD freebies on alts. Yesterday I did all of them on one without issue, but today I am crashing on two different characters. I'm on latest MQ through the launcher. Wondering if I'm doing something wrong here like needing to clear settings or something.

Code:
Dump Summary
------------
Dump File:    eqgame_20240115_120641.dmp : C:\Games\MQ\Logs\Dumps\reports\eqgame_20240115_120641.dmp
Last Write Time:    1/15/2024 6:06:41 AM
Process Name:    eqgame.exe : C:\Games\EverQuest\eqgame.exe
Process Architecture:    x64
Exception Code:    0xC0000005
Exception Information:    The thread tried to read from or write to a virtual address for which it does not have the appropriate access.
Heap Information:    Not Present
 
Heya! I recently purchased and have been doing GoD freebies on alts. Yesterday I did all of them on one without issue, but today I am crashing on two different characters. I'm on latest MQ through the launcher. Wondering if I'm doing something wrong here like needing to clear settings or something.

Code:
Dump Summary
------------
Dump File:    eqgame_20240115_120641.dmp : C:\Games\MQ\Logs\Dumps\reports\eqgame_20240115_120641.dmp
Last Write Time:    1/15/2024 6:06:41 AM
Process Name:    eqgame.exe : C:\Games\EverQuest\eqgame.exe
Process Architecture:    x64
Exception Code:    0xC0000005
Exception Information:    The thread tried to read from or write to a virtual address for which it does not have the appropriate access.
Heap Information:    Not Present
I can work with the Lua, but not that type of issue (IE outside of Lua), AFAIK that is sent to the Devs for review unless reporting is turned off.


TCN doesn't change as much as DBG and MQ, but it does get hit with what happens with them from time to time.
 
I can work with the Lua, but not that type of issue (IE outside of Lua), AFAIK that is sent to the Devs for review unless reporting is turned off.


TCN doesn't change as much as DBG and MQ, but it does get hit with what happens with them from time to time.
Cool, no worries. It seems fixed today and I did a round flawlessly. Thanks for the response.
 
Hello JB, is there a way to exclude certain items from being put in bank/depot? Like a food/drink that I want to keep on my person after crafting? Thanks
 
Hello JB, is there a way to exclude certain items from being put in bank/depot? Like a food/drink that I want to keep on my person after crafting? Thanks
1705464142728.png

1705464170887.png

Add in the ID's you don't want in the depot, for the most part the Tools/Trophies are put in the bank, as time goes by the bank should be depleted and anything put back would not be a material.

1705464237945.png
 
||Grilled Ranthockgrass Prawns || recipe is wrong-shows Greengill Salmon for recipe on tcs

I apologize thats an alternate for Fish Oil.

Disregard.
 
Release Tradeskill Construction Set NeXt

Users who are viewing this thread

Back
Top
Cart