Skip to content

Commit

Permalink
log filles defaulted to empty file.
Browse files Browse the repository at this point in the history
  • Loading branch information
dhusemann committed Apr 7, 2022
1 parent e9660d3 commit 3f5d72e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 5 additions & 2 deletions IdleCombos.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
#include %A_ScriptDir%
#include JSON.ahk
#include idledict.ahk
;3.00
;disabled log files by default
;2.00
;2/15/22 servers settle down, reduce timer to .5 secs for Chest
;open routine
Expand Down Expand Up @@ -49,11 +51,12 @@
;-(Also resized the window finally) :P

;Special thanks to all the idle dragons who inspired and assisted me!
global VersionNumber := "2.00.01"
global VersionNumber := "3.00"
global CurrentDictionary := "2.00"

;Local File globals
global OutputLogFile := "idlecombolog.txt"
;global OutputLogFile := "idlecombolog.txt"
global OutputLogFile := ""
global SettingsFile := "idlecombosettings.json"
global UserDetailsFile := "userdetails.json"
global ChestOpenLogFile := "chestopenlog.json"
Expand Down
7 changes: 5 additions & 2 deletions IdleCombosegs.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
#include %A_ScriptDir%
#include JSON.ahk
#include idledict.ahk
;3.00
;disable log files by default
;2.00
;2/15/22 servers settle down, reduce timer to .5 secs for Chest
;open routine
Expand Down Expand Up @@ -49,11 +51,12 @@
;-(Also resized the window finally) :P

;Special thanks to all the idle dragons who inspired and assisted me!
global VersionNumber := "2.00.01"
global VersionNumber := "3.00"
global CurrentDictionary := "2.00"

;Local File globals
global OutputLogFile := "idlecombolog.txt"
;global OutputLogFile := "idlecombolog.txt"
global OutputLogFile := ""
global SettingsFile := "idlecombosettings.json"
global UserDetailsFile := "userdetails.json"
global ChestOpenLogFile := "chestopenlog.json"
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# idlecombos
3.00 is supported Version. </br>
IMPORTANT - When opening chests with the idlecombos app:</br>
The game client can save an outdated inventory, overwriting some consumables.</br>
It's recommended to exit the game first to avoid losing items.</br>
Expand Down

0 comments on commit 3f5d72e

Please sign in to comment.