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

Totemizer - A Totem Routine

Hey, does the routine only cast Flammability for a curse? Switched back to 100% chaos setup and running Assassin's Mark and it doesn't look like he's casting it.

edit: Looks like it may be working, I'm just killing stuff too fast I don't think the bot ever uses it >< 25k dps totems farming dried lake is a little overkill lol.
 
lol this cast totem.. Hence the name Totemizer.

Cast 2 totem side by side on mob then redo instead of spamming it.
 
Hey, does the routine only cast Flammability for a curse? Switched back to 100% chaos setup and running Assassin's Mark and it doesn't look like he's casting it.

edit: Looks like it may be working, I'm just killing stuff too fast I don't think the bot ever uses it >< 25k dps totems farming dried lake is a little overkill lol.

Mine uses Elemental Weakness fine.

Edit: What build are you using? I've got the dagger, but I'm farming for Sire of Shards so I wasn't going to worry about 100% chaos. Would rather use 3 dragons to get shock multiplier.
 
Mine uses Elemental Weakness fine.

Edit: What build are you using? I've got the dagger, but I'm farming for Sire of Shards so I wasn't going to worry about 100% chaos. Would rather use 3 dragons to get shock multiplier.

Infernal Mantle/The Consuming Dark for 100% chaos, rare dagger in OH. Sitting at 35.25% crit, 311% crit multiplier, 321 IIR, 16 IIQ, 3800 life, 860 es. Not a bad farming setup. I was at 24k tooltip dps on FT before I 20%'d some of my support gems and they're releveling at the moment.
 
Infernal Mantle/The Consuming Dark for 100% chaos, rare dagger in OH. Sitting at 35.25% crit, 311% crit multiplier, 321 IIR, 16 IIQ, 3800 life, 860 es. Not a bad farming setup. I was at 24k tooltip dps on FT before I 20%'d some of my support gems and they're releveling at the moment.

Nice stats. Running EB? How are you getting 16 IIQ? 8 from perandus belt, where's other 8? I am assuming this is warbands at this point.

Yeah I've got TCD, just haven't used it because I get more dps out of two wands so far. When I get a weapon I can use with TCD I will swap over, at least till I can 6L spire. Two flame totems with spire covers entire screen, too good to pass up. At that point I will go full crit build, serpents etc.
 
Nice stats. Running EB? How are you getting 16 IIQ? 8 from perandus belt, where's other 8? I am assuming this is warbands at this point.

Yeah I've got TCD, just haven't used it because I get more dps out of two wands so far. When I get a weapon I can use with TCD I will swap over, at least till I can 6L spire. Two flame totems with spire covers entire screen, too good to pass up. At that point I will go full crit build, serpents etc.

Nah running BM. IIQ is from dual ventors. chanced one early on and it rolled great after one divine. had some extra currency laying around so i wanted to try divining another (originally to flip) before I went MF and got another 8IIQ/47IIR, low life, 3pos resists after four divines :D

I looked at spire but I don't see how I could get it to work with MF. You lose a ridiculous amount of crit and spell damage vice dual 1h (using a 110% crit, 31% crit multi, 57% spell dmg, +2 light gems for lightning warp in my OH) which means it needs to be made up in other places. Maybe one day when I'm super rich from all the farming.
 
Nah running BM. IIQ is from dual ventors. chanced one early on and it rolled great after one divine. had some extra currency laying around so i wanted to try divining another (originally to flip) before I went MF and got another 8IIQ/47IIR, low life, 3pos resists after four divines :D

I looked at spire but I don't see how I could get it to work with MF. You lose a ridiculous amount of crit and spell damage vice dual 1h (using a 110% crit, 31% crit multi, 57% spell dmg, +2 light gems for lightning warp in my OH) which means it needs to be made up in other places. Maybe one day when I'm super rich from all the farming.

Ah makes sense on the IIQ. Also running BM, mainly working towards getting more crit. Agreed SoS will never compare raw dps wise to dual 1h. However, the beauty in it is the damage spread. You get 4 extra streams for no downside, two totems basically is screen wide coverage. Your 25k might drop down to 15k, but the simultaneous screen wide damage is legit.
 
Actually if I used spire I could drop mantle and use greeds.. May be interesting. 15ex or so for a 6L spire in warbands still :(
 
Picked up a 5S sire.. not terrible. Took my points out of crit as I'm not stacking crit on any of my gear (full MF) which netted me quite a bit more HP. Obviously tooltip DPS dropped a ton (down to 12k dps) but that is with missing iron will. I think I'll work on 6S this as it's great for clearing the screen. Dropped Infernal Mantle for greeds.. now I'm sitting on 337 IIR & 48 IIQ. It's raining currency :D
 
This routine is not using potions for me?
When i go to plugins folder and look for auto flask nothing is there now that i've switched to totemizer routine
 
This routine is not using potions for me?
When i go to plugins folder and look for auto flask nothing is there now that i've switched to totemizer routine

Using potions is not part of the routine.
 
Then there something wrong with yours. Auto flask are BUILD IN with the bot. It has nothing to do with a routine.
 
Settings -> AutoFlask

Only support for Life and Mana flasks is built in. If you want to use other flasks there are some AHK scripts floating around until an actual plugin is released with full support.
 
The routine is working fine for me, but when enemies come too close it stops casting totems. I tried playing with the distance but this doesn't seem to help.
Any tips in getting the bot cast totems at close range?
 
do you absolutely need dual totem to work this build?

i only have 1 totem atm. and it casts constantly until i run out of mana
 
Yes you need 2 totems =)

The routine is working fine for me, but when enemies come too close it stops casting totems. I tried playing with the distance but this doesn't seem to help.
Any tips in getting the bot cast totems at close range?


No problems like that here mate, sure you followed OP's post on settings ?
 
Hey toze I'm trying to edit the routine to allow for Vaal Haste usage on Magic or higher mobs. I've got it working that'll it use Vaal Haste if it's up which is all good but it wastes it a lot.

Tried starting by making my own "rarity calc" bool..

private bool MonsterRarityCalc(NetworkObject entity)
{
try
{
var m = entity as Monster;
if (m.Rarity == Rarity.Magic)
return true;

if (m.Rarity == Rarity.Rare)
return true;

if (m.Rarity == Rarity.Unique)
return true;
}
catch (Exception ex)
{
Log.Error("[MonsterRarityCalc]", ex);
return false;
}
return false;
}

But that keeps kicking back errors:
Compiler Error: warning CS2029: Invalid value for '/define'; '' is not a valid identifier
Compiler Error: c:\Users\xxxxxx\Downloads\xxxxxx\Routines\Totemizer\Totemizer.cs(1297,43) : error CS1501: No overload for method 'MonsterRarityCalc' takes 0 arguments

I was going to use the bool for:
// See if we can use the skill.
var skill = LokiPoe.InGameState.SkillBarPanel.Slot(_vaalHasteSlot);
if (skill.CanUse() && MonsterRarityCalc())

Basically to check if it can use the skill and if the raritycalc came back true with magic/rare/unique monster.

Any ideas? Or do you just want to implement it? :D
 
Hey toze I'm trying to edit the routine to allow for Vaal Haste usage on Magic or higher mobs. I've got it working that'll it use Vaal Haste if it's up which is all good but it wastes it a lot.

Tried starting by making my own "rarity calc" bool..



But that keeps kicking back errors:


I was going to use the bool for:


Basically to check if it can use the skill and if the raritycalc came back true with magic/rare/unique monster.

Any ideas? Or do you just want to implement it? :D


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);


}
 

Attachments

Back
Top