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

What do you mean when you say "Go in Tools"? I would be happy to grab some unique flask aura names for you, but idk where the "Tools" are.

Doesn't exists anymore, I'll update this part, just give me the name of the flask Keepo
 
I'm using the flask coruscating Elixir , and my problem and that the only function that know how to use it "FH.NumberOfMobsNear(me, 70) >10" and me.Life < "my current life in low life build"
How can I improve it?
 
I'm using the flask coruscating Elixir , and my problem and that the only function that know how to use it "FH.NumberOfMobsNear(me, 70) >10" and me.Life < "my current life in low life build"
How can I improve it?

depends what u wanna do with it.
 
I'm using the flask coruscating Elixir , and my problem and that the only function that know how to use it "FH.NumberOfMobsNear(me, 70) >10" and me.Life < "my current life in low life build"
How can I improve it?
I have this problem too
 
Low life and no Shavs :P
I have this problem too

You can separate the conditions to avoid mixing them,

Code:
me.HealthPercent <= X
FH.NumberOfMobsNear(me, 70) >= Y

So like this if any of those is true, it'll use it.

I'll add the possibility to order conditions depending on the priority you need them, highest might be critical then the others.
 
You can separate the conditions to avoid mixing them,

Code:
me.HealthPercent <= X
FH.NumberOfMobsNear(me, 70) >= Y

So like this if any of those is true, it'll use it.

I'll add the possibility to order conditions depending on the priority you need them, highest might be critical then the others.


Is possible add the fuction "MONSTER HAVE (CHAOS DAMAGE)"

Is perfect for this flask
 
Hi teambuddy!
Please i try to use this FlaskHelper since a long time and my bot doesnt use Quicksilver flask...anyone can give me a screen of what he use or something...i'm lost with this plugin...i understand nothing with ''Selector'' or '' ENABLE / CONDITION '' what i have to right for make it works?

Thank's teambuddy <3
 
Hi teambuddy!
Please i try to use this FlaskHelper since a long time and my bot doesnt use Quicksilver flask...anyone can give me a screen of what he use or something...i'm lost with this plugin...i understand nothing with ''Selector'' or '' ENABLE / CONDITION '' what i have to right for make it works?

Thank's teambuddy <3

add a condition like "FH.NumberOfMobsNear(me, X) <= Y" X being the distance of check and Y the mob count.

Enable the condition and see how it goes.
 
add a condition like "FH.NumberOfMobsNear(me, X) <= Y" X being the distance of check and Y the mob count.

Enable the condition and see how it goes.

I do it and the bot didnt use my flask...i really dont understand.
Can you show me a screenshot?
Do you write something in ''Selector''?

Thank's for you help
 
I do it and the bot didnt use my flask...i really dont understand.
Can you show me a screenshot?
Do you write something in ''Selector''?

Thank's for you help

not sure how you managed to break it, default settings are ready to use just by adding conditions under flasks...
 
Good Morning,

after the update following happens, I kept my config untouched.
Same problem as some guy has written before:

Exception during plugin Tick.System.ArgumentNullException: Value cannot be null.
Parameter name: cond
at FlaskHelper.Helpers.PythonHelpers.EvaluateCondition(String callerName, String cond, LocalPlayer me, Item flask, Boolean debug) in C:\Users\Tobias\Desktop\Dr\3rdParty\_CONFIGS_\Default\FlaskHelper\Content-1330834872\Helpers\PythonHelpers.cs:line 23
at FlaskHelper.FlaskHelper.Tick() in C:\Users\Tobias\Desktop\Dr\3rdParty\_CONFIGS_\Default\FlaskHelper\Content-1330834872\FlaskHelper.cs:line 150
at Loki.Bot.PluginManager.‎‫‬‫**‬‎‎*‫*‏****​‏‪​*‎‫**‪**(IPlugin )


What happend here ?

Regards

Tobias
 
not sure how you managed to break it, default settings are ready to use just by adding conditions under flasks...


Were you able to fix wasting curseimmunity flask in a cursed map and add issilenced condition?
 
Did over 10 fresh installs getting


Cannot load [FlaskHelper] because an exception occurred [C:\Users\carson\Desktop\new ebs\3rdParty\_CONFIGS_\Default\FlaskHelper\Content-623447500\Classes\FH.cs(5,15) : error CS0246: The type or namespace name 'CommunityLib' could not be found (are you missing a using directive or an assembly reference?)
].
System.Exception: C:\Users\carson\Desktop\new ebs\3rdParty\_CONFIGS_\Default\FlaskHelper\Content-623447500\Classes\FH.cs(5,15) : error CS0246: The type or namespace name 'CommunityLib' could not be found (are you missing a using directive or an assembly reference?)

at Loki.Bot.ThirdPartyLoader.****‎**‪‎*‎‎‎*​​‪‫‫*****‬‪*(Dictionary`2 , String )
 
Did over 10 fresh installs getting


Cannot load [FlaskHelper] because an exception occurred [C:\Users\carson\Desktop\new ebs\3rdParty\_CONFIGS_\Default\FlaskHelper\Content-623447500\Classes\FH.cs(5,15) : error CS0246: The type or namespace name 'CommunityLib' could not be found (are you missing a using directive or an assembly reference?)
].
System.Exception: C:\Users\carson\Desktop\new ebs\3rdParty\_CONFIGS_\Default\FlaskHelper\Content-623447500\Classes\FH.cs(5,15) : error CS0246: The type or namespace name 'CommunityLib' could not be found (are you missing a using directive or an assembly reference?)

at Loki.Bot.ThirdPartyLoader.****‎**‪‎*‎‎‎*​​‪‫‫*****‬‪*(Dictionary`2 , String )

have you tried reading the first post?

i'll highlight the problem

NOTE (Please read me ;_; )
As of 1.0.1.8 the plugin now requires CommunityLib installed
 
Back
Top