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

maybe tomorrow?

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.
 
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 :D

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
 
Last edited:
@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 :D

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

?? there's an instant flask entry already, use the simple condition "me.HealthPercent < X"
 
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!
 
Last edited:
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. :(
 
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. :(

This is not a fresh install.
 
Hey toNyx, is there a chance to get the Doedre's Elixir working with this? for a cast when drinking potions build :D
 
@BigBudda87

FH.NumberOfMobsNear(me, X) > 0 where X is the distance you want to process it will trigger :)
 
Back
Top