Best Way to Autoload a Plugin for One Guy?

dadada

Member
Joined
Mar 10, 2008
Messages
262
Reaction score
2
Points
16
I load 6 to 7 eq sessions up on my desktop.
I want to autoload mq2twist only for the bard, and not have mq2twist auto-loaded for the rest of my guys.

What's the best way to do this?



Thanks
 
There are "autoload" configuration files.

Macroquest2 Documentation

/loadcfg filename command
Loads a cfg file

* Plugins can use LoadCfgFile(filename)
* Configs that are automatically loaded:
AutoExec.CFG
Executed on the first pulse

CharSelect.CFG
Executed when you are put at character select

server_character.CFG
Executed when this character enters the world

mapshortname.CFG
Executed when you zone into this zone

pluginname-AutoExec.CFG
Executed when this plugin is loaded (after its initialization is complete)


Examples of file names:
tallon_lordsoth.cfg
character

oot.cfg, soldungb.cfg, soldunga.cfg, take.cfg
maps

MQ2Map-AutoExec.CFG, MQ2ChatWnd-AutoExec.CFG
plugins
 
And additionally with our compile (from wiki):

information

Information



.cfg files added: InGame.cfg, and any standard config file with naming format stationname_xx.cfg





htw
 
Thanks.
Will read up on both of those.
They should do it!

made the file in the main MQ folder for: server_myguysname.cfg

Contains one line: /plugin mq2twist noauto



Going to disable the mq2twist plugin from my main mq.ini file and that should do it!
Thanks guys
 
Last edited: