• Visit Rebornbuddy
  • [Plugin] FlaskHelper

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

    1. Nintenbr0

      Nintenbr0 New Member

      Joined:
      Dec 17, 2016
      Messages:
      1
      Likes Received:
      0
      Trophy Points:
      1
      I am trying to add the Flask "Witchfire Brew Stibnite Flask" I have the aura setup. I have the selector and everything setup the same as all my other flasks that are working but for some reason this one was eluded me.. Can anyone help me with a WORKING setup for Witchfire as I cannot seem to figure it out

      Flask name - Witchfire
      Aura name - unique_flask_witchfire_brew
      Instant cast - is ticked
      Selector - f.Rarity == Rarity.Unique and f.FullName.Contains("Witchfire Brew Stibnite Flask")
      Usage - me.EnergyShieldPercent < 50
      FH.NumberOfMobsNear(me,70) < 1

      Any help is greatly appreciated thanks!
       
    2. Thelulz

      Thelulz New Member Legendary

      Joined:
      Dec 20, 2010
      Messages:
      29
      Likes Received:
      3
      Trophy Points:
      3
      I was messing around with my The wise oak flask aswell, the thing you've done wrong (as I did aswell) is that you only need f.Rarity == Rarity.Unique and f.FullName.Contains("Witchfire Brew")
      do not type "Stibnite Flask"
       
    3. jino

      jino Member

      Joined:
      Jul 8, 2015
      Messages:
      177
      Likes Received:
      1
      Trophy Points:
      18
      Has anyone got the proper conditions for The Wise Oak and also the aura?


      I was told these
      unique_flask_the_basics or flask_utility_prismatic (untested)

      Ive looked in the post about making your own but cannot determine what rules to apply for it to be used either..

      Would anyone be willing to assist?
       
    4. Thelulz

      Thelulz New Member Legendary

      Joined:
      Dec 20, 2010
      Messages:
      29
      Likes Received:
      3
      Trophy Points:
      3
      I am using The Wise Oak and it works flawless,
      aura = flask_utility_prismatic
      selector = f.FullName.Contains("The Wise Oak")
      condition = FH.NumberOfMobsNear(me,30) > 0
      works very well for my crit build :D
       
      FragileAssassin, jino and Eazie like this.
    5. verard

      verard New Member

      Joined:
      Mar 20, 2017
      Messages:
      11
      Likes Received:
      0
      Trophy Points:
      1
      Hello,

      I'm farming a lot of dried lake, is there a condition to efficiently use the Divination Distillate flask? I want to use it before Voll, or any other rare mob dies.(Voll dies in around 10)
      I am using a mana % condition (me.ManaPercent < 5%) since I have around 70% of mana reserved.
      As it is right now it sometimes has the aura up before voll dies and sometimes it doesn't.

      Thanks a lot in advance.
       
    6. jino

      jino Member

      Joined:
      Jul 8, 2015
      Messages:
      177
      Likes Received:
      1
      Trophy Points:
      18

      Thanks!

      Have anything for Dying Sun???
       
    7. vendettas

      vendettas Member

      Joined:
      Jun 19, 2013
      Messages:
      231
      Likes Received:
      12
      Trophy Points:
      18
      Well just think - Voll is a unique monster. You also mentioned rares. So why not use it when you're near uniques or rares? Obviously you'll need to pair in the 'usage' with some sort of mana or life value aswell, because DD doesn't work at full/full.

      **hint** WiN's tutorial post gives examples of how to tell the plugin to use flasks when around or near monsters of varying rarities **hint**
       
    8. toNyx

      toNyx Well-Known Member

      Joined:
      Oct 29, 2011
      Messages:
      3,770
      Likes Received:
      35
      Trophy Points:
      48
      Cannot work like this, the "buff" disappear when on max life/mana, cannot use while on max life/mana :) so it basically needs a very specific behavior but this plugin will stay as it is while I cannot move it to roslyn
       
    9. Havanaz

      Havanaz Member

      Joined:
      Jan 17, 2017
      Messages:
      41
      Likes Received:
      0
      Trophy Points:
      6
      me.ManaPercent < 30 and ((SpecificRarityMobAround(Rarity.Rare, 40) > 0) or (FH.SpecificRarityMobAround(Rarity.Unique, 40) > 0))

      Mana threshold depends on your mana and manareg, so you gotta find a good number yourself. the mana condition is based on unreserved mana, so you can up it a bit (i imagine you dont pop the flask soon enough). This is the best you can do i think.
       
    10. vendettas

      vendettas Member

      Joined:
      Jun 19, 2013
      Messages:
      231
      Likes Received:
      12
      Trophy Points:
      18
      I said that: "Obviously you'll need to pair in the 'usage' with some sort of mana or life value aswell, because DD doesn't work at full/full."
       
    11. altoids18

      altoids18 New Member

      Joined:
      Nov 24, 2012
      Messages:
      24
      Likes Received:
      0
      Trophy Points:
      1
      Am I the only one not able to see WiN's tutorial post? I've clicked the link on the 2nd post of the thread and it just takes me to the start and not his actual post. I've used the search function as well and it isn't pulling his post up. Am I stupid or did the post get edited/deleted or something?

      Edit: For some reason this is the only link that worked for me. If anyone has questions, read this post (as others have noted about 300 times in this thread haha):

      https://www.thebuddyforum.com/threads/plugin-flaskhelper.165753/page-21#post-2213300

      Just leaving it here in case others having issues with the previous links provided like I did.
       
      Last edited: Mar 29, 2017
    12. vendettas

      vendettas Member

      Joined:
      Jun 19, 2013
      Messages:
      231
      Likes Received:
      12
      Trophy Points:
      18
      I've had issues with links to posts since the forum was upgraded to this fancy new style. But yes, the post is still there and still very much a huge help - your link worked for me and hopefully will help out people coming in the future.
       
    13. sumnium

      sumnium New Member

      Joined:
      Mar 24, 2017
      Messages:
      3
      Likes Received:
      0
      Trophy Points:
      1
      Cannot load [AutoFlask] because an exception occurred [C:\Users\Sumnium\Documents\EB24837268\3rdParty\_CONFIGS_\Default\AutoFlask\Content-215973078\AutoFlask.cs(20,37) : error CS0234: The type or namespace name 'OldGrindBot' does not exist in the namespace 'Loki.Bot.Logic.Bots' (are you missing an assembly reference?)
      C:\Users\Sumnium\Documents\EB24837268\3rdParty\_CONFIGS_\Default\AutoFlask\Content-215973078\AutoFlask.cs(14,27) : error CS0234: The type or namespace name 'OldGrindBot' does not exist in the namespace 'Loki.Bot.Logic.Bots' (are you missing an assembly reference?)
      ].
      System.Exception: C:\Users\Sumnium\Documents\EB24837268\3rdParty\_CONFIGS_\Default\AutoFlask\Content-215973078\AutoFlask.cs(20,37) : error CS0234: The type or namespace name 'OldGrindBot' does not exist in the namespace 'Loki.Bot.Logic.Bots' (are you missing an assembly reference?)
      C:\Users\Sumnium\Documents\EB24837268\3rdParty\_CONFIGS_\Default\AutoFlask\Content-215973078\AutoFlask.cs(14,27) : error CS0234: The type or namespace name 'OldGrindBot' does not exist in the namespace 'Loki.Bot.Logic.Bots' (are you missing an assembly reference?)

      at Loki.Bot.ThirdPartyLoader.‎‮‎‬‫‭‫‌‫‫‬‏‮‌‫‏‏‮‍‮‪‏‮‍‮(Dictionary`2 , String )

      sory for asking bat .how to fix it ??
       
    14. vendettas

      vendettas Member

      Joined:
      Jun 19, 2013
      Messages:
      231
      Likes Received:
      12
      Trophy Points:
      18
      I'd suggest a clean install as a first pass solution.
       
    15. lastarica

      lastarica New Member

      Joined:
      Apr 17, 2015
      Messages:
      2
      Likes Received:
      0
      Trophy Points:
      1
      what do i need to type on conditions for flasks to work , im a bit newbie with this :D
       
    16. vendettas

      vendettas Member

      Joined:
      Jun 19, 2013
      Messages:
      231
      Likes Received:
      12
      Trophy Points:
      18
      Read WiN's tutorial post - it is linked on the second post of this thread and also mentioned throughout the pages of the thread.
       
    17. V-lock

      V-lock Member

      Joined:
      May 2, 2013
      Messages:
      85
      Likes Received:
      4
      Trophy Points:
      8
      Link doesn't work after the forums got reworked. I used to have it book marked but now I can't find it.

      EDIT: It's on page 21 now.
       
      Last edited: Apr 1, 2017
    18. Natekazay

      Natekazay New Member

      Joined:
      Mar 31, 2017
      Messages:
      1
      Likes Received:
      0
      Trophy Points:
      1
      how to use it and where to place it in? it doesnt show and the settings the plugin ..
       
    19. Barba

      Barba Member

      Joined:
      Mar 19, 2012
      Messages:
      35
      Likes Received:
      2
      Trophy Points:
      8
      Create a folder "FlaskHelper" in the 3rd party folder!
       
    20. laporaguy

      laporaguy New Member

      Joined:
      Jun 6, 2014
      Messages:
      14
      Likes Received:
      1
      Trophy Points:
      3
      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
       

    Share This Page