notifying baz window with item name

Need help with a macro you are writing? Ask here!

Moderator: MacroQuest Developers

pappa
decaying skeleton
decaying skeleton
Posts: 4
Joined: Thu Jan 24, 2008 11:25 am

notifying baz window with item name

Post by pappa » Thu Jan 31, 2008 8:50 pm

http://www.macroquest2.com/wiki/index.php/Notify


ive been looking through the wiki and attempting many different tries i can get the item name i want to search for to echo using

Code: Select all

/echo ${SelectedItem.Name}
now what im trying to do is get it so when i have an item selected i can type like /itemsearch and it should send the item name to the bazaar search box for me im trying to use the /notify command but cant seem to get it to work for any of the bazaar type windows this is the code i have and yes right now its very incomplete just trying to get this portion working before going on with the rest the way im testing it is with the baz window open and my pack open and an item selected. here is the code any info on it would be much appreciated.

Code: Select all

/itemsearch=/notify BazaarSearchWnd ${SelectedItem.Name}
and yes for now im just setting it up as an alias but eventually im going to work it into a small macro to help speed up my bazaar price updates since the bazaar price changer macro dont work anymore kinda wanna try and work on my own.
thanks again in advance for any help
pappa

User avatar
dont_know_at_all
Developer
Developer
Posts: 5450
Joined: Sun Dec 01, 2002 4:15 am
Location: Florida, USA
Contact:

Post by dont_know_at_all » Thu Jan 31, 2008 9:32 pm

The answer is in the VIP section.