Search found 10 matches
Replies: 20
Views: 28215
GeneralA dumber dumbed down guide to MQ and MQemu
Actually, your check target example would work I think...

Sub Main

/target NPC |targets nearest NPC
If Me.TargetOfTarget.ID == Me.ID Then call Sub_fight
If Me.TargetOfTarget.ID == Me.ID Then E ...
Fri Jun 18, 2010 2:21 pm
Replies: 20
Views: 28215
GeneralA dumber dumbed down guide to MQ and MQemu
Just wondering... earlier you said "The macroquest core. Macroquest.exe is closed source, we can't see how it works BUT it loads mq2main.dll which we do have the code for. "

Isn't this th ...
Fri Jun 18, 2010 2:00 pm
Replies: 20
Views: 28215
GeneralA dumber dumbed down guide to MQ and MQemu
I like the skeleton example.

Is there a flag to identify mobs that are currently attacking me?
Or should I capture text from the melee window to see who is attacking me? It wouldn't have to be ta ...
Fri Jun 18, 2010 11:52 am
Replies: 20
Views: 28215
GeneralA dumber dumbed down guide to MQ and MQemu
I'm starting to get it... more and more. Still studying what you've given me.

Lemme try this idea for starters. I'm sure I have some syntax wrong, please let me know on the F8 thing.

|This is a ...
Thu Jun 17, 2010 3:29 pm
Replies: 20
Views: 28215
GeneralA dumber dumbed down guide to MQ and MQemu
Ok, I'm attempting to read through the cleric macro you linked me to:
http://mqemulator.net/forum2/viewtopic.php?t=259

Most of it makes some sort of sense, the code language is pretty logical.
...
Thu Jun 17, 2010 11:01 am
Replies: 20
Views: 28215
GeneralA dumber dumbed down guide to MQ and MQemu
Ok, I think I found some answers...

/endmac
stops the current macro, correct?

Also, am I correct in assuming that you can only run one macro at a time?
(which you could just combine your mac ...
Thu Jun 17, 2010 8:40 am
Replies: 20
Views: 28215
GeneralA dumber dumbed down guide to MQ and MQemu
Wow, great info. Thank you very much.

I understand the limitations better now, I agree the Hotkey thing would be best to fine tune behavior. Heal macro will be my first project.

I'm not sure wha ...
Thu Jun 17, 2010 7:14 am
Replies: 20
Views: 28215
GeneralA dumber dumbed down guide to MQ and MQemu
Again, thank you for that detailed post.

First question, can I plug in pretty much any MQ2 macro? For example, could I go to the MacroQuest2 forums and plug in any macro off those forums, or is th ...
Wed Jun 16, 2010 2:45 pm
Replies: 20
Views: 28215
GeneralA dumber dumbed down guide to MQ and MQemu
I'm still reading through your reply but I wanted to say AWESOME. Exactly what I needed. Will have questions soon...
Wed Jun 16, 2010 10:55 am
Replies: 20
Views: 28215
GeneralA dumber dumbed down guide to MQ and MQemu
Is there a really really really simplified guide somewhere to all this? Without much programing experience, I'm finding the learning curve on this very steep. It really is taking hours of reading to f ...
Tue Jun 15, 2010 2:04 pm
Search found 10 matches