Need to setup config files:
fixtures/header.jsonutils/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.shmust fill in
want2buyunit 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_idandunit_id
$ ./event_pile.sh 10 # raid timestodo...
todo...