Please Help :P

Need some help with that macro you're working on or aren't quite sure how to get your macro to do something? Ask here!

Moderator: MacroQuest Developers

Ara

Please Help :P

Post by Ara » Mon Dec 08, 2003 10:29 pm

Hello all,

im really new to this macro stuff and im going to be honest im not too good with it. i've read over the tutorials and such but still don't have a clear idea of how it works. Could someone point me in the direction of a tuturial which would kinda hold my hand and walk me through a few simple marco's please?

koad
Plugins Czar
Posts: 127
Joined: Fri May 16, 2003 8:32 pm

Post by koad » Tue Dec 09, 2003 4:26 am

there are in-depth and simple surface level macros in the Macro Depot that cover most common tasks. honestly best way is to watch some of the simple task macros and learn from there. if you have a task for a macro to perform, try and make one and if something is snagging you post the code and the code monkeys like myself will guide your code in the right direction.

Drunkensloth
a lesser mummy
a lesser mummy
Posts: 67
Joined: Sat Oct 18, 2003 2:54 am

Post by Drunkensloth » Wed Dec 10, 2003 5:31 pm

hehe macros not to try and learn from when you are starting:
TS.mac
genbot
anything with ini
hunter.mac


i suggest getting the readme.html file from macroquest not MQ2

and seeing all the stuff they wrote in there, that will give you an amazing reference to all the commands and variables

second
read scripting for dummies by elretardo
gives step by step instructions for some simple macros
and also
/echo is your friend
whenever you are doing multiple things in code, you can put /echo in your script

like

/cast 1
/echo attempting to cast blahblahblah
...rest of code


that way you can tell where your code bugs out and whats going on
And here I was clicking like a sucker!

theafkxper
a hill giant
a hill giant
Posts: 207
Joined: Sun Sep 08, 2002 6:41 pm

Post by theafkxper » Wed Dec 10, 2003 5:53 pm

i agree, and disagree, i agree with everything except hunter.mac not being good to learn from... its a great mac to scroll through and figure out what you know and what you need to learn more about. Although it would probably be considered a mid-level macro as far as reading through it goes. Now Genbot... thats a whole different animal, lol :P