Register for your free account! | Forgot your password?

You last visited: Today at 23:00

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[Free] HotS-Bot

Discussion on [Free] HotS-Bot within the Heroes of the Storm forum part of the Other Online Games category.

Closed Thread
 
Old 03/25/2017, 10:52   #856
 
elite*gold: 0
Join Date: Dec 2009
Posts: 10
Received Thanks: 0
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;

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.
nexxy91 is offline  
Old 03/25/2017, 12:28   #857
 
flumio's Avatar
 
elite*gold: 50
Join Date: Feb 2009
Posts: 765
Received Thanks: 927
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
flumio is offline  
Old 03/26/2017, 23:29   #858
 
elite*gold: 0
Join Date: Jan 2010
Posts: 6
Received Thanks: 0
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
Mimy is offline  
Old 03/27/2017, 06:10   #859
 
flumio's Avatar
 
elite*gold: 50
Join Date: Feb 2009
Posts: 765
Received Thanks: 927
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 ?
flumio is offline  
Old 03/28/2017, 14:16   #860
 
elite*gold: 0
Join Date: Aug 2016
Posts: 5
Received Thanks: 0
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()
mustafa5932 is offline  
Old 03/28/2017, 19:31   #861
 
elite*gold: 0
Join Date: Mar 2017
Posts: 1
Received Thanks: 0
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.
Lolwtole is offline  
Old 03/28/2017, 19:32   #862
 
flumio's Avatar
 
elite*gold: 50
Join Date: Feb 2009
Posts: 765
Received Thanks: 927
New update available!

- Crash report should be fixed.
flumio is offline  
Old 03/28/2017, 22:29   #863
 
elite*gold: 0
Join Date: Nov 2015
Posts: 24
Received Thanks: 3
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?
tig3rcl@w is offline  
Old 03/29/2017, 01:03   #864
 
elite*gold: 0
Join Date: Mar 2017
Posts: 4
Received Thanks: 0
Update?

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 !"
RogerioJr is offline  
Old 03/29/2017, 07:12   #865



 
Lindi91's Avatar
 
elite*gold: 130
The Black Market: 239/0/6
Join Date: Aug 2010
Posts: 1,183
Received Thanks: 157
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.
Lindi91 is offline  
Thanks
1 User
Old 03/29/2017, 14:54   #866
 
elite*gold: 0
Join Date: Jan 2008
Posts: 129
Received Thanks: 7
waiting for an update <3
asdf69 is offline  
Old 03/29/2017, 18:33   #867
 
flumio's Avatar
 
elite*gold: 50
Join Date: Feb 2009
Posts: 765
Received Thanks: 927
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.
flumio is offline  
Old 03/30/2017, 15:29   #868
 
elite*gold: 0
Join Date: Mar 2017
Posts: 4
Received Thanks: 0
Crash Bug!

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...
RogerioJr is offline  
Old 03/30/2017, 17:10   #869
 
elite*gold: 0
Join Date: Aug 2016
Posts: 5
Received Thanks: 0
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()
mustafa5932 is offline  
Old 03/30/2017, 17:32   #870
 
flumio's Avatar
 
elite*gold: 50
Join Date: Feb 2009
Posts: 765
Received Thanks: 927
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 ?
flumio is offline  
Closed Thread


Similar Threads Similar Threads
4x hots key for FREE!
05/20/2015 - Heroes of the Storm Trading - 0 Replies
FAIL - HOTS IS OPENBETA!;)
HOTS Beta Key FREE Sammlung
04/30/2015 - Freebies - 2 Replies
Die ersten 30 MX7X88-VT4R-HXMR9Y-9FV7-BMPJY7 BYBCXW-M4CN-VDX2NT-ZEC8-E8MZEM Z8N4MD-JG6Y-R8W9XT-VJMT-9R2MDD ZRBNZF-ZECB-7NVR2W-ZRG7-GFP4NM ZD6YWW-2TBZ-VH2XF4-Z6J8-RJBXBJ 87BYTG-DFJD-4G6DHD-KVB9-PEN74J 6J8RVJ-CMY2-PVCHPD-X2NK-FM6Y9K 6H9V7X-W4WG-42Y4PP-KWFV-J96HGN
Hots keys for free
04/05/2015 - Heroes of the Storm - 2 Replies
GWZDBR-8TWR-RGHT9T-HZPR-GPCZZN KTZWBT-B4RX-WCG7EF-HK7K-JYVPKD HKW8RW-6FBF-9CDEPP-V2J8-CC4R78 WDJ9NE-ED9Z-XBWWRT-XVX9-PX4JY8 Als gegenleistung wär n kilo feinster kartoffel gut! Mfg
level your hots eu account for free
02/02/2015 - Heroes of the Storm - 2 Replies
level your hots eu account for free i level your hots eu account for free. just give me your email and pw, not more. i do it because i get no alpha inv from blizzard and i cant waste more time. i need to stack experience(aiming for higher ranks), till beta starts and i can self rush lvl 40 on my own acc. i dont buy accounts, dont even ask for it.
Boost in Starcraft 2 HotS - For Free!
07/15/2013 - Starcraft 2 - 2 Replies
Hey. If anyone needs a boost to Platinum in Starcraft 2, i can do it. It's for free, since i have much time and dont know what to do. But you need to have HotS, because i dont play anymore WoL. So yeah if you want me to boost your 1v1, 2v2, 3v3 or 4v4, just PN me or add me on Skype. In 1v1 i can boost up to Plat, in 2v2, 3v3, 4v4 up to Dia/Master. Regards



All times are GMT +2. The time now is 23:00.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.