Search found 4 matches

by jrwalz
Wed Jul 10, 2019 12:28 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Self Automated Tradeskill Macros
Replies: 409
Views: 303549

Re: Self Automated Tradeskill Macros

I have decided to make a website that has all my tradeskill macros with updates posted on it. As long as people use them, I will update them. The site is: http://www.override13.com/mq2/ Please post problems, comments, and suggestions here and I will get to them as soon as possible. I do work for a ...
by jrwalz
Sat May 11, 2019 7:04 pm
Forum: MQ2::Development::Feature Discussion
Topic: Accessing a running macro with keywords or parameters
Replies: 2
Views: 481

Re: Accessing a running macro with keywords or parameters

Thank you so much Dewey. I was just reading someone else's code and saw the ReadIni and /varset Ini. There isn't very much info about this. What you give me here should be plenty enough for me to get to it.
by jrwalz
Sat May 11, 2019 2:31 pm
Forum: MQ2::Development::Feature Discussion
Topic: Accessing a running macro with keywords or parameters
Replies: 2
Views: 481

Accessing a running macro with keywords or parameters

I'm doing my own Healer macro, basically, I have it kind of finished, but it is not done with the adeptness that I desire. I want to be able to access instance variables or method parameters while a macro is running. I guess in a way that is similar to plugins. I have seen *.INI files set up with ke...
by jrwalz
Mon Jul 16, 2018 7:15 pm
Forum: MQ2::Development::Feature Discussion
Topic: Curious why no do while flow control
Replies: 4
Views: 776

Re: Curious why no do while flow control

I tried to use that /do while some time ago because there was an actual example of it being available, but I gave up. You can do anything with the /while loop, just have to think backwards. Thinking of the /while loop like an /if condition statement helps to visualize it, but I'm sure that you know ...