Help replacing /press and /click

Need some help with that macro you're working on or aren't quite sure how to get your macro to do something? Ask here!

Moderator: MacroQuest Developers

BrainDeath
a ghoul
a ghoul
Posts: 86
Joined: Sun Mar 07, 2004 5:00 pm

Help replacing /press and /click

Post by BrainDeath » Thu Apr 22, 2004 1:05 am

I currently have a tradeskill macro that i wrote that does the following:

1. Opens up a tradeskill container
2. Places the cursor in the Partial Name search field
3. Types in the name of the recipe
4. Presses search
5. Selects the first item returned in the search list
6. Does a bunch of combines
7. Repeats

The macro can be seen here if you want to look at it:
http://macroquest2.com/phpBB2/viewtopic.php?t=5709

In the above steps I am using /click left x y for steps 2, 4 and 5 and /press for step 3.

After experimenting with /notify and /keypress I can't figure out how to re-code the steps where I click the search field, type in the name of the recipe and select the first item returned in the list.

Any help with this would be greatly appreciated.