1
0
Fork 0
Commit Graph

159 Commits

Author SHA1 Message Date
Andrew Tomaka d642bb6579 Clear chat every 15 minutes 2015-04-16 10:22:43 -04:00
Andrew Tomaka f757baecbb Merge branch 'atomaka/feature/max-minion' into 'master'
Max minion for all types

Replace ```haveMaxRBMinion()``` with ```haveMaxMinion(type)```

See merge request !3
2015-04-16 10:18:36 -04:00
Andrew Tomaka 468e23c856 Check for max workers when purchasing 2015-04-16 10:14:24 -04:00
Andrew Tomaka cb57d54508 Merge branch 'master' of git.atomaka.com:atomaka/trugul-bot 2015-04-16 08:11:56 -04:00
Andrew Tomaka 1a5441e984 Only whisper people without icons for detection 2015-04-16 08:11:15 -04:00
Andrew Tomaka cc24c7f029 Fix botPurchasing stuck true issue 2015-04-15 21:27:34 -04:00
Andrew Tomaka 611f5250d4 Fix for botPurchasing bug 2015-04-15 19:18:23 -04:00
Andrew Tomaka 933fbed183 Try to stop purchasing on whoops! 2015-04-15 19:10:08 -04:00
Andrew Tomaka a41b7028c4 account for change to soldier display 2015-04-15 18:39:53 -04:00
Andrew Tomaka f561b5f2cb better worker purchasing 2015-04-15 18:32:36 -04:00
Andrew Tomaka ae9b19761c only fight when we have soldiers 2015-04-15 17:16:34 -04:00
Andrew Tomaka 8e18325656 Setup remote server for storing raids 2015-04-15 13:57:22 -04:00
Andrew Tomaka e238c25762 Abstract purchase requirement to global variable 2015-04-14 17:19:05 -04:00
Andrew Tomaka d2c0b25476 Merge branch 'atomaka/bugfix/username-detection' into 'master'
Detect user dynamically

Detects the user by messaging the first random guest and detecting the user that sent that message.  Chat monitoring is always running once bot code is run as a consequence of this change; nbd.

See merge request !2
2015-04-14 17:04:55 -04:00
Andrew Tomaka 8d652f3fbe Detect user dynamically 2015-04-14 17:02:45 -04:00
Andrew Tomaka 572bb9bad9 Merge branch 'worker-efficiency' into 'master'
Worker purchasing based on efficiency

```btw();``` to enable.  Will purchase workers when enabled, with cheap labor, and when the user has more than $10T.

See merge request !1
2015-04-14 16:03:47 -04:00
Andrew Tomaka 172c1d615a Worker purchasing based on efficiency 2015-04-14 16:03:06 -04:00
Andrew Tomaka 39d58f3c23 Notification for sleep mode 2015-04-14 13:27:04 -04:00
Andrew Tomaka e06c4c1558 Actually prevent random fighting on toggle 2015-04-14 13:15:56 -04:00
Andrew Tomaka 41f81d2e5e Fight random fix 2015-04-14 11:29:57 -04:00
Andrew Tomaka 58cec5ebf2 Fix random toggle 2015-04-14 11:23:54 -04:00
Andrew Tomaka d9fccba5ae Add internal tracking for raiding 2015-04-14 11:09:50 -04:00
Andrew Tomaka 83eedd0047 Add help 2015-04-14 10:41:51 -04:00
Andrew Tomaka 2f5cc1c4e6 Add sleep and shortcut functions 2015-04-14 10:41:51 -04:00
Andrew Tomaka cfc07a4fa8 Only fight random when we want to 2015-04-14 10:41:51 -04:00
Andrew Tomaka 8624e5e421 Add new pop-up handler 2015-04-14 10:41:44 -04:00
Andrew Tomaka 60b40bd394 Slightly better chat tracking (multi-user) 2015-04-13 21:59:56 -04:00
Andrew Tomaka caa997179c Only random fight with slimes/skeletons 2015-04-13 21:42:34 -04:00
Andrew Tomaka 6ed690ef74 Add chat monitor 2015-04-13 20:47:17 -04:00
Andrew Tomaka b0e6167b82 Add activity failed continue 2015-04-13 20:09:38 -04:00
Andrew Tomaka 4acad85300 Various cleanups 2015-04-13 19:53:48 -04:00
Andrew Tomaka a98ace0818 Some setup stuff to make interface cleaner 2015-04-13 19:15:51 -04:00
Andrew Tomaka dc388c4ae7 Make sure we don't stop attacking random boss 2015-04-13 19:15:31 -04:00
Andrew Tomaka c876c8be4b Only process message or action 2015-04-13 18:42:38 -04:00
Andrew Tomaka 42331e6a2e actually do not fight the global...again 2015-04-11 00:42:23 -04:00
Andrew Tomaka 20fbe26f8b Oh, and actually not fight when toggled 2015-04-11 00:26:07 -04:00
Andrew Tomaka be0b329a60 Toggle global boss fight 2015-04-11 00:14:34 -04:00
Andrew Tomaka 15adfcd4e8 Bot code changed; display none good to check 2015-04-10 18:20:38 -04:00
Andrew Tomaka c5765c8d7a Check for display of raidtime 2015-04-10 18:18:55 -04:00
Andrew Tomaka 18219c9700 Sometimes raid box sticks on 0 (but not shown) 2015-04-10 17:47:14 -04:00
Andrew Tomaka edb29dad17 Revert "Testing for only popup or action"
This reverts commit c899373dd8.
2015-04-10 16:51:02 -04:00
Andrew Tomaka c899373dd8 Testing for only popup or action 2015-04-10 14:24:57 -04:00
Andrew Tomaka 20961faa4d Don't try to fight random boss until off global 2015-04-09 23:22:25 -04:00
Andrew Tomaka b4d33f9842 Revert from tracking botTickActiity 2015-04-09 23:16:36 -04:00
Andrew Tomaka 2e3ca91401 Only control raid if raid target set 2015-04-09 14:06:34 -04:00
Andrew Tomaka 03f7dce1c9 Add auto raiding 2015-04-09 13:14:00 -04:00
Andrew Tomaka 19c898fe85 Fix bot raid reporting 2015-04-09 11:13:19 -04:00
Andrew Tomaka 598e3560c9 One action per tick 2015-04-09 11:06:10 -04:00
Andrew Tomaka 0ba3b9e926 Rewrite current functionality to be cleaner 2015-04-09 01:53:06 -04:00
Andrew Tomaka b81994746a Click the global boss faster 2015-04-08 13:47:10 -04:00