Welcome To MacroQuest2 at MMOBugs.

Status
Not open for further replies.

DigitalPixel

Lifetime Member
Joined
Jun 20, 2006
Messages
632
Reaction score
0
Points
16
Getting Started With MacroQuest2

Now that you have yourself a nice premium subscription here at MMOBugs, you are probably ready to start macroing and enhancing your EverQuest experience.

MacroQuest2(MQ2), if used without care and caution will get your EQ account suspended or even banned, this is why you will need to cheat smarter and discreetly. Don't ever brag about using it, what you can do, yadda yadda, be careful even helping people because with MQ2 you can see info that isn't normally there and may get you banned.

MQ2 requires updates after every patch, and WILL NOT WORK until it is updated. It is common for people to ask when the newest MQ2 Compile will be available, be patient and more time will be spent working on the fixes to get it working quicker. To know if MQ2 is working, check the MMOBugs Main Page, there you will see a pane on the right that notifies you if MQ2 is up or down due to a patch. From there you can Click on The Date of the MQ Compile and it Will Take you to the post where you can download the latest.

The MQ Compile post contains info such as the names of the custom plugins included (and links to post about that one specific plugin if you click the URL next to the authors name), and some other self-explanatory info, but what your most interested in, the Download Link for the Lastest Compile.

Extract the Zip to a new folder, somewhere easy to find is always nice. If you kept the same name as the zip, then you will have a folder with a name similiar to MQ2-MMOBugs20071903. Once you double click that, you are in what is sometimes referred to as the MQ2 Base folder. In here is where Plugins are stored and their INI Files kept, you will notice a folder called "Macros". This is where you keep any macros(.mac filetype) that you want to run(Any macro that you want to run Must be placed in this folder). In here comes some macros with precompile which you can read more about in the Macro Section of the forums, where you can also get additional macros for your use as you need them. Well talk more about macros when we get up and running here in the next few paragraphs.

Before Running MQ2, you should close out EQ and always start MQ BEFORE EQ. If you don't, you will get kicked to server select if you open it after EQ has started. Once or If EQ is closed, go into the Base MQ folder and run MacroQuest2.exe, then run EQ.

MQ2 and Plugins

Now you are in EQ and have your brand spanking new MQ window. This is actually brought to you by the MQ2ChatWnd plugin, one of which is loaded by default. Plugins are amazing tools that add many useful features to MQ. Plugins are to be saved in the MQ Base folder with a .dll file extension. Plugins are compiled source code and cannot be edited in Notepad such as macros. After putting in new plugins in your MQ folder, you will be able to load them InGame if they are up to date. To do so, in your MQ window type
Code:
[COLOR=dimgray]/plugin NameofPlugin[/COLOR]
After typing this, if you typed the name of the plugin correctly and the plugin is in an updated working state you will see
Code:
[COLOR=dimgray]Plugin NameofPlugin loaded.[/COLOR]
and then you will be able to use its functionalities and new /commands. If you dont wish to use a plugin you type in the similar code with unload at the end of the command.
Code:
[COLOR=dimgray]/plugin NameofPlugin unload[/COLOR]
After typing this, the plugin is unloaded, and the commands it provided will no longer do anything.
Code:
[COLOR=dimgray]Plugin NameofPlugin unloaded.[/COLOR]
If you want to unload MQ while running EQ, you can simple type
Code:
[COLOR=gray]/unload[/COLOR]

[ To find out what plugins are available and what they do, check out the MMOBugs MQ2 FAQ and the MMOBugs Wiki, additionally the MMOBugs Plugin Section for plugins that may not be included in the precompile ]

Macros

A Macro is coding that can be edited in notepad. Macro files are saved with a .mac file extension and saved in the Macro folder of your MQ Folder if you wish to run them ingame. Many cool macros come with the Precompiled MMOBugs MQ compile, as you can see by opening your Macro folder. Before running a macro, open it in Notepad (or other text editor of your choice) and check to see if there is any documentation provided inside the mac file. Many macros will have all the info needed to run the macro, and probably includes info on anything that you may need to change in the macro file yourself. Macros arent perfect for every toon and some need to be customized to an extent such as to use certain spells, abilities, etc. Instruction to do so is in the top of the macro file (most of the time). Once your macro is setup, in your mq window type in
Code:
/mac MacNameHere
This is how you start a macro that is in your macro folder.

Some macros require extra parameters when starting the macro. I will use AFCleric as an example. To start the macro you need to target the person to heal, then type the command to start the macro
Code:
Syntax: /mac AFCleric <%health> <Heal spell>

Real Example: /mac AFCleric 75 Complete Healing

After the name of the macro, there is what is called Parameters. In this case "75" would be Parameter 1, and "Complete Healing" Parameter 2. These provide the macro with information that is easily changible by just restarting the macro with new variables. Without these you would have to edit the macro and enter in the values you want to use in multiple spots which would be a pain.

If at any time you want to end a macro, you simply type
Code:
[COLOR=gray]/end[/COLOR]
and it will end the currently running macro.

You can also pause a running macro by simply typing
Code:
[COLOR=gray]/mqpause[/COLOR]
then unpause the macro by typing once more
Code:
[COLOR=gray]/mqpause[/COLOR]
toggling the macro and then it will start operating again.

[Check the macro folder in the MQ directory for some useful macros, also check out the MMOBugs Macro Section here at MMOBugs for some sweet macros and information on how to operate different macros. Another great source for Macros is the Official MQ2 VIP Section, which requires a one time donation of $10 or more.

 
Last edited by a moderator:
Status
Not open for further replies.