@ossimc82 I used the Behavior Pet. I know its only a test but whenever I add a cooldown NexusHealMp, It doesn't work. It says "Argument 5: cannot convert from... " ( i can't remember things)
Im too have this problem!
The pet behavior is only a test. It uses the Chasing.Instance, so it will follow the nearest player. Also, it will dissappear after you enter a realm.
Code:
new RunBehaviors(
Cooldown.Instance(1000, new NexusHealHp()),
Cooldown.Instance(1000, new NexusHealMp())