This is a script that reaches diablo2.io DClone tracker to provide information regarding DClone progression. This script will sound a beep if there's any progression on the DClone event.
NOTE 1: For more information about DClone, please read Maxroll guide
NOTE 2: diablo2.io tracker is community maintained.
- Install node.js.
- Download the project at GitHub repository.
- Open command line prompt.
- Go to the project folder.
- Run
npm install
- Run
node index.js
Currently, the code only consider Ladder and Softcore, I'm planning to pass some config inputs on the future.
To track another servers for your needs, just:
- Change
SELECTED_LEAGUE
to 2 for Non-Ladder - Change
SELECTED_MODE
to 1 for Hardcore
On the index.js
code
Note: There's a minute delay to fetching updated data from the tracker, you could extend this time according to your needs, make sure to set UPDATE_TIMESTAMP
with milliseconds.