Difference between revisions of "MQ2AutoLogin" - MMOBugs Wiki

(→‎Sample Configuration: moved useauth to sample)
(→‎Sample Configuration: moved useauth desc)
Line 46: Line 46:
 
===Sample Configuration===
 
===Sample Configuration===
  
If you use authenticator token for login, you can have the plugin pause after typing in the password to give you the opportunity to type in the auth token on the end of the password, then click Login, and it will continue to automate the rest of the process. This setting can go in the global section (for what your default is if an entry doesn't have a UseAuth entry). Each individual entry can have its own UseAuth entry.
+
If you use authenticator token for login, you can set the UseAuth option to have the plugin pause after typing in the password to give you the opportunity to type in the auth token on the end of the password, then click Login, and it will continue to automate the rest of the process. This setting can go in the global section (for what your default is if an entry doesn't have a UseAuth entry). Each individual entry can have its own UseAuth entry also.
  
 
MQ2AutoLogin.ini
 
MQ2AutoLogin.ini
Line 88: Line 88:
 
UseAuth=1
 
UseAuth=1
 
</pre>
 
</pre>
 
If you use authenticator token for login, you can have the plugin pause after typing in the password to give you the opportunity to type in the auth token on the end of the password, then click Login, and it will continue to automate the rest of the process.  This setting can go in the global section (for what your default is if an entry doesn't have a UseAuth entry).  Each individual entry can have its own UseAuth entry.
 
 
UseAuth=1
 
  
 
==Availability==
 
==Availability==
  
 
This plugin is included with the MMOBugs Compile.
 
This plugin is included with the MMOBugs Compile.

Revision as of 17:02, 27 April 2014

Plugin Info
Name MQ2AutoLogin
Author ieatacid
Link MQ2 Link
Commands /switchserver or /switchchar
Source Available Yes
Uses INI File Yes

Description

MQ2AutoLogin will let you automatically log in characters and accounts simply by starting EQ with MQ2 and this plugin loaded.


Commands

  • /switchserver <server short name> <character name>

, when issued in game, logs you out and logs you back in on whatever server and character specified

  • /switchchar <name>|-instant <on|off>

This will switch characters

  • END key If you want to stop MQ2AutoLogin from processing a session, hold down the End key (on your keyboard) until a few seconds after a selection (button, char list, etc.) is shown in the EQ session

Configuration

MQ2AutoLogin provides configuration


As of 2/15/2011, here is the list of server short names:

fippy
vulak
mayong
antonius
bertox
bristle
cazic
drinal
erollisi
firiona
luclin
povar
rathe
tunare
xegony
zek


Sample Configuration

If you use authenticator token for login, you can set the UseAuth option to have the plugin pause after typing in the password to give you the opportunity to type in the auth token on the end of the password, then click Login, and it will continue to automate the rest of the process. This setting can go in the global section (for what your default is if an entry doesn't have a UseAuth entry). Each individual entry can have its own UseAuth entry also.

MQ2AutoLogin.ini

[Settings]
KickActiveCharacter=1
InstantCamp=0
UseAuth=0

[Session1]
StationName=ChangeMe
Password=ChangeMe
Server=ChangeMe
Character=ChangeMe

[Session2]
StationName=ChangeMe
Password=ChangeMe
Server=ChangeMe
Character=ChangeMe
UseAuth=1

Alternatively, you can use station names rather than sessions (handy if you use WinEQ2 profiles). If you use station names, you can also over-ride the KickActiveCharacter setting by including it in the station name part of the ini. If you do not put anything in there, like the first entry below, the plugin will use the default or global setting.

[Settings]
KickActiveCharacter=1
InstantCamp=0
UseStationNamesInsteadOfSessions=1
UseAuth=0

[YourStationName]
Password=ChangeMe
Server=ChangeMe
Character=ChangeMe

[YourStationName2]
Password=ChangeMe
Server=ChangeMe
Character=ChangeMe
KickActiveCharacter=0
UseAuth=1

Availability

This plugin is included with the MMOBugs Compile.