Moderator: MacroQuest Developers

Hmm not a bad idea. I'll see what I can do when I get some time.mcswanbeck wrote:I simply love this - it works fine now and I don't even notice it's running
Another small request though:
Make an optional parameter to the ssearch function like:... and maybe even:Code: Select all
/echo ssearch shinai /gu (sends the output to /gu if exactly ONE item is found) /echo ssearch shinai /3 (sends the output to chat channel 3 if exactly ONE item is found)
If nothing is specified after the search word, then just send the output to the channel specified in the macro file.Code: Select all
/echo ssearch shinai /tell johndoe (sends the output as a tell to johndoe if exactly ONE item is found)
Does that make sense?

Updated with this feature request. Enjoy.mcswanbeck wrote:I simply love this - it works fine now and I don't even notice it's running
Another small request though:
Make an optional parameter to the ssearch function like:... and maybe even:Code: Select all
/echo ssearch shinai /gu (sends the output to /gu if exactly ONE item is found) /echo ssearch shinai /3 (sends the output to chat channel 3 if exactly ONE item is found)
If nothing is specified after the search word, then just send the output to the channel specified in the macro file.Code: Select all
/echo ssearch shinai /tell johndoe (sends the output as a tell to johndoe if exactly ONE item is found)
Does that make sense?

Code: Select all
/echo ssearch iron ore /tell johnny Have you ever seen this itemlink before?
Code: Select all
/echo ssearch iron ore /1 Have you ever seen this itemlink before?
Code: Select all
/echo ssearch iron ore /chat #channelname Have you ever seen this?
Code: Select all
/echo show k 11 /tell johnny Are you talking about this itemlink ?? Or something else?

