• 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

Question - Auto Tradeskilling macro

Autumn

Well-known member
Joined
Dec 1, 2019
RedCents
69¢
Is there a macro, that i can say like /mac tradeskillmake itemname and itll make it?
 
There is /mac Combine
It is default macro already available. You have to select the item you want, though. It's basically using the Make All button that is on the tradeskill window, but was made before the Make All button.
 
There is /mac Combine
It is default macro already available. You have to select the item you want, though. It's basically using the Make All button that is on the tradeskill window, but was made before the Make All button.
ill try that.
or i may end up just making one that does what i decribe. lol
 
@Apollyoin You have two great choices:
Tradeskill recipes (max out Artisan's Prize) from @jande
/mac ts/tradesman skill make "recipename"
e.g
/mac ts/tradesman skill make "Wolf Steaks"
Will attempt to make Wolf Steaks

and
Tradeskill Construction Set |Quests:GOD,TSS,POK,POR Freebie Assister from @jb321
/mac tsc shopmr tacos 1 20 1

if you enter nothing but the recipe name everything will default to recipe 1, make 1, and buy 1 set

1===Make Recipe #1 in a stack
20==Buy 20 sets of a recipe
1===Stop when we have 1 recipe
 
@Apollyoin You have two great choices:
Tradeskill recipes (max out Artisan's Prize) from @jande
/mac ts/tradesman skill make "recipename"
e.g
/mac ts/tradesman skill make "Wolf Steaks"
Will attempt to make Wolf Steaks

and
Tradeskill Construction Set |Quests:GOD,TSS,POK,POR Freebie Assister from @jb321
/mac tsc shopmr tacos 1 20 1

if you enter nothing but the recipe name everything will default to recipe 1, make 1, and buy 1 set

1===Make Recipe #1 in a stack
20==Buy 20 sets of a recipe
1===Stop when we have 1 recipe

If you don't have the recipe, it requires you to make it one time, it takes care of the crafting, buying, and running around...
 
Example file:

ts_bits.ini

Required Items for Tradeskill Construction Set:

1st part:

1618592037097.png

General tag and total amount of recipes in a file..

2nd part: ALL REQUIRED

1618592100264.png


Completed:

[General]
TotalRecipeNumber=1

[Recipe1]
Recipe1ItemName=Metal Bits
Recipe1ItemID=16905
Recipe1Container=Forge
Recipe1Known=TRUE
Recipe1Trivial=18
Recipe1SkillType=Blacksmithing
Recipe1MakeTotal=2
Recipe1Items=3
Recipe1Item1=Small Piece Of Ore
Recipe1Item2=Small Piece Of Ore
Recipe1Item3=Water Flask
Recipe1BuyTotal=1

ItemName = Self Explanatory

ItemID = ID is found from various databases or EQTC

Container = Specify the container being used

Recipe Known = I lied, don't need this for TCS

Recipe Trivial = Self Explanatory

Skill Type = Brewing, Baking, etc (needs to be the proper skill type name)

Make Total = How many do I want overall without any conditions/switches

Items = The total amount of items in a recipe

Item1 , Item2, Item3 etc... the tradeskill item that is used to complete the final item.

BuyTotal = Not Used for general crafting AFAIK

Note: Handles the majority of static or in inventory containers.

TCS has a database of 99% of the items buyable in Plane Of Knowledge and associated vendors, so it knows where to go and who to buy from.
 

Attachments

Question - Auto Tradeskilling macro

Users who are viewing this thread

Back
Top
Cart