• 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

Request - Tradeskill recipes, with items needed?

alcoholen

Member
Joined
Sep 12, 2004
RedCents
80¢
I looking for a list of full recipies on the different tradeskills. Not a list with links to the recipes, but with the actual items needed.
Anyone have something like that, or know a (easy) way to get one? Its for loading and sorting depending on items I have and so on..

/cheers
 
Do you want a list of the items that are crafted? or items in recipes?
Do you want each item listed 1x time, or do you need to know the items and the number of each item needed across all recipies?
Are you trying to do this for the Artisan prize?

If you look here, there is a list of all recipes for Tailoring, if you go to "Complete List" at the top
http://www.eqtraders.com/articles/article_page.php?article=g62&menustr=080110000000

This may also have what you need
https://www.almarsguides.com/eq/tradeskills/Tailoring/EoK/

I also created this spreadsheet which has the same info presented a little differently
https://docs.google.com/spreadsheets/d/1ipozte6fIOcBtZGLTEsssEo4jVLNCMZQ-6iFe_Nn0PI/edit?usp=sharing

If you want something else I may be able to create it for you, I have a list and some code to parse out this info.
 
Your spredsheet is perfect! Thank you. Hopefully Ill be able to make something useful out of it.
 
@freeferli any chance your spreadsheet could indiciate which parts of the recipe is store bought and which is farmed? could do something with bold annd not bold i guess.
 
I gave dumpsterdive a little edit, so i got all mechant items in PoK listed in no time. Going to try to sort through this recipes list, remove the recipes I know. Check Vendor items vs items needed in the recipes I dont know. List my inventory for tradeskill items and check that.. Well, Im not really playing EQ much, but trying to learn some programming haha.. We will see how it goes :P
 
I did this all way before I found MQ2 and Redguides, or i would have probably used some tools :)

@kaen01 I was focusing on Tailoring, and I was trying to do something like that in columns D-O
Column O being everything that did not fit into one of the groups that I defined.
And for other tradeskills, I was not sure what the pattern was for the items.

But when you get outside of the Pelt/Silk Filament .... recipies there is a lot of variance, and I was not sure how to detect if it was store bought
I was thinking about scraping allakhazam or eqtc, but I feel like I would be marked as trying to DOS the site and get blocked.
 
I did this all way before I found MQ2 and Redguides, or i would have probably used some tools :)

@kaen01 I was focusing on Tailoring, and I was trying to do something like that in columns D-O
Column O being everything that did not fit into one of the groups that I defined.
And for other tradeskills, I was not sure what the pattern was for the items.

But when you get outside of the Pelt/Silk Filament .... recipies there is a lot of variance, and I was not sure how to detect if it was store bought
I was thinking about scraping allakhazam or eqtc, but I feel like I would be marked as trying to DOS the site and get blocked.

Isn't there logic that lets you scrape the site while appearing to more like a human browsing? I seem to remember reading about that. It's how big scrapers get around the anti-scraping logic.
 
@Sum1 I am not sure what you are referring to.
You can set the brower agent to Mozilla, if that is not set many websites wont serve you.
But if you make 20K requests, that would look suspicious, and they may block you.
Really you need to download in mass, or have an API that returns only the relevant information, and scraping a website 1 item at a time is not ideal for this (unless they explicitly allow it, and say they will not block you as a DOS).

Someone correct me if I am wrong here.
 
@Sum1 I am not sure what you are referring to.
You can set the brower agent to Mozilla, if that is not set many websites wont serve you.
But if you make 20K requests, that would look suspicious, and they may block you.
Really you need to download in mass, or have an API that returns only the relevant information, and scraping a website 1 item at a time is not ideal for this (unless they explicitly allow it, and say they will not block you as a DOS).

Someone correct me if I am wrong here.

There are tools that let you scrape ... for want of a better term ... slowly. It makes you look more like a person browsing rather than a scum sucking bot.
 
Request - Tradeskill recipes, with items needed?

Users who are viewing this thread

Back
Top
Cart