By default AutoCleric 2.0 only heal pet to 70% HP and Tank to 80% HP.
There is no way to change that unless you change the code.
And since author won't will to share how to fix that.
I have to read the code by myself and make this quick fix.
It will cause other issue since its only a quick fix,
I will make it better if I have time later.
Find those line
and change them to
and also set this in ini file
- - - Updated - - -
And this macro is also very not mage friendly.
I'm not sure if its some mistake or author just never played mage before.
It won't do group heal if both tank pet and other group member get hit at the same time.
It won't boost mana for mage.
I will fix those when I have time later.
And before that I do not recommend any pet class use this macro unless you want fix those by youself.
There is no way to change that unless you change the code.
And since author won't will to share how to fix that.
I have to read the code by myself and make this quick fix.
It will cause other issue since its only a quick fix,
I will make it better if I have time later.
Find those line
Rich (BB code):
/declare healpoint int outer 80
/declare grouphealpoint int outer 75
/declare bighealpoint int outer 60
/call ConfigHeal
and change them to
Rich (BB code):
/declare healpoint int outer 99
/declare grouphealpoint int outer 80
/declare bighealpoint int outer 70
|/call ConfigHeal
and also set this in ini file
Rich (BB code):
pethealpoint=99
- - - Updated - - -
And this macro is also very not mage friendly.
I'm not sure if its some mistake or author just never played mage before.
It won't do group heal if both tank pet and other group member get hit at the same time.
It won't boost mana for mage.
I will fix those when I have time later.
And before that I do not recommend any pet class use this macro unless you want fix those by youself.
Last edited:

