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

Need settings in OldRoutine max totem

homie17

Member
Joined
Sep 25, 2016
Messages
49
Reaction score
1
Need settings in OldRoutine max totem

now bot non stop spam totem.

@pushedx u can add this settings? or Anybody else?
 
even tho i add 20000 delay, he still spams constantly the totem without any second holding back. the delay just does not work.
 
Code:
if (_totemSlot != -1 && _totemStopwatch.ElapsedMilliseconds > OldRoutineSettings.Instance.TotemDelayMs)

Code:
if (skill.CanUse() && skill.DeployedObjects.Select(o => o as Monster).Count(t => !t.IsDead && t.Distance < 60) < LokiPoe.Me.MaxTotemCount)

Code is already there. You are setting your totem as a main attack skill, thus it gets spammed. Just put your totems on your hotbar non bound. You will need to bind something tho as a main attack, so movement skill, curse, your choice.
 
Yes, you cannot put a totem on your main attack skill, because those slots are for skills you spam! Thanks _Grumpy_, that's correct
 
thx for the very clear answer. i got it now. what wuld be the best setup then to not use all ur mana. any idea :-). inspire me ^^.
 
Back
Top