i have tried both combat routines and no matter which one i choose it just spams the totems constantly even when i set the delay higher or lower. the totems dont even have chance to cast.
i have tried both combat routines and no matter which one i choose it just spams the totems constantly even when i set the delay higher or lower. the totems dont even have chance to cast.
Totemizer is not going to work. The author abandoned the routine and no one has picked it up.
OldRoutine seems to work fine for me, tho it probably doesnt work with the double totem passive / ascendancy since those require different totem logic.
There are really only 2 options here. Look through Totemizers code (its 99% just old routine), and move the functions he used into oldroutine. Or hope someone picks up the project and updates it.
But as of now, there are no public working multi totem routines that i know of.
Also: There are a lot more viable totems now than when Totemizer was working, and each would require its own logic. IE 2 flametotems can just be thrown 1/2 distance between you and the target (thats how the default totems work) and thats fine. But if you are doing dual+ righteous fire totems, you dont want those stacks since you would be losing damage (2 RF totems on same target = only 1 is doing damage). Then you now have the new Ancestral Warchief totem that must constantly be placed in melee range of your target.
Its quite a bit of work to get a full totem routine working.