Alwayshere
Member
- Joined
- Mar 9, 2014
- Messages
- 61
- Reaction score
- 0
Is there a CR that works with summon raging spirit? I'm running a summoner build.
Thank you
Thank you

How would you use this skill in your build? Just cast it as a primary skill until the target is dead?
Register("Summon Raging Spirit");
The next bot version will have a place holder for the skill in Exile.cs.
If you want to use it sooner, all you have to do is add the line:
Code:Register("Summon Raging Spirit");
to Exile.cs inside the "RegisterMainAbilities" function. In the next bot version, it'll be placed under Storm Call (arbitrary position).
It's possible there might be issues if you find a way to accumulate the max number of spirits, but if that happens, we'll add some more logic to avoid it.
I've made a SRS combat routine with flesh offering. I'll try to dig it out when I get home. It is an old CR, it may not be working as is with recent updates![]()