• Visit Rebornbuddy
  • [Plugin] FlaskHelper

    Discussion in 'Archives' started by toNyx, May 26, 2014.

    1. IeU

      IeU Member

      Joined:
      Jul 20, 2010
      Messages:
      830
      Likes Received:
      11
      Trophy Points:
      18
      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)?
       
    2. Pochizzle

      Pochizzle Member

      Joined:
      Mar 5, 2012
      Messages:
      204
      Likes Received:
      0
      Trophy Points:
      16
      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")
       
    3. Recklessness

      Recklessness Member

      Joined:
      Feb 24, 2016
      Messages:
      273
      Likes Received:
      17
      Trophy Points:
      18
    4. vendettas

      vendettas Member

      Joined:
      Jun 19, 2013
      Messages:
      231
      Likes Received:
      12
      Trophy Points:
      18
      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%.
       
    5. philpoi

      philpoi New Member

      Joined:
      Apr 6, 2017
      Messages:
      2
      Likes Received:
      0
      Trophy Points:
      1
      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?)
       
    6. mossfrog

      mossfrog New Member

      Joined:
      Oct 6, 2016
      Messages:
      1
      Likes Received:
      0
      Trophy Points:
      1
      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
       
    7. philpoi

      philpoi New Member

      Joined:
      Apr 6, 2017
      Messages:
      2
      Likes Received:
      0
      Trophy Points:
      1
      Thanks for the tip. I did something different this time and installed it on the main partition - works fine now!
       
    8. uknownguy1

      uknownguy1 New Member

      Joined:
      Apr 13, 2017
      Messages:
      4
      Likes Received:
      0
      Trophy Points:
      1
      Please can someone provide aura name for Ruby Flask Dying Sun ASAP!
       
    9. lolnoob1337

      lolnoob1337 New Member

      Joined:
      Nov 17, 2015
      Messages:
      14
      Likes Received:
      0
      Trophy Points:
      1
      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.
       
    10. Saegen

      Saegen New Member

      Joined:
      May 25, 2013
      Messages:
      25
      Likes Received:
      7
      Trophy Points:
      3
      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
       
    11. weenston

      weenston Member

      Joined:
      Apr 1, 2014
      Messages:
      87
      Likes Received:
      1
      Trophy Points:
      8
      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?
       
    12. Recklessness

      Recklessness Member

      Joined:
      Feb 24, 2016
      Messages:
      273
      Likes Received:
      17
      Trophy Points:
      18
      Is there no option for just use anti poison flask? So then just enable this instead of add complete new flask?

      [​IMG]

      Remove the // at curing flask(flaskhelpersettings.cs) and enable the curing flask in plugin then
       
      weenston likes this.
    13. weenston

      weenston Member

      Joined:
      Apr 1, 2014
      Messages:
      87
      Likes Received:
      1
      Trophy Points:
      8
      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: Apr 30, 2017
      avgjoe likes this.
    14. avgjoe

      avgjoe Member

      Joined:
      Apr 24, 2017
      Messages:
      53
      Likes Received:
      4
      Trophy Points:
      8
      I came to post this same thing. Good work.
       
    15. Blackopsing

      Blackopsing Member

      Joined:
      Nov 17, 2010
      Messages:
      44
      Likes Received:
      1
      Trophy Points:
      8
      I've read through tons of comments and seen pictures of this plugin, mine looks NOTHING like it, it looks like this:

      [​IMG]
      http://imgur.com/a/HDTbE

      Not sure how any of this works, and I can't find a guide anywhere xD
       
    16. altoids18

      altoids18 New Member

      Joined:
      Nov 24, 2012
      Messages:
      24
      Likes Received:
      0
      Trophy Points:
      1
    17. Blackopsing

      Blackopsing Member

      Joined:
      Nov 17, 2010
      Messages:
      44
      Likes Received:
      1
      Trophy Points:
      8
    18. altoids18

      altoids18 New Member

      Joined:
      Nov 24, 2012
      Messages:
      24
      Likes Received:
      0
      Trophy Points:
      1
      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! :)
       
    19. fabcard

      fabcard Member

      Joined:
      Nov 7, 2013
      Messages:
      131
      Likes Received:
      1
      Trophy Points:
      18
      hello there,
      does anyone know the "Aura" and "Selector" commands for Sin's Rebirth unique flask, please?
      thanks in advance.
       
    20. PleXy

      PleXy New Member

      Joined:
      Dec 29, 2012
      Messages:
      17
      Likes Received:
      0
      Trophy Points:
      1
      Anyone got this to work on 3.0 yet? Tried with the new ThirdPartyConfigMaker but this is way over my head :eek:
       

    Share This Page