Yes you need 2 totems =)
No problems like that here mate, sure you followed OP's post on settings ?
should i reinstall your combat routine with the simple update you just made for buddy here?It can be easily done like this.
var skill = LokiPoe.InGameState.SkillBarPanel.Slot(_vaalHasteSlot);
if (bestTarget.Rarity >= Rarity.Magic && skill.CanUse)
{
LokiPoe.InGameState.SkillBarPanel.Use(_vaalHasteSlot, true);
}
should i reinstall your combat routine with the simple update you just made for buddy here?
If you want to use Vaal Haste.
I think since the front page release there's been three updates... one to summon golems, one to add a stopwatch timer to the golem to make sure you don't try and summon it while getting your ass kicked, and implementing Vaal Haste for use on magic+ mobs.
Hi, tozededao
When I use the FlaskHelper with the CR Totemizer, EB crashed everytime.
View attachment 184420
Thank you very much.Quote Originally Posted by toNyx View Post
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;
}
}
}
Hi, tozededao
When I use the FlaskHelper with the CR Totemizer, EB crashed everytime.
View attachment 184420
from the log it seems that FlaskHelper is the one crashing your EB.
Next update idea: not facetanking everything. do you think there's any way to have your guy try to maintain a "safe" distance from mobs.. almost like kiting.
Next update idea: not facetanking everything. do you think there's any way to have your guy try to maintain a "safe" distance from mobs.. almost like kiting.
What stats should I be shooting for to start this? I'm a level 72 and I die too often in both dried lakes and maps, but my gear isn't too great.
Make it go to easier places that you farm fast enough.
Next update idea: not facetanking everything. do you think there's any way to have your guy try to maintain a "safe" distance from mobs.. almost like kiting.