Search found 8 matches

by lostcarrier
Mon Mar 08, 2004 2:50 pm
Forum: Macro Depot (MQ1)
Topic: [ isearch.mac ] Vendor Search Macro
Replies: 8
Views: 2591

I just tried it, starting with no INI file, added Water Flask, clicked on a merchant with no Water, it worked fine. Clicked on a merchant that had water for sale, it happilly started buying stacks of water flasks.

I'm at a loss as to what your problem might be. :(
by lostcarrier
Sun Feb 29, 2004 6:14 am
Forum: Macro Help (MQ1)
Topic: Is there any way to use && or || (and & or) oper
Replies: 13
Views: 2174

Thanks everyone. Got it cleaned up and working great.
by lostcarrier
Fri Feb 27, 2004 4:20 pm
Forum: Macro Help (MQ1)
Topic: Is there any way to use && or || (and & or) oper
Replies: 13
Views: 2174

Well, I got it working with multiple /if statements and several /goto points, but the code is very sloppy. If anyone knows about the limit on OR comparisons, I'd love to know about it. Thanks.
by lostcarrier
Fri Feb 27, 2004 4:14 pm
Forum: Macro Help (MQ1)
Topic: Is there any way to use && or || (and & or) oper
Replies: 13
Views: 2174

Thanks for the suggestion. It would work if only I didn't already have an else statement after the comparisons.
by lostcarrier
Fri Feb 27, 2004 3:09 pm
Forum: Macro Help (MQ1)
Topic: Is there any way to use && or || (and & or) oper
Replies: 13
Views: 2174

Is it possible to use && and || on more than 2 concurrent comparisons? I have the following statement in a macro I'm working on. /if ("$spawn($group(@num),sclass)"=="WAR" || "$spawn($group(@num),sclass)"=="PAL" || "$spawn($group(@num),sclass)"...
by lostcarrier
Thu Feb 26, 2004 1:43 pm
Forum: Macro Depot (MQ1)
Topic: [ isearch.mac ] Vendor Search Macro
Replies: 8
Views: 2591

1.2 Posted. Probably the final revision unless I find a big issue.
by lostcarrier
Thu Feb 26, 2004 7:09 am
Forum: Macro Depot (MQ1)
Topic: [ isearch.mac ] Vendor Search Macro
Replies: 8
Views: 2591

Thanks, Endymion; I'm glad someone found a use for it.

The original post has been updated with version 1.1.
by lostcarrier
Wed Feb 25, 2004 7:11 pm
Forum: Macro Depot (MQ1)
Topic: [ isearch.mac ] Vendor Search Macro
Replies: 8
Views: 2591

[ isearch.mac ] Vendor Search Macro

This is a little macro that I wrote to farm tradeskill items from vendors. Instructions are in the code. Version 1.2 Changes :: added the ability to update the INI file on the fly using the /echo command (greets to ml2517 for the inadvertant INI tutorial) :: removed some extraneous code Version 1.1 ...