Somehow I see the flasks getting used when my screen is full of mobs, but it surely does not work every single time I get a unique/rare within 70 feet/yards of my character. (H.SpecificRarityMobAround(Rarity.Unique, 70) > 0)
Doesn't need or ''will break the condition'' ? Because if it should still work with the > 0 then it shouldn't matter
the function returns a boolean, except if in your mind a boolean should be checked against an integer, you're not in the same world. There's some links/guides around, take a look at it...
FH.IsPoisoned [FlaskHelper][GUI-VerifyErrors] FH.IsPoison returned False [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' dunno whats wrong in this typing think its use to work.
That's interesting and good to know. It does actually debunk a few sections of WiN's guide (https://www.thebuddyforum.com/threads/plugin-flaskhelper.165753/page-21#post-2213300) where he specifically uses that for unique and magic on a number of flasks. I guess this will just check if there is at least 1 in the area specified to satisfy the condition.
Somebody using the wise oak flask, I copied these settings but it doesn't seem to be using the flask. Did I copy something wrong or has this flask changed?
You are correct, with my not so sober head I copied 'aura = flask_utility_prismatic' this into the aura field instead of just the last bit. Thanks for helping me find my error!
I have an issue with the plugin. Im trying to use 3 isnta flask and 1 normal. Its very simple I jsut did this for insta: f.IsInstantRecovery or f.Name.Contains("Bubbling") or (f.Name.Contains("Panicked") and me.HealthPercent <= 35) cond: me.HealthPercent < 40 (this shouldnt do anything, why was it 65 in the guide btw??) and for normal flask: f.Rarity != Rarity.Unique and f.HealthRecover > 0 me.HealthPercent < 80 problem is, it keeps taking all the insta flasks first. and then the normal one last. It also drink insta flask before 40 or 35% surely. Any help pls
fk this shit man!, just delete this plug-in already. everytimes I need help/explanations I got redirected to some old posts which is 99% outdated, or to a thread of 500 pages of conflicting posts that had me ended up with more question/confusions. for god's sake If i want to know all ins and outs of a freaking stupid game bot coding, I would rather spent the time learning a new language which might land me $80/hr job. but I paid you guys to have it working and worry-free! so freaking little supports and so much breaking shits. botted whole week and gaining 0 (zero) exp due to constant dieing to stupid shits! and dont make me started with chaos receipt, aura support, breach fked ups ....I dont know how you guys sleep well at night, same crappy support after you terminated all my life-time support fee with monthly fee! most of us dont got stupid times to tweak/snoop around ur codes, just make check/selection boxes for us already!
This is a plug-in done by a community member, the staff has no responsibility here to fix anything. The bot has a simple flask plug-in, use that. For me, it spams all flasks as soon conditions are met. Post your config here, so we can have a look what you have done wrong.
Mate check your build. Just like every other bot in every other game that is not completely pathed out for you there are things that work and things that dont. My build dies maybe once every 2 to 3 hours and bots maps up to t15 running 2 health pots a quick silver and 2 mana pots that I don't ever use.
I've been trying to set up this: 3 life flasks(with shock, bleed, poison), 1 uniq life with instant heals, 1 uniq mana. I want bot to use a life flask @80% then instant one @50%, also click all 3 life flasks @60%. do I need to set up all 4 life flasks individually? what aura to put in for each?
https://www.thebuddyforum.com/threads/plugin-flaskhelper.165753/page-21#post-2213300' and no this post is not outdated. it covers absolutely everything you need to know. Also you do not need to have any coding knowledge. All you need minor intelligence and mostly a better attitude! : - )
POST UR DAMN FLASKHELPER CONFIG, OTHERWISE WE CAN NOT KNOW WHAT IS WRONG WITH YOUR SETUP! Something is def. not correctly configured by you, because for others works just fine.
This seems to be a very useful and full configurable plugin - which might really fit my needs. I am surely not a newb regarding scripting, but I don't understand why this simple condition doesn't work for me. Hitting the "Error Validation" button it works just fine (getting myself below 80% hp it turns true otherwise false). More information: The instant life flask is the only flask I enabled. But whenever I start the bot it never drinks my seething or bubbling flasks. Testing setup (all flasks do have 20% quality): 1. Bubbling Divine Life Flask of Heat 2. Bubbling Divine Life Flask of Reflexes 3. Seething Divine Life Flask of Curing 4. Experimenter'S Quicksilver Flask of Resistance 5. Bubbling Large Hybrid Flask of Reflexes But in the log it turns out, that the bot doesn't find any flasks: Code: [FinishCurrentAction][True] Waited 0 ms for the action to finish Default Attack. [FlaskHelper][Instant Life Flask] "me.HealthPercent < 80" returned true [FlaskHelper][Instant Life Flask] Number of eligible flasks : 0 [FlaskHelper][Instant Life Flask] Use function returned NoFlasksFound Any help is greatly appreciated. Thanks in advance