Newbi Question Map/spelltimer

Need help with a macro you are writing? Ask here!

Moderator: MacroQuest Developers

gastall
decaying skeleton
decaying skeleton
Posts: 3
Joined: Thu Jul 22, 2004 3:35 am

Newbi Question Map/spelltimer

Post by gastall » Thu Jul 22, 2004 3:46 am

I am new to Macro Quest the installation tutorial thing was great. Here is my question I am wanting to use Macro Quest for 3 things really the map fuction where you can see PC and NPC's moveing on the map as well as Corpse's. Also to drag more than 1 corpse at a time on my Rogue. This will help me with scouting and pulling. The third thing is to Have a spell timer for my Necro to see when a DoT is about to run out and so on.


Ok figured out the Map thing need help below plz.

Second I found a Corpse Drag macro in the Macro Depot how do I set it up to use? where do I put the code and then once in game how dose it work?

I am sure if I can find out how the corpse drag works I can figure out the spell timer.

Sorry for such the Newbi question but I am not a code writer and a person in passing told me about this site and I am not able to contact him to get some help. I am not looking to anything to crazy with this program just some simple things. Any help would be great thanks in advance.


Gastall


P.S. If the Guy in Camp Afrijan Kuwait is reading this thanks for the site info. I am the 65 Rogue on Emarr you meet. GL out there and stay safe.
Last edited by gastall on Thu Jul 22, 2004 6:10 am, edited 1 time in total.

User avatar
aChallenged1
a grimling bloodguard
a grimling bloodguard
Posts: 1804
Joined: Mon Jun 28, 2004 10:12 pm

Post by aChallenged1 » Thu Jul 22, 2004 6:07 am

/mapfilter
Used to control the display of information on the in game map. See /mapfilter in MQ2Map for more details on /mapfilter and other map related slash commands specific to MQ2Map.
Straight from the readme file that came with the zip. Under heading MacroQuest2 Commands.

Read the manual, try search, then if still having problems come here and ask.
Fuck writing MQ2 macros. Go with IS scripts; IS Rules!

User avatar
Fippy
a snow griffon
a snow griffon
Posts: 499
Joined: Tue Jul 16, 2002 10:42 am

Post by Fippy » Thu Jul 22, 2004 6:27 am

Killing time waiting for a server to reboot so ill reply :)

To use a macro you need to copy the code into a plain text document using notepad or something similar. Save the file with a .mac extension (ensure you have the show file extensions setting in explorer) into the macro directory.

In game just type /macro <name you called the file.mac> to use it.

The spelltimers you are after will need you to either find or write your own macro that starts a timer off based on the text output to the logfile when a particular buff is cast then produces some output when it runs out.
Fippy

This is my girl. But Rizwank had her first :-)
[img]http://www.btinternet.com/~artanor/images/fairy_bounce09.gif[/img]

gastall
decaying skeleton
decaying skeleton
Posts: 3
Joined: Thu Jul 22, 2004 3:35 am

Post by gastall » Thu Jul 22, 2004 6:33 am

Thanks Fippy just one more question after a save to text Doc where do I save that text file to?

the Macroquest folder or Sony folder desktop?

User avatar
aChallenged1
a grimling bloodguard
a grimling bloodguard
Posts: 1804
Joined: Mon Jun 28, 2004 10:12 pm

Post by aChallenged1 » Thu Jul 22, 2004 6:47 am

When saving, be sure to change the "Save As" to ALL.

You save all macros to the subdirectory MACROS. This will either be in your main MQ2 or the Release directory, depending on if you moved the macroquest2.exe and dlls. Most likely you have not so /mq2/release/macros.
Fuck writing MQ2 macros. Go with IS scripts; IS Rules!