diff --git a/README.md b/README.md index 362f366..b038780 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/configs/config.ini b/configs/config.ini index ddd1521..4baf881 100644 --- a/configs/config.ini +++ b/configs/config.ini @@ -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