23/5000 Execution Bismuth flasks Execution Bismuth flasks Second image my Flasks Bismuth configuration is wrong? It does not work on ExileBuddy. Thank you.
I have updated my post explaining step by step how to setup FlaskHelper with a new section on how to ADD NEW FLASKS - no pictures at the moment - but hopefully you guys can read and follow ok. Post is here for reference: https://www.thebuddyforum.com/exile...ugin-flaskhelper-post2213300.html#post2213300
This doesnt work because Stunned isnt an aura or an (elemental) status ailment - it is a "non elemental status ailment" which isnt even detailed on the POE wiki. As a definitive test I ran the code for a few hours with just this setup and it never proced Kiara's once - then i added IsCursed and IsFrozenOrChilled and it proced all the time. There is probably a way to detect stuns in the api somewhere (waaay beyond my pay grade) - but sadly it isnt as simple as this (though i did take the opportunity to add IsPoisoned and it works fine).
public static bool IsStunned => LokiPoe.Me.HasAura("stun_display_buff"); 3 hours running Kiara's with just IsStunned and verbose logging on - no procs.
hmm, well sorry then. last time i tried that it did not work. i might have done something wrong though, it's a good while ago
do you just unzip it to 3rd party folder? I get a bunch of "are you missing an assembly?" errors and it wont load.
I had to completely do a fresh install of EB. Then I had to create the folders CommunityLib, AdvancedItemFilter, Flask Helper. Then extract into those folders. For some reason when I would try to extract to my 3rd party folder it either wouldn't create the necessary folders or they were not in the downloaded file... Still new to this POE botting, not quite as sleek as I remember WoW botting got before the ban waves. Anyways, cheers! Thanks for this plugin!
So I ran a quick aura check with pretty much all my flasks in use - Dying Sun, Zerphis Last Breath, Divination Distillate curse_poachers_mark fire_elemental_buff frenzy_charge flask_bonus_movement_speed flask_utility_sprint unique_flask_dying_sun flask_utility_resist_fire fortify unique_flask_zerphis_last_breath flask_effect_mana poison flask_effect_mana ground_lightning_shock fire_shield flask_effect_life flask_effect_mana life_leech unique_flask_divination_distillate flask_effect_life flask_effect_mana curse_temporal_chains None matched the settings in the json: "Name": "Divination Distillate", "Aura": "flask_bonus_item_rarity", Am I not seeing all the auras correctly - or did they change the aura name to unique_flask_divination_distillate? The reason i ask is that the bot is spamming the Div Dist sometimes even when it is still refilling. Ah - is it the legacy version vs the temp league version name? Couple of other flask auras The Overflowing Chalice Sulpher Flask overflowing_chalice Rotgut Quicksilver Flask flask_bonus_movement_speed flask_utility_sprint
I find divination distillate pretty hard to use, the aura stops when your health or mana hits full. So if you have a low mana pool a lot of times it'll just spam to no effect if the mob dies fast. Does a bit better vs uniques though.
I am using 110 mana cost fireball and no mana reserved - Divination Distilate should always be active trying to keep the mana topped up. I edited the json to be unique_flask_divination_distillate and now there is no spamming - works as intended.