Need to setup config files:
fixtures/header.json
utils/send_request.sh
# cronjob
*/10 * * * * /usr/local/bin/node ~/github/MSAuto/treasure.js
# manual
$ node treasure.js
# cronjob
3 3 * * * cd ~/github/MSAuto/ && /bin/bash training.sh > /dev/null
# manual
$ ./training.sh > /dev/null
# cronjob
5,10 3 * * * cd ~/github/MSAuto && /bin/bash ./utils/sneak_reset.sh && /usr/local/bin/node sneak.js 10
# manual
$ ./utils/sneak_reset.sh && node sneak.js 10
# manual
$ ./msp_crank 100
# cronjob setting
# every 30 minutes
*/30 * * * * /bin/bash ad_movie_grant.sh
must fill in
want2buy
unit id.
$ node sneak_shop.js
# repeat buy
$ while true; do node sneak_shop.js; sleep .1; done
$ node 1_on_1_shop.js
# repeat buy
$ while true; do node 1_on_1_shop.js; sleep .1; done
must fill
stage_id
andunit_id
$ ./event_pile.sh 10 # raid times
todo...
todo...