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

Totemizer - A Totem Routine

Updated again with Golem. Tested only with Flame Golem. Which should be the one you use even if you're crit :D
 

Attachments

Updated again with Golem. Tested only with Flame Golem. Which should be the one you use even if you're crit :D

hmm PoE just updated like 1mb worth of patch,
idk if that affected it, but ur totemizer doesn't work for me.. i get errors when i try start the bot.
 
hmm PoE just updated like 1mb worth of patch,
idk if that affected it, but ur totemizer doesn't work for me.. i get errors when i try start the bot.

Game updating shouldn't affect the routine at all, if theres anything that affects is the bot itself. If the bot is able to load so should the routine. Paste the errors here.
 
FWIW the routine is working great for me. Running MF FT in dried lake with it since you released it and haven't died once.
 
Game updating shouldn't affect the routine at all, if theres anything that affects is the bot itself. If the bot is able to load so should the routine. Paste the errors here.

it works now, i just had to reset my computer?
Is there anyway you can add the "fall back" skill like in the default routine? Kind of helped a lot when i spammed lightning warp, while my totems killed voll
cuz voll hits hard if i just stand in 1 place..
 
Thanks

Noticed new release lacked golem code. Made use of yours and implemented it into oldroutine. Thanks =)
 
Noticed new release lacked golem code. Made use of yours and implemented it into oldroutine. Thanks =)


can you provide help what is needed to cast golems?
which part of your combat routine has to be inserted? and how?

i don't use totems and therefore i don't need the whole totem routine... thats why i ask.


// Simply cast Summon Golem if we have it
if (_golemSlot != -1)
{
// See if we can use the skill.
var skill = LokiPoe.InGameState.SkillBarPanel.Slot(_golemSlot);
if (skill.CanUse() && skill.NumberDeployed < 1)
{
var err1 = LokiPoe.InGameState.SkillBarPanel.Use(_golemSlot, true);
if (err1 == LokiPoe.InGameState.UseError.None)
{
await Coroutine.Sleep(Utility.LatencySafeValue(500));

await Coroutines.FinishCurrentAction(false);

await Coroutine.Sleep(Utility.LatencySafeValue(100));

return true;
}

Log.ErrorFormat("[Logic] Use returned {0} for {1}.", err1, skill.Name);
 
Thanks for the golem code, I used it too, also I suggest that people who selfcast golem make a stopwatch for it with 5-10ish seconds cooldown to avoid getting raped while trying to recast golem in a bad situation. The code for stopwatch can be taken from the moltenshell section of the default routine.
 
my bot just keeps casting flame totem over and over till he runs out of mana can anyone help?
 
my bot just keeps casting flame totem over and over till he runs out of mana can anyone help?

He does cast it quite often, which isnt a real problem for me because I have no mana and shittons of health :) 0 deaths on merciless docks after 50 runs ! woop
 
Thanks for the golem code, I used it too, also I suggest that people who selfcast golem make a stopwatch for it with 5-10ish seconds cooldown to avoid getting raped while trying to recast golem in a bad situation. The code for stopwatch can be taken from the moltenshell section of the default routine.

I forgot about that case, that is indeed a good thing to have :D
 
yes i am using that build but i figured out that it was because i only had 1 totem cause i tested it with my standard double totem lvl 60 and it did fine\
also does anyone know of any plugins that will quest through the story and such cause i need to level my war___ whatever the league is and i hate leveling
 
Put it in plugins folder, but cant find it in plugins bot tab. I need something special to do?
 
Back
Top