Any news on the diamond flask? =)
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.
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 tomorrow?
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.
@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
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.![]()
@BigBudda87
FH.NumberOfMobsNear(me, X) > 0 where X is the distance you want to process it will trigger![]()