What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

[Plugin] FlaskHelper

bismuth flask work? i create 3 conditions to use but is now work :(
this condition:
FH.SpecificRarityMobAround(Rarity.Unique, 20) > 0
FH.SpecificRarityMobAround(Rarity.Rare, 20) > 0

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)?
 
bismuth flask work? i create 3 conditions to use but is now work :(
this condition:
FH.SpecificRarityMobAround(Rarity.Unique, 20) > 0
FH.SpecificRarityMobAround(Rarity.Rare, 20) > 0

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")
 
Anyone got a nice flask helper condition combo for
Divination Distillate?

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?)
 
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!
 
Please can someone provide aura name for Ruby Flask Dying Sun ASAP!

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?

0ba0cc13c1746485514719180b1b374f.png


Remove the // at curing flask(flaskhelpersettings.cs) and enable the curing flask in plugin then
 
Is there no option for just use anti poison flask? So then just enable this instead of add complete new flask?

0ba0cc13c1746485514719180b1b374f.png


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"
}
]
},
 
Last edited:
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 came to post this same thing. Good work.
 
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! :)
 
Anyone got this to work on 3.0 yet? Tried with the new ThirdPartyConfigMaker but this is way over my head :eek:
 
Back
Top