Skip to content

Commit

Permalink
Merge pull request #7 from thejonpearson/master
Browse files Browse the repository at this point in the history
New crusaders, some refactoring, and screenshot library
  • Loading branch information
thejonpearson authored Mar 4, 2018
2 parents e700281 + 17967b4 commit dc2b8fa
Show file tree
Hide file tree
Showing 10 changed files with 514 additions and 13 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
## The bot

This bot is coded with [autohotkey](https://autohotkey.com/)
It is meant to be used with Crusaders of The Lost Idols
It is meant to be used with Crusaders of The Lost Idols
Please report any bugs / issues here, or in the most recent [reddit thread](https://www.reddit.com/r/cotlibot/)

## How to use

Install [autohotkey](https://autohotkey.com/) then double-click (or right-click then run) idolBot.ahk
Install [autohotkey](https://autohotkey.com/), then double-click (or right-click then run) idolBot.ahk
Press F8 to launch/pause/unpause

## License

Released under the [MIT License](LICENSE)
* Released under the [MIT License](LICENSE)
* Screenshot function *(beta)* uses the [Gdip standard library v1.45 by tic (Tariq Porter)](https://github.com/tariqporter/Gdip)
* Modified by [Cruncher1](https://goo.gl/wiouSi)
* GUI Font is [Grobold](https://www.dafont.com/grobold.font), by [Guy Buhry](https://www.dafont.com/guy-buhry.d1243)
17 changes: 11 additions & 6 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
---
# http://www.reddit.com/r/cotlibot
---
# 1.4.9 - Beta
---
- Updated crusaders list, added: Griz, Frankie
- Lots of internal changes in preperation for some additional refactoring
- ** Please keep your copy of 1.4.8, in case I've caused some issues I haven't
hit in testing yet.
# 1.4.9 - beta
---
- Updated crusaders list, added: Griz, Frankie, Graham, James, Saint Patrokia
- Fixed issues with how I added crusaders in 1.4.8 ((oops))
- Lots of internal changes in preperation for some refactoring and new features!
- Added developer (beta) options:
-- screenshot tool. When option is set to 1 in lib/devFeatures.ini, the bot will attempt to take a screenshot just before resetting.
-- This captures the level / final dps / final gold bonus earned each run, to potentially help with formation planning.
- ** Please report any issues you enounter. I've done heavy testing, but I'm sure I haven't touched everything. There is very
- ** little functional change in this release, mostly just moving code around, so it "should" be fine, but please report it
- ** right away if it's not!
---
# 1.4.8
---
Expand Down
2 changes: 2 additions & 0 deletions idolBot.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,7 @@ __Log("ran Bot update check")
#include lib/botMain.ahk

; Include internal bot functions
; Include libraries we only want called at specific times after we load the main bot, because AHK is very procedural
; and likes to run functions even if we don't actually "call" them.....
#include lib/botInternalFunctions.ahk
#include lib/guiLabels.ahk
Loading

0 comments on commit dc2b8fa

Please sign in to comment.