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