Multi Account and different scripts... - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4) +---- Forum: Scripting (/forumdisplay.php?fid=39) +----- Thread: Multi Account and different scripts... (/showthread.php?tid=91373) Multi Account and different scripts... by tosuncuk on 07-08-2009 at 08:30 AM I am using multi account with WML but I want to modify each account different scripts.... How RE: Multi Account and different scripts... by SmokingCookie on 07-08-2009 at 09:02 AM So you basically mean that on account A, you want the scripts U, V and W activated, but on account B, you want the scripts X, Y and Z to be active? RE: Multi Account and different scripts... by CookieRevised on 07-08-2009 at 09:18 AM
There is no 'easy' way since scripts will always run, even if the user hasn't signed in yet or if the user has signed out.
The first option is by far the best option! In this case you don't need any external configuration batch file or whatever. Also, you would be able to sign out with one account and sign in with the other without any configuration problems. In most cases it would even be possible to run two or more Messenger instances at the same time (called 'polygamy'). The second option is surely the worst option. In this case you always need to run a batch file (or other program) which configures/changes the registry settings before running Messenger so that Plus! knows which scripts to load and run. You wont be able to run multiple instances of Messenger at the same time (since the loaded scripts will conflict), you wont be able to sign out and sign in with another account (since the scripts will not be unloaded/loaded according to the account), etc... So, what is the exact reason why you want to load different scripts for different accounts, and about which exact scripts are you talking about? RE: Multi Account and different scripts... by tosuncuk on 07-08-2009 at 09:26 AM Thanks but I dont know to write a script . The main problem is about the script "offline blocker" when you use them with polygamy I have some problems with contact lists. |