Page 1 of 1

.inc?

Posted: Tue Nov 16, 2004 11:14 am
by wicket
hehe u all are gonna find this funny. But uh, where do the .inc go to? Are they the plugins or the macros?

*Braces for impact*

Posted: Tue Nov 16, 2004 11:33 am
by Fibby
That all depends on where the macro file says they are :)

Generally.. in the same folder that the macro's are in.

Posted: Tue Nov 16, 2004 12:06 pm
by wicket
okay cool. More dumb questions to come. Wait heres one. I was looking some of the macro code and what not and I keep finding code that are not in the commands. Like /join command. Is there a list of commands somewhere else besides what the manual is saying?

Posted: Tue Nov 16, 2004 12:40 pm
by Fibby
Uhh..

Not all the / commands are MQ2 commands.. some of them are everquest commands...

Posted: Tue Nov 16, 2004 1:10 pm
by wicket
well

that just showed how much i play everquest. Im in it for the coding really.

Posted: Wed Nov 17, 2004 12:01 pm
by wicket
okay, i have the spell_routines.inc file with the AFCleric.mac file in the folder macros. Now when I try to run this macro /macro AFCleric.mac , it gives me this error saying that it cannot find spell_routines.inc . Where am I going wrong?

Posted: Wed Nov 17, 2004 12:06 pm
by Fibby
/shrug..

You're not holding your mouth right..

it's /macro afcleric

and again.. look at the code and see where your include statement is pointing.

Posted: Wed Nov 17, 2004 12:25 pm
by Night Hawk
you can type the .mac in the /macro command, but it's redundant really (sp?)

Posted: Wed Nov 17, 2004 12:26 pm
by eqjoe
wicket wrote:okay, i have the spell_routines.inc file with the AFCleric.mac file in the folder macros. Now when I try to run this macro /macro AFCleric.mac , it gives me this error saying that it cannot find spell_routines.inc . Where am I going wrong?
Look at the include statment at the top of your AFCleric macro. I am betting that the macro is looking for that .INC file in a subdirctory inside /macros.

This is not rocket science. Look over the macro that you are using and you will find the answers that you need on your own. Save the posts for that hard stuff... not this trivial junk.

-j

Posted: Wed Nov 17, 2004 2:12 pm
by wicket
i will try that. thank you much.