View Single Post
  #2  
Unread 02-04-2006, 10:15 PM
Zonx's Avatar
Zonx Zonx is offline
A Green Troll
This person is a EQ2Map developer.
Featured
 
Join Date: Dec 2004
Server: Blackburrow
Posts: 2,221
Default

Search results aren't a standard listbox, so its difficult to get at the data returned.

I think the best we could do along these lines is...

Individually selecting each item in the results list would dump 1 piece of data from the results row into chat. You'd have to choose between title, seller and price since there's no way to concatinate text strings.

Don't recall any way to automate submitting the chat, so you'd also have to hit return between each selection. If we can automate text submission, we could submit each piece of data (Item, Seller, Price) on multiple chat lines in 1 selection.

The last little catch... you'd have to be using a chat channel that accepts your data spam for this to work. For instance attempting to spam group chat while ungrouped won't work.
Reply With Quote