Skip to content

Commit

Permalink
Stop fishing and hunting
Browse files Browse the repository at this point in the history
  • Loading branch information
esemi committed Jun 25, 2023
1 parent 3d714d8 commit cbdd5a7
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
echo 'stop_if_equip_broken=false' >> .env
echo 'notifications_enabled=false' >> .env
echo 'select_combo_strategy=tuned' >> .env
echo 'repair_locations_path="Троглодитов"' >> .env
echo 'repair_locations_path="Оазис"' >> .env
supervisorctl stop main:main-grinder
supervisorctl stop main:main-fisher
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,12 @@ jobs:
echo 'telegram_api_id=${{ secrets.TELEGRAM_API_ID_TWINK2 }}' > .env
echo 'telegram_api_hash=${{ secrets.TELEGRAM_API_HASH_TWINK2 }}' >> .env
echo 'anti_captcha_com_apikey=${{ secrets.ANTI_CAPTCHA_APIKEY }}' >> .env
echo 'minimum_hp_level_for_grinding=85' >> .env
echo 'minimum_hp_level_for_grinding=95' >> .env
echo 'stop_if_equip_broken=false' >> .env
echo 'notifications_enabled=false' >> .env
echo 'slow_mode=true' >> .env
echo 'select_random_combo=false' >> .env
echo 'message_log_limit=300' >> .env
echo 'select_combo_strategy=tuned' >> .env
echo 'repair_locations_path="грейт,Цирта"' >> .env
supervisorctl stop twink2:twink2-grinder
supervisorctl restart twink2:twink2-fisher
supervisorctl stop twink2:twink2-farmer
supervisorctl stop twink2:twink2-fisher
supervisorctl restart twink2:twink2-farmer
2 changes: 1 addition & 1 deletion .github/workflows/release-twink3-fisher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ jobs:
echo 'message_log_limit=300' >> .env
supervisorctl stop twink3:twink3-grinder
supervisorctl restart twink3:twink3-fisher
supervisorctl stop twink3:twink3-fisher
supervisorctl stop twink3:twink3-farmer
2 changes: 1 addition & 1 deletion .github/workflows/release-twink4-fisher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ jobs:
echo 'message_log_limit=300' >> .env
supervisorctl stop twink4:twink4-grinder
supervisorctl restart twink4:twink4-fisher
supervisorctl stop twink4:twink4-fisher
supervisorctl stop twink4:twink4-farmer
2 changes: 1 addition & 1 deletion .github/workflows/release-twink5-fisher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ jobs:
echo 'message_log_limit=300' >> .env
supervisorctl stop twink5:twink5-grinder
supervisorctl restart twink5:twink5-fisher
supervisorctl stop twink5:twink5-fisher
supervisorctl stop twink5:twink5-farmer
2 changes: 1 addition & 1 deletion .github/workflows/release-twink6-hunter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ jobs:
supervisorctl stop twink6:twink6-grinder
supervisorctl stop twink6:twink6-fisher
supervisorctl stop twink6:twink6-farmer
supervisorctl restart twink6:twink6-hunter
supervisorctl stop twink6:twink6-hunter
2 changes: 1 addition & 1 deletion .github/workflows/release-twink7-hunter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ jobs:
supervisorctl stop twink7:twink7-grinder
supervisorctl stop twink7:twink7-fisher
supervisorctl stop twink7:twink7-farmer
supervisorctl restart twink7:twink7-hunter
supervisorctl stop twink7:twink7-hunter
2 changes: 1 addition & 1 deletion .github/workflows/release-twink8-hunter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ jobs:
echo 'repair_locations_path="цирта"' >> .env
echo 'skip_random_vendor_stop_words=""' >> .env
supervisorctl restart twink8:twink8-farmer
supervisorctl stop twink8:twink8-farmer
supervisorctl stop twink8:twink8-hunter
2 changes: 1 addition & 1 deletion .github/workflows/release-twink9-fisher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ jobs:
echo 'skip_random_vendor_stop_words=""' >> .env
supervisorctl stop twink9:twink9-farmer
supervisorctl restart twink9:twink9-fisher
supervisorctl stop twink9:twink9-fisher
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,11 +199,6 @@ In this mode, the tool will only help you solve the captcha automatically and no


## Roadmap
- setup twink 7 - hunter
- setup twink 8 - leveling
- setup twink 8 - hunter
- setup twink 9 - leveling
- setup twink 9 - hunter
- make GIFs for readme
- readme on teletype page and change link in settings/readme.md
- contacts for support to readme.md
Expand Down

0 comments on commit cbdd5a7

Please sign in to comment.