Hi, toNyx
When I use the FlaskHelper with the CR Totemizer, EB crashed everytime.
View attachment 184419
Thank you very much.Yup, you have to edit RoutineHelper(s).cs to fit your routine Namespace
using Loki.Bot;
namespace FlaskHelper.Helpers
{
public class RoutineHelpers
{
private Totemizer.Totemizer routine;
private Totemizer.TotemizerSettings settings;
public RoutineHelpers()
{
routine = (Totemizer.Totemizer)RoutineManager.CurrentRoutine;
settings = (Totemizer.TotemizerSettings)routine.Settings;
}
public bool IsCrDisabled { get { return GetCombatRange() < 5; } }
public int GetCombatRange()
{
return settings.CombatRange;
}
}
}
doesnt work divination flask Trigger
my build is SRS. anyone have same trouble?
sorry not good english
situation Piety HP 15%-0% -> MY HP50-75%use graniteflask InstantLifeFlask Only Not Use MF Flask
https://gyazo.com/f467b6b005743ad7f765b13c07d701e4 My Plugin Settings
for use piety run and target piety
[Aura]
BaseAddress: 0x94694938
SubInfo: 0xAC48BF08
Name: Divination Distillate
InternalName: unique_flask_divination_distillate
Description: Grants increased Item Quantity, Item Rarity, Maximum Elemental Resistances and Light Radius
CasterId: 72
OwnerId: 0
BuffType: 0
TimeLeft: 00:00:03.0400000
MaxTimeLeft: 00:00:04.4240000
Charges: 1
IsInvisible: False
IsRemovable: False
[Aura]
BaseAddress: 0x94698528
SubInfo: 0xAC488B60
Name: Regenerating Mana
InternalName: flask_effect_mana
Description:
CasterId: 72
OwnerId: 0
BuffType: 0
TimeLeft: 00:00:03.0400000
MaxTimeLeft: 00:00:04.4240000
Charges: 1
IsInvisible: True
IsRemovable: False
https://gyazo.com/b0bed66121e4e8d0474ff7754f9b7d71
Is it all right?
var bt = TargetHelpers.BestTarget;
if (bt == null)
Main.Log.ErrorFormat("[FlaskHelper][Divination Distillate] Error, target is null.");
else
Log.ErrorFormat("[FlaskHelper][Divination Distillate] Target name : {0}", bt.Name);