Executing custom commands?

The one stop shop for information relating to CFG files and binds

Moderator: MacroQuest Developers

User avatar
ieatacid
Developer
Developer
Posts: 2727
Joined: Wed Sep 03, 2003 7:44 pm

Executing custom commands?

Post by ieatacid » Mon Apr 05, 2004 5:28 pm

Is there a way to execute a custom command through the config files? For instance, whenever I zone I want to do

Code: Select all

/mycommand myparameter
I tried (in zoned.cfg)

Code: Select all

/docommand "/mycommand myparameter"
but got "could not parse /mycommand myparmamter".

I tried

Code: Select all

/docommand /mycommand myparameter
and got no output in the MQ2 window. So I'm guessing it's working and it's just being executed before it could output to the window or it's not working at all.

Am I doing this correctly or is this just not available at the moment?

Lax
We're not worthy!
We're not worthy!
Posts: 3524
Joined: Thu Oct 17, 2002 1:01 pm
Location: ISBoxer
Contact:

Post by Lax » Tue Apr 06, 2004 1:46 am

No, it's available.. all config files do is execute standard commands! ;)

/docommand /mycommand is the same as
/mycommand
Lax Lacks
Master of MQ2 Disaster
Purveyor of premium, EULA-safe MMORPG Multiboxing Software
* Multiboxing with ISBoxer: Quick Start Video
* EQPlayNice, WinEQ 2.0

User avatar
ieatacid
Developer
Developer
Posts: 2727
Joined: Wed Sep 03, 2003 7:44 pm

Post by ieatacid » Tue Apr 06, 2004 4:22 pm

Ok, thanks for the reply.