Skip to content

LoginProfile

Datatype providing access to AutoLogin profile information.

Members

string Account

Account name associated with the profile

string Character

Character name from the profile

string Server

Server name from the profile

string Profile

Profile group name (if part of a profile group)

string HotKey

Hotkey assigned to the profile (if any)

class Class

Character's class as shortname, also provides access to class type members.

int Level

Character's level

string CustomCharacterIni

Custom client INI file path if specified in the profile

string ToString

Returns formatted profile info as "Profile: Character (Server)"

Examples

/echo ${AutoLogin.Profile.Account}  # Show account name
/echo ${AutoLogin.Profile.Level}    # Show character level
/echo ${AutoLogin.Profile}          # Show formatted profile info e.g. "MyProfile: MyCharacter (MyServer)"
/echo ${AutoLogin.Profile.Profile}  # Show profile name only