needed files:
starter_permrefresh_howto.txt (this file)
muellisrefresher.d2j
muellisburner.d2j
testini.ini


how to use:


1. starter.d2j:

1a. rename your old starter.d2j to starter_old.d2j
1b. move starter_permrefresh.d2j to scripts folder and rename it to starter.d2j
1c. configure settings in starter.d2j

    for perm-refresh-mode:
    perm_refresh_mode = true;
    perm_refresh_ini = "settings/"+"testini.ini";
    refresh_file = "tools/MuellisRefresher.d2j"; // ingame script to refresh a char
    burn_file = "tools/MuellisBurner.d2j"; // ingame script to burn a char
    dumponly = false;

    for normal bot mode:
    perm_refresh_mode = false;
    accountname = "xxx";
    accountpass = "xxx";
    charposition = 0;
    game_type = CLOSED_BNET;
    difficulty = HELL;
    random_gamename = false;
    gamename = "xxx";
    random_password = false;
    gamepass = "xxx";

    (all other settings needn't be changed)


2. testini.ini:

2a. copy this file to scripts/settings/
2b. add your account which should be checked


3. copy muellisrefresher.d2j and muellisburner.d2j to your tools folder



Note1:
move it out of your d2jsp-tree after using it !!
because any script has access to all files in scripts folder and all the subfolders


enyoy it :)
