• 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 recipes (max out Artisan's Prize) (4 Viewers) 4.07

Just started doing Smithing and I'm hung up on a recipe. The toon switches to the brewing Barrel then switches to his brewing trophy then I'm hit with a wait for the trophy. Just moved to Sunrize hills and it's working, seems to be another problem with a Modest GH.

1595278461999.png
 
Last edited:
guild hall stations have always been problematic. Best practice to just avoid GH entirely. POK is probably your best bet.
 
How do I find a recipe I want to block?

In my shopping list, I have an item Dull Emerald Novice Sword. When I look the item up in eqtraders I find one recipe.


Sharp Emerald Novice Sword
WT: 0.1 Size: SMALL
Class: ALL
Race: ALL
EQ item ID: 20298

Tried looking for the ID 20298 in the tradesman-block.ini and it's not there. So how do I find the recipe using the Dull Emerald Novice Sword?
 
EQ itemid is not the recipe id

Look for Sharp Emerald Novice Sword and you will find it in blacksmithing at Recipe16072
 
I find that the find item buys way more than I want and I am down to the rare farm stuff left, and I just want to finish one item at a time now then running and farming for next one ect.

I guess I am too noob to TS properly :)
 
Ding 350 Smithing =)

Soooo...
Baking 350
Blacksmithing 350
Brewing 350
Fishing 245
Fletching 350
Jewelry Making 337
Pottery 334
Research 350
Tailoring 332

Im getting there.......
 
Grats ! also remember this . and you heard it here first. ice burrowers suck !
Booooom, Pottery 350
saving anything tagged tradeskill really pays off.

Now jewelcraft, lets see how much I get from my houses with /mac ts/finditem
 
Why does my shopping list show I need so many items? Am I really going to need this many of the Magnetic items?

0 / 1057 x Magnetic Breastplate
0 / 1680 x Magnetic Metal Brick
0 / 937 x Magnetized Bolts
0 / 3742 x Magnetized Patch Plate
 
Doubtful, that seems like an awful lot, probably now a side effect of throwing subcombines also into the shopping list
 
I just switched over from smithing to baking and the sub combines/shopping list doesn't seem to be working very well. The first few items in my list are (listed below) they should have sub combine items that I need to get, but are not in the list. I have recipeFarm=100 and subcombine=10 set to these values. The first few times I ran the baking macro I had recipeFarm set to 0 and I would not get a shopping list created after setting it to 100 the list started populating.

0 / 10 x Chronal Resonance Dust
0 / 1 x Cream
 
I just switched over from smithing to baking and the sub combines/shopping list doesn't seem to be working very well. The first few items in my list are (listed below) they should have sub combine items that I need to get, but are not in the list. I have recipeFarm=100 and subcombine=10 set to these values. The first few times I ran the baking macro I had recipeFarm set to 0 and I would not get a shopping list created after setting it to 100 the list started populating.

0 / 10 x Chronal Resonance Dust
0 / 1 x Cream
Update just purchased the required components for both and the baking macro did not do the combines.
 
Update just purchased the required components for both and the baking macro did not do the combines.
I see why the
Chronal Resonance Dust
was not made needs a special container for the combing but the spoon should have been made
 
Good morning, got to 350 Research. I am now 346 Jewelcrafting and I want to revisit the JC furniture recipes I blocked. I was making this stuff in PoK small bank. It looked like I had all the ingredients, everything seemed to match up with eqtraders recipe as well but when I tried to make the combines, it would tell me I cant combine these items in this container type. JC Recipes 20570 thru 20589 I believe. EDIT>> Deleted my Bonding Agent i bought in POK and bought a new stack of 100 from sunrise hills vendor. All furniture combines working now.
 
Last edited:
Good morning, got to 350 Research. I am now 346 Jewelcrafting and I want to revisit the JC furniture recipes I blocked. I was making this stuff in PoK small bank. It looked like I had all the ingredients, everything seemed to match up with eqtraders recipe as well but when I tried to make the combines, it would tell me I cant combine these items in this container type. JC Recipes 20570 thru 20589 I believe. EDIT>> Deleted my Bonding Agent i bought in POK and bought a new stack of 100 from sunrise hills vendor. All furniture combines working now.
Recipe looks correct. I will have a look ingame.
I do remember making these, all vendor bought stuff that I was very happy to just make.
 
LOVE this macro!!

Have 2 issues I wanted to report in Smithing

1. Velium Long Sword breakdown conversion isn't working (The long sword we make seems to be slightly different than the one we loot off giants - and it hits an endless loop)
2. Making a short hilt sub-combine - goes to the jewelmaking table - and you get an endless loop of can't combine - this combine is in a Reinforced Jewelers bag

Again, THANK YOU for such an amazing macro!
 
It makes the ToV recipes yes. Make sure you list the things you don’t want auto destroyed in the ini file.
 
FANTASTIC MACRO!

One question and one recommendation (for the dev)...

There's a long delay when it's waiting to destroy junk items. Any way to speed this up safely?

How about adding a spot to define a mule person or bank slots to store items made?
 
FANTASTIC MACRO!

One question and one recommendation (for the dev)...

There's a long delay when it's waiting to destroy junk items. Any way to speed this up safely?

How about adding a spot to define a mule person or bank slots to store items made?
I changed to 5 sec

waitDestroy=5
in tradesman.ini
 
I've been looking around and can't find it. Is there a way to show unknown recipes? /mac ts/trademan unknown? Some way to get a list of what recipes you don't have?
 
Jande,

When using ts/finditemv2 to retrieve items from 'House' is it possible for the macro to only retrieve what is needed rather than taking the whole stack ? A mod to Sub:CheckHouse ?
Code:
Sub CheckHOUSE2(string itemToGet, int amount1)

    /declare qty int local
    /declare get int local
    /declare count int local ${FindItemCount["=${itemToGet}"]}
    /declare ListItem int local ${Window[RealEstateItemsWnd].Child[REIW_ItemList].List["=${itemToGet}",2]}
    /declare TempItemCalc int 0
    
    /if (!${Window[RealEstateItemsWnd].Open}) {
        /return
    }
    
    /if (!${ListItem}) {
        DEBUGMSG ... not in house ${itemToGet}
        /return notfound
    }
    
    /varcalc qty ${amount1}+${count}
    /echo Retrieving \ap${itemToGet}\ax till I get \aw${qty}\ax TOTAL
    
    /while (${FindItemCount["=${itemToGet}"]}<${qty} && ${Window[RealEstateItemsWnd].Child[REIW_ItemList].List["=${itemToGet}",2]}>0) {
        /varset count ${FindItemCount["=${itemToGet}"]}
        /varcalc get ${qty}-${count}
        |/echo Retrieving \ar${get}\ax \ap${itemToGet}
        /notify RealEstateItemsWnd REIW_ItemList listselect ${ListItem}
        /ctrl /notify RealEstateItemsWnd REIW_Move_Inventory_Button leftmouseup
        /delay 2s
        /call EmptyCursor
        /varcalc TempItemCalc ${TempItemCalc}+1
        }
    /delay 1s
    /echo I retrieved \aw${TempItemCalc}\ax of the \aw${amount1}\ax \ap${itemToGet}\ax I needed from the House
    /varset TempItemCalc 0
    /return found
 
Last edited:
I am trying to use this macro with no success. I Installed and updated from the RedGuides Launcher. I am not a computer guru; more of an end user. I have made social hotkeys in EQ with all of your commands. The one I am trying to use is the learn command. When I use the hotkey (and please trust me it is exactly like your instructions) I get a partial load and then the MQ window says: Waiting on EQ:luclin… It does that on three or four lines and then I get the EQ has stopped working window and a crash to desktop. What does it mean when it says Waiting on EQ:Luclin? Sounds like the server isn't talking to your Macro for some reason but agaon, I have no clue what's going on here. I'd appreciate any help you can offer. Many thanks, ~RWT
 
I am trying to use this macro with no success. I Installed and updated from the RedGuides Launcher. I am not a computer guru; more of an end user. I have made social hotkeys in EQ with all of your commands. The one I am trying to use is the learn command. When I use the hotkey (and please trust me it is exactly like your instructions) I get a partial load and then the MQ window says: Waiting on EQ:luclin… It does that on three or four lines and then I get the EQ has stopped working window and a crash to desktop. What does it mean when it says Waiting on EQ:Luclin? Sounds like the server isn't talking to your Macro for some reason but agaon, I have no clue what's going on here. I'd appreciate any help you can offer. Many thanks, ~RWT
So.

I merged your new thread into this thread because it was titled about this macro - but I'm a bit confused as when you say EQ:luclin it sounds like autologin issues

this is a macro that you would execute upon logging in with a /mac macroname (i don't have the macro so i actually don't know the name of it).

it sounds like you are having > mq2autologin Discussion Thread < issues which would not be caused by this macro. There are some current issues with autologin unfortunately, and that might be what you are experiencing.
 
So.

I merged your new thread into this thread because it was titled about this macro - but I'm a bit confused as when you say EQ:luclin it sounds like autologin issues

this is a macro that you would execute upon logging in with a /mac macroname (i don't have the macro so i actually don't know the name of it).

it sounds like you are having > mq2autologin Discussion Thread < issues which would not be caused by this macro. There are some current issues with autologin unfortunately, and that might be what you are experiencing.

Thanks, wasn't sure where to put it. I will try the above and see what happens.
 
Thanks, wasn't sure where to put it. I will try the above and see what happens.
well, when you get the eq:luclin thing - are you actively in the game trying to tradeskill? or are you not in game at the login screen? that would help clear up some confusion and get us on a path to help get you all fix't (cwtn Trademark) up
 
well, when you get the eq:luclin thing - are you actively in the game trying to tradeskill? or are you not in game at the login screen? that would help clear up some confusion and get us on a path to help get you all fix't (cwtn Trademark) up
it checkes what recipes you have learned and dumps it to a txt file in the ts directory
 
Hey Sic,
Yeah I am in game and trying to use the learn function. As stated above, I made a hotkey with the learn command like Jande suggests. It goes like this:

/mac ts/tradesmanv2.mac research learn

I have tried it with and without the .mac extension. Same result. The .mac extension comes from instructions that appear in the MQ window where it tells you the proper syntax to use. I do it per the instructions and the result is always the same.

Again, I installed and updated the macro through the launcher so there should be no problem with the installation.

Thanks for any help you can give!

rwt

Here's the link to Jande's instructions:
 
well, when you get the eq:luclin thing - are you actively in the game trying to tradeskill? or are you not in game at the login screen? that would help clear up some confusion and get us on a path to help get you all fix't (cwtn Trademark) up

Hey again Sic,
As it turns out it is because my internet connection is too choppy and slow. I came back at non peak time and the macro fired right up. Many thanks for the help as it were.
 
Hey again Sic,
As it turns out it is because my internet connection is too choppy and slow. I came back at non peak time and the macro fired right up. Many thanks for the help as it were.
awesome dude, glad you got sorted out - I was a bit confused earlier since i hadn't run the macro, so i hope i was more help than harm!
 
- Corrected the spelling of crystallized in several recipes.
Lovely ...

I only found 2 recipes that used Crystalized and not Crystallized and that is not even an ingredient it is a recipename.
Will have to check next week on live what is actually changed
Crystalized Goo
Crystalized Lava Wurm Bead

Holler at me if someone finds something else.
 
OK, so I am doing research. I have almost all 3,993recipes done. I am having an issue with the following:



I have the Faded Salil's Writ Page and the mac converts it into Salil's Writ Pg. 90 (right) . But it never gets checked off the list. The Salil's Writ Pg. 90 (right) was used to make the Mana Scribed Swatch so all is good with that part.


Shopping List (08/15/2020 19:41:43):
0 / 1 x Part of Yaeth's Compendium Pg. 25 (right)
0 / 1 x Part of Toharon's Memoir Pg. 15 (right)
0 / 1 x Faded Salil's Writ Page
0 / 1 x Salil's Writ Pg. 90 (right)
0 / 1 x Part of Yaeth's Compendium Pg. 73 (right)
0 / 30 x Stained Fine Runic Charta Arcanum
0 / 28 x Fine Runic Charta Arcanum
0 / 2 x Fine Runic Primer
0 / 27 x Stained Fine Runic Orphic Card
0 / 22 x Fine Runic Orphic Card
0 / 5 x Fine Runic Combat Draft
0 / 10 x Stained Fine Runic Paper
0 / 10 x Fine Runic Paper
0 / 10 x Sooty Fine Orphic Card
0 / 8 x Fine Orphic Card
0 / 2 x Fine Combat Draft

The 0 / 2 x Fine Combat Draft, 0 / 5 x Fine Runic Combat Draft and 0 / 2 x Fine Runic Primer are sub-combines, not sure why they are on the shopping list. I guess the 0 / 1 x Salil's Writ Pg. 90 (right) would also be a sub-combine.
 
Last edited:
Release Tradeskill recipes (max out Artisan's Prize)

Users who are viewing this thread

Back
Top
Cart