and the other ppl are right it doesnt use throw gleves just little things that could be fixed but i rly like that cr alot so much fun gj milz
Just so you know, when you edit a post you need to leave the original message inside or no one can see it...
Sorry for the double post, but this is completely unrelated to my last post and it didn't make much sense to edit that. I was wondering if there's any way at the moment to make the routine pull more then one mob when it's grinding or doing quests. If not do you think that could be added?
Hi all, With this CC, HB can't detect refreshment. I tried to uncheck the plugin "Refresment detection" or set my game in english but nothing work. Do you have a solution ?
It's an issue with the Gate2Shop payment service. Only affecting US customers apparently. Keep retrying periodically and hopefully it'll go through. Throw Glaive / Bloodlet got nerfed I don't like the idea of adding pull more to the routine. That should be handled by the bot base really - otherwise the CR could just keep pulling more and more mobs locking us in combat unnecessarily. What's the issue you're seeing - you have food in your bags and it's not eating it? Have you got eating enabled on the General tab?
Yep, i have enable the eating option. I have food in my bag, ID is set on HB general settings also. It's say: "[Chaos] We have no food. Waiting to recover."
Hmm, well I wasn't refferring to custom botbases. I was reffering to the questing and grinding botbases, which are used a lot for farming things like skinning and whatnot.
nice routine Hey Millz. U've made another perfect routine graz with that and thx from all the customers. I'm using it for last week and seems that it performs perfect. But I've found a little bug, currently he is using Fade despite that it's switched off in routine settings. It seems that bot just using it in rotation
Hi Millz is it possible to have an option to save a charge of infernal strike for movement purposes, also try to weave it in between sigil of flame if we took the flame crash talent?
Can you open Developer Tools -> Console, then enter this code in the top large box and click Run - I'm interested in the results in the bottom box; Code: var bestFood = Consumable.GetBestFood(true); Log(bestFood != null ? $"Best: {bestFood.Name} ({bestFood.Entry}" : "null"); var allFood = Consumable.GetFood(); foreach (var food in allFood) Log($"All: {food.Name} ({food.Entry})"); var foodId = CharacterSettings.Instance.FoodName; Log("HasSettingFood: " + Me.Inventory.Backpack.Items.Any(i => i.Entry.ToString() == foodId || i.Name == foodId)); Fade? I'm guessing you mean Blur? It'll use Blur offensively if you've got the Demon Speed artifact trait (restores 2x Fel Rush charges). Added store a charge to to-do list. It should already be using infernal strike to apply sigil of flame with flame crash talent.
A new public build has been pushed to the store, and is currently awaiting approval from the Bossland GmbH staff. This can take up to 3 business days. [27/Sep/2016 - Alpha] - [Havoc] Minor change to Fel Barrage logic. - [Havoc] Fel Rush will now cast when strafing again, but will cancel animation immediately rather than checking facing/distance from target. - [Havoc] Fel Rush will now cast on AoE unit count >= setting. Forces a minimum 3 unit restriction. - [Havoc] Changed conditions on Eye Beam. No longer tied to the High AoE unit count setting. - [Havoc] Fixed an issue with Netherwalk. - Added setting to cast Felblade on cooldown. - [Vengeance] Disabled Shadowmeld usage.
Even if it switched off in settings? well I think thats not right. I want to use it like personal safe abillity sometime not like DPS burst
it does use it to apply sigil of flame, but then it oftens sits on the actual cast of sigil and not cast it.
Hmm I've got the conditions less strict on Infernal Strike than Sigil of Flame which is probably causing that. I'll make the conditions the same so it should weave them both more consistently.
Tried to purchase this product on buddystore but it did not went through...Anything wrong with the store atm or is it just me?
The store has been broken for USA payments for a few days now, keep trying every so often and eventually it should get fixed.
Store purchases are working again now apparently. Make sure you login to the store first before attempting to buy.
Can you post a full, unedited log file please? There's code already in Chaos specifically to not do this. Ref: How To Attach a Log