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

Totemizer - A Totem Routine

Went back to DPS gear to level up some more now that the map plugin is out. Sitting at 24k tooltip DPS on flame totem :) 28k with vaal haste up.
 
Yes you need 2 totems =)



No problems like that here mate, sure you followed OP's post on settings ?

I reinstalled EB and used the routine on the 1st page of the post, this seems to work :-).
 
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?
 
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.
 
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.

This.
 
Hi, tozededao

When I use the FlaskHelper with the CR Totemizer, EB crashed everytime.

View attachment 184420

Problem solved!

Quote Originally Posted by toNyx View Post
Yup, you have to edit RoutineHelper(s).cs to fit your routine Namespace
Thank you very much.

I am not good at edit the code. Just make another copy of whole EB and change the RoutineHelpers.cs to

PHP:
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;
        }
    }
}
Now, it works.
 
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.

I wish I'd knew how.
 
Heh , that would be golden actually, right now that is the only thing keeping my 83 from advancing any further (not that I mind, he's farming like crazy)
 
I think I've kind of hit a wall at running 74 maps. I can do very specific 75 maps assuming good rng and I doubt he could handle anything higher simply due to logic issues.
 
Yah, there is a moment in POE where anyone with even the very best of gear will get oneshot when standing still :-D
 
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.
 
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.
 
Ya just go to easy map. Farm some currency and get good gear. Its extremely easy to buy good gear when you dont die more than farming. Also dont prioritize damage over defense.
 
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.

im trying to figure out a way to cast lightning warp whenever the char gets hit hard.. but no luck :(
 
Back
Top