Skip to content
This repository has been archived by the owner on Jul 30, 2020. It is now read-only.

Run bot with excel config

Truong Nguyen edited this page Nov 17, 2016 · 1 revision

Necrobot has so many config as we want make bot flexibility as much as possible . We now introduce new config system using excel file instead of json file which is not to familiar with normal use

ATM, bot only use excel file config when you run it with this command line

Necrobot2.exe -provider excel

Note that bot still load json file when it start, if this is the first time you run bot will automatically create config.xlsm for you. that is excel file with macro support you may need allow macro when you open it first time. The file generate in same folder as config.json

You can change the config on the fly bot will auto refresh it config to reflect with what you change.

You has to always provide that parameter when run bot otherwise it will run with config.json as normal.