It should work once a rare or unique mob is within the "20" units of range . . . did you check the box "E" (i.e. to enable the condition)?
There was a mistake with the selector on one or two of the flasks and is missing the ) at the end of ("Bismuth Flask". add It on and it will work just fine f.Rarity != Rarity.Unique and f.FullName.Contains("Bismuth Flask")
I think it's been mentioned previously, but running DD isn't 'easy'. The effects won't carry on if you are at full life and mana, thus you need to ensure your build will be running with depleted life/mana before even trying to use DD. If you get the right build, just use a mix of mob rarity and life/mana under x percentage - for example, use when near rare/unique monsters and when life/mana is under 100%.
Hey guys, sorry, I read through, searched for it, but not able to find out what exactly is meant with this message, besides that something is missing, which I dont know why. (Reinstalled EB Beta+FH several times) If anyone could point me to a solution or tell me where I should look, I would be much appreciated! Just before writing that, I tried to remove EB Beta+Fh and reinstall it, so its supposed to be clean! Cannot load [FlaskHelper] because an exception occurred [F:\PATHOFEXILESTUFF\3rdParty\_CONFIGS_\Default\FlaskHelper\Content-1915437\FlaskHelper.cs(12,17) : error CS0234: The type or namespace name 'Scripting' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) F:\PATHOFEXILESTUFF\3rdParty\_CONFIGS_\Default\FlaskHelper\Content-1915437\FlaskHelper.cs(23,23) : error CS0246: The type or namespace name 'ScriptScope' could not be found (are you missing a using directive or an assembly reference?) F:\PATHOFEXILESTUFF\3rdParty\_CONFIGS_\Default\FlaskHelper\Content-1915437\FlaskHelper.cs(24,23) : error CS0246: The type or namespace name 'ScriptSource' could not be found (are you missing a using directive or an assembly reference?) ]. System.Exception: F:\PATHOFEXILESTUFF\3rdParty\_CONFIGS_\Default\FlaskHelper\Content-1915437\FlaskHelper.cs(12,17) : error CS0234: The type or namespace name 'Scripting' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) F:\PATHOFEXILESTUFF\3rdParty\_CONFIGS_\Default\FlaskHelper\Content-1915437\FlaskHelper.cs(23,23) : error CS0246: The type or namespace name 'ScriptScope' could not be found (are you missing a using directive or an assembly reference?) F:\PATHOFEXILESTUFF\3rdParty\_CONFIGS_\Default\FlaskHelper\Content-1915437\FlaskHelper.cs(24,23) : error CS0246: The type or namespace name 'ScriptSource' could not be found (are you missing a using directive or an assembly reference?)
Had the same issue mate. Did fresh install and the put both Flaskhelper and CommunityLib as zips in the 3rd Party Folder. Hope this helps
Thanks for the tip. I did something different this time and installed it on the main partition - works fine now!
I did flask_dying_sun as the aura name when creating the new flask and then f.Rarity == Rarity.Unique and f.FullName.Contains("Dying Sun") for the selector. Works fine.
The photos where you can choose the hp/es etc is not showing for me when I enable flask helper and com lib... How do I get that? Like a walk through on how to install/get it set up. (i want to use my atziri and chalice
Hey guys, I'm trying to use my quicksilver flask that cures poison, named "Experimenter's Quicksilver Flask of Curing". This is what I did under the Quicksilver dropdown: f.Name.Contains("Experimenter's Quicksilver Flask of Curing") Enable FH.IsPoisoned Error verification: [FlaskHelper][GUI-VerifyErrors] The condition "FH.IsPoisoned" has returned an error. It contains members that are not valid or unavailable [FlaskHelper][GUI-VerifyErrors] 'type' object has no attribute 'IsPoisoned' [FlaskHelper][GUI-VerifyErrors] FH.IsPoisoned returned False Any idea what I did wrong?
Is there no option for just use anti poison flask? So then just enable this instead of add complete new flask? Remove the // at curing flask(flaskhelpersettings.cs) and enable the curing flask in plugin then
Thanks I'll check this out! EDIT: IN ORDER FOR CURING TO BE SEEN IN SETTINGS, edit flaskhelper.json with { "Enabled": false, "Name": "Curing Flask (Poison Removal)", "Aura": "flask_bonus_poison_immunity", "Selector": "f.Stats.ContainsKey(StatTypeGGG.LocalFlaskPoisonImmunityWhileHealing)", "Conditions": [ { "Enabled": true, "Condition": "FH.IsPoisoned" } ] },
I've read through tons of comments and seen pictures of this plugin, mine looks NOTHING like it, it looks like this: http://imgur.com/a/HDTbE Not sure how any of this works, and I can't find a guide anywhere xD
Your setup looks normal to me. See here for a guide: https://www.thebuddyforum.com/threads/plugin-flaskhelper.165753/page-21#post-2213300
Huh strange, I swear it looked so different in the first bunch of comments on here. I thank you for your quick reply and the link to that guide! Couldn't find it anywhere, tytytytytytytytytytytyty
No problem. If you go back a page you can see I searched for the post I linked you for a while until I finally found it. I think the links got messed up somewhere along the way and the ones everyone else had provided in the thread didn't work. Problem solved!
hello there, does anyone know the "Aura" and "Selector" commands for Sin's Rebirth unique flask, please? thanks in advance.
Anyone got this to work on 3.0 yet? Tried with the new ThirdPartyConfigMaker but this is way over my head