Related/Helpful commands
Posted: Mon Mar 22, 2004 3:30 am
Relatively new commands you might find useful for your binds or config files include:
/keypress - Executes a bound action. Example: /keypress hot1 (presses hotbutton 1)
/notify - Used for sending notifications (clicks) to UI windows
/itemnotify - Used for sending notifications (clicks) to items (reported to not work for some people, probably only VC6, but should work next update)
/bind - Used to list binds, or set bind keys
/custombind (MQ2CustomBinds plugin) - Used to create custom binds
/loadcfg - Loads a cfg file immediately (does each command found in the file, in the order read). This can be used to chain CFGs together or read one from another. For example, you could have a "ldon.cfg" and have each LDoN zone's config /loadcfg ldon, instead of having the same one a hundred times
/squelch - Does a command, but hides the MQ2 output. Example: /squelch /bind mykey n
/dosocial - Does a social by name, like /dosocial "CH"
/docommand - Executes the given command. May sound silly at first, but this lets you create a command using a variable and execute it..
/multiline - Executes multiple commands, separated by whatever separator you give it. Example: /multiline ; /target soulbinder;/say bind my soul
/filter mq2 - The "mq2" filter is added to /filter to hide all MQ2 output from chat or telnet. You will probably want to use this in some cfg's
/keypress - Executes a bound action. Example: /keypress hot1 (presses hotbutton 1)
/notify - Used for sending notifications (clicks) to UI windows
/itemnotify - Used for sending notifications (clicks) to items (reported to not work for some people, probably only VC6, but should work next update)
/bind - Used to list binds, or set bind keys
/custombind (MQ2CustomBinds plugin) - Used to create custom binds
/loadcfg - Loads a cfg file immediately (does each command found in the file, in the order read). This can be used to chain CFGs together or read one from another. For example, you could have a "ldon.cfg" and have each LDoN zone's config /loadcfg ldon, instead of having the same one a hundred times
/squelch - Does a command, but hides the MQ2 output. Example: /squelch /bind mykey n
/dosocial - Does a social by name, like /dosocial "CH"
/docommand - Executes the given command. May sound silly at first, but this lets you create a command using a variable and execute it..
/multiline - Executes multiple commands, separated by whatever separator you give it. Example: /multiline ; /target soulbinder;/say bind my soul
/filter mq2 - The "mq2" filter is added to /filter to hide all MQ2 output from chat or telnet. You will probably want to use this in some cfg's