02-14-2015, 04:57 AM
(02-08-2015, 03:12 AM)v3n0m Wrote: I have edited the donate script and have comment out the part that checks for new chats. Now it every time opens chat and tries to donate.
Code:File : functions\Village\DonateCC.au3
; If _ColorCheck(_GetPixelColor(34, 321), Hex(0xE00300, 6), 20) = False And $CommandStop <> 3 Then
; SetLog("No new chats, skip donating", $COLOR_ORANGE)
; Return
; EndIf
Just deleted that out and worked fine, thanks alot!