I'll write some stuff up tomorrow and release the new build, to let people know what can be used for conditions. everything is going fine so far.
Maybe now... Changelog : - Code rework... - GUI rework... - All flasks now built-in by default if you don't have a custom list. - Explanations in 2nd post concerning conditions making. - Have fun
Thank you for the great work toNyx. Im no very good at coding and stuff, so im having trouble to write the "conditions". You have a model or some kind of basic instructions for writing it? Thanks again.
Ive written some stuff in 2nd post of this thread, take a look at it. You'll mostly use FH.X to write conditions or me.X
@toNyx Please help me with just one thing. Help me how to enable Instant Flasks. Show me a working example please I'm trying my best for the last 4 hours and I can't make them work, have mercy please I managed to make granite and quicksilver work but for this i can't For Granite: FH.NumberOfMobsNear(me, 20) > 8 FH.SpecificRarityMobAround(Rarity.Rare, 20) > 0 For Quicksilver: FH.NumberOfMobsNear(me, 70) < 1
Me. vs me. i think had an influence on it. How stupid i feel now Thank you for your help. It worked when i changed Me. to me. and delete _CONFIGS_ folder. Thank you once again, you are a god!
Thanks a lot for updating this. It's really nice being able to set multiple rules for each flask. You the best. Also, correct me if I am wrong, but it looks like the Diamond Flask now checks the buff duration rather than dumping all charges whenever conditions are met. So sick!
Urgh.. so I broke something again here Cannot load [FlaskHelper] because an exception occurred [D:\jeshus\3rdParty\_CONFIGS_\Default\FlaskHelper\Content-1108981890\Classes\AtzirisPromiseFlask.cs(18,22) : error CS0426: The type name 'RecoveryType' does not exist in the type 'Enums' D:\jeshus\3rdParty\_CONFIGS_\Default\FlaskHelper\Content-1108981890\Classes\QuicksilverFlask.cs(17,22) : error CS0426: The type name 'RecoveryType' does not exist in the type 'Enums' D:\jeshus\3rdParty\_CONFIGS_\Default\FlaskHelper\Content-1108981890\Classes\BurningFlask.cs(18,22) : error CS0426: The type name 'RecoveryType' does not exist in the type 'Enums' etc for every single flask type. And yes, I did clean install but no help here still. Something else must be throwing me loops and hoops.
Hey toNyx, is there a chance to get the Doedre's Elixir working with this? for a cast when drinking potions build
@BigBudda87 FH.NumberOfMobsNear(me, X) > 0 where X is the distance you want to process it will trigger