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

Cleric Bot doesn't use Purpose.

chooch

New Member
Joined
Jul 8, 2010
Messages
64
Reaction score
1
The recommended Cleric build is not being taken advantage of to a large extent.

The Justicar line grants the ability Purpose, which makes 10% of the clerics mana to be restored on melee ability attack. This is absolutely critical for long duration and high survivability.

I'm 1 point away from Ageless Ice, which does a similar thing. When both are combined, the Cleric's up-time is significantly enhanced and will never run out of mana.

Can this please be added soon?
 
Ageless Ice does the job just fine, I never go OOM.
Also is Purpose a ability or a passive? I'm not online right now so I can't cheak.
 
Purpose is the exact same as Ageless Ice, just from a different tree. On separate timers, so can use one then the other. But never need more than 1.. so meh.
 
^^ you're exactly right. Using both is far more optimal.
 
That is a great recommendation!

Code:
CreateBuffOnSelf("Ageless Ice", ctx => GigaRift.Me.PowerPercent < 60 && !GigaRift.Me.HasBuff("Purpose")),
CreateBuffOnSelf("Purpose", ctx => GigaRift.Me.PowerPercent < 60 && !GigaRift.Me.HasBuff("Ageless Ice")),

Is that what you had in mind?

Post back when you have tried it.
 

Attachments

works - thank you. Absolutely no down time now. This will help clerics at low levels too.
 
Back
Top