Search found 4 matches

by Lawyer
Fri Oct 17, 2003 1:53 pm
Forum: Macro Depot (MQ1)
Topic: ForageINI.mac a forage macro with ini support
Replies: 42
Views: 18039

Yes, very nice macro. I ended up modifying the macro so it will work when you are sitting (so I can have this macro running all the time when I am playing). Now if you are sitting, instead of getting an error and fubaring the timer, the script checks to see if you are sitting, and if you are, stands...
by Lawyer
Fri Oct 17, 2003 1:44 pm
Forum: Macro Requests (MQ1)
Topic: Buying an item
Replies: 7
Views: 1908

/selectitem "xxx" merchant
/buyitem

Might be an easier way to do it, but that works for me.
by Lawyer
Fri Oct 17, 2003 1:39 pm
Forum: Macro Requests (MQ1)
Topic: Request: Conversion of PowerArrows *2*
Replies: 15
Views: 3432

Ok, I have a complete and working version now. There were two issues with Zxeses' version, after GD's @Param conversion. Problem 1: Sub BuyitemSingle(@Param0,@Param1). Thanks to Valerian, this was resolved. You do not need a parameter list if you are using the default parameters. Once (@Param0,@Para...
by Lawyer
Thu Oct 16, 2003 4:14 pm
Forum: Macro Requests (MQ1)
Topic: Request: Conversion of PowerArrows *2*
Replies: 15
Views: 3432

The errors that I have noticed are: 1: The macro only buys one item, and the item is whatever is highlighted in the merchant sell menu. It defaults to the first item for sale, but if you highlight something else, it will buy a single one of those instead. Grimjack suggested adding merchant to /selec...