|
You last visited: Today at 11:43
Advertisement
[Free] HotS-Bot
Discussion on [Free] HotS-Bot within the Heroes of the Storm forum part of the Other Online Games category.
11/21/2016, 18:09
|
#571
|
elite*gold: 50
Join Date: Feb 2009
Posts: 765
Received Thanks: 927
|
Yes when its not responding there a server problems, im still try to find the issue but its not easy to get them because its random. Server are up again.
|
|
|
11/22/2016, 20:20
|
#572
|
elite*gold: 0
Join Date: May 2008
Posts: 1
Received Thanks: 0
|
Dear Flumio,
can you patch our bot please? cause we Need a update.
Thank you a lot
|
|
|
11/22/2016, 22:42
|
#573
|
elite*gold: 50
Join Date: Feb 2009
Posts: 765
Received Thanks: 927
|
New update available!
- App is up to date.
|
|
|
11/23/2016, 02:12
|
#574
|
elite*gold: 34
Join Date: May 2011
Posts: 107
Received Thanks: 4
|
Works great! So far I have used two different champs, only in co-op vs. AI beginner as I am certain the two champs I have used thus far would not be up to par in quick. But great none the less!
|
|
|
11/23/2016, 12:41
|
#575
|
elite*gold: 0
Join Date: Apr 2016
Posts: 3
Received Thanks: 0
|
Quote:
Originally Posted by Taoshi
Is there any chance to turn on the bot on 13'' Laptop ? I keep getting error that there are Technical Difficulties with it and it wont "shrink" windowed mode enough to open the bot.
Thanks
|
Hey Flumio, any chance you can help me with this ?
|
|
|
11/23/2016, 13:06
|
#576
|
elite*gold: 0
Join Date: Mar 2013
Posts: 2
Received Thanks: 0
|
what write in login? this 2P2EM6H3ULA992BX?
when copy key in login = error
|
|
|
11/23/2016, 14:45
|
#577
|
elite*gold: 34
Join Date: May 2011
Posts: 107
Received Thanks: 4
|
Here is an update after two days of extensive use!!!
First of all, this bot is GREAT, and easy to find on elitepvpers. Shout out to the developers, doing an outstanding job!!!
Here is some information about me, I have botted extensively in many games, the biggest being world of Warcraft with honorbuddy. I typically monitor bot use extensively and after years of botting in every game I have played I have never been banned!
Things I like about this bot: First off, its optimized and polished for what it does. If you want to level, simply put versus A.I. Co-op on beginner and surely you will.
Heroes I have used: Tassador, Valla, Auriel. 100% success rate with the exception of bot crash last night.
Things that can be IMPROVED: This is simply to increase the realism of the bot.
1: Have the bot go to teammates if all four teammates are in one lane. If there are four its clearly a group push, a few times I have seen the bot "me" get yelled at extensively for not team pushing. The bot will 100% stick to the lane it starts with. The bot does a great job at picking lanes, however I have seen the trend recently be A.I. rush for the event, where everyone rushes mid, and the bot is top getting screamed at kinda hurts it a little.
2: Objectives, I know this is a tricky one, you shouldn't expect the bot to try and solo objectives. However some objectives should be obtainable! Such as the curse map where you simply right click. Or the one where the demi-gods fight. I think if the bot pursued these it would seem more realistic. On ones that enforce team fights maybe the bot could only go for the objective if a teammate is already at the objective location?
3:Use of ultimate. So I know auriel is a community profile, however I watched two games where the bot was screamed at for never reviving or ulting anyone. things like "WTF auriel you are the BEEPING healer just press D". That would certainly help keep a low profile.
4:Constantly following the minions looks iffy at times? I personally have not had issues with this causing afk or anything. It is certainly well optimized. However I think if there was preset locations at the start, and when minions die, that are not running back for more minions, this would seem more real. For example, bot is pushing lane and all of the bots minions die, bot runs back to closest ally towers for protection until new minions arrive. This seems more real than running further back to catch the tail end of the upcoming wave.
All in all for the current build, state, and progress of the bot. It is phenomenal, as someone who for the most part has paid for bots "honorbuddy lifetime key etc", this is by far the best free build I have ever seen. And I wish to see it go further. I would love to help out in any way! I am a strong supporter and love the work. Thank you for allowing the community a chance to participate and voice their opinion.
|
|
|
11/23/2016, 17:16
|
#578
|
elite*gold: 0
Join Date: Aug 2016
Posts: 5
Received Thanks: 4
|
Quote:
Originally Posted by vaandoom32
3:Use of ultimate. So I know auriel is a community profile, however I watched two games where the bot was screamed at for never reviving or ulting anyone. things like "WTF auriel you are the BEEPING healer just press D". That would certainly help keep a low profile.
|
Maybe you can try this profile
Code:
namespace IntelCore.Heroes
{
public class Routine : UserManager
{
public void Properties()
{
IsHeroRange = true;
AutoAttackRange = 295;
TalentTree = new[] { "3", "1", "1", "2", "1", "2", "4" };
ShouldDoMapmechanics = true;
ShouldDoCheckHealth = true;
// Advanced
DisableFriendlyCreeps = false;
DisableFriendlyHeroes = false;
DisableEnemieCreeps = false;
DisableEnemieHeroes = false;
}
// We use it when IsEnemieVisible || IsEnemieCreepVisible
public static void Attack()
{
if(!IsHealthFull)
{
if (RayofHeaven())
return;
}
if (SacredSweep())
return;
if (DetainmentStrike())
return;
if (BestowHope())
return;
}
// We use it when IsHealthLow
public static void Escape()
{
if (GetPlayerLevel >= 20)
{
if (ShieldofHope())
return;
}
if (CrystalAegis())
return;
}
// We use it all the time
public static void Heal()
{
}
public static bool SacredSweep()
{
int qRange;
if (GetPlayerLevel < 4)
qRange = 245;
else
qRange = 285;
if (IsEnemieValid && GetDistancePlayerToEnemie < qRange && !IsCDKeyQ)
{
PressKey("Q");
MouseMoveTo(GetEnemiePos);
MouseLeftDown();
MouseLeftUp();
return true;
}
if (IsEnemieCreepValid && GetDistancePlayerToEnemieCreep < qRange && !IsCDKeyQ)
{
PressKey("Q");
MouseMoveTo(GetEnemieCreepPos);
MouseLeftDown();
MouseLeftUp();
return true;
}
return false;
}
public static bool RayofHeaven()
{
if (!IsCDKeyW)
{
PressKey("W");
MouseMoveTo(GetPlayerPos);
MouseLeftDown();
MouseLeftUp();
return true;
}
return false;
}
public static bool DetainmentStrike()
{
if (IsEnemieValid && GetDistancePlayerToEnemie < 275 && !IsCDKeyE)
{
PressKey("E");
MouseMoveTo(GetEnemiePos);
MouseLeftDown();
MouseLeftUp();
return true;
}
return false;
}
public static bool BestowHope()
{
if (IsFriendlyHeroValid && GetDistancePlayerToFriendlyHero < 400 && !IsCDKeyD)
{
PressKey("D");
MouseMoveTo(GetFriendlyHeroPos);
MouseLeftDown() ;
MouseLeftUp();
return true;
}
return false;
}
public static bool CrystalAegis()
{
if (!IsCDKeyR)
{
PressKey("R");
MouseMoveTo(GetPlayerPos);
MouseLeftDown();
MouseLeftUp();
return true;
}
return false;
}
public static bool ShieldofHope()
{
if (!IsCDKey1)
{
PressKey("1");
return true;
}
return false;
}
}
}
|
|
|
11/23/2016, 18:50
|
#579
|
elite*gold: 34
Join Date: May 2011
Posts: 107
Received Thanks: 4
|
[QUOTE=TzChiang;35482008]Maybe you can try this profile
Just tested out the profile, seems much better! Thank you. Not sure if I was going crazy but the bot was genuinely consistently healing the team. Looked allot more believable! Thank you! More profiles need sweet sweet improvements like this one :P
|
|
|
11/24/2016, 17:38
|
#580
|
elite*gold: 0
Join Date: Dec 2009
Posts: 89
Received Thanks: 8
|
Hello, I'd like to know if anyone was banned using this? Thanks
|
|
|
11/24/2016, 18:40
|
#581
|
elite*gold: 34
Join Date: May 2011
Posts: 107
Received Thanks: 4
|
I have used this for 2 days now, thus far no ban. And when I say two days I mean full days of almost nonstop botting.
I have noticed a few more things that could increase realism!
: Team fights, when the team is fighting I will SOMETIMES see the bot "push because ally if forward", but in the middle of a team fight that the team is winning i still see the bot retreat to follow creeps. When the bot should stay with the team fight until the fight is over or until its feasible to leave because retreat is necessary.
Also the bot backs when at 60% health. I think this value needs to be lowered to possibly 25 or 30%, 60 is pretty high and the bot will back after a few pokes or one good rush.
Still an amazing bot, still works perfectly and I love it!
|
|
|
11/25/2016, 07:39
|
#582
|
elite*gold: 0
Join Date: Nov 2016
Posts: 2
Received Thanks: 0
|
server is down?
|
|
|
11/25/2016, 12:32
|
#583
|
elite*gold: 0
Join Date: Jul 2014
Posts: 1
Received Thanks: 0
|
Quote:
Originally Posted by lashau
Hello, I'd like to know if anyone was banned using this? Thanks
|
I have been using this bot for over 4 months to level my characters to level 10. I bot ~8hours per day and till now no ban!
Quote:
Originally Posted by Drum7777
server is down?
|
Looks like.
|
|
|
11/25/2016, 16:28
|
#584
|
elite*gold: 0
Join Date: Aug 2010
Posts: 6
Received Thanks: 0
|
hOW TO LOG IN?
|
|
|
11/25/2016, 16:56
|
#585
|
elite*gold: 50
Join Date: Feb 2009
Posts: 765
Received Thanks: 927
|
Right now im working extremely on the servers, so there can be happen some disconnects or other ****.
Edit:
Server now be full available.
|
|
|
 |
|
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 +1. The time now is 11:44.
|
|