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

[Plugin] FlaskHelper

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!
 
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!
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"
 
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?
 
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?
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
 
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.
 
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


Thanks!

Have anything for Dying Sun???
 
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.

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**
 
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**
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
 
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.

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.
 
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.
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

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."
 
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**

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:
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.

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.
 
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 ??
 
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 ??

I'd suggest a clean install as a first pass solution.
 
what do i need to type on conditions for flasks to work , im a bit newbie with this :D
 
what do i need to type on conditions for flasks to work , im a bit newbie with this :D

Read WiN's tutorial post - it is linked on the second post of this thread and also mentioned throughout the pages of the thread.
 
Read WiN's tutorial post - it is linked on the second post of this thread and also mentioned throughout the pages of the thread.

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:
how to use it and where to place it in? it doesnt show and the settings the plugin ..
 
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
 
Back
Top