What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

editing/using unique flask

maths

New Member
Joined
Jan 11, 2014
Messages
162
Reaction score
0
where do i need to go to set the use of the unique flask like divination distillate and atziri promise, i would like to use those flask in particular situation, distillate every time i see a rare mob or boss, and atziri every time my hp get lower 70%. a plugin to set this up easily would be awesome
 
If you open up the Exile CR, you'll find some existing logic showing how to use Divination Distillate. Just search for "DivinationDistillate", "ShouldUseDivinationDistillate", and then look at the commented out code at the top of "CreateFlaskLogic".

You'd pretty much copy and paste those things and then edit the settings / names. For your "ShouldUseAtziriPromise" function, you'd just check your HP to see if it's lower than 70%. Scroll down a little to see how to do that with the normal flask logic.
 
Back
Top