• 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 (1 Viewer) 4.1991b

Define what you are looking for otherwise I would punt to a saved batch file.. a recipe or set of recipes I always use, I would just save the batch file unless there is 'extra'
I'm not sure how you would implement it, but look at Magellan Lua, he has a favorite Heart next to often used routes.
1665894132320.png
Whether it be a Fav Tab or just click button that hides everything except 'starred' recipes, that makes it easy to save best foods per expansion or good selling item by the server your on. For me its really hard to remember stuff like that, or even the last thing I had intended to work on. Woukd this require a per character_server.txt file, I don't know. Coldblooded's Lua may not work in your work, I'm just wanting to show an example. I really appreciate your desire to make your Lua ever better.
 
Thinking if there is something else I can add in there before the release..

we have cleaned up the UIs, reduced window sprawl by adding most of the windows to a single window and set tabs, added single requests for items for pretty much all of standard/artisan/batch, column sorting *mostly*, added a text search for item lookups, added favorites, tabs highlighting, tab color changes.

I have some pretty cool ideas, but they are for later, but wanted to see if there was something relatively simple to add in..
 
Hmm... in the text search box, it has to be exact, meaning I cannot type 'conflag' to get 'Deceiver's conflagarant boots' etc. I don't know the term for partial search.

Also... I particularly would love:
sb.jpg/Shrug. I think its a good idea...
 
Hmm... in the text search box, it has to be exact, meaning I cannot type 'conflag' to get 'Deceiver's conflagarant boots' etc. I don't know the term for partial search.

Also... I particularly would love:
View attachment 42822/Shrug. I think its a good idea...
that would need to be an checkbox to turn on exact search and loosey goosy search, because believe me if you type in Flag or whatever you will get eleventy billion results..
 
that would need to be an checkbox to turn on exact search and loosey goosy search, because believe me if you type in Flag or whatever you will get eleventy billion results..
Dunno if I can do the graphic imposition...
 
Dunno if I can do the graphic imposition...
Code:
        .-"-.
       /|6 6|\
      {/(_0_)\}          <3 Sexy Beast RedFrog
       _/ ^ \_
      (/ /^\ \)-'
       ""' '""

When I came to you, I was but a learner....
star wars 80s GIF
 
Last edited:
For farm mats on the generated list, is there a way to sort the mats by zones or expansions?
 
For farm mats on the generated list, is there a way to sort the mats by zones or expansions?
1666119826929.png

or

1666119841779.png

same list



correlating an item to an expansion.. not something I know how to do, or even know if it is possible..

translation: I dunno if there is a data source for it, other than hand jamming...

Notice the Unknowns, it is because I haven't hand jammed it!

example:

1666120097039.png

if I can't get a DB connection to it, it prolly won't happen.. Also, not every entry has an expansion tag.. so that would be difficult as well, especially for the older expansions.. newer ones, not so much..
 
Last edited:
ok, I think my sorter is broken cuz it doesn't change when I try to sort it
I may try to reinstall it. I've had it for a year and never used it till about a week ago
 
ok, I think my sorter is broken cuz it doesn't change when I try to sort it
I may try to reinstall it. I've had it for a year and never used it till about a week ago
All this and all the other things I have been rambling about will be released in 3.0 coming soon..
 
what does "continue" do under craft > Artisan. I want to imagine it will keep trying a recipe till its successful then move on upon completion but I'm not sure if it is possibly for making the same recipe till you're broke or out of mats for that craft
 
what does "continue" do under craft > Artisan. I want to imagine it will keep trying a recipe till its successful then move on upon completion but I'm not sure if it is possibly for making the same recipe till you're broke or out of mats for that craft
it keeps trying until it uses everything even items that may be used for other recipes, it will die trying!
 
I haven't picked on Bethesda in a minute, maybe I should just release and let the bugs pile up.
 
jb321 updated Tradeskill Construction Set NeXt with a new update entry:

Organization, No More Craziness, or at least, a lot less, and then some...

10/18/2022

3.0b - ChangeLog


Batch File IO makeover

Functionality:
Batch file load, save and delete windows are now all within the batch search window.
They will only show up if you have data to save or there are files to load or delete, if you click on it.

Trophy, Artisan, and Merchant Alliance quests farm windows are now contained...

Read the rest of this update entry...
 
Don't let MQ2Bard be better than my resource, if you have my resource and love it , give it a glowing review, if you hate it, keep quiet.

I'm trying to win 32nd place prize this year..
 
Hmm.. maybe 33rd..
Favorites is awesome.
- See in the pic I fav'd two recipes, when I hit Fav button it only shows those two.. great. But, if I hit Fav button again, nothing happens, can it go back to the same screen I am seeing now? To see the list again by turning Fav on and off.
- The little sort arrow (in this case by Trivial in the pic) is not working, If done in the Name field, I assume it should be alpha sorting (and likely the default sort when a search is done, but not working in any of the fields. I clicked each field arrow a few times, no change.
- When you type in the Text Search, is it easy to type and hit enter for the search to happen (versus having to click the button... yes I'm lazy)

Edit: The enter thing can apply to the Item Lookup Text Search also. The new 'lower info' tab under Lookup is very NICE !

1666152569372.png
 
Hmm.. maybe 33rd..
Favorites is awesome.
- See in the pic I fav'd two recipes, when I hit Fav button it only shows those two.. great. But, if I hit Fav button again, nothing happens, can it go back to the same screen I am seeing now? To see the list again by turning Fav on and off.

I want to conserve and or limit variables for later use, as getting what you want is clicking the execute query button just above it.

Trying to limit 2 buttons doing the same thing on the same screen.



- The little sort arrow (in this case by Trivial in the pic) is not working, If done in the Name field, I assume it should be alpha sorting (and likely the default sort when a search is done, but not working in any of the fields. I clicked each field arrow a few times, no change.

These don't sort, and I tried a few times and all it does is blow up.. so it requires some investigation.. Well I got it to not blow up...

Edit: it now sorts by name in standard recipe list v3.1b coming..

- When you type in the Text Search, is it easy to type and hit enter for the search to happen (versus having to click the button... yes I'm lazy)

I concur, that is lazy.
Edit: The enter thing can apply to the Item Lookup Text Search also. The new 'lower info' tab under Lookup is very NICE !

View attachment 42842
 
Last edited:
Also, if there is an unknown trivial or trivial that doesn't convert to a number it will default to 15, if you KNOW the trivials for recipes like this, please let me know.
 
Release Tradeskill Construction Set NeXt

Users who are viewing this thread

Back
Top
Cart