clandestine
Member
- Joined
- May 5, 2012
- Messages
- 350
It's rather simple actually.
Open Oldroutine.cs and go to line 395:
In the array, add the name of the skill you have linked to Blasphemy, for example Enfeeble:
OldRoutine will now correctly use Enfeeble as an aura.
edit: durr, didn't notice pushedx already pushed an update with working blasphemy, remove this please.
Open Oldroutine.cs and go to line 395:
Code:
var auraNames = new string []
{
..
}
In the array, add the name of the skill you have linked to Blasphemy, for example Enfeeble:
Code:
var auraNames = new string[]
{
"Anger", "Clarity", "Determination", "Discipline", "Grace", "Haste", "Hatred", "Purity of Elements",
"Purity of Fire", "Purity of Ice", "Purity of Lightning", "Vitality", "Wrath"[B], "Enfeeble"[/B]
};
OldRoutine will now correctly use Enfeeble as an aura.
edit: durr, didn't notice pushedx already pushed an update with working blasphemy, remove this please.