A lot of the time us members here at the infamous RedGuides see these and many other questions being asked all the time by newer members. So, in an attempt to alievate this problem, I decided to make a post answering these questions.
How do I compile this macro?:
You do not compile a macro. If there is a download link and the macro is zipped. Download the macro and unzip it to your macros directory. When in game type /mac macronamehere or /macro macronamehere.
If it is not zipped and ready to download for you:
Open an instance of notepad. Highlight the code portion of the macro, usually in a box that looks like this...
A lot of the time you can put your cursor in the above box and press CTRL+A to highlight all of the macro if it is really big. Sometimes it will highlight the whole web page. If this happens, highlight just whats in the code box, right click on the BLUE highlighted text, choose COPY.
Now goto notepad, click on the empty space and choose PASTE.
Now click on FILE and then SAVE AS...
See the dropdown box that says "Save as Type"?
Change from "Text Documents (*.txt)" to "All Files"
Put the name of the macro in the FILE NAME area with the extension .MAC.
Click Save.
Now, in game type /macro FILENAME
Your macro should work.
How do I know what is a PLUGIN and what is a MACRO??
Plugins will often not have the source code in their post. This is completely upto the author. Plugins will quite often have a downloadable DLL. Macros will NEVER be in DLL format. If the source for a plugin is there you will see things like "bool" in the coded text.
Macros will ALWAYS have a "SUB MAIN" will almost always have a :start, :loop, and a /goto :start or a /goto :loop. There is no need to compile macros. Follow the instructions above.
When I have MQ2 running and I start EQ it says "Incorrect client version".
This happens when there is a patch and a new eqgame.exe is downloaded DO NOT post about "incorrect version". Just watch the Cheats section. You will see posts popping up about offsets and the patch date. Basicly, if there is a patch and a new eqgame.exe is downloaded in the patch, you will NEED to update Macroquest. Be patient, sometimes there are alot of changes and evryone must wait on a new source to be released from macroquest2.com.
To check on the current source, visit this link >>HERE<<
If the date is many months back for the source, that means that they are currently working on a new build. Just be patient.
How do I compile this macro?:
You do not compile a macro. If there is a download link and the macro is zipped. Download the macro and unzip it to your macros directory. When in game type /mac macronamehere or /macro macronamehere.
If it is not zipped and ready to download for you:
Open an instance of notepad. Highlight the code portion of the macro, usually in a box that looks like this...
Rich (BB code):
Sub Main
:loop
/macro stuff
/doevents
/more macro stuff
/goto :loop
Now goto notepad, click on the empty space and choose PASTE.
Now click on FILE and then SAVE AS...
See the dropdown box that says "Save as Type"?
Change from "Text Documents (*.txt)" to "All Files"
Put the name of the macro in the FILE NAME area with the extension .MAC.
Click Save.
Now, in game type /macro FILENAME
Your macro should work.
How do I know what is a PLUGIN and what is a MACRO??
Plugins will often not have the source code in their post. This is completely upto the author. Plugins will quite often have a downloadable DLL. Macros will NEVER be in DLL format. If the source for a plugin is there you will see things like "bool" in the coded text.
Macros will ALWAYS have a "SUB MAIN" will almost always have a :start, :loop, and a /goto :start or a /goto :loop. There is no need to compile macros. Follow the instructions above.
When I have MQ2 running and I start EQ it says "Incorrect client version".
This happens when there is a patch and a new eqgame.exe is downloaded DO NOT post about "incorrect version". Just watch the Cheats section. You will see posts popping up about offsets and the patch date. Basicly, if there is a patch and a new eqgame.exe is downloaded in the patch, you will NEED to update Macroquest. Be patient, sometimes there are alot of changes and evryone must wait on a new source to be released from macroquest2.com.
To check on the current source, visit this link >>HERE<<
If the date is many months back for the source, that means that they are currently working on a new build. Just be patient.


