• 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 Shattering of Ro Database Update for Tradeskill Construction Set NeXt (1 Viewer) 1.6a

jb321

Captain Obvious
Creator
Joined
Mar 29, 2020
RedCents
7,705¢
jb321 submitted a new resource:

Shattering of Ro Database Update for Tradeskill Construction Set NeXt 1.1a - Shattering of Ro Database Update for Tradeskill Construction Set NeXt 1.1a

Get the new Shattering of Ro Recipes!

Note: This was cobbled together via multiple resources there may be kinks to work out.


Before purchasing, if you have Jande's resource it may have the recipes, so don't buy it before checking..


(202) New SOR Recipes!

[COLOR=rgb(26...[/quote]

Read more about this resource...
 
Yes I still do the disclaimer for promoting other existing resources that you may own, I do this for fun and some extra lunch money.
 
any plans to add the recipes for the mask quests?
If there are additional recipes or augs they will be added, if it is a piece of armor where you put in something then no.

All the recipes I could find were added, last time I had to wait a little to add augments.
 
For the Mask, if you do a search for the recipe in the TS container UI, it is added in there automatically, so you do not have to use the experiment mode for the item. I did the first quest a couple days ago, and that was my experience for the first 2 recipes.
 
For the Mask, if you do a search for the recipe in the TS container UI, it is added in there automatically, so you do not have to use the experiment mode for the item. I did the first quest a couple days ago, and that was my experience for the first 2 recipes.
afaik these are auto-learned in the process of the quest, so I would plan to make it auto-UI for these specific recipes cuz they are known to be known already.

I dunno how Jande's resource does it but I do everything by ID for the recipes, item ID and recipe ID. I do that for the very few (or more than I am aware of instances) where they decided to use the exact same name for an item for tradeskills or even collections possibly.

Why do I say this, well I just tried to look up the Item ID for the Mask of the Vortex line and didn't get the ID, as of yet. But hey it just launched so I expect the info to come post haste.

Also I am going through checking the recipes (again), seems I missed one *components*

Shoulda ran this before (lol)

SELECT r.RecipeID,
r.RecipeName
FROM MasterRecipeTable r
WHERE NOT EXISTS (
SELECT 1
FROM MasterCompTable c
WHERE c.RecipeID = r.RecipeID
);

it has coughed up 3 missing recipes missing components, correcting.
 
Last edited:
I accounted for this along time ago, and I am looking at other recipes that do the same thing and I know worked prior, so this may be another logic thing for me to work on. They have put out quite a few MQ releases in recent days, so I could hope, or tackle.

I am using some old school table logic so it may or may not be an issue, I will run some simulations.
 
Ok so on live this is working fine with the latest MQ, I didn't change a thing, so I am hesitant to do anything rn. Waiting for test update to try that, It is helpful to know which server you are on, Live, TLP, Test, I may not need the name of the server as long as it doesn't do anything "special" just the type.
 
Ok so on live this is working fine with the latest MQ, I didn't change a thing, so I am hesitant to do anything rn. Waiting for test update to try that, It is helpful to know which server you are on, Live, TLP, Test, I may not need the name of the server as long as it doesn't do anything "special" just the type.
I am also live.
 
This looks like one of those ImGui evolution things, where I need to change some things to a more compliant *correct* method.
There are two fish, i think its putting them with different types of fish cause it tries to do stupid stuff with salmon, when i have tilapia
 
Ok so on live this is working fine with the latest MQ, I didn't change a thing, so I am hesitant to do anything rn. Waiting for test update to try that, It is helpful to know which server you are on, Live, TLP, Test, I may not need the name of the server as long as it doesn't do anything "special" just the type.
it told me i was short 56 silks when i got an error that actually meant something. I had 8 on me. as 8 + 56 = 64 is square, sounds like an join issue.
 
different
There are two fish, i think its putting them with different types of fish cause it tries to do stupid stuff with salmon, when i have tilapia
possible

It defaults to using Salmon, if Tilapia is the "easier gotten" - (my special language) fish I will switch it around. If in standard mode you can check the fish swap checkbox to get tilapia.
 
Last edited:
it told me i was short 56 silks when i got an error that actually meant something. I had 8 on me. as 8 + 56 = 64 is square, sounds like an join issue.
this kinda thing should have *if true* manifested eleven million years ago.
 
Hmm for some reason, my "the Outer Brood" and "Shattering of Ro" database is wiped. I have the paid plugins
This was working just the other day. I noticed this on 12/25, I tried doing re-install from very vanilla and no luck. Ideas?
 
Hmm for some reason, my "the Outer Brood" and "Shattering of Ro" database is wiped. I have the paid plugins
This was working just the other day. I noticed this on 12/25, I tried doing re-install from very vanilla and no luck. Ideas?
Do you have the Lua and db files in your Lua directory, if so, u can try to install them manually, by running them when TCN is not loaded.
 
Hmm for some reason, my "the Outer Brood" and "Shattering of Ro" database is wiped. I have the paid plugins
This was working just the other day. I noticed this on 12/25, I tried doing re-install from very vanilla and no luck. Ideas?
I tried the manual and no luck.
After the last vanilla update it is now working.
 
continues to try and learn recipe, maybe its searching for the water flask section of the recipe name

View attachment 74717
same deal with the fruit freeze
View attachment 74718
below recipe appears to be trying to combine incorrect items, it is using water flask, uncanny apple juice and uncanny ambrosial water, EQTC has it listed as Uncanny Apple Juice, Uncanny Sweet Ambrosia, Water Flask
View attachment 74719
So this is the why:

66832 - Notes: actually doesn't say learned as anything so my research tells me it is Learned as: Uncanny Apple Juice.. Period.
66848 - Notes: Learned as: Uncanny Apple Juice (Pod of Water)


For the uncanny fruit freeze same deal it drops the Ice from the search.. which well ok..

Notes: Learned As: Uncanny Fruit Freeze (Ice)
Notes: Learned As: Uncanny Fruit Freeze (Chunk of Ice)

same deal here:

Uncanny Sparkling Apple Cider (Water Flask) is just Uncanny Sparkling Apple Cider - so gotta remove that also
Uncanny Sparkling Apple Cider (Pod of Water)

and for the ambrosial, you guessed it.. same deal

so I removed the names and pointed some combines to easier sub-recipes (easy as in you can make ice over finding a chunk of ice)

so my prescription is take my recipe update, drink 2 uncanny apple juices and call me in the morning
 
JB are we done with any updates? I keep trying to make Uncanny Ambrosial Cocktails and it is closing out everytime I try
A review is coming, if you see inconsistencies in the recipe itself, please advise.
 
JB,

i am seeing TCN register the 'Uncanny Ambrosial Water' I have in my inventory as 'Uncanny Sweet Ambrosia' in TCN. Refer screenshot as follows
1775885012640.png
 
Trying to reference (stale) data for an item (because its no longer in your inventory) can cause the above (ask me how i know!)
 
Release Shattering of Ro Database Update for Tradeskill Construction Set NeXt

Users who are viewing this thread

Back
Top
Cart