Page 1 of 1
notify on a listed item, then combine
Posted: Thu Sep 23, 2004 10:36 am
by BadBoy
how does one select a TradeskillWnd Listed item? I have read the manual, but it only shows how to populate a variable. I want it selected, then the combine button pushed.
Posted: Thu Sep 23, 2004 10:43 am
by Shwei
Haven't done it, but this should work.
/notify ${Window[TradeskillWnd].Child[RecipeList].List[Recipe Name]} leftmouseup
then
/notify COMBW_CombineArea COMBW_CombineButton leftmouseup
Posted: Thu Sep 23, 2004 11:28 am
by BadBoy
tried /notify ${Window[TradeskillWnd].Child[RecipeList].List[Recipe Name]} leftmouseup
initially, but it didnt work

Posted: Fri Sep 24, 2004 1:19 am
by Chill
try looking at
combine.mac.
Problem solved.
Posted: Fri Sep 24, 2004 6:07 pm
by BadBoy
you have to manually click that tho
i am looking for one that does not require that click.
Posted: Fri Sep 24, 2004 6:12 pm
by peach
Code: Select all
/notify COMBW_RecipeListArea COMBW_RecipeList listselect ${Window[COMBW_RecipeListArea].Child[COMBW_RecipeList].List[=Item.Name]}
this is assuming it's in your favorites
Code: Select all
/notify COMBW_CombineArea COMBW_CombineButton leftmouseup
combines