- Joined
- May 31, 2022
- RedCents
- 4,162¢
- RGMercs Build?
- 1.2
- What level is the character?
- 60
Hi,
Any chance of adding support for "Ancient: Gift of Aegolism" in the clr_class_config.Lua file for Project Lazarus.
Altering this section:
[CODE lang="Lua" title="current state"] ['AegoBuff'] = {
----Use HP Type one until Temperance at 40... Group Buff at 45 (Blessing of Temperance)
"Hand of Conviction",
"Hand of Virtue",
"Blessing of Aegolism",
"Blessing of Temperance",
"Temperance",
"Valor",
"Bravery",
"Daring",
"Center",
"Courage",
},[/CODE]
To the following:
[CODE lang="Lua" title="desired state" highlight="5"] ['AegoBuff'] = {
----Use HP Type one until Temperance at 40... Group Buff at 45 (Blessing of Temperance)
"Hand of Conviction",
"Hand of Virtue",
"Ancient: Gift of Aegolism",
"Blessing of Aegolism",
"Blessing of Temperance",
"Temperance",
"Valor",
"Bravery",
"Daring",
"Center",
"Courage",
},[/CODE]
Seems to work as expected on my character when I've made the change, but I have to do it each time rgmercs is updated.
Cheers
Any chance of adding support for "Ancient: Gift of Aegolism" in the clr_class_config.Lua file for Project Lazarus.
Altering this section:
[CODE lang="Lua" title="current state"] ['AegoBuff'] = {
----Use HP Type one until Temperance at 40... Group Buff at 45 (Blessing of Temperance)
"Hand of Conviction",
"Hand of Virtue",
"Blessing of Aegolism",
"Blessing of Temperance",
"Temperance",
"Valor",
"Bravery",
"Daring",
"Center",
"Courage",
},[/CODE]
To the following:
[CODE lang="Lua" title="desired state" highlight="5"] ['AegoBuff'] = {
----Use HP Type one until Temperance at 40... Group Buff at 45 (Blessing of Temperance)
"Hand of Conviction",
"Hand of Virtue",
"Ancient: Gift of Aegolism",
"Blessing of Aegolism",
"Blessing of Temperance",
"Temperance",
"Valor",
"Bravery",
"Daring",
"Center",
"Courage",
},[/CODE]
Seems to work as expected on my character when I've made the change, but I have to do it each time rgmercs is updated.
Cheers


