You have to do all the "in-between" stuff yourself. The basics are...
1 - say "What chores" to Tonlyei Lyhin.
2 - do the first combine to get a recipe
3 - open your sewing kit, choose the recipe and put your mouse pointer over "Combine"
4 - stand next to Tonlyei and run this macro. It will combine the 20 stack and give her each success.
5 - Repeat 3 and 4 until she gives you the next section of quests then get the new recipe and start over.
Code: Select all
| - Tailoring.mac
|
|
#Event new "You have fashioned the items together"
#Event End "#*#You are missing a#*#"
sub Main
:button
/delay 1sec
/click left
/doevents
:LootIt
/target Tonlyei
/face nolook
/If (${Cursor.ID}) {
/click left target
/delay 1s
/nomodkey /notify GiveWnd GVW_Give_Button leftmouseup
/delay 1s
}
/delay 5
/newif (${Cursor.ID}) /goto :LootIT
/goto :button
/return
Sub Event_End
/echo No Components... Ending
| /cleanup
/sound
/end
/return



