Merge remote-tracking branch 'origin/community' into community

This commit is contained in:
Lucca Faria Ferri 2023-02-02 05:18:35 -08:00
commit 2bfaa5c9c1
2 changed files with 11 additions and 1 deletions

View File

@ -49,6 +49,16 @@ The currently supported version of the client: **2.7.4.84161**
7. Launch wait until server start, it creates a hierarchy.
8. Create user account(s) using console: `!account add Login Password Tag`
### Example:
> !account add username@ YourPassword YourBattleTag
Creates an account with Login `username@`, password `YourPassword` and BattleTag `YourBattleTag`
> !account add username@ YourPassword YourBattleTag owner
Creates an account with Login `username@`, password `YourPassword` and BattleTag `YourBattleTag` with rank `owner`
## Prepare Client
Do this for each client connecting to the server.

View File

@ -24,7 +24,7 @@ Motd = Welcome to Diablo 3!
; ------------------------
; REST services for login (and others)
[REST]
IP = 51.79.41.162
IP = 192.168.0.22
Public = true
PublicIP = 192.168.0.22
PORT = 80