[Free] HotS-Bot

03/25/2017 10:52 nexxy91#856
Quote:
Originally Posted by flumio View Post
Wrong syntax.
This needs to be look like this
Code:
var EnemieHeros = EnemieHeroes.FirstOrDefault(o => o.IsValid && o.Health < 80);
Then you need to be check if there are any Enemie saved and valid.
Code:
var EnemieHeros = EnemieHeroes.FirstOrDefault(o => o.IsValid && o.Health < 80);
if (IsValid(EnemieHeros))
{
    doing blablablablablallala;
}
.... I was missing
Code:
using System.Linq;
:o
Ty. What about Valeera's D ability Vanish? Any help for this? I can't seem to be able to make it work even with a singe if( ). Does not work against creeps nor heroes.
03/25/2017 12:28 flumio#857
Send me your Routine via pm and i take a look into it.


Edit:


New update available!

Hey Community maybe you recognized i was a bit busy after the last patch.
Someone reported Abathur is not working anymore, after i look deeper in it i saw big major changes from the last patch.
In the last days the bot cant recognized any Units, only friendly/enemie creeps so he is thinking all time there is no EnemieHeroes -> play kamikaze and not using skills.
How said i was really busy and cant do a long test after last update, so im sorry for this.

Fixed everything, Abathur should work and also all Units.
Some one reported problems with Enemie.Health, now try it again.

So happy farming again with Abathur :)
03/26/2017 23:29 Mimy#858
Heyy Got a problem :


23:09:47:13 | Log | App Version: 1.74
23:09:47:16 | Debug | OS Version: Can not find OS version
23:09:47:17 | Debug | OS Packed: Microsoft Windows NT 10.0.14393.0
23:09:47:17 | Debug | CPU: x64
23:09:47:17 | Debug | Process: x64
23:09:47:19 | Debug | Resolution: X:1366 Y:768
23:09:47:20 | Debug | .NET Runtime Version: 4.0.30319.42000
23:09:47:20 | Debug | CPU Cores: 4
23:09:47:20 | Debug | Memory: 4096
23:09:47:21 | Debug | Application: C:\Users\<User>\Desktop\bots hots
23:09:47:23 | Log | Loading Hotkeys ...
23:09:47:29 | High | Set F2 to [Start/Stop]
23:09:47:30 | High | Set F4 to [Exit]
23:09:47:32 | High | Set F3 to [Stop after current game]
23:09:47:33 | Log | Hotkeys loaded !
23:09:47:43 | Debug | Can't find old application .exe!
23:09:47:44 | Debug | Starting Coroutine
23:09:47:45 | Debug | Starting Helproutine !
23:09:47:45 | Debug | Starting Assistroutine !
23:09:47:90 | Log | Loading GameManager ...
23:09:47:165 | Debug | Attached -> Process.
23:09:52:366 | Error | At this point we can't tell if the game is running in this [Modes] or not, because technical limitations.
[Fullscreen mode] Please set the game to windowed.
Don't minimize the Window.

23:09:52:368 | Debug | Desktop: X:1366 Y:768
23:09:52:371 | Debug | GameWindow: {X=163,Y=-10,Width=1040,Height=758}
23:09:52:372 | Debug | BorderSize: 8
23:09:52:376 | Error | Failed to load GameManager !


my game is on windowed, my desk resolutioon is good (~1300x~700) and my regedit too... dont understand
03/27/2017 06:10 flumio#859
Check if ...
- taskbar always shown its need to be visible.
- in taskbar "show icons extra small ( something like this )" uncheck it, needs to be default.

At least send me a screenshot via pm, when its happen.

EDIT:

"this last bot
often just crashes
stopped working"

-> whats mean crashes ?

"says
program stopped working
like it lagged out
constantly
on my VM
main pc
and laptop
plays some games then crashes"

Anyone get the same problem like this one ?
03/28/2017 14:16 mustafa5932#860
Hello Flumio
Yes, the event viewer will show this (had the same error 3 times in the last 24hours).
Hope it helps :-D


Anwendung: 9UU8Q72E6.exe
Frameworkversion: v4.0.30319
Beschreibung: Der Prozess wurde aufgrund einer unbehandelten Ausnahme beendet.
Ausnahmeinformationen: System.InvalidOperationException
bei System.Drawing.Image.get_Width()
bei System.Drawing.Bitmap.GetPixel(Int32, Int32)
bei ..(System.Drawing.Bitmap, System.Drawing.Bitmap, IntelCore.Vector2i, Int32)
bei ..(System.Drawing.Bitmap, System.Drawing.Bitmap, System.Drawing.Rectangle, Int32)
bei ..(System.Drawing.Bitmap, System.Drawing.Rectangle, Int32)
bei ..()
bei ...ctor()
bei ..()
bei ..()
bei ..()
bei System.Threading.ExecutionContext.RunInternal(Syst em.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
bei System.Threading.ExecutionContext.Run(System.Threa ding.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
bei System.Threading.ExecutionContext.Run(System.Threa ding.ExecutionContext, System.Threading.ContextCallback, System.Object)
bei System.Threading.ThreadHelper.ThreadStart()
03/28/2017 19:31 Lolwtole#861
I don't know how to fix borders at win10. Google don't answer me. Help pls
I set border settings at 8 but nothing happened.
03/28/2017 19:32 flumio#862
New update available!

- Crash report should be fixed.
03/28/2017 22:29 tig3rcl@w#863
Flumio, I have a couple of issues with the bot.
Somehow the bot does not detect properly that I am running 1980 resolution.
I have to switch to the 1367 resolution before it can work.

This is annoying, any idea how to overcome this?

After the recent updates (last 2) it seems the bot randomly shoots into an error now and then. Sometimes this is after 8 games, and another time after 65 games or so.
Did you chance something fundamental in the program?
03/29/2017 01:03 RogerioJr#864
New patch is already uploaded on 1 page? I cant update inside program...
Only show this message:

"Found wrong version, the game gets a patch ?
Failed to load GameManager !"
03/29/2017 07:12 Lindi91#865
Quote:
Originally Posted by RogerioJr View Post
New patch is already uploaded on 1 page? I cant update inside program...
Only show this message:

"Found wrong version, the game gets a patch ?
Failed to load GameManager !"
The bot needs a new update because there was a new patch tonight.
03/29/2017 14:54 asdf69#866
waiting for an update <3
03/29/2017 18:33 flumio#867
New update available!

- App is up to date

Please let me know if the crash bug still appears.


@ Lolwtole
Quote:
0:19:14:200 | Debug | GameWindow: {X=-31974,Y=-31999,Width=27,Height=17}
This looks like your hots-window is minimized. Anyway you can send me a screenshot via pm.

Quote:
Flumio, I have a couple of issues with the bot.
Somehow the bot does not detect properly that I am running 1980 resolution.
I have to switch to the 1367 resolution before it can work.
Send me you skype addy via pm.
03/30/2017 15:29 RogerioJr#868
Quote:
Originally Posted by flumio View Post
Please let me know if the crash bug still appears.
Still crash for me today, after 42 games played against IA...
03/30/2017 17:10 mustafa5932#869
same here: getting crashes, sometimes after 1 game, sometimes after 29.

event message:
Protokollname: Application
Quelle: .NET Runtime
Datum: 30.03.2017 16:52:54
Ereignis-ID: 1026
Aufgabenkategorie:Keine
Ebene: Fehler
Schlüsselwörter:Klassisch
Benutzer: Nicht zutreffend
Computer: VM-5
Beschreibung:
Anwendung: 1K26I4977.exe
Frameworkversion: v4.0.30319
Beschreibung: Der Prozess wurde aufgrund einer unbehandelten Ausnahme beendet.
Ausnahmeinformationen: System.InvalidOperationException
bei System.Drawing.Image.get_Width()
bei System.Drawing.Bitmap.GetPixel(Int32, Int32)
bei ..(System.Drawing.Bitmap, System.Drawing.Bitmap, IntelCore.Vector2i, Int32)
bei ..(System.Drawing.Bitmap, System.Drawing.Bitmap, System.Drawing.Rectangle, Int32)
bei ..(System.Drawing.Bitmap, System.Drawing.Rectangle, Int32)
bei ..()
bei ...ctor()
bei ..()
bei ..()
bei ..()
bei System.Threading.ExecutionContext.RunInternal(Syst em.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
bei System.Threading.ExecutionContext.Run(System.Threa ding.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
bei System.Threading.ExecutionContext.Run(System.Threa ding.ExecutionContext, System.Threading.ContextCallback, System.Object)
bei System.Threading.ThreadHelper.ThreadStart()
03/30/2017 17:32 flumio#870
Thanks for all the reports, how you can see its happen randomly so its hard for me to debug it, im still try to figure it out.

Which routines you guys are using ?