From 8d82fcb853be1d5f3d25ff074572faa06b296114 Mon Sep 17 00:00:00 2001 From: Lucca Faria Ferri Date: Wed, 1 Feb 2023 17:06:23 -0300 Subject: [PATCH 1/3] Update config.ini --- configs/config.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 6c1621d6ea566b4938b06ccc69b32da73b5c437f Mon Sep 17 00:00:00 2001 From: Lucca Faria Ferri Date: Wed, 1 Feb 2023 17:59:46 -0300 Subject: [PATCH 2/3] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 362f366..6bf0367 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. From 47f3495cba6af3969f278106f6282c968f2262da Mon Sep 17 00:00:00 2001 From: Lucca Faria Ferri Date: Wed, 1 Feb 2023 18:02:01 -0300 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6bf0367..b038780 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ 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: +### Example: > !account add username@ YourPassword YourBattleTag