This is lill manual how to make your Tradeskill link with all items in it
Reqeurments:
- Addon to Dump Links (Spew is a addon witch can do this)
- Link of the Tradeskill you want to dump
How to use Dump a link
open a new Chat line and write down the following commando
/Dump " [Blacksmithing]"
(with the ", and you can put in any Tradeskill link you want)
it will output somting like this
|cffffd000|Htrade:29844:375:375:13117A3:12$?(><<<<<12%#33KlF34122<<<<<<3123Fre<< <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<|h[Blacksmithing]|h|r
Lets inspact this bit of the link
trade:29844:375:375:13117A3:12$?(><<<<<12%#33KlF34122<<<<<<3123Fre<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< <<<<
****Kind of link your making**** (item, spell, trade, etc)
****ID of wat your about to link****
****Maximum Tradeskill LVL****
****Current Tradeskill LVL Shown in link****
****Not shure wat this is geuzing its a character ID*** (this is wy your link dont works)
****Witch crafts you can make*** (0000000000000000000000000000000000000000000000000000000000000000000000000000000 00000 will show a empty list)
To post a link of all items in your trade skill you need to start a new macro
/script SendChatMessage("\124cffffd000\124Htrade:29844:375:375:13117A3:{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{ {{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{ {{{{{{{{\124h[Blacksmithing]\124h\124r");
****Replace this 1 with the ID Blonging to your trade skill (see list below)****
****Replace this 1 with the Character ID in the link you just Dumped****
****This is the string for all items in the List copy the 1 behind the trade skill your linking****
****Place the name of your tradeskill here DONT MISSSPELL IT****
Tradeskill / Tradeskill ID / String
Code:
Alchemy / 28596 / {{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{
Code:
Blacksmithing / 29844 / {{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{
Code:
Enchanting / 28029 / {{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{
Code:
Engineering / 30350 / {{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{
Code:
Inscription / 45361 / {{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{
Code:
Jewelcrafting / 28897 / {{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{
Code:
Leatherworking / 32549 / {{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{
Code:
Tailoring / 26790 / {{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{
Edit: My First Post wasnt working so made the guide a bit advanced