Quick Step Tutorial: (Lets assume the zip is more current than cvs)
0. Install visual c++ 6.0 or visual studio 6.0
1. download the zip from the downloads page or here:
MQ2 Latest Source Zip
2. unzip it in C:\MQ
3. go to the newly created folder C:\MQ and DoubleClick the Macroquest2.dsw file (or the MacroQuest2.sln if you have vs7)
4. It will open up in Visual studio.
5. Go to the menu called Build and click on it
6. On that menu Select Batch Build click on it...
7. On the window that pops up, click Build
8 you will get it compiled, then exit Visual studio
9. Go to the C:\MQ\release folder, and doubleclick macroquest2.exe
10 You are done.
****** THIS IS HOW YOU TEST IF MQ WORKS ******
1. Start everquest.
2. When you are in game, type
/filter macros all in your eq chatwindow (you know the one you type /who and /yell in...) and press enter, this will make sure you see all macro commands.
3. Type
/help macro and press enter
if you get a list with a bunch of MQ commands, your copy of mq is working and you can start using it.
There are some sample macros in your C:\MQ\release\macros folder, you can try the follow macro for example:
****** Example of how to run a macro *******
Target another player or a mob, then type
/macro follow.mac and press enter
If your character starts following your target, you have successfully run your first macro.
You end macros by typing
/endmacro (and press enter)
****************************************
**********************************************
******************* CVS and its usage... ********************
The steps below are for people that want to use the cvs to get the source.
(but as it is nowdays, the zipfile on the downloads page is often newer)
**********************************************************
1. First of all get a decent cvs client, I use Wincvs
1.2 which you can find if you do a google search for Wincvs and download
2. Install it by running setup.exe and click next next and so on...
3. Run it.
4. When it starts open Admin -> preferences and on the General tab paste in:
Code: Select all
anonymous@cvs.sourceforge.net:/cvsroot/macroquest
in the 'Enter the CVSROOT' field
5. In the Authentication field choose the '"passwd" file on the cvs server' option
6. Now click on the Globals tab and check the box at the bottom which says: 'Checkout textfiles with the UNIX LX (0xa)'
7. Click ok
8. Goto menu Admin -> Login and when it asks for a password just press enter
9. Goto menu Admin -> Command Line... and paste in
Code: Select all
cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/macroquest co macroquest2
and press Enter
10. the source will now be downloaded to you computer...
----now exit the cvs client and follow the compile steps at the beginning of this post...
this works if you have VS 6.0
installed, havent tried with VS 7.0 but I would assume it would work as well and it took my machine about 30 secs...
YOU NEED TO HAVE VISUAL STUDIO INSTALLED (OR VC6++)