-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b77187e
commit 2bd37ea
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -109,7 +109,7 @@ This is ideal if you want to create a desktop shortcut to open a set of accounts | |
Available launch parameters and values to use are as per the table below:<br> | ||
| Parameter | value example(s) | Purpose | Notes | | ||
| ---------------------- | ------------------------------------------- | ------------------------------------- | ------------- | | ||
| -account | [email protected] | Specify Signin Address to pass through to the script | -AccountUsername also works as a parameter. Can't be used with -all or -batch | | ||
| -account | [email protected] | Specify Signin Address to pass through to the script | -AccountUsername also works as a parameter. Can't be used with -all or -batch. If you don't use the -pw parameter, you can simply specify the ID of the account you want to launch from accounts.csv. | | ||
| -pw | YourBNetAccountPassword | Specify Password to pass through to the script | Can't be used with -all or -batch. If not specified, script will check if there's a matching account in accounts.csv to use password or token for. | | ||
| -region | na.actual.battle.net <br> 1/2/3<br>NA/EU/AS/KR | Used to specify the connection region | Specify either the full server name, use the realm initials (NA/EU/AS/KR) or use 1, 2 or 3 as values to select NA, EU or KR | | ||
| -all | True | Opens all accounts | Recommend using -region with this parameter. | | ||
|