Thread Tools Display Modes
01-31-06, 10:56 AM   #1
wereHamster
A Black Drake
 
wereHamster's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2006
Posts: 80
Tradeskill Macro

I'm using the following code:
Code:
/script
  for i=0,GetNumTradeSkills() do
    local n=GetTradeSkillInfo(i);
    if (n=="Heavy Runecloth Bandage") then
      DoTradeSkill(i,1)
    end
  end
but that works only as long as the tradeskill window is open, is there a way to do a tradeskill in a macro without having to open the tradeskill window? or maybe open the tradeskill window in a macro (/cast Blacksmithing doesn't work)?
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » Tradeskill Macro


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off